answersLogoWhite

0

Traceroute uses ICMP packets to determine what the route internet traffic takes to reach its destination, recording each "hop" (where it goes through a router, hardware firewall or some other routing mechanism) along the way. It is most widely used as a troubleshooting tool to pinpoint which areas of a given network are causing problems. Windows has a similar command called 'tracert'

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you find network routes in Linux and Unix?

With the traceroute command. For instancetraceroute 67.196.156.54to see the number of network hops and bridges a connection must cross.


Which networking command is most popularly used to test the connectivity of between systems and networks?

The ping command. Traceroute is also useful, but I would start by using the ping command.The ping command. Traceroute is also useful, but I would start by using the ping command.The ping command. Traceroute is also useful, but I would start by using the ping command.The ping command. Traceroute is also useful, but I would start by using the ping command.


Which command identifies a path to a destination device?

traceroute [destination]


What command would you use to view the path taken by an ethernet packet?

To view the path taken by an Ethernet packet, you can use the traceroute command on Unix-based systems or tracert on Windows. This command sends packets to the destination and displays each hop along the route, showing the IP addresses of the intermediate routers. For example, you would type traceroute [destination IP or hostname] on Linux or tracert [destination IP or hostname] on Windows.


15 How do you know the path that a packet takes to the destination?

You use the traceroute command. Example, in Windows: open a command window, and type tracert wiki.answers.com.You use the traceroute command. Example, in Windows: open a command window, and type tracert wiki.answers.com.You use the traceroute command. Example, in Windows: open a command window, and type tracert wiki.answers.com.You use the traceroute command. Example, in Windows: open a command window, and type tracert wiki.answers.com.


What does the k command do in Linux?

k is not a standard command in Linux.


What command is used to determine the location of delay for a packet traversing the Internet?

traceroute


What TCP IP command is used to trace how many different connections a network request has to make?

Trace route.In Windows: Open a command prompt and type tracertIn Linux: Open a terminal window and type tracerouteOn a Cisco device: From user or privileged-exec mode enter traceroute


What utilities would you typically use to determine the number of hops to a specific destination?

You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.You use the traceroute utility. In Windows, go to the command window, and type tracert, followed by an IP address or a domain name.


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.