Question

Difficulty: MediumIP Addressing and Network Configuration

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 169.254.0.0/16169.254.0.0/16 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 (169.254.0.0/16169.254.0.0/16); 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

1
Identify the mechanism that activates when DHCP communication fails.
APIPA assigns an address in the 169.254.0.0/16169.254.0.0/16 block.
Windows endpoints use APIPA as a fallback when DHCP discover requests receive no response.
2
Distinguish between server-side fixed assignment and client-side fixed assignment.
DHCP reservation is configured server-side using MAC addresses, whereas Static IPv4 is configured locally on the host.
Reservations combine centralized DHCP management with static IP behavior.
3
Define standard dynamic allocation.
Dynamic DHCP leases provide temporary IP parameters for a specific duration.
DHCP pools release and reuse addresses as clients join and leave the network.

Key Concept

IP Addressing Allocation Methods
Estimated Time:1m 30s
Rate this question