Ad slot · leaderboard (728×90 / responsive)Manual unit, below nav — clear of every quiz tap target
Home/ CompTIA Network+/ Domain 5: Network Troubleshooting
Free · N10-009 · Domain 5 of 5

CompTIA Network+ Domain 5: Network Troubleshooting

24% of the N10-009 exam — the largest domain
Practice — Domain 5
5.5 Troubleshoot common issues

A workstation set to obtain an address automatically shows an IP of 169.254.12.5 and cannot reach the network. What is the most likely cause?

Answer
Correct answerB · The DHCP server is unreachable, so the client self-assigned an APIPA address

169.254.0.0/16 is the APIPA range a client uses when no DHCP server answers — the classic 'no DHCP' symptom.

Why the other options are wrong
  • AA 169.254.x.x address is auto-assigned, not the kind of address an admin sets statically.
  • CDNS failure breaks name resolution, but the host would still get a normal DHCP IP — not a 169.254 address.
  • DDuplex mismatch causes slowness/errors, not an APIPA address. The link would still pass DHCP.
169.254.0.0/16 = APIPA self-assignment when DHCP fails (RFC 3927). N10-009 Obj 5.5.
5.3 Troubleshooting tools

A user reports a remote site is slow to reach. You want to see each hop along the path and identify where latency jumps. Which tool should you use?

Answer
Correct answerA · traceroute / tracert

Traceroute lists each router hop and the latency to it, pinpointing where delay is introduced.

Why the other options are wrong
  • BPing confirms reachability and round-trip time to the destination, but not the per-hop path. It won't show WHERE the slowdown is.
  • Cnslookup queries DNS records; it doesn't trace a network path.
  • Dipconfig shows local IP settings — nothing about the path to a remote site.
traceroute shows per-hop path and latency. N10-009 Obj 5.3.
5.2 Cable/physical issues

An interface shows a steadily rising count of CRC errors and runts. What is the most likely cause?

Answer
Correct answerA · A faulty/damaged cable or EMI on the link

CRC errors and runts are physical-layer symptoms — corrupted frames from a bad cable, connector, or interference.

Why the other options are wrong
  • BDHCP affects addressing, not frame integrity. It wouldn't generate CRC errors.
  • CDNS resolves names; it has no effect on physical frame errors on an interface.
  • DA wrong gateway breaks off-subnet routing, but doesn't corrupt frames into CRC errors.
CRC/runt errors indicate physical-layer problems (cable/EMI). N10-009 Obj 5.2.
5.5 Performance issues

A link is up but extremely slow, showing late collisions on one switch and a high error count on the connected device. What is the most likely cause?

Answer
Correct answerA · Duplex mismatch (one half-duplex, one full-duplex)

Late collisions plus poor throughput is the signature of a duplex mismatch between the two ends.

Why the other options are wrong
  • BDNS issues break name lookups, not raw link throughput with collisions.
  • CAPIPA means no DHCP and usually no connectivity at all — not a slow-but-working link with collisions.
  • DA blocked port stops specific traffic; it doesn't cause physical-layer late collisions.
Late collisions + slowness = duplex mismatch. N10-009 Obj 5.5.
5.3 Troubleshooting tools

On a Windows host, which command displays the current IP address, subnet mask, and default gateway?

Answer
Correct answerA · ipconfig

ipconfig prints the host's IP, mask, and gateway (and with /all, much more).

Why the other options are wrong
  • BPing tests reachability to another host; it doesn't display local IP configuration.
  • Cnetstat lists active connections and listening ports, not the interface's IP settings.
  • Dtracert maps the path to a remote host, not local configuration.
ipconfig shows IP configuration on Windows. N10-009 Obj 5.3.
5.5 Switching loops

After a technician connects two switch ports to each other with a single cable, the network slows to a crawl under a flood of broadcast traffic. Which feature is designed to prevent this loop?

Answer
Correct answerA · Spanning Tree Protocol (STP)

STP detects Layer 2 loops and blocks redundant paths, preventing the broadcast storm described.

