A network administrator is setting up a new server on a subnet designed for database hosts: . The default gateway router interface for this subnet is assigned IP address . The administrator manually configures the server with IP address and subnet mask (). Upon testing, the server cannot ping its default gateway or reach any external networks. Which of the following best identifies the root cause of this connectivity failure?
- The host IP address assigned to the server resides on a different IP subnet than the default gateway.Answer
- BThe server failed to receive a DHCP lease and automatically assigned itself an Automatic Private IP Addressing (APIPA) address.
- CThe local router switchport is missing an IP helper address configuration to forward DHCP broadcast requests.
- DThe IP address assigned to the default gateway is the reserved network broadcast address for the subnet.
Answer
The host IP address assigned to the server resides on a different IP subnet than the default gateway.
With a subnet mask (), subnets increment in blocks of 64 addresses. The default gateway IP resides in the subnet (usable host range ). However, the static host IP resides in the adjacent subnet (usable host range ). Because the host and default gateway are on different logical IP subnets, the host cannot complete ARP resolution for the default gateway IP address, resulting in total unreachability.
Step-by-Step Solution
Key Concept
Default Gateway Subnet Alignment and CIDR Boundary Troubleshooting
Estimated Time:1m 30s