You don't have javascript enabled. Please enable javascript to use this website.
Traceroute

Traceroute

Display the route a packet takes from our server to your host

     

What is Traceroute ?

In computing, Traceroute is a computer network diagnostic tool for tracking and displaying possible routes (paths) taken by a packet from a source to a destination on an Internet Protocol (IP) network. Traceroute reports the IP addresses of all the routers pinged in between, and measure the transit delays of packets.

How does Traceroute work ?

Traceroute works by sending Internet Control Message Protocol (ICMP) packets, and every router involved in transferring the data gets these packets. The ICMP packets provide information about whether the routers used in the transmission are able to effectively transfer the data.

What do you need a Traceroute Test for ?

A Traceroute Test is useful for debugging various network problems:
Traceroute is helpful for figuring out the routing path the data has to go through, as well as the response delays as it travels across nodes. Traceroute also enables you to locate where the data was unable to be sent along, known as points of failure.

What is the difference between Ping and Traceroute ?

Ping is a quick and easy utility to tell if the specified server is reachable and how long will it take to send and receive data from the server. Traceroute finds the exact route taken to reach the server and time taken by each hop (Step).

How do you read Traceroute results ?

A Traceroute displays the path that the ICMP packet took as it traveled around the Internet to the destination. It also displays the response times that occurred at each stop along the route. If there is a connection problem or latency connecting to the destination, it will show up in these times.

How can I do an Online Traceroute ?

  • Open the Online Traceroute Tool
  • Enter a domain or an IP address in the space provided (Both IPv4 and IPv6 addresses are supported)
  • Click on the "Traceroute" button
The Online Traceroute Tool will then trace the whole path through which network request routes to the provided Domain or IP Address and gives you the traceroute results.

Is Online Traceroute the only option ?

No.Traceroute tools are typically included as a utility by operating systems such as Windows and Unix. If you want to do a Traceroute using your computer, you can run the following Traceroute commands on your preferred terminal. However, doing a Traceroute online is much simpler and of the same accuracy.

How do I run a Traceroute in Unix/Linux ?

For a domain/hostname: traceroute [domain or hostname]
For an IPv4 Address: traceroute [IPv4Address]
For an IPv6 Address: traceroute6 [IPv6Address]

How do I run a Traceroute in Windows ?

For a domain/hostname: tracert [domain or hostname]
For an IPv4 Address: tracert [IPv4Address]
For an IPv6 Address: tracert -6 [IPv6Address]