Why the other options are wrong
  • BDHCP snooping blocks rogue DHCP servers; it does nothing about switching loops.
  • CNAT translates addresses at the network edge — unrelated to Layer 2 loops.
  • DQoS prioritizes traffic but can't stop a loop from flooding the segment.
STP prevents Layer 2 loops/broadcast storms. N10-009 Obj 5.5 / 2.1.
5.5 Addressing issues

A host reaches devices on its local subnet but cannot reach a server on a different subnet, even though the gateway is up and the IP and gateway appear correct. What should you check next?

Answer
Correct answerA · The subnet mask

A wrong mask makes the host misjudge which destinations are local vs remote, so it never sends remote traffic to the gateway.

Why the other options are wrong
  • BA display cable has nothing to do with IP routing decisions.
  • CIf you're reaching the server by IP, DNS isn't involved. The symptom is a routing/addressing decision.
  • DLocal connectivity works, so the switch is powered. Not the cause.
An incorrect subnet mask breaks local-vs-remote routing decisions. N10-009 Obj 5.5.
5.1 Troubleshooting methodology

A technician identifies that several users on the third floor cannot reach the file server. After interviewing users and confirming the symptoms, the technician suspects the floor's access switch uplink is faulty and replaces the SFP. Connectivity returns. According to the CompTIA seven-step troubleshooting methodology, what is the technician's NEXT required step before closing the ticket?

Answer
Correct answerC · Verify full system functionality and implement preventive measures

After establishing a plan and implementing the solution, step six requires verifying full system functionality and, if applicable, implementing preventive measures before the final documentation step is performed.

Why the other options are wrong
  • ARe-establishing a theory belongs to step two and happens before testing; once the fix works the technician moves forward, not backward, in the documented seven-step process flow.
  • BEscalation is only warranted when the technician cannot resolve the issue; here the SFP swap already restored service, so escalating adds no value and skips required closure steps entirely.
  • DDocumentation is the seventh and final step, but it comes only after verifying full functionality and applying preventive measures; documenting before verification risks closing a still-broken ticket.
Verify full functionality/preventive measures precedes documentation in the seven-step model + N10-009 Obj 5.1
5.2 Cable/physical issues

Users on a 1 Gbps link to a legacy server report sluggish transfers. The switch port counters show a rising number of CRC errors, runts, and late collisions, and throughput is far below expectation. The server NIC is hard-set to 100/full while the switch port is left at auto-negotiate. What is the MOST likely root cause?

Answer
Correct answerA · A duplex mismatch is causing the switch to operate half-duplex

When one side is hard-set to full and the other auto-negotiates, the auto side defaults to half-duplex, producing late collisions, runts, and CRC errors that match the symptoms exactly.

Why the other options are wrong
  • BEMI typically causes intermittent CRC errors but not the late-collision counter, which is a definitive duplex indicator; the hard-set/auto configuration points clearly to negotiation, not interference.
  • CExcessive attenuation degrades or drops the link entirely and would not selectively generate late collisions; the described configuration mismatch is a far more precise fit for these counters.
  • DA failing SFP usually produces link flaps or RX power errors rather than late collisions tied to half-duplex operation, and the explicit speed/duplex pinning explains the behavior better.
Late collisions plus CRC/runts with one side hard-set indicate a duplex mismatch + N10-009 Obj 5.2
5.2 Cable/physical issues

A technician installs a new fiber patch between two switches using a pair of LC connectors. Both switch ports show the optics are inserted and the correct wavelength SFPs are seated, but neither port ever reaches link-up and both report loss-of-signal. Optical power readings show transmit light present on both ends. What should the technician check FIRST?

Answer
Correct answerD · Whether the transmit and receive strands are reversed at one connector

With transmit light confirmed on both ends yet loss-of-signal everywhere, the fibers are almost certainly cross-connected so each transmitter feeds another transmitter; swapping one LC duplex pair restores link.

