Question

Difficulty: EasyTroubleshooting IP Addressing and DHCP Services

A network technician is troubleshooting a laptop that was moved from an executive office to a newly created conference room VLAN. The laptop cannot access internal resources, and executing `ipconfig /all` displays an IPv4 address of 169.254.88.15169.254.88.15 with a subnet mask of 255.255.0.0255.255.0.0. Which of the following statements correctly identify the cause of this issue and the appropriate next diagnostic step? (Select TWO.)

  1. The host automatically self-assigned an Automatic Private IP Addressing (APIPA) address because it did not receive a lease response from a DHCP server.Answer
  2. The technician should verify if a DHCP relay agent (IP helper address) is configured on the router interface for the new conference room VLAN.Answer
  3. C
    The laptop assigned itself this IP address due to an incorrect static default gateway configured in the local network adapter settings.
  4. D
    The target subnet is full because usable host capacity was incorrectly calculated without subtracting 2 for network and broadcast addresses.

Answer

The workstation assigned itself an APIPA address because it failed to obtain a DHCP lease, and the network technician should check whether a DHCP relay agent (IP helper address) is configured on the router interface serving the new VLAN.
Addresses in the 169.254.0.0/16169.254.0.0/16 range are self-assigned APIPA addresses generated by client host operating systems when DHCP discovery fails. When a host is relocated to a new VLAN separated from the central DHCP server, DHCP broadcast requests fail unless a DHCP relay agent (IP helper address) is configured on the default gateway router interface to forward the packets.

Step-by-Step Solution

1
Examine the output of the command showing 169.254.88.15169.254.88.15.
Identify that addresses starting with 169.254.x.x169.254.x.x represent APIPA addresses.
APIPA is activated by the client operating system when DHCP broadcast requests yield no lease response.
2
Analyze the network scenario involving a newly provisioned VLAN.
Recognize that DHCP broadcasts cannot cross subnets without relay intervention.
Routers block broadcast traffic by default; a DHCP relay agent (IP helper address) must be enabled on the local router interface to forward requests to a central DHCP server.

Key Concept

Diagnosing APIPA address assignment and resolving cross-VLAN DHCP request failures using DHCP relay agents.
Rate this question