|
What is Trace Route and how to perform it?
Posted by Yousef Ibrahim on 14 December 2011 06:43 PM
|
|
|
In Windows, select Start > Programs > Accessories > Command Prompt. or go to Start > Run > Type cmd. This will give you a window like the one below. Enter the word tracert, followed by a space, then the domain name. eg: tracert 178.**.***.*** (IPAddress) or tracert hybrid-solutions.com (Website), then press Enter. The following is a successful traceroute from a home computer in Jordan to hybrid-solutions.com in USA
Firstly it tells you that it's tracing the route to hybrid-solutions.com, tells you the IP address of that domain, and what the maximum number of hubs will be before it times out.
And finally, 19 is the network that hosts hybrid-solutions.com Each of the 3 columns are a response from that router, and how long it took (each hop is tested 3 times). For example, in line 2, the first try took 107ms (107 milliseconds), the second took 143 ms, and the third took 188ms. This is extremely useful when trying to find out why a website is unreachable, as you will be able to see where the connection fails. If you have a website hosted somewhere, it would be a good idea to do a traceroute to it when it is working, so that when it fails, you can do another traceroute to it (which will probably time out if the website is unreachable) and compare them. It is generally recommended that if you have a website that is unreachable, you should use both the traceroute and ping commands before you contact your ISP to complain. More often than not, there will be nothing to your ISP or hosting company can do about it.
| |
|
|
|

