A helpdesk technician is troubleshooting a newly connected computer in a satellite office that cannot reach local network shares or internet websites. Running `ipconfig /all` on the client workstation reveals an IPv4 address of 169.254.112.85, a subnet mask of 255.255.0.0, and an empty default gateway entry. Which of the following is the most likely cause of this issue?
- The client workstation was unable to contact a DHCP server and automatically configured a Link-Local (APIPA) address.Answer
- BThe local DNS server assigned a temporary fallback address because hostname resolution requests timed out.
- CThe workstation successfully established a static APIPA lease provisioned directly by the default gateway router.
- DAn unmanaged Layer 2 switch blocked IP lease traffic because port 443 was closed on the workstation.
Answer
The client workstation failed to communicate with a DHCP server and automatically self-assigned an Automatic Private IP Addressing (APIPA) address in the 169.254.0.0/16 network block.
When a client computer set to obtain an IP address automatically cannot contact a DHCP server, Windows assigns a self-generated APIPA address in the 169.254.0.0/16 range. This allows basic communications with other hosts on the same local segment but leaves the default gateway unconfigured.
Step-by-Step Solution
Key Concept
Automatic Private IP Addressing (APIPA / Link-Local IPv4)