0Pricing
Network+ Academy · Lesson

Mapping the Path With Traceroute

Follow each hop your traffic takes to reach a destination.

What Traceroute Does

Traceroute (tracert on Windows) reveals the path packets take to a destination, listing each router (hop) along the way and the delay at each. Where ping answers "can I reach it?", traceroute answers "by what path, and where does it slow down or stop?" It is the go-to tool for locating where along a route a problem lives.

traceroute example.com

Hops and Routers

Each device that forwards your packet toward the destination is a hop. Traceroute lists hops in order, from your gateway outward across ISPs to the target. By showing the chain of routers, traceroute lets you see the actual journey of your traffic and pinpoint exactly which hop is failing or adding delay.

All lessons in this course

  1. Testing Reachability With Ping
  2. Mapping the Path With Traceroute
  3. Viewing Settings With Ipconfig
  4. Querying DNS With Nslookup
← Back to Network+ Academy