Soru

Zorluk: Çok zorIP Addressing and Network Configuration

A workstation user in a branch office reports that following scheduled network maintenance, their system cannot access internal enterprise servers or internet resources. A technician runs `ipconfig /all` on the affected host and receives the following output:

Ethernet adapter Local Area Connection:
Link-local IPv6 Address . . . . . : fe80::d1a4:89c1:3f20:7b11%12
IPv4 Address. . . . . . . . . . . : 169.254.48.192
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . :

The branch office relies on a centralized DHCP server located across a Layer 3 router on the main corporate network segment. Which of the following is the MOST likely root cause of this connectivity failure?

  1. The DHCP relay agent (IP helper address) on the local router was disabled or misconfigured during maintenance.Cevap
  2. B
    The workstation was statically misconfigured with an invalid link-local address range that blocks routable outbound traffic.
  3. C
    The primary DNS server is failing to resolve DHCP lease request hostnames to valid gateway IP addresses.
  4. D
    The local Layer 2 switch is failing to route IP traffic between the host's subnet and the default gateway address.

Cevap

The DHCP relay agent (IP helper address) on the local router was disabled or misconfigured during maintenance.
The presence of a 169.254.x.x IPv4 address with empty Gateway and DNS fields indicates that the workstation attempted dynamic configuration but failed to reach a DHCP server, causing Windows to generate an Automatic Private IP Address (APIPA). Because the central DHCP server is located on a different subnet across a Layer 3 boundary, the local default gateway (router) must have a configured DHCP relay agent (IP helper address) to forward client DHCP broadcast packets to the remote server. Disabling or misconfiguring this relay agent during maintenance prevents clients on the local segment from leasing valid IP settings.

Adım Adım Çözüm

1
Analyze the host network configuration output
Identified IPv4 address as 169.254.48.192169.254.48.192 with subnet mask 255.255.0.0255.255.0.0, and missing default gateway / DNS entries.
An address in the range 169.254.0.0/16169.254.0.0/16 indicates APIPA generation caused by unfulfilled DHCP lease requests.
2
Evaluate network architecture constraints
Recognized that client broadcast messages (DHCPDISCOVER) cannot cross Layer 3 boundaries without helper assistance.
Routers drop Layer 2 broadcast packets by default; an IP helper / DHCP relay agent must intercept and forward these requests as unicast packets to remote DHCP servers.
3
Synthesize symptoms to determine failure point
Concluded that maintenance on the router disrupted the DHCP relay configuration.
Without a functional relay agent on the local router, client hosts fail to acquire leases from the centralized DHCP server and revert to non-routable APIPA addresses.

Anahtar Kavram

APIPA Identification and DHCP Relay (IP Helper) Operations across Routers
Bu soruyu puanla