A network technician is organizing documentation for IP address allocation methods used across a company's infrastructure. Match each IP configuration method on the left with its corresponding operational description on the right.
- APIPA (Automatic Private IP Addressing)Automatically assigns an address from the range when no allocation server is reachable.
- DHCP ReservationBinds a host's MAC address to a specific IP address on the server to guarantee consistent IP delivery.
- Static IPv4 ConfigurationManually configured directly on the endpoint network adapter settings, requiring manual updates upon subnet changes.
- Dynamic DHCP LeaseTemporarily allocates an available IP address from a server pool to a client host for a set period.
Answer
APIPA matches auto-assignment of 169.254.0.0/16 when DHCP is unreachable; DHCP Reservation matches binding a MAC address to a specific IP on the server; Static IPv4 Configuration matches manual configuration directly on the endpoint interface; Dynamic DHCP Lease matches temporary address allocation from a server pool.
Each IP addressing strategy serves a distinct administrative role: APIPA acts as a non-routable link-local fallback mechanism (); DHCP reservation uses MAC mapping on the server to deliver consistent IP settings centrally; static IP configuration requires manual entry at the endpoint; and dynamic DHCP leasing distributes temporary pool addresses to hosts.
Step-by-Step Solution
Key Concept
IP Addressing Allocation Methods
Estimated Time:1m 30s