๐ŸŽ 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

DNS Record Types
Different types of DNS entries that map domain names to various information like IP addresses, mail servers, and verification strings.
IP Address
A unique numerical label assigned to each device on a computer network for identification and communication.
TCP/IP
The fundamental communication protocol suite of the internet that defines how data is packaged, addressed, transmitted, and received.
Firewall
A network security system that monitors and controls incoming and outgoing traffic based on predetermined rules.
Network Segmentation
The practice of dividing a network into isolated segments to improve security, performance, and management.
Subnet
A logical division of an IP network into smaller segments to improve performance, security, and management.
View All Networking Terms โ†’