Why it matters
BGP issues cause the most famous internet outages (2021 Facebook, 2023 Cloudflare). Understanding it helps diagnose and design against these.
Advertisement
The architecture
Autonomous System: a network under single administrative control. Has AS number.
BGP peering: ASes exchange routing info directly with peers.
Advertisement
How it works end to end
Path selection: BGP prefers shortest AS path, most-specific prefix, best MED, then tiebreakers.
Policies: filter what to advertise, prefer specific peers. Business-driven.
Route hijacking: malicious AS advertises prefix it doesn't own. RPKI helps prevent.
Outages: bad advertisements can cause internet-wide traffic redirection.