Under the Hood
Loading visualizer…
Initializing Sorting Algorithms...
Sorting
Trees
Graphs
Preparing interactive visualizations...
Under the Hood
Loading visualizer…
Subnet masks, ARP, NAT, longest prefix match, TTL and BGP — no packet ever knows its own route
Three fields carry the routing story: the destination address, which never changes; the source address, so a reply can come back; and TTL, which every router decrements. Note what is not here — no route, no path, no session. Each packet is forwarded independently, and two packets to the same host can take entirely different paths.
You click a link and your machine has to get bytes to a server it has never spoken to, across networks nobody owns collectively. It does this by wrapping the data in an IP header — twenty bytes of metadata — and handing it to the nearest router with, essentially, a shrug.
Mechanisms
Active Recall
A packet leaves your laptop for a server on the internet. What are the destination IP and destination MAC set to?