traceroute |
|
traceroute is a command which is used to trace the route of a packet through a TCP/IP network. traceroute is a Unix command. Under Microsoft Windows, the traceroute command has been renamed `tracert`. Unix `traceroute` and Microsoft Windows `tracert` are designed to accomplish the same task, but differ in the way they display output, in the way they send test packets, and in the number of command line options they provide.
Sample `tracert` outputThis is the result of tracing the network route to www.mit.edu:
From this output, we can see that our packets took 17 network layer hops to reach their destination. We can see that our packets traversed both the AT&T and Level3 networks along the way. We can also see the times the first, second, and third test packets took to cross each of the network hops. In addition, we can see that the 2nd hop didn't respond to our request within 5 seconds. Because of this, we don't know the IP address of that network device. blog comments powered by Disqus |
Discuss traceroute in the forums.


