An office worker reports losing connectivity to shared network drives after hot-docking their laptop at a workstation. A technician checks the current network configuration on the client laptop and views the following parameters:
IPv4 Address: 169.254.195.12
Subnet Mask: 255.255.0.0
Default Gateway: None
Which of the following best explains why this workstation cannot access local network resources?
- The laptop failed to communicate with a DHCP server and automatically assigned itself an Automatic Private IP Addressing (APIPA) address.Answer
- BThe primary DNS server is unreachable and failed to issue an IP address lease to the client network adapter.
- CAn unmanaged Layer 2 network switch stripped the default gateway information from the client configuration.
- DThe system firewall blocked HTTP port 80, causing the interface to revert to a secure fallback port mode.
Answer
The workstation failed to reach a DHCP server and automatically assigned itself an APIPA address.
The IP address 169.254.195.12 belongs to the IPv4 Automatic Private IP Addressing (APIPA) block (169.254.0.0/16). Operating systems assign an APIPA address when a interface configured for dynamic DHCP cannot contact or receive a response from a DHCP server.
Step-by-Step Solution
Key Concept
APIPA Autoconfiguration