The Border Gateway Protocol (BGP) is how the internet's independently-run networks, called autonomous systems (AS), agree on paths for traffic. There is no central authority — each AS learns routes from its neighbours, applies its own policy to pick a single best path, and re-announces that choice onward. This scene models a small three-tier internet: Tier-1 core carriers, Tier-2 regional ISPs, and Tier-3 edge networks.
Because BGP has no global view, a withdrawn route can briefly cause routers to try several stale alternate paths before settling — a real phenomenon called BGP path exploration that can take tens of seconds on the real internet.
An interactive 3D map of a three-tier internet where announcing or withdrawing a route sends BGP updates rippling hop by hop across autonomous systems, and each network picks its own best path according to policy.
Every autonomous system independently compares the routes its neighbours offer and keeps only one best path, then re-announces that choice onward under Gao-Rexford export rules — no router ever sees the whole picture.
Pick an origin AS and a route-selection policy, then hit Announce to watch the update fan out, or Withdraw to see downstream networks scramble for backup paths. Drag to rotate, scroll to zoom.
There is no global BGP map — each of the internet's ~70,000 autonomous systems only ever sees what its direct neighbours choose to tell it.