Courseiva
Network TroubleshootingeasyMultiple ChoiceObjective-mapped

N10-009 Network Troubleshooting Practice Question

A user reports that they cannot access the internet. The network technician checks the workstation's IP configuration and finds the IP address 169.254.15.77. What does this address indicate?

⚠ Common exam trap

Candidates often confuse APIPA with a DNS failure or gateway issue, but APIPA specifically indicates a DHCP lease failure, not a problem with higher-layer services like DNS or routing.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The DHCP server is unreachable.

The IP address 169.254.15.77 falls within the Automatic Private IP Addressing (APIPA) range (169.254.0.0/16, per RFC 3927). This address is automatically assigned by the operating system when a DHCP client fails to receive a lease from a DHCP server, indicating that the DHCP server is unreachable or not responding.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The workstation has a static IP address configured.

    Why it's wrong here

    If a workstation were configured with a static IP address, it would bypass the DHCP process entirely and use the manually assigned IP, subnet mask, and gateway. An APIPA address, by definition, is an automatically assigned address from the 169.254.0.0/16 range that occurs *only* when a DHCP client fails to obtain an IP address. Therefore, the presence of an APIPA address directly contradicts the notion of a statically configured IP.

    When this WOULD be correct

    In a question where a user reports no internet access and the workstation has an IP like 192.168.1.100 with a subnet mask of 255.255.255.0, and the technician confirms it was manually set, then 'The workstation has a static IP address configured' would be correct.

  • The DHCP server is unreachable.

    Why this is correct

    When a workstation is configured for dynamic IP addressing (DHCP) but cannot locate or communicate with a DHCP server, it resorts to Automatic Private IP Addressing (APIPA). This process assigns an IP address from the 169.254.0.0/16 range. Since APIPA addresses are non-routable and intended only for local link communication, the workstation cannot obtain a valid network configuration, including a default gateway, thus preventing internet access.

  • The DNS server is down.

    Why it's wrong here

    A malfunctioning or unreachable DNS server would primarily impact name resolution, preventing the workstation from translating domain names into IP addresses. However, the workstation would still successfully obtain a valid IP address, subnet mask, and default gateway from the DHCP server. The presence of an APIPA address explicitly indicates a failure in the initial IP address acquisition process, not a subsequent name resolution problem.

    When this WOULD be correct

    A user reports they can access the internet by IP address but not by domain name. The workstation has a valid IP address (e.g., 192.168.1.10). In this scenario, a DNS server problem would be the correct answer.

  • The default gateway is misconfigured.

    Why it's wrong here

    A misconfigured default gateway would prevent the workstation from communicating with devices outside its local subnet, including the internet. However, the workstation would still receive a valid IP address, subnet mask, and DNS server information from the DHCP server. The presence of an APIPA address signifies that the workstation failed to acquire *any* IP configuration from DHCP, indicating a problem before the default gateway even becomes relevant.

    When this WOULD be correct

    In a scenario where a workstation has a valid IP address (e.g., 192.168.1.10) but cannot access the internet, and the technician verifies that the default gateway is set to an incorrect or unreachable IP, then 'The default gateway is misconfigured' would be the correct answer.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The N10-009 exam frequently reuses these exact scenarios with slightly different constraints.

The DHCP server is unreachable.Correct answer

Why this is correct

When a workstation is configured for dynamic IP addressing (DHCP) but cannot locate or communicate with a DHCP server, it resorts to Automatic Private IP Addressing (APIPA). This process assigns an IP address from the 169.254.0.0/16 range. Since APIPA addresses are non-routable and intended only for local link communication, the workstation cannot obtain a valid network configuration, including a default gateway, thus preventing internet access.

The workstation has a static IP address configured.Wrong answer — click to see why

Why this is wrong here

A 169.254.x.x address is an Automatic Private IP Addressing (APIPA) address, assigned when a DHCP server is unreachable. A static IP address would be manually configured and not fall in this range.

★ When this WOULD be the correct answer

In a question where a user reports no internet access and the workstation has an IP like 192.168.1.100 with a subnet mask of 255.255.255.0, and the technician confirms it was manually set, then 'The workstation has a static IP address configured' would be correct.

Why candidates choose this

