Users in a regional branch office report that their workstations can successfully communicate with local peers on their LAN segment but are unable to access centralized enterprise resources hosted at . A network technician executes `ipconfig /all` on a affected workstation and receives the following output:
text
IPv4 Address. . . . . . . . . . . : 192.168.45.112
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.4.1
DHCP Server . . . . . . . . . . . : 192.168.45.1
Which of the following represents the root cause of the routing failure to external subnets?
- The configured default gateway address resides on a different IP subnet than the host address.Cevap
- BThe host failed to receive a DHCP lease and automatically assigned itself an APIPA address.
- CThe router interface connecting the local network is missing an IP helper address to relay DHCP requests.
- DThe assigned IPv4 address corresponds to the unusable network identifier of the subnet.
Cevap
The configured default gateway address resides on a different IP subnet than the host address.
The correct answer identifies that the default gateway (192.168.4.1) is misconfigured on a different subnet than the host (192.168.45.112/24). A default gateway must reside within the host's local IP subnet so the host can perform ARP resolution and send non-local packets to the gateway router.
Adım Adım Çözüm
Anahtar Kavram
Default Gateway Subnet Misconfiguration