A user's workstation is assigned the static IP address with a subnet mask of . The workstation can successfully ping other local computers on the network, but it cannot reach any servers on external subnets or the internet. An administrator reviews the network configuration and notes that the default gateway is set to . Which of the following is the root cause of the outbound connectivity issue?
- The default gateway is configured on a different IP subnet than the host.Cevap
- BAn implicit deny rule at the end of an Access Control List is blocking outbound traffic.
- CThe host requires a VLAN trunking connection to communicate across different broadcast domains.
- DThe assigned default gateway address conflicts with the standard transport layer port assigned to IP routing.
Cevap
The default gateway is configured on a different IP subnet than the host.
For a host to communicate with remote networks, its default gateway must reside on the exact same local IP subnet. Here, the host is on , but the gateway is set to (which is on ). Consequently, the host cannot deliver traffic to the gateway for routing to external subnets.
Adım Adım Çözüm
Anahtar Kavram
Default Gateway Subnet Matching