๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Networking Advanced

What is BGP (Border Gateway Protocol)?

The routing protocol that makes the internet work by exchanging routing information between autonomous systems.

BGP is the protocol that connects different networks (ISPs, cloud providers, enterprises) on the internet. Each network (Autonomous System) announces its IP prefixes to neighbors, building a global routing table. BGP chooses paths based on policies, not just shortest distance.

BGP is a path-vector protocol that prevents loops by tracking the full AS path. Misconfigurations can cause route leaks (redirecting traffic) or route hijacks (advertising someone else's IPs). BGP is critical infrastructure โ€” incidents can affect internet connectivity globally.

Related Terms

WireGuard
A modern, lightweight VPN protocol that uses state-of-the-art cryptography and minimal code for fast, secure tunneling.
Traceroute
A network diagnostic tool that shows the path packets take from source to destination, listing each hop along the way.
DHCP
A protocol that automatically assigns IP addresses and network configuration to devices on a network.
DNS (Domain Name System)
A hierarchical naming system that translates human-readable domain names into IP addresses.
ARP (Address Resolution Protocol)
A protocol that maps IP addresses to physical MAC addresses on a local network segment.
SDN (Software-Defined Networking)
An approach that separates the network control plane from the data plane, enabling centralized, programmable network management.
View All Networking Terms โ†’