nerdexam
CompTIA

SK0-004 · Question #278

A user reports they cannot access the network share folder, the users workstation is configured to use automatic IP. When the administrator checks the IP address the response returns as 169.254.0.5…

The correct answer is D. The network connection is functioning. An IP address in the 169.254.x.x range is an APIPA address, indicating the workstation failed to obtain a lease from a DHCP server, most commonly because the network connection itself is not functioning.

Troubleshooting

Question

A user reports they cannot access the network share folder, the users workstation is configured to use automatic IP. When the administrator checks the IP address the response returns as 169.254.0.5. Which of the following should the administrator verify?

Options

  • AThat there are no DHCP relay servers
  • BThat the user account on Active Directory is not locked
  • CThat the network card driver is not installed incorrectly
  • DThe network connection is functioning

How the community answered

(64 responses)
  • A
    3% (2)
  • B
    8% (5)
  • C
    14% (9)
  • D
    75% (48)

Why each option

An IP address in the 169.254.x.x range is an APIPA address, indicating the workstation failed to obtain a lease from a DHCP server, most commonly because the network connection itself is not functioning.

AThat there are no DHCP relay servers

A missing DHCP relay would only matter if the client is on a different subnet from the DHCP server; it would not cause an APIPA address in a typical single-subnet scenario, and is not the primary check.

BThat the user account on Active Directory is not locked

An Active Directory account lockout affects authentication and authorization, not IP address assignment, so it would not cause an APIPA address.

CThat the network card driver is not installed incorrectly

An incorrectly installed NIC driver would typically prevent any network communication at the OS level, but APIPA assignment specifically indicates the adapter is functional enough to self-assign an IP, pointing to a connectivity or DHCP reachability issue instead.

DThe network connection is functioningCorrect

The 169.254.0.0/16 range is assigned automatically by Windows via APIPA when a DHCP server cannot be reached. The most direct cause is a failed physical or logical network connection - a bad cable, unplugged port, or downed switch port would prevent DHCP communication entirely. Verifying the network connection is the correct first step because without connectivity, no DHCP lease or network share access is possible.

Concept tested: Diagnosing APIPA address and DHCP failure

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/169-254-x-x-apipa-address-assigned

Topics

#APIPA#DHCP failure#169.254.x.x#network connectivity troubleshooting

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice