Routing Visualizer
Watch a packet follow the lowest-cost known path from source to destination.
Routing lab
Change link costs or fail a link. The lab recomputes the lowest-cost route.
Client to Server
Client -> R1 -> R3 -> Server · cost 7
Route decision
Client to Server
Chosen path
Client -> R1 -> R3 -> Server
Client uses Client -> R1 -> R3 -> Server because its total cost is 7. The alternative Client -> R1 -> R3 -> R4 -> Server costs 7.
Selected node
Client
10.0.0.10
Route comparison
Why this route wins.
Client -> R1 -> R3 -> R4 -> Server
Costs 0 more than selected.
7
Client -> R1 -> R3 -> Server
Lowest total cost.
7
Client -> R2 -> R4 -> Server
Costs 1 more than selected.
8
Lab flow
1
Choose endpoints
2
Inspect path
3
Change network
4
Recalculate
5
Explain result
Preset experiments
Try a network condition quickly.
Checkpoint
Change costs or links to satisfy one.
Quick practice
Disable the cheapest link on the route. Which backup path does the packet take next?