A network administrator is investigating a connectivity issue on a newly deployed workstation on the finance floor. The user reports being able to communicate with other devices on the local subnet, but cannot access external services or the internet. The administrator runs `ipconfig /all` on the client machine and observes the following output:
IPv4 Address . . . . . . . . . . . :
Subnet Mask . . . . . . . . . . . . :
Default Gateway . . . . . . . . . . :
DHCP Server . . . . . . . . . . . . :
Which of the following identifies the root cause of the workstation's external connectivity failure?
- The configured default gateway address resides on a different IP subnet than the host IP address.Answer
- BThe host failed to reach the DHCP server and automatically assigned itself an APIPA address.
- CThe router's DHCP relay agent failed to forward the DHCP lease requests across subnets.
- DThe DHCP pool scope has exhausted all available host addresses on the network.
Answer
The configured default gateway address resides on a different IP subnet than the host IP address.
The host IP address () with mask places the device on the network. The default gateway () resides on the network. A host cannot route packets outside its local segment if its default gateway is on a different subnet, resulting in local-only network connectivity.
Step-by-Step Solution
Key Concept
Default Gateway Subnet Alignment