Why the other options are wrong
  • AA distance problem would still allow some receive power to register and usually causes errors rather than a total loss-of-signal on both ends with confirmed transmit light present.
  • BA mode mismatch degrades signal and causes high loss, but the symptom of zero receive while transmit is confirmed on both ends points more directly to a strand swap.
  • CAn administratively down port would not show optics inserted and reporting loss-of-signal; the ports are clearly active and powered, so a config disable does not explain the readings.
Both ends transmit but neither receives indicates reversed TX/RX strands + N10-009 Obj 5.2
5.3 Network service issues

On a busy guest network, new clients intermittently fail to get on the Internet. A technician runs ipconfig on an affected Windows laptop and sees the address 169.254.18.7 with a 255.255.0.0 mask and no default gateway. Other clients that connected earlier in the day work normally. What is the MOST likely cause?

Answer
Correct answerA · The DHCP scope is exhausted and the client self-assigned an APIPA address

A 169.254.x.x address with a /16 mask and no gateway is APIPA, assigned only when a client cannot reach a DHCP server, and scope exhaustion on a busy guest network fits perfectly.

Why the other options are wrong
  • BAn expired lease that renews would still show a routable address from the scope, not the 169.254 APIPA range; APIPA only appears when no DHCP offer is received at all.
  • CA wrong gateway option would still hand the client a valid scope address with that bad gateway; an empty gateway and a 169.254 address instead signal that no DHCP reply arrived.
  • DDNS failures prevent name lookups but the client would still hold a valid leased IP and gateway; an APIPA self-assigned address shows the problem occurs earlier, at address acquisition.
169.254.0.0/16 with no gateway is APIPA, indicating no reachable DHCP server + N10-009 Obj 5.3
5.3 Network service issues

A workstation at 10.20.5.40 can ping other hosts on 10.20.5.0/24 and can ping its default gateway 10.20.5.1, but it cannot reach any host on remote subnets or the Internet. Its configuration shows IP 10.20.5.40, mask 255.255.255.0, gateway 10.20.5.1, with a reachable, healthy router. What is the MOST likely misconfiguration?

Answer
Correct answerD · The router lacks a route or default route to the remote networks

Since the host reaches its gateway but nothing beyond it, the gateway itself cannot forward the traffic, indicating a missing route or default route on the router toward remote destinations.

Why the other options are wrong
  • ABad DNS would break name resolution but the failure to reach remote hosts even by IP shows a routing or gateway problem, not a name-lookup issue that DNS alone would cause.
  • BA wider mask such as /16 would make the host treat remote addresses as local and ARP for them, but the host already reaches its gateway, so the symptom centers on routing past it.
  • CA wrong VLAN would typically break local connectivity too, yet this host successfully pings same-subnet peers and its gateway, so layer-two VLAN membership is clearly correct here.
Reaching the gateway but no remote hosts points to a routing gap beyond the gateway + N10-009 Obj 5.3
5.4 Performance issues

Users on a VoIP system complain that calls sound choppy and robotic during the busy afternoon hours, though file downloads remain fast and ping replies show low average round-trip times. A capture shows voice packets arriving with widely varying inter-packet delays. Which performance metric is MOST directly responsible for the symptom?

Answer
Correct answerC · Jitter from inconsistent packet arrival times

Choppy, robotic audio with widely varying inter-packet delays is the classic signature of jitter, the variation in latency that overruns or empties the voice de-jitter buffer.

Why the other options are wrong
  • ABandwidth saturation would slow downloads too, but transfers stay fast here; the issue is variable timing of small voice packets rather than a lack of overall throughput capacity.
  • BAverage latency is described as low and ping round-trip times are good, so steady delay is not the culprit; the variation in delay, not its average, degrades the voice quality.
  • DPacket loss causes dropouts and gaps rather than the varying-delay pattern shown in the capture, and nothing indicates a hardware optic fault; the data points specifically to timing variance.
Variable inter-packet delay degrading VoIP is jitter, not latency or bandwidth + N10-009 Obj 5.4
5.5 Troubleshooting tools

