A field technician connects a diagnostic laptop to a client's isolated maintenance VLAN (). Running the `ipconfig /all` command on the laptop reveals an IPv4 address of and a subnet mask of . The technician confirms that the laptop network interface is configured to obtain an IP address automatically. Which of the following is the most likely cause of this issue?
- The DHCP server on the maintenance segment is unreachable or disabled, causing the host to generate an Automatic Private IP Address (APIPA).Answer
- BThe local DNS server failed to lease a dynamic IP address to the diagnostic laptop.
- CThe unmanaged Layer 2 switch is failing to perform Layer 3 routing functions for the laptop.
- DThe network interface card successfully acquired a valid static IP address from the pool.
Answer
The DHCP server on the maintenance segment is unreachable or disabled, causing the host to generate an Automatic Private IP Address (APIPA).
When a client device set to obtain an IP address automatically fails to receive a response from a DHCP server, Windows Operating Systems automatically assign a link-local address in the range through with a subnet mask of . Therefore, seeing an IP address of directly points to an unreachable or non-functional DHCP service.
Step-by-Step Solution
Key Concept
APIPA Address Assignment and Diagnostic Interpretation