Question

Difficulty: MediumWired and Wireless Network Issues

An office employee reports that their desktop computer lost network access immediately after being moved to a newly assigned cubicle. The workstation's network interface card is configured to obtain IP settings dynamically. Running `ipconfig` displays an IPv4 address of 169.254.14.88 and a subnet mask of 255.255.0.0. Which of the following actions should the technician perform FIRST to address this issue?

  1. Inspect the Ethernet patch cable and network adapter link lights to verify physical connectivity.Answer
  2. B
    Reconfigure the workstation's primary DNS server address to lease a dynamic IP configuration.
  3. C
    Replace the unmanaged Layer 2 network switch with a Layer 3 router to forward APIPA packets to the gateway.
  4. D
    Modify the local software firewall rules to open TCP port 80 and TCP port 443 for DHCP discovery.

Answer

Inspect the Ethernet patch cable and network adapter link lights to verify physical connectivity.
An IP address in the 169.254.x.x range demonstrates that the system generated an Automatic Private IP Address (APIPA) due to a failure to reach a DHCP server. Following proper troubleshooting methodology, technicians must verify Layer 1 physical layer connectivity (cables and link lights) before attempting upper-layer software or network infrastructure changes.

Step-by-Step Solution

1
Analyze the diagnostic command output.
The operating system has assigned an Automatic Private IP Address (APIPA) in the 169.254.0.0/16 range.
An APIPA address indicates that the host requested an IP configuration from a DHCP server, but the DHCP request timed out without a response.
2
Apply standard CompTIA OSI troubleshooting methodology beginning at Layer 1 (Physical).
Check that the Ethernet cable is securely connected at both the wall jack and the computer, and verify if link LED indicators are illuminated.
A loose cable, damaged port, or unplugged patch connection prevents physical signal transmission, blocking DHCP broadcasts.

Key Concept

APIPA Identification and Physical Layer Troubleshooting Sequence
Estimated Time:1m 15s
Rate this question