- Software-Defined Networking with OpenFlow(Second Edition)
- Oswald Coker Siamak Azodolmolky
- 168字
- 2021-07-02 15:49:58
Plane decoupling
Traditional network architecture comprises three distinct planes (control, data, and management), which enable full functionalities:

The main characteristics of SDN are the segregation of the control plane (which determines the way the traffic should be handled) and the data plane (which forwards the traffic based on decisions made by the control plane) based on incoming traffic parameters, such as the MAC address, IP address, and Virtual Local Area Network (VLAN) ID.
In SDN, these policies are determined by the control plane, which is decoupled from the switch (known as the forwarding element) to a logically centralized controller which can physically be distributed and communicated to the forwarding element via a secure link (OpenFlow channel):

In the preceding diagram, the forwarding elements that will operate in SDN environments are designed to handle the data plane. The most predominant forwarding elements are designed to support traditional network architecture and SDN network architecture. Control and management plane functionalities are moved to a high-performance server that serves as the controller.
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)
- Rust實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)Scratch少兒編程:小學(xué)課本中的Scratch創(chuàng)意編程
- Python從入門到精通(精粹版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 區(qū)塊鏈:以太坊DApp開發(fā)實(shí)戰(zhàn)
- Full-Stack Vue.js 2 and Laravel 5
- 21天學(xué)通C++(第6版)
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- Java程序設(shè)計(jì)入門
- INSTANT Sinatra Starter
- C/C++程序員面試指南
- Building Serverless Architectures
- Practical Microservices
- jQuery for Designers Beginner's Guide Second Edition