Browse CompTIA Certification Guides

Study Tools, Protocols & Evidence Collection for Network+ (N10-009)

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.

What CompTIA is really testing

The strongest answers usually depend on whether you need to validate:

  • local IP configuration
  • reachability across a path
  • name resolution
  • cable integrity or physical signal quality
  • packet-level behavior
  • wireless signal or channel conditions

Choose the tool based on the question

    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:

  • tool choice follows the theory
  • deeper tools are not automatically better tools
  • the fastest useful evidence usually comes from the simplest tool that can answer the question

Small CLI sequence

1ipconfig /all
2ping 10.10.10.1
3tracert 8.8.8.8
4nslookup app.internal.example

What to notice:

  • the commands answer different questions
  • ipconfig /all checks local addressing state
  • ping checks basic reachability
  • tracert shows where the path changes or stops
  • nslookup focuses on naming rather than generic connectivity

Keep the tools distinct

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

Correlate more than one clue

Tool questions often become wrong because the candidate treats one output as final truth. Strong troubleshooting correlates:

  • interface state
  • counters
  • simple reachability tests
  • name-resolution checks
  • packet evidence only when needed

That sequence is stronger than jumping straight to packet capture for every complaint.

Common traps

  • capturing packets before defining the question
  • choosing a cable tester for a problem that is clearly about DNS
  • assuming traceroute explains every application failure
  • trusting one tool output without cross-checking the surrounding evidence

What strong answers usually do

  • pick the simplest tool that can answer the next diagnostic question
  • separate local configuration, path, naming, and packet-behavior checks
  • use packet capture when you need packet detail, not as a default habit
  • correlate tool output with the symptom and the current theory

Quiz

Loading quiz…

Use the cheat sheet and resources pages to support later review as this flagship guide deepens.