Using traceroute
Traceroute is a tool available on virtually all computers that traces the path
to any site on the Internet. It's the best, most widely available tool to use to discover the source
of connection problems.
Background
The Internet is a global network comprised of many independently owned and operated networks. There are many points within the network at which problems may arise. Data follows a specific path as it travels on the Internet between your computer and the Korax network. Each point along that path represents a router. A router is a network device which routes packets between different networks. Each router is owned and controlled by a different company, operating its own network on the Internet. These points are all potential sources of network issues. The smallest unit of data traveling on the Internet is called a "packet". It is possible to follow the actual route a single packet takes from your computer to the Korax network. Along the way, you can discover any possible sources of trouble.Using traceroute on Windows
Traceroute is a small program that follows the route a packet takes from your computer to any Internet host, including your website hosted at Korax. As it moves, or "hops" from one router to the next along the network path, it measures the round-trip time between your computer and that particular hop in milliseconds. On Windows, follow these steps to run traceroute.- From the "Start" menu, select "Run".
- Type cmd and click OK.
- Type tracert www.example.com and press Enter. Replace www.example.com with your own website address.
Tracing route to www.example.com [216.201.96.65] over a maximum of 30 hops:
1 2 ms 2 ms 2 ms 192.168.0.1
2 9 ms 8 ms 7 ms 10.66.1.1
. . .
8 14 ms 10 ms 12 ms vs1.korax.net [216.201.96.65]
Trace complete.
A traceroute report will display the domain name and IP address of each hop, plus
three samples of the time, measured in milliseconds, it took to reach that hop and receive a response. It also
counts the number of hops between you and the host you are tracing to. Each hop is
displayed on its own numbered line.
The above output indicates that it took eight hops to reach the website www.example.com,
hosted on server vs1.korax.net, and the round-trip time ranged between ten and fourteen milliseconds.
1 2 ms 2 ms 2 ms 192.168.0.1
2 9 ms 8 ms 7 ms 10.66.1.1
. . .
8 14 ms 10 ms 12 ms vs1.korax.net [216.201.96.65]
Trace complete.
