Soru

Zorluk: OrtaIP Addressing and Network Configuration

A technician is configuring a static IP network profile for a desktop workstation on a corporate network segment (10.15.4.0/2410.15.4.0/24). The workstation can successfully ping local hosts on 10.15.4.0/2410.15.4.0/24, but cannot access external websites or ping servers on adjacent subnets. Running `ipconfig /all` displays the following settings:

- IP Address: 10.15.4.5010.15.4.50
- Subnet Mask: 255.255.255.0255.255.255.0
- Default Gateway: 10.15.5.110.15.5.1
- Preferred DNS Server: 10.15.4.210.15.4.2

Which of the following statements accurately explain why off-subnet network traffic is failing? (Select TWO.)

  1. The default gateway address is assigned to a different logical subnet than the host workstation.Cevap
  2. The workstation cannot resolve the MAC address of the default gateway via ARP because the gateway is outside the local broadcast domain.Cevap
  3. C
    The host workstation has automatically defaulted to an APIPA configuration due to a failed DHCP lease request.
  4. D
    The DNS server is misconfigured to lease dynamic IP addresses rather than performing hostname resolution.

Cevap

Remote connectivity fails because the default gateway (10.15.5.110.15.5.1) is assigned to a different IP subnet than the host (10.15.4.50/2410.15.4.50/24), preventing the host from using local Address Resolution Protocol (ARP) to reach its gateway.
For a host to communicate with remote networks, its default gateway must be located on the same local IP subnet. With host address 10.15.4.5010.15.4.50 and subnet mask 255.255.255.0255.255.255.0, the gateway must reside within the 10.15.4.110.15.4.110.15.4.25410.15.4.254 range. Because the gateway is configured as 10.15.5.110.15.5.1, it sits outside the host's local subnet. As a result, the workstation's ARP requests for 10.15.5.110.15.5.1 will go unanswered, preventing off-subnet packet encapsulation.

Adım Adım Çözüm

1
Analyze the host IP address and subnet mask.
IP Address 10.15.4.5010.15.4.50 with Subnet Mask 255.255.255.0255.255.255.0 defines the local network segment as 10.15.4.0/2410.15.4.0/24 (usable host range 10.15.4.110.15.4.1 to 10.15.4.25410.15.4.254).
Determines the boundaries of the host's local broadcast domain.
2
Evaluate the configured default gateway address.
Default Gateway is configured as 10.15.5.110.15.5.1, which belongs to the 10.15.5.0/2410.15.5.0/24 subnet.
A host must send traffic to its local gateway's MAC address to route off-subnet packets. Since 10.15.5.110.15.5.1 is on a different subnet, ARP broadcasts on 10.15.4.0/2410.15.4.0/24 will not receive a reply from the router interface.

Anahtar Kavram

Default Gateway Subnet Assignment and ARP Resolution
Bu soruyu puanla