answersLogoWhite

0

The "traceroute" program uses ICMP messaging and the time to live (TTL) field in the IP header. It works by sending a packet to the intended host with a TTL value of 1. The first router will send back the ICMP "time exceeded" message to the sending host. Then the traceroute program will send a message with a TTL of 2, then 3, etc. This way it will get information about each router using the information received in the ICMP packets. To get information about the receiving host, the message is sent to a port that is not likely to be serviced by that host. A ICMP "port unreachable" error message is generated and sent back.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you trace the country of purchase of a camera?

try and use traceroute, before the URL address. I hope this works


What kind of traceroute is a traceroute?

In the computer and networking industry, a traceroute is used to display the path and transitioning delays for packets across an IP network. It is used on a number of systems.


Why is traceroute not on Windows 7?

tracert


How do you pronounce traceroute?

Trayce-root


You can use the utility to troubleshoot routing problems?

traceroute


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 utility is used to verify network connections?

Ping and/or traceroute


Which command identifies a path to a destination device?

traceroute [destination]


What statement describes a characteristic of the traceroute utility?

Traceroute is a network diagnostic tool used to track the path that packets take from a source to a destination across an IP network. It works by sending a series of packets with incrementally increasing time-to-live (TTL) values, allowing it to identify each hop along the route and measure the time taken for each hop. This information helps in identifying network delays and pinpointing where issues may be occurring in the network path. Additionally, traceroute can reveal the IP addresses and sometimes the hostnames of the routers encountered along the way.


Who made traceroute?

It was developed by Van Jacobson, an American computer scientist


Which utility shows the route apacket take to reach its destination?

Traceroute


When working on a UNIX-type of system you can limit the maximum number of router hoops the traceroute command allows by typing?

Using the -m ttl switch of traceroute will limit the number of hops. The default is 30