An administrator is troubleshooting remote network connectivity for a client workstation configured with the following static IPv4 parameters:
- IP Address:
- Subnet Mask:
- Default Gateway:
The workstation can successfully reach local hosts within the range, but all attempts to communicate with external networks fail. Physical layer diagnostics and switchport configurations are verified to be fully operational. Which of the following represents the root cause of the connectivity failure?
- The configured default gateway IP address resides outside the host's IPv4 subnet boundary.Cevap
- BThe host IP address is an unassignable subnet broadcast address for the /20 prefix.
- CThe switch ports are assigned to separate untagged VLANs, preventing Layer 2 broadcast discovery.
- DThe router gateway interface has dropped outbound frames due to a transport port and protocol mismatch.
Cevap
The configured default gateway IP address resides outside the host's IPv4 subnet boundary.
The correct option correctly identifies that the gateway IP address () is located on a different logical IPv4 subnet than the host (). A subnet mask of creates subnets in increments of in the third octet. The host's local subnet spans from to . Because is outside this range, the host cannot communicate with its gateway to route traffic off the local network.
Adım Adım Çözüm
Anahtar Kavram
Default Gateway Subnet Boundary Troubleshooting