Home › Certifications › CompTIA Network+ › Network Troubleshooting
65 multiple-choice questions and 44 flashcards on Network Troubleshooting, about 24% of the CompTIA Network+ bank. Every one carries a written rationale.
Network Troubleshooting is one of 7 chapters in CoStudy's CompTIA Network+ bank, and it holds 65 of the bank's 270 multiple-choice questions — roughly 24% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.
Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.
10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.
A laptop reports an address of 169.254.18.7 with a 255.255.0.0 mask and cannot reach anything beyond its own segment. What does this MOST likely indicate?
Answer: B — The laptop could not obtain a DHCP lease and self-assigned an address
B) Correct — the 169.254.0.0/16 range is automatic private addressing, assigned by the host only after DHCP requests go unanswered. A) A rogue server would hand out a wrong but routable address, not a link-local one. C) A valid lease would show the organization's addressing, not the automatic private range. D) A conflict typically produces a warning and address release, not this specific range.
A user reports they can ping a server by IP address but not by hostname. The MOST likely cause is:
Answer: B — DNS resolution is failing while the underlying network path works
B is right: a successful ping by IP proves routing and reachability, so the failure by name isolates the fault to name resolution. A and D would break the ping by IP as well. C would block both forms of ping, not just the named one. Check the configured DNS server, reachability on UDP 53, dig or nslookup output, and any hosts file override.
Users on VLAN 30 receive an IP but cannot reach VLAN 20. ICMP from the L3 switch's VLAN 30 SVI to a VLAN 20 host succeeds. Which is the BEST next step?
Answer: C — Check VLAN 20 host gateways and the ACL between SVIs
L3 reachability from the SVI proves routing; the issue is endpoint/ACL/firewall. Reload/cabling/STP are misaligned with the evidence.
A technician has interviewed the affected users, asked what changed recently and reproduced the failure on a second workstation. According to the seven-step methodology, what should the technician do NEXT?
Answer: B — Establish a theory of probable cause
B) Correct — gathering information and duplicating the problem completes step one, so forming a theory of probable cause follows. A) Implementing a fix skips theory, testing and planning, and the earlier case may not apply. C) Verification is step six and requires a solution to have been applied first. D) Documentation is the final step and there is nothing yet to document.
A workstation on a horizontal copper run experiences intermittent errors and occasional link loss. A certification tester reports the run measures 130 metres end to end. What is the MOST likely cause?
Answer: A — The run exceeds the 100 metre limit, so attenuation is corrupting signalling
A) Correct — the measured length is the decisive evidence; balanced twisted pair Ethernet is specified to 100 metres and beyond that signal degradation causes exactly these symptoms. B) Excess untwist does cause errors but the tester's length reading is the far stronger indicator here. C) A duplex mismatch produces errors but would not vary with an over-length run and is not indicated. D) The transceiver serves the uplink, which would affect many users rather than one workstation.
A dense open-plan office with modern dual-band clients suffers congestion on 2.4 GHz while the 5 GHz radios sit lightly loaded. Which action MOST directly improves the situation?
Answer: C — Enable band steering so capable clients are moved onto 5 GHz
C) Correct — band steering pushes dual-band clients to the band with far more non-overlapping channels, relieving the congested one. A) Disabling 5 GHz forces every client into the crowded band, the opposite of what is needed. B) More power on 2.4 GHz enlarges cells and increases contention and co-channel interference. D) Lease duration affects addressing, not radio airtime contention.
A router holds a static route for 10.0.0.0/8 pointing to the internet edge and a learned route for 10.10.0.0/16 pointing across the WAN. Which path will a packet destined for 10.10.5.20 take?
Answer: A — Across the WAN, because the more specific prefix is preferred
A) Correct — forwarding selects the longest matching prefix first, so the /16 wins for this destination regardless of how each route was learned. B) Administrative distance only breaks ties between routes to the same prefix; it never overrides prefix length. C) Load sharing requires equal-length, equal-cost paths, which these are not. D) Overlapping routes are normal and are resolved by longest match, not by dropping traffic.
Users on the third floor report they cannot reach any internal server, while users on other floors are unaffected and third-floor users can still print to a local printer. During problem identification, this scoping is MOST useful because it
Answer: C — narrows probable cause to infrastructure shared by that floor alone
C) Correct — symptoms bounded by one floor while intra-floor traffic works point at that floor's shared uplink or distribution path, which is a large reduction in search space. A) One jack cannot affect a whole floor, and nothing has been physically tested. B) DNS has not been ruled out; scoping does not by itself eliminate a name resolution factor. D) A corrupted core routing table would affect more than a single floor, and no theory has been tested yet.
A technician needs to see the layer 3 path a packet takes to a remote host and the delay contributed at each intermediate router. Which utility is the MOST appropriate?
Answer: D — traceroute
D) Correct — traceroute elicits a response from each hop along the path and reports per-hop round-trip times. A) Ping measures end-to-end reachability and delay with no visibility into intermediate hops. B) Netstat reports local connections and listening sockets, not remote paths. C) Nslookup queries name resolution only.
A user can ping the local gateway but cannot reach the Internet. Which is the BEST next step?
Answer: B — Traceroute to a public IP and to a hostname to isolate
Pinging the gateway proves L1-L3 locally. Traceroute to public IP vs public hostname isolates WAN reachability vs DNS. Heavier actions skip diagnosis.
4 cards from the 44 in this chapter.
What command shows the routing table on Linux/macOS?
ip route (Linux), netstat -rn or route -n (macOS/legacy). Shows next-hop, interface, metric.
How do you troubleshoot 'cannot reach internal server'?
Verify connectivity (ping, port test), check DNS resolution, look at routing/firewall ACLs, verify server up, check duplex/speed, examine client and server logs.
How do you troubleshoot Wi-Fi performance issues?
Check signal/SNR, channel congestion (Wi-Fi analyzer), client capabilities (Wi-Fi 5 vs 6), AP density, switch to 5/6 GHz, update firmware/drivers.
What is the difference between attenuation, EMI, crosstalk, and latency in cable troubleshooting?
Attenuation: signal loss over distance. EMI: external interference. Crosstalk: signal between adjacent pairs. Latency: delay. Tested via cable certifier.
These are a sample. The full Network Troubleshooting chapter runs 109 items with per-chapter progress tracking, on the web and in the iOS app.
Open CompTIA Network+ in CoStudy →