Soru

Zorluk: OrtaWired and Wireless Network Issues

A network technician is troubleshooting a newly connected desktop computer in an office environment that cannot access internal file shares or external websites. The workstation's network interface card displays an active green link light with occasional activity flickers. Running the command `ipconfig /all` on the machine displays an IPv4 address of 169.254.112.45 and a subnet mask of 255.255.0.0. Which TWO of the following are the most likely causes of this network connectivity issue?

  1. The local DHCP server is offline or experiencing scope exhaustion.Cevap
  2. B
    The network interface card has suffered a complete physical transceiver failure.
  3. A network security policy or VLAN misconfiguration is blocking DHCP traffic on UDP ports 67 and 68.Cevap
  4. D
    The primary DNS server is down, preventing IP address leases from being assigned.

Cevap

The client machine has assigned itself an Automatic Private IP Addressing (APIPA) IPv4 address (169.254.112.45), indicating that physical Layer 1 connectivity is functional (supported by the active link lights), but Layer 3 DHCP configuration has failed. The most likely causes are an unresponsive DHCP server (or exhausted IP pool) and a network device or VLAN setting filtering DHCP traffic on UDP ports 67 and 68.
An IP address within the 169.254.x.x block signifies APIPA auto-configuration due to DHCP negotiation failure. Since physical link lights verify active Layer 1 connectivity, the issue lies at Layer 3/4 network host services: either the DHCP server itself is unresponsive/exhausted, or intermediary network infrastructure is dropping DHCP traffic on UDP ports 67 and 68.

Adım Adım Çözüm

1
Analyze the diagnostic command output
The IP address 169.254.112.45 falls in the APIPA range (169.254.0.1 to 169.254.255.254).
Windows hosts automatically self-assign an APIPA address when configured for DHCP but fail to receive a response from a DHCP server.
2
Inspect physical layer indicators
The network card link light is active and flickering.
This rules out physical cable disconnections, broken ports, or dead transceivers.
3
Identify service components responsible for IP address assignment
DHCP server unavailability or network blocking of UDP ports 67/68 prevents lease generation.
DHCP operates over UDP ports 67 (server) and 68 (client) to dynamically distribute IP parameters across subnets.

Anahtar Kavram

APIPA Interpretation and DHCP Troubleshooting
Bu soruyu puanla