Candidates may confuse the presence of an IP address (even an APIPA address) with a static configuration, not realizing that APIPA is a fallback mechanism, not a manual assignment.

The DNS server is down.Wrong answer — click to see why

Why this is wrong here

The IP address 169.254.15.77 is an Automatic Private IP Addressing (APIPA) address, which indicates that the workstation failed to obtain an IP from a DHCP server. DNS server issues do not cause APIPA addresses; they affect name resolution after IP configuration.

★ When this WOULD be the correct answer

A user reports they can access the internet by IP address but not by domain name. The workstation has a valid IP address (e.g., 192.168.1.10). In this scenario, a DNS server problem would be the correct answer.

Why candidates choose this

Candidates may confuse network connectivity issues with DNS problems, assuming that inability to access the internet is always due to DNS failure, without recognizing that APIPA indicates a DHCP failure instead.

The default gateway is misconfigured.Wrong answer — click to see why

Why this is wrong here

A 169.254.x.x address is an Automatic Private IP Addressing (APIPA) address, assigned when DHCP fails. A misconfigured default gateway would not cause the workstation to self-assign an APIPA address; it would still receive a valid DHCP lease but lack connectivity.

★ When this WOULD be the correct answer

In a scenario where a workstation has a valid IP address (e.g., 192.168.1.10) but cannot access the internet, and the technician verifies that the default gateway is set to an incorrect or unreachable IP, then 'The default gateway is misconfigured' would be the correct answer.

Why candidates choose this

Candidates may confuse symptoms of no internet access (often caused by gateway issues) with the specific APIPA address, assuming any connectivity problem points to the gateway, without recognizing the unique indicator of DHCP failure.

Analysis generated from the official N10-009blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Visual reference

Client DHCP Server 1 Discover (broadcast) 2 Offer (IP: 192.168.1.10) 3 Request (I accept) 4 Acknowledge (lease confirmed) DORA — the four-step DHCP lease process

About these practice questions

This N10-009 question is part of Courseiva's 464-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on N10-009

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A user reports that they cannot access any network resources. The technician checks the IP configuration on the workstation and sees an IP address of 169.254.10.55 with a subnet mask of 255.255.0.0. Which of the following should the technician check NEXT?

easy
  • A.Configure a static IP address on the workstation
  • B.Verify that the DHCP server is available and reachable
  • C.Check the DNS server configuration on the workstation
  • D.Replace the network cable

Why B: The IP address 169.254.10.55 with a subnet mask of 255.255.0.0 is an Automatic Private IP Addressing (APIPA) address, which Windows assigns when a DHCP server is unreachable. The next logical step is to verify that the DHCP server is available and reachable, as this directly addresses the root cause of the failed DHCP lease acquisition.

Variation 2. A user reports that they cannot access any network resources. The technician runs 'ipconfig' on the workstation and sees that the IP address is 169.254.23.45 with a subnet mask of 255.255.0.0. What is the most likely cause of this issue?

easy
  • A.The workstation's network cable is unplugged.
  • B.The DNS server is not responding.
  • C.The DHCP server is unreachable or not functioning.
  • D.The workstation has been assigned a static IP address in the wrong subnet.

Why C: The IP address 169.254.23.45 with a subnet mask of 255.255.0.0 is an Automatic Private IP Addressing (APIPA) address, which is assigned by the operating system when a DHCP discovery attempt fails. This indicates that the workstation was unable to contact a DHCP server to obtain a valid IP configuration, making an unreachable or non-functioning DHCP server the most likely cause.

Variation 3. A user reports that they cannot access any network resources. The technician checks the IP configuration and sees that the workstation has an IP address of 169.254.1.5. What is the most likely cause?

medium
  • A.The DNS server is down
  • B.The DHCP server is unavailable
  • C.The default gateway is incorrect
  • D.The subnet mask is mismatched

Why B: The IP address 169.254.1.5 is an Automatic Private IP Addressing (APIPA) address (169.254.0.0/16 range), which Windows assigns when a DHCP client fails to receive a lease from a DHCP server. Since the workstation cannot obtain a valid IP configuration, it cannot communicate with any network resources, confirming that the DHCP server is unavailable.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This N10-009 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the N10-009 exam.