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

Categories

Networking Advanced

What is Overlay Network?

A virtual network built on top of an existing physical network, enabling features like container networking and VPNs.

Overlay networks create logical network topologies independent of the underlying physical infrastructure. They encapsulate packets from the overlay network inside packets of the underlay network (tunneling). Technologies include VXLAN (extending Layer 2 across Layer 3 boundaries), WireGuard/IPsec (VPN tunnels), and container networking (Flannel, Calico, Weave). In Kubernetes, overlay networks enable pods on different physical hosts to communicate as if on the same LAN. Benefits include network isolation, simplified addressing, and infrastructure independence. The trade-off is encapsulation overhead reducing effective MTU and adding latency.

Related Terms

BGP (Border Gateway Protocol)
The routing protocol that makes the internet work by exchanging routing information between autonomous systems.
Token Bucket Algorithm
A rate limiting algorithm that allows burst traffic by accumulating tokens at a fixed rate and consuming them per request.
Content Delivery Network (CDN)
A geographically distributed network of servers that caches and delivers web content from locations closest to users for faster load times.
Proxy Server
An intermediary server that forwards requests between clients and destination servers, providing caching, filtering, or anonymity.
Bandwidth
The maximum rate of data transfer across a network connection, measured in bits per second.
WireGuard
A modern, lightweight VPN protocol that uses state-of-the-art cryptography and minimal code for fast, secure tunneling.
View All Networking Terms โ†’