Field guide · Networking & wireless
Reading a traceroute
How to read traceroute, tracert and mtr output without drawing the wrong conclusion — which is the usual outcome. Covers why loss at one hop that does not continue is not loss at all, why a latency step that stays is distance rather than a fault, and why the last hop that answers is rarely where the problem is.
Plate 01Questions
Questions people actually ask
- One hop shows 100% loss but the trace completes. Is that a problem?
- No, and this is the single most misread thing in traceroute output. Routers generate ICMP TTL-exceeded replies at low priority, so a busy core router will drop your probes while forwarding real traffic perfectly. Loss only counts when it continues to every hop after it, all the way to the destination. Loss at one hop that clears at the next is the router being too busy to answer, not too busy to forward.
- Latency jumps at one hop and stays high. What does that mean?
- That is a real leg of the path — usually a long haul between cities or a peering handoff — and it is distance, not a fault. A jump that carries through to the destination is geography. A spike at one hop that comes back down at the next is that router being slow to answer, which is invisible to your actual traffic.
- The trace stops before reaching the destination. Is the host down?
- Probably not. Most edge firewalls drop ICMP and UDP probes while happily accepting TCP to the service port. A trace that dies at the last few hops usually means the probes are being filtered, not that the path is broken. Confirm with a TCP probe to the real port before concluding anything.
- How do I tell whose network the fault is in?
- Find where sustained loss begins and look at whose address space that hop sits in. Private RFC 1918 addresses are your own infrastructure. Anything in 100.64.0.0/10 is carrier-grade NAT — your ISP's internal addressing, not yours, which is worth knowing before you go looking for a switch you do not own. Everything past that belongs to a carrier.
- Why do the three times on each line differ so much?
- They are three separate probes, and each may take a different path where equal-cost routing exists. Wide variation across the three at one hop, with steady times after it, usually means that router is inconsistent about answering rather than that the path is unstable. mtr's larger sample makes this much easier to see than a single traceroute run.
- Is mtr better than traceroute?
- For diagnosis, yes. It runs continuously and gives you loss percentages over many probes rather than three samples, which is what separates a hop that genuinely drops traffic from one that happened to miss a packet. Use traceroute to see the path; use mtr to judge it.
Plate —Other guides
The rest of the section
- 01RJ45 Wiring: T568A and T568BBoth colour codes, pin by pin, side by side.
- 02RJ11 Wiring and Phone PinoutsSix positions, three lines, two colour systems.
- 03Keystone Jack TerminationStrip, seat, punch, snap — without failing the certification.
- 0466 Block WiringFifty rows, four columns, and where the bridging clips go.
- 05110 Block WiringLay the pairs in, press the connecting block on.
- 06Cat5e vs Cat6 vs Cat6a vs Cat8Speed, distance, and power decide it — not the bigger number.
- 07Fibre Types, Connectors and PolishRead the jacket, read the connector, don't mate blue to green.
- 08Subnetting, ExplainedWhere the numbers come from, and the meaning behind them.
- 09PoE Standards and Why It Won't PowerThe switch reserves the class, not the draw.
- 10Camera Lens, Field of View and Pixel DensityCovering the room is not the same as identifying a face in it.
- 11Patch Panels and Labelling to TIA-606A label that survives is worth more than a tidy rack.
- 12Rack Planning: Units, Depth, Weight and HeatIt fits vertically. That was never the hard part.
- 13Writing a Switch ConfigurationFrom factory default to a switch you would hand over.
- 14Networking and Cabling GlossaryThe terms, and what they mean on a job.
- 15POTS to VoIP: What BreaksThe lines nobody remembers until they stop working.
- 16Testing an Analogue Phone LineTip, ring, and the four numbers that tell you whose fault it is.
- 17Toning and Tracing a CableFinding one pair in a bundle of two hundred.
- 18Reading a Cable Certifier ReportWhat PASS* actually means, and which number to look at first.
- 19Which Cable Tester Do You Need?Three tiers, and the one most people actually need.
- 20Running an Office Floor RestackEveryone sits down Monday and their machine works.
- 21Cable Management for Desks and RacksTidy is a by-product. Serviceable is the point.
- 22Asset Tagging and CMDB AuditsThe scan is easy. Scanning it into the right record is the job.
- 23Cabling an Office Fit-OutHow many drops, run where, and what it takes to add one later.
- 24Parcel Locker Site SurveysWhether the unit fits, powers, connects — and gets in the door.
- 25VLANs and TrunkingAccess, trunk, tagged, native — and which one is the security hole.
- 26Spanning Tree and Switching LoopsWhy one patch cord can take a whole floor down in seconds.
- 27DHCP, DNS and Helper AddressesWhy the new VLAN gets no addresses, and why it is always DNS.
- 28Wi-Fi Channel Planning and AP PlacementMore access points at lower power, not fewer at maximum.
- 29SMART Attributes That Predict FailureA drive can report PASSED while it is visibly dying.
- 30BitLocker: Keys, Recovery and EscrowThe key exists somewhere, or the data does not.
- 31Grounding and Bonding a Telecom RoomOne ground, one path, and no loops between rooms.
- 32UPS Sizing: VA, Watts and RuntimeThe number on the box is not the number you need.
- 33Mounting Displays on Any WallFind the structure. Everything else is a repair bill.
- 34Mounting IP CamerasHeight, angle, and the surfaces that ruin the picture at night.
Free guidesNo sign-upNothing trackedWritten on the job
Rather it was just doneWe do this work
We do this work
as well as document it
Anyone holding traceroute output and about to tell a carrier the fault is theirs, or about to be told it is yours.