A technician needs to confirm whether a specific authoritative name server returns the correct A record for an internal application, bypassing the client's configured resolver and any local cache. Which tool and approach is the BEST fit for this query?

Answer
Correct answerB · Use nslookup or dig and specify the authoritative server directly

Both nslookup and dig let you target a specific server, for example dig @ns1 app A, querying the authoritative source directly and bypassing the client resolver and local cache.

Why the other options are wrong
  • ANetstat displays active sockets and listening ports on the local host but cannot issue a DNS query or return record contents, so it cannot validate what a name server answers.
  • CTraceroute maps the layer-three path of hops to a destination but does not reveal which A record a particular authoritative server returns, so it cannot verify the DNS answer.
  • DA cable tester checks physical wiring continuity and pinout but has no ability to perform a DNS lookup or interrogate an authoritative server, making it irrelevant to this resolution task.
nslookup/dig can target a specific authoritative server to bypass the resolver + N10-009 Obj 5.5
5.1 Troubleshooting methodology

A help-desk technician believes a malfunctioning access switch is why an entire conference room lost wired connectivity. The technician replaces the switch, but every port in the room stays dead while the rest of the floor works fine. Following the CompTIA seven-step troubleshooting methodology, what should the technician do NEXT?

Answer
Correct answerB · Reestablish a new theory of probable cause or escalate to the next support tier

Step three says to test the theory and, when testing does not confirm it as the swap here did not, the technician must reestablish a new theory of probable cause or escalate to a higher tier.

Why the other options are wrong
  • AImplementing a solution and verifying functionality are later steps that apply only after a theory is confirmed; the swap disproved this theory, so there is no working solution to roll out yet.
  • CDocumentation is the final seventh step and is performed only after a verified fix restores service; closing the ticket now would record an unresolved outage that is still broken.
  • DIdentifying the problem and duplicating it belong to the first step, which the technician has already completed; repeating step one ignores the methodology's instruction to revise the theory after a failed test.
rule: when the tested theory is not confirmed, reestablish a new theory or escalate + N10-009 Obj 5.1
5.2 Cable/physical issues

After running new multimode fiber through a crowded riser, a technician secures it with tight zip ties pulled hard around a sharp 90-degree metal corner. The link comes up but shows very high optical loss and CRC errors that worsen under load. Cleaning and reseating the connectors does not help. What is the MOST likely physical cause?

Answer
Correct answerC · The cable was bent past its minimum bend radius, causing macrobend loss

Tight zip ties pulled around a sharp corner force the fiber below its minimum bend radius, so light escapes the core as macrobend loss, producing the high attenuation and load-sensitive errors observed.

Why the other options are wrong
  • ANothing indicates the run is too long, and distance attenuation would be constant rather than concentrated at the tight corner; the sharp bend and overtightened ties point to a different loss mechanism entirely.
  • BA mode mismatch causes high loss regardless of how the cable is routed and would not improve with better physical handling; the symptom is tied directly to the overtightened corner, not the optics type.
  • DThe technician already cleaned and reseated the connectors without improvement, which rules out end-face contamination; the remaining culprit is the mechanical stress from the tightly bent routing.
rule: exceeding the minimum bend radius causes macrobend optical loss + N10-009 Obj 5.2
5.2 Cable/physical issues

A technician investigates a copper drop that was installed running parallel to fluorescent ballasts and an elevator motor conduit. The switch port logs show CRC and input errors that spike each time the elevator runs, yet a cable tester reports correct pinout and an acceptable length well under 100 meters. What is the MOST likely cause?

Answer
Correct answerD · Electromagnetic interference from the adjacent motor and ballasts

Routing unshielded copper alongside an elevator motor and fluorescent ballasts injects electromagnetic interference that corrupts frames, producing CRC and input errors that spike exactly when the motor draws current.

