nerdexam
CompTIA

SK0-004 · Question #416

Which of the following commands displays the network path between two devices?

The correct answer is B. tracert. tracert (traceroute) is the command used to display each network hop along the path between a source and destination device.

Troubleshooting

Question

Which of the following commands displays the network path between two devices?

Options

  • Aping
  • Btracert
  • Cnetstat
  • Droute

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    91% (29)
  • D
    6% (2)

Why each option

tracert (traceroute) is the command used to display each network hop along the path between a source and destination device.

Aping

ping sends ICMP echo requests to test reachability and measure latency to a single host, but does not reveal intermediate hops along the route.

BtracertCorrect

tracert (Windows) and traceroute (Linux/macOS) work by sending packets with incrementing TTL values, causing each router along the path to return an ICMP Time Exceeded message. This reveals every intermediate hop, its IP address, and round-trip latency, giving a full view of the network path between two devices.

Cnetstat

netstat displays active TCP/UDP connections, listening ports, and network statistics on the local machine - not the path to a remote device.

Droute

route displays or modifies the local IP routing table on the host, not the actual end-to-end path packets travel across the network.

Concept tested: Network path tracing with tracert

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/tracert

Topics

#tracert#network path#traceroute#network diagnostics

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice