Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
A 'traceroute' is a linux/unix based command has been using for tracing a network/host.For windows, you should use 'tracert'.
Traceroute gives you details about how many routers(It says hops) you need to accross to reach that specific host/network.
I can see some other users have already given example and snapshot of traceroute.
The most important thing I want to mention is :
'Traceroute' and 'Tracert' do not work in same way but their objective is the same.
Traceroute is a linux/Unix or some OS based.Traceroute uses specific port for its operation.
Traceroute uses UDP 33434 to33534 port for echo request(Type8)
Tracert uses ICMP.
For windows you can use another command "pathping' that will also show all the hops with detail information.
Traceroute
Is a network tool used to determine the path packets take from one IP address to another.
Traceroute is a command which can show you the path a packet of information takes from your computer to one you specify. It will list all the routers it passes through until it reaches its destination, or fails to and is discarded.
Tracerout is a network tool used to determine the path packets take from one IP address to another
Traceroute is a computer network tool used to show the route taken by packets across an Internet Protocol (IP) network.
In computing, traceroute is a computer network diagnostic tool for displaying the route (path) and measuring transit delays ofpackets across an Internet Protocol (IP) network. The history of the route is recorded as the round-trip times of the packets received from each successive host (remote node) in the route (path); the sum of the mean times in each hop indicates the total time spent to establish the connection. Traceroute proceeds unless all (three) sent packets are lost more than twice, then the connection is lost and the route cannot be evaluated. Ping, on the other hand, only computes the final round-trip times from the destination point.
Tracerout tool displays the path Internet packets traverse to reach a specified destination. The tool works by identifying the IP addresses of each hop along the way to the destination network address
its useful to detect where the packet lost and needed for diagnosis
Traceroute is a tool to determine how many hops the packet has travelled before reaching its destination and also to ddetermine their identities if not hidden.
Tracerout is a computer network diagnostic tool for displaying the route (path) and measuring transit delays of packets across an Internet Protocol (IP) network. Similar to Ping.
Traceroute is a command which can show you the path a packet of information takes from your computer to one you specify. It will list all the routers it passes through until it reaches its destination, or fails to and is discarded. In addition to this, it will tell you how long each 'hop' from router to router takes.