Why the other options are wrong
  • AA duplex mismatch generates late collisions and errors continuously and independently of the elevator; the fact that the errors spike precisely when the motor energizes points to an external interference source instead.
  • BThe cable tester confirms the length is acceptable and within spec, which eliminates distance attenuation; the time correlation with the elevator motor indicates electrical noise rather than signal loss over distance.
  • CA split pair shows up as a wiring fault and would degrade signal regardless of the elevator, but the tester reports a correct pinout, so the errors tracking motor activity indicate interference, not miswiring.
rule: EMI/crosstalk from adjacent electrical sources corrupts frames and raises CRC errors + N10-009 Obj 5.2
5.3 Network service issues

After a contractor plugged a small consumer router into a wall jack, some users on the LAN suddenly receive addresses in the 192.168.0.0/24 range with gateway 192.168.0.1, even though the legitimate scope is 10.10.0.0/16. The affected users can no longer reach internal servers. What is the MOST likely cause?

Answer
Correct answerA · A rogue DHCP server on the contractor's router is leasing addresses

The plugged-in consumer router runs its own DHCP service and races the legitimate server, handing some clients a 192.168.0.x address and wrong gateway that cannot route to the 10.10.0.0/16 internal resources.

Why the other options are wrong
  • BAPIPA self-assigned addresses fall in the 169.254.0.0/16 range with no gateway, but these clients received a routable 192.168.0.x lease with a gateway, so an unauthorized server, not exhaustion, is responsible.
  • CDNS resolves names to addresses and never assigns a client's IP, mask, or gateway; these users were handed an entirely wrong subnet, which is a DHCP-layer issue rather than a name-resolution one.
  • DA duplicate IP affects a single address and triggers conflict warnings, but it would not cause multiple clients to receive a completely different subnet and gateway, which only an unauthorized DHCP server explains.
rule: an unauthorized DHCP server leases wrong subnet/gateway, breaking access + N10-009 Obj 5.3
5.3 Network service issues

An internal web app was migrated to a new server and its DNS A record was updated an hour ago. Most users now reach the new server, but a handful still land on the old IP. On those workstations, an nslookup of the hostname returns the old address, and flushing the resolver cache fixes it temporarily. What is the MOST likely cause?

Answer
Correct answerB · Cached DNS records with a long TTL still point to the old IP

The old A record's time-to-live has not yet expired in the clients' or the local resolver's cache, so they keep returning the stale address until the entry ages out or an administrator flushes it.

Why the other options are wrong
  • AIf the clients were pointed at the wrong DNS server, flushing the local cache would not resolve the issue because the bad server would still answer; the temporary fix shows the resolver is correct but caching stale data.
  • CA duplicate IP on the new server would cause intermittent reachability to the new host, not a consistent, clean resolution to the old address that a simple cache flush reliably corrects each time.
  • DAn incorrect mask breaks routing for whole ranges of destinations rather than selectively resolving one hostname to a stale IP, and flushing a DNS cache would have no effect on a layer-three mask error.
rule: records cached until TTL expiry return stale IPs until flushed + N10-009 Obj 5.3
5.4 Performance issues

Every weekday at 5 PM a branch office's Internet feels slow: web pages crawl while several large cloud backups run simultaneously. The WAN router's interface counters show the egress queue full, output drops climbing, and utilization pinned near 100 percent, while CRC and input-error counters stay at zero. What is the MOST likely cause?

Answer
Correct answerC · Bandwidth saturation from concurrent backups on the WAN link

Utilization pinned at 100 percent with a full egress queue and rising output drops is the classic signature of link saturation, and the simultaneous large backups are consuming all available WAN bandwidth.

Why the other options are wrong
  • AA duplex mismatch produces CRC errors and late collisions, yet those counters read zero here; the symptoms are a full transmit queue and output drops, which indicate congestion rather than a negotiation fault.
  • BA failing optic typically logs receive errors or causes the link to flap, but the interface is clean apart from output drops tied to load, pointing to traffic volume instead of a hardware module problem.
  • DJitter is variation in delay that mainly harms real-time media timing, not bulk web and backup throughput; the saturated interface with output drops reflects congestion from overusing capacity, not timing variance.
