SDN
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://ipfyi.com/iframe/glossary/sdn/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://ipfyi.com/glossary/sdn/
Add a dynamic SVG badge to your README or docs.
[](https://ipfyi.com/glossary/sdn/)
Use the native HTML custom element.
Tanım
Yazılım Tanımlı Ağ İletişimi. Yazılım denetleyicileri aracılığıyla merkezi, programlanabilir ağ yönetimini sağlayarak ağ kontrol düzlemini veri düzleminden ayıran mimari. SDN, büyük ağlarda çevikliği ve otomasyonu artırır.
Control Plane Separation
Software-Defined Networking decouples the network control plane — which decides how traffic is forwarded — from the data plane — which actually forwards packets. In traditional networking, both planes run on the same physical device. SDN centralizes control in a software controller that maintains a global network view and programs forwarding rules into switches via protocols like OpenFlow. This separation allows network behavior to be defined and modified programmatically, without touching individual device configurations.
Benefits and Use Cases
Centralized control enables network-wide optimization that distributed protocols cannot easily achieve. Traffic engineering across 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." paths, dynamic 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. policy enforcement, and automated VLANVirtual Local Area Network. A logical network segmentation technique that groups devices into separate broadcast domains regardless of physical location, using IEEE 802.1Q tagging. VLANs improve security, performance, and manageability. provisioning become software operations rather than CLI tasks. Cloud providers use SDN to build tenant 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. fabrics on shared physical infrastructure. NFVNetwork Functions Virtualization. The practice of replacing dedicated network hardware appliances (firewalls, load balancers, routers) with software running on commodity servers, reducing capital costs and enabling rapid service deployment. platforms rely on SDN to steer traffic through chains of virtualized network functions. The combination of SDN and NFV is foundational to modern carrier and cloud-scale networks.
SDN and Physical Infrastructure
SDN does not eliminate physical networks — it manages them more efficiently. The data plane remains in hardware switches for performance, while the controller handles policy. Underlay NetworkThe physical network infrastructure (routers, switches, cables, fiber) upon which overlay and virtual networks are built. The underlay handles actual packet forwarding while overlays provide logical abstraction. design is still critical: the physical fabric must provide the 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., redundancy, 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. that SDN controllers and applications depend on. Subnet Calculator remains relevant for planning the physical IP addressing scheme that SDN overlays are built on top of.