Match protocol analyzers, command-line tools, cable testers, Wi-Fi analyzers, and other troubleshooting aids to the evidence you need.
Tool questions are evidence-selection questions. CompTIA is not testing whether you can name every utility in order. It is testing whether you can choose the next tool that answers the next diagnostic question without jumping to a deeper or more disruptive step too early.
Protocol analyzer: A tool that captures and decodes network traffic so you can inspect packets and flows directly.
TDR: Time-domain reflectometer, a cable-testing method that helps identify where a break, short, or other fault exists along a copper run.
The strongest answers usually depend on whether you need to validate:
flowchart TD
A["What is the next question?"] --> B["Local config?"]
A --> C["Path or reachability?"]
A --> D["Layer 1 problem?"]
A --> E["Packet behavior?"]
B --> F["ipconfig / ifconfig / show interface"]
C --> G["ping / traceroute"]
D --> H["cable tester / TDR / loopback / optics check"]
E --> I["protocol analyzer"]
What to notice:
1ipconfig /all
2ping 10.10.10.1
3tracert 8.8.8.8
4nslookup app.internal.example
What to notice:
ipconfig /all checks local addressing stateping checks basic reachabilitytracert shows where the path changes or stopsnslookup focuses on naming rather than generic connectivity| Tool | Best first use |
|---|---|
ping |
test basic reachability and loss perception |
traceroute / tracert |
identify where a path fails or changes |
ipconfig, ifconfig, ip, show commands |
inspect local addressing and interface state |
| protocol analyzer | inspect packet behavior, retransmissions, headers, or conversations |
| cable tester / TDR | investigate physical copper faults |
| Wi-Fi analyzer | inspect channel use, SSID visibility, and RF conditions |
Tool questions often become wrong because the candidate treats one output as final truth. Strong troubleshooting correlates:
That sequence is stronger than jumping straight to packet capture for every complaint.
Use the cheat sheet and resources pages to support later review as this flagship guide deepens.