InnocentZero's Treasure Chest

HomeFeedAbout Me

13 Aug 2023

Traceroute

traceroute

[2025-03-24 Mon 22:26] <- icmp

A command line utility on Unix and NT (known as tracert) to know the hops and the IPs of the routers between the source and the destination.

Utilizes multiple icmp packets being sent towards the source with varied TTL numbers.

  • First it will be set to 1, then each subsequent packet will have it incremented by 1.
  • each time the router will send a reply with the Time Exceeded in transit command (Type = 11, Code = 0).
Tags: programming networks

Other posts
Creative Commons License
This website by Md Isfarul Haque is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.