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.
Question
Which of the following commands displays the network path between two devices?
Options
- Aping
- Btracert
- Cnetstat
- Droute
How the community answered
(32 responses)- A3% (1)
- B91% (29)
- D6% (2)
Why each option
tracert (traceroute) is the command used to display each network hop along the path between a source and destination device.
ping sends ICMP echo requests to test reachability and measure latency to a single host, but does not reveal intermediate hops along the route.
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.
netstat displays active TCP/UDP connections, listening ports, and network statistics on the local machine - not the path to a remote device.
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
Community Discussion
No community discussion yet for this question.