Visualize the network path to a domain or IP address.
Enter a domain name or IP address to trace the network path to the target.
Traceroute is a network diagnostic tool used to track the pathway taken by a packet on an IP network from source to destination. It records the route's path and measures transit delays of packets across the network.
Traceroute works by sending packets with incrementally increasing Time To Live (TTL) values, starting with TTL=1. When a router receives a packet, it decrements the TTL value by 1, and if the TTL reaches 0, the router sends an ICMP "Time Exceeded" message back to the source. By analyzing these responses, traceroute can determine the path taken by packets across the network.