Concept Flow - traceroute for path tracing
Start traceroute command
Send packet with TTL=1
Receive response from first router
Increase TTL by 1
Send packet with new TTL
Receive response from next router
Repeat until destination reached or max hops
Display full path
End
Traceroute sends packets with increasing TTL to find each router on the path to the destination, showing the route step-by-step.