![]() |
![]() |
Technical Library |
|
16 Oct 2000 |
Traceroute and Ping-Internet Troubleshooting ToolsTraceroute:This utility can help determine where a problem might be on an internet connection. The traceroute command sends out packets from your computer or router to a remote endstation and reports back to you each step of the way. Routers receive Internet Protocol packets and pass them on. A router receives a packet, opens the packet to find the destination address, and then does a lookup in a routing table to determine where to route the packet. The following is the output of a traceroute session with a simple diagram showing the process: (for Win95/NT, type tracert <destination-name/ip address>)
![]() Traceroute sends out 3 UDP packets with the originating IP address, the destination IP address and a time stamp of when the packet was created. A Time to Live (TTL) setting is also added to the packet for Traceroute to determine if it should continue toward the destination or head back to the originating machine with the round trip transit times. Since Internet routers give traceroute packets low priority it is not deemed a reliable tool for pinpointing problems. It should be used in conjunction with other utilities such as: Ping:This utility will help verify connectivity by sending out a packet from your workstation to a remote host and return it back to you. At the prompt type ping <destination-name/ip address>. Please verify the following prior to running the ping command:
![]() |