rule: 100% utilization with output drops indicates bandwidth saturation/congestion + N10-009 Obj 5.4
5.5 Troubleshooting tools

A technician must determine exactly which physical switch interface a misbehaving device's MAC address is learned on, so it can be located and disconnected. Logged into the access switch CLI, which command provides this MAC-to-port mapping MOST directly?

Answer
Correct answerA · show mac address-table

This switch command lists each learned MAC address alongside its VLAN and the specific interface it was learned on, letting the technician map the offending device's MAC straight to the exact port for isolation.

Why the other options are wrong
  • BThe ARP cache maps IP addresses to MAC addresses for hosts the workstation has recently contacted, but it provides no information about which switch port a given MAC is connected to on the network.
  • CThe netstat -r command prints the local host's routing table of network destinations and next hops, which has nothing to do with switch interface-to-MAC associations needed to physically locate the device.
  • DPathping measures latency and packet loss at each hop along a route to a destination, but it cannot reveal which switch interface learned a particular MAC address, so it cannot locate the port.
rule: show mac address-table maps a MAC to its learned switch interface + N10-009 Obj 5.5
5.1 Troubleshooting methodology

A user cannot reach an internal web app. The technician decides to first ping the default gateway at OSI layer 3; if that succeeds she will move up toward the application, and if it fails she will move down toward the cabling, halving the stack with each test. Which troubleshooting approach is she using?

Answer
Correct answerC · Divide-and-conquer, testing a middle layer first

Choosing layer 3 first and then moving up or down based on the result deliberately halves the OSI stack on each test, which is exactly the divide-and-conquer strategy of isolating from the middle outward.

Why the other options are wrong
  • AThe top-down approach begins testing at layer 7 and works downward, but this technician deliberately started in the middle at layer 3 to bisect the stack, so the top-down label does not fit her method.
  • BBottom-up begins at layer 1 cabling and works steadily upward, yet she began at the network layer to split the model in half rather than starting at the physical wiring, so this label is incorrect.
  • DEscalation transfers an unresolved issue to a higher tier and is appropriate only after local theories are exhausted, but here she is actively isolating the failing layer rather than handing off ownership of the problem.
rule: starting in the middle of the stack and halving each test is divide-and-conquer + N10-009 Obj 5.1
5.2 Cable/physical issues

After mounting several new 802.3at PoE+ cameras, the last camera added to an access switch refuses to power on, although it works fine on a bench PoE injector. The switch log shows total PoE allocation has reached the power supply's wattage limit and is denying new power requests. What is the MOST likely cause?

Answer
Correct answerA · The switch's PoE power budget is exhausted

Each powered device draws from the switch's finite PoE budget, and once cumulative consumption reaches the power supply's wattage ceiling the switch refuses to energize additional ports, which matches the logged denial exactly.

Why the other options are wrong
  • BA class mismatch could cap per-port wattage, but the camera powers cleanly on a bench injector and the switch explicitly logs total budget exhaustion, so the shortfall is aggregate supply rather than a per-port standard difference.
  • CAn over-length run can reduce delivered voltage, yet the device powers up on a local injector and the switch reports a budget ceiling rather than a voltage-drop fault, pointing to total power and not cable distance.
  • DA duplicate IP would only affect network reachability after the device already has power, but it cannot stop PoE delivery itself, and the observed symptom is a power denial logged against the supply budget.
rule: total PoE draw exceeding the supply budget causes the switch to deny power to new ports + N10-009 Obj 5.2
5.2 Cable/physical issues

A newly terminated Cat 6 run passes a basic continuity wiremap, and 10/100 devices work fine on it, but a 1000BASE-T link on the same cable shows excessive crosstalk and frequent retransmissions. A certification tester flags a near-end crosstalk (NEXT) failure. What is the MOST likely wiring fault?

Answer
Correct answerD · A split pair breaking twisted-pair noise cancellation

