What is a network hop?
A network hop is one step a data packet takes between network devices on its way to a destination. It is usually a router: each router that forwards the packet counts as one hop.
NETWORK DIAGNOSTICS
Trace the network hops between the PacketPint server and a public destination to identify where a route changes or stalls.
Traceroute maps the network hops from PacketPint to a public hostname or IPv4 address. Each hop is a router or network point that replies along the route.
Use it when a destination is unavailable or slow to help identify where the route changes, stops responding or starts taking longer.
A network hop is one step a data packet takes between network devices on its way to a destination. It is usually a router: each router that forwards the packet counts as one hop.
Traceroute sends probes with increasing IP time-to-live values. When a router decrements a value to zero, it can return an ICMP Time Exceeded message that reveals a hop on the path.
Relevant standards: RFC 791 — Internet Protocol , RFC 1812 — Requirements for IP Version 4 Routers
An asterisk means that a probe did not receive a reply within the selected timeout. A router may filter or rate-limit replies while continuing to forward traffic normally.
No. This tool traces the route from the PacketPint server. Internet paths can be asymmetric and may differ from the route taken by traffic from your own connection.
QUICK FEEDBACK