अंडरले नेटवर्क

सामान्य

परिभाषा

भौतिक नेटवर्क इन्फ्रास्ट्रक्चर (राउटर, स्विच, केबल, फाइबर) जिस पर ओवरले और वर्चुअल नेटवर्क बनाए जाते हैं। अंडरले वास्तविक पैकेट फॉरवर्डिंग संभालता है जबकि ओवरले तार्किक अमूर्तता प्रदान करते हैं।

The Physical Foundation

The underlay network is the actual physical or logical IP network that carries traffic between devices — the routers, switches, fiber links, and IP addressing scheme that exist independent of any virtualization. When an Overlay NetworkA virtual network built on top of an existing physical (underlay) network using encapsulation protocols like VXLAN or GRE. Overlay networks provide logical separation and flexibility without modifying the underlying infrastructure. tunnel runs between two data centers, the underlay is the internet or private WAN path those tunnel endpoints communicate across. When containers communicate via VXLAN, the underlay is the IP fabric connecting the servers.

Underlay Design Principles

A well-designed underlay optimizes for simplicity, BandwidthThe maximum data transfer rate of a network link, typically measured in bits per second (Mbps, Gbps). Bandwidth represents capacity, not actual speed; real-world transfer rates depend on latency, congestion, and protocol overhead., and low LatencyThe time delay for a data packet to travel from source to destination, typically measured in milliseconds (ms). Lower latency is critical for real-time applications like video calls, gaming, and financial trading. rather than complex policy enforcement — policy belongs in the overlay. Data center underlays commonly use a Clos (leaf-spine) topology: every leaf switch connects to every spine switch, creating equal-cost multipath routes. BGPBorder Gateway Protocol. The routing protocol that exchanges reachability information between autonomous systems, effectively determining how data traverses the internet. Often called the "postal service of the internet." carries reachability information between leaves and spines. MTUMaximum Transmission Unit. The largest packet size (in bytes) that a network interface can transmit without fragmentation. Standard Ethernet MTU is 1500 bytes; jumbo frames allow up to 9000 bytes for high-performance networks. is uniformly set to 9000 bytes throughout, giving overlays ample headroom for encapsulation. QoSQuality of Service. A set of technologies and techniques that prioritize certain types of network traffic (voice, video, critical applications) over others to guarantee performance levels. QoS uses mechanisms like traffic shaping, queuing, and marking. markings set at the edge are honored consistently through the fabric.

Underlay Health Monitoring

Because overlays depend entirely on the underlay, underlay failures produce overlay failures that may be hard to attribute correctly. TracerouteA network diagnostic tool that maps the path packets take from source to destination by sending probes with incrementing TTL values. Each responding router reveals one hop in the route, along with its latency. reveals physical path topology. PrometheusAn open-source systems monitoring and alerting toolkit that collects time-series metrics via a pull model over HTTP. Its powerful query language (PromQL) and integration with Grafana make it a standard for cloud-native monitoring. metrics from switch SNMP pollers track interface utilization and error counters. Packet LossThe percentage of data packets that fail to reach their destination, typically caused by network congestion, faulty hardware, or wireless interference. Even 1-2% packet loss can noticeably degrade voice and video quality. on a single underlay link can cause intermittent overlay connectivity issues that appear as application-layer timeouts. Ping Test between underlay endpoints quickly distinguishes underlay failures from overlay configuration issues.

संबंधित शब्द

सामान्य में और अधिक