Using conductors from two different twisted pairs preserves end-to-end continuity so the wiremap passes, but it destroys the differential pairing, generating the near-end crosstalk that cripples gigabit signaling while leaving slower speeds usable.

Why the other options are wrong
  • AAn open would break continuity on a pin and fail the basic wiremap outright, but this cable passed continuity and even carries 10/100 traffic, so a broken conductor cannot explain a crosstalk-only failure at gigabit.
  • BA short usually registers on the wiremap and can disable the link entirely, yet continuity passed and slower speeds work cleanly, so a dead short does not match the near-end crosstalk symptom seen only at gigabit.
  • CExcessive length causes attenuation that degrades all speeds and would likely impair 10/100 as well, but slower modes run fine and the tester reports a crosstalk fault rather than a distance-related signal loss.
rule: a split pair passes continuity but breaks pairing, causing NEXT that fails gigabit + N10-009 Obj 5.2
5.3 Network service issues

After a desk move, a user's PC links up at full speed but receives an APIPA address and cannot reach any internal resource, while other ports on the same switch work. The technician finds the access port was reconfigured into VLAN 80, but DHCP and the user's resources all live in VLAN 20. What is the MOST likely cause?

Answer
Correct answerB · The access port is assigned to the wrong VLAN

Placing the port in VLAN 80 drops the PC into a broadcast domain with no relay to VLAN 20's DHCP server, so it falls back to an APIPA address and cannot reach the resources that live in VLAN 20.

Why the other options are wrong
  • AScope exhaustion would affect many clients drawing from that pool, but only this relocated port is failing and it now sits in a different VLAN with no reachable DHCP, so pool exhaustion is not the explanation.
  • CA duplicate address produces a conflict warning on a real assigned lease, not an APIPA self-assignment, and it would not appear precisely after the port was moved into a different VLAN, so it does not fit.
  • DA failed NIC driver would usually stop the link from negotiating full speed at all, yet the port comes up cleanly, and the meaningful change is the VLAN reassignment cutting the host off from its DHCP server.
rule: an access port in the wrong VLAN isolates the host from its DHCP and resources, forcing APIPA + N10-009 Obj 5.3
5.3 Network service issues

An engineer stands up a new VLAN and subnet for a department. Clients in the existing VLANs still lease addresses normally, but every client in the new VLAN receives an APIPA address. The single DHCP server sits in a different subnet, and the new VLAN's gateway interface has no ip helper-address configured. What is the MOST likely cause?

Answer
Correct answerC · No DHCP relay (ip helper-address) is forwarding requests off-subnet

DHCP discovery is a broadcast that routers do not forward by default, so without an ip helper-address relaying it to the server in another subnet, new-VLAN clients never receive a lease and default to APIPA addressing.

Why the other options are wrong
  • AA corrupt database would disrupt leasing for every VLAN, including the existing ones that are still working fine, so a failure isolated entirely to the brand-new subnet must originate somewhere other than the server's database.
  • BAPIPA is automatic self-assignment that occurs when no DHCP reply is received, not a manual configuration, and seeing it across every new-VLAN client at once indicates they cannot reach the server rather than deliberate static settings.
  • DA pruned or missing VLAN on the trunk would break all connectivity for that VLAN, but these clients can still communicate locally within their subnet and only cross-subnet DHCP is failing, which is a relay problem.
rule: without a DHCP relay/ip helper-address, off-subnet clients get no lease and fall back to APIPA + N10-009 Obj 5.3
5.4 Performance issues

In a dense office, 2.4 GHz Wi-Fi users report slow throughput and frequent retries despite a strong signal. A spectrum analysis shows several nearby access points configured on channels 1, 4, and 8, whose 20 MHz bands overlap heavily with one another. What is the MOST likely cause?

Answer
Correct answerA · Adjacent-channel interference from overlapping 2.4 GHz channels

The 2.4 GHz band provides only three non-overlapping channels of 1, 6, and 11, so access points on 1, 4, and 8 overlap and interfere, producing the retries and reduced throughput even while signal strength stays strong.

