A network technician is troubleshooting a newly deployed workstation configured with static IP parameters. The workstation can successfully communicate with local host devices on its immediate segment, but it cannot access resources on remote subnets or reach the corporate gateway. Running `ipconfig /all` on the workstation reveals the following settings:
- IPv4 Address:
- Subnet Mask:
- Default Gateway:
- DNS Server:
Upon checking the network documentation, the technician notes that the router's local interface for this subnet is assigned the IP address . Which of the following best explains why the workstation cannot access remote subnets?
- The configured default gateway address belongs to a different logical IP subnet than the workstation's assigned subnet.Cevap
- BThe workstation failed to contact a DHCP server and automatically self-assigned an APIPA address in the 10.1.50.0 range.
- CThe DNS server address is invalid because DNS resolution hosts cannot exist on the same IP subnet as host workstations.
- DAn unmanaged Layer 2 switch was installed instead of a router to interconnect the workstation directly to the DNS server.
Cevap
The workstation's configured default gateway address resides on a different logical IP subnet than the host's assigned IP address space.
The subnet mask (/26) creates subnets with IP addresses each. For the workstation IP , the local subnet range is through , with usable host addresses from to . The configured default gateway IP of belongs to the next block (). Because the default gateway must reside on the same local subnet as the host to be directly reachable at Layer 2, the workstation cannot send outbound traffic to remote networks.
Adım Adım Çözüm
Anahtar Kavram
IP Subnetting and Default Gateway Placement