- 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.
- SPSS數據挖掘與案例分析應用實踐
- JMeter 性能測試實戰(第2版)
- C語言程序設計實訓教程
- 青少年美育趣味課堂:XMind思維導圖制作
- MySQL數據庫基礎實例教程(微課版)
- Apache Spark 2.x for Java Developers
- NoSQL數據庫原理
- Django實戰:Python Web典型模塊與項目開發
- Unity 5.X從入門到精通
- Photoshop智能手機APP界面設計
- 深入分析GCC
- Getting Started with the Lazarus IDE
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- Cinder:Begin Creative Coding
- JavaScript程序設計實例教程(第2版)