Why the other options are wrong
  • BThe users already report a strong signal, so weak coverage is not the problem, and raising transmit power would actually worsen the overlap between the competing access points crowded onto adjacent channels in the band.
  • CMTU mismatches cause fragmentation at layer 3 and are unrelated to a radio band or channel plan, while the spectrum analysis specifically shows overlapping channels as the source of the contention and retries.
  • DReusing an SSID across access points is normal practice that enables seamless roaming and does not by itself overlap channels, whereas the analyzer clearly reveals adjacent-channel conflict on 1, 4, and 8 as the culprit.
rule: only channels 1/6/11 are non-overlapping in 2.4 GHz; other choices cause adjacent-channel interference + N10-009 Obj 5.4
5.5 Troubleshooting tools

Outbound email to a partner domain is bouncing, and a technician suspects the partner's published mail-exchanger DNS entry is wrong. Working from a workstation with nslookup, which approach MOST directly reveals that domain's mail server records?

Answer
Correct answerD · Set the nslookup query type to MX to return mail-exchanger records

Issuing set type=MX in nslookup instructs the resolver to return the domain's mail-exchanger records, directly exposing the mail server hostnames and their priorities so the technician can verify the mail routing.

Why the other options are wrong
  • AA plain nslookup query returns the host address record by default and does not display mail-routing entries, so it cannot directly confirm or refute the mail-exchanger configuration the technician needs to inspect.
  • BTraceroute maps the layer-3 hop path toward a destination and measures latency, but it cannot query or display DNS resource records of any type, so it reveals nothing about the domain's mail-exchanger entry.
  • CPing confirms ICMP reachability to a resolved address but never returns the contents of DNS records, so it cannot show whether the domain's mail-exchanger records are correctly published or misconfigured.
rule: nslookup set type=MX queries mail-exchanger records directly; other tools cannot return DNS record contents + N10-009 Obj 5.5

Want all five domains under exam conditions? Take a full 90-question mock →

Ad slot · in-content rectangle (336×280 / responsive)Below the quiz card, inside the article body — well clear of answer buttons

About this domain

At 24% of the N10-009 exam, Network Troubleshooting is the largest Network+ domain — and the one that rewards a methodical approach over memorization more than any other. That weighting reflects reality: most of a network technician's day is spent figuring out why something that should work doesn't. CompTIA expects you to apply a repeatable seven-step methodology, starting by identifying the problem and establishing a theory of probable cause, rather than swapping parts at random.

Expect scenario questions that hand you a symptom and ask for the most likely cause. A workstation pulling a 169.254.x.x APIPA address points to a DHCP failure, not a bad NIC. An interface logging climbing CRC errors and runts usually signals a cabling or duplex-mismatch problem on the physical layer. Slow reach to a remote site is a job for traceroute, where you watch the hop count and spot where latency spikes.

You also need to recognize switching loops and broadcast storms when STP is missing or misconfigured, and resolve addressing mistakes like a wrong subnet mask or default gateway. Knowing which tool — ping, ipconfig, traceroute, or a cable tester — answers a given question is what separates a passing score from a guess.

What Domain 5 covers

Domain 5 quick glossary

The terms that show up most on Domain 5 questions — one line each.

Troubleshooting methodologyThe structured seven-step process from identifying the problem to documenting findings.
Theory of probable causeAn early step where you propose the most likely reason for a symptom before testing it.
APIPAA 169.254.x.x self-assigned address indicating the host could not reach a DHCP server.
TracerouteA tool that maps each hop along a path and reveals where latency or loss appears.
Duplex mismatchMismatched half/full-duplex settings on a link, causing collisions, errors, and slowdowns.
CRC errors and runtsFrame errors and undersized frames that usually point to bad cabling or a duplex problem.
Broadcast stormRunaway broadcast traffic from a switching loop when STP is absent or misconfigured.
ipconfigA command that displays a host's IP, mask, and gateway to confirm addressing is correct.

Keep going

Practice the other domains, or go deeper with the full study materials.