The traceroute utility checks how many “hops” (transfers through other routers or networked devices) it takes for your computer to reach a destination. You can use traceroute if you know the other computer's IP address, web site address, or name (e.g., 1.1.1.1, www.ndchost.com, etc).
To access traceroute on a Windows workstation, perform one of the following:
cmd
, and then press Enter.cmd
, and then press Enter.
At the command prompt, enter tracert yourdomain.com
, where your domain is a domain name on your server or your server's IP address. This will result in something like the following (the first two host lines have been intentionally blanked):
The first column, the hop count, represents the number of stops your information has made along the route to attempt to contact the other computer. The next three columns are the round-trip times in milliseconds for three different attempts to reach the destination. The last column is the name of the host that responded to the request.
The above example shows a successful trace without any unreachable hosts. If your trace dies out after a specific hop by only returning full lines of asterisks (“* * * *”), then chances are the issue is at or just after the hop before the asterisks began.
Large jumps in response times can also mean a possible issue. If you are consistently seeing around 5ms for your first 3 hops, for example, and then on the 4th hop the response time jumps to 500ms, then there may be an issue with the 4th hop.
In many cases, a network technician will need to analyze the problem further. To aid in this effort, you can copy the output by doing the following: