- Learning OpenDaylight
- Reza Toghraee
- 172字
- 2021-07-09 20:08:02
Controlling the fabric
It is very important that you understand the main technologies involved in SDN. These methods are used by SDN controllers to manage and control the SDN network.
In general, there are two methods available for controlling the fabric:
- Direct fabric programming: In this method, the SDN controller directly communicates with SDN-enabled switches via southbound protocols such as OpenFlow, NETCONF, and OVSDB. The SDN controller programs each switch member with related information about fabric, and how to forward the traffic. Direct fabric programming is the method used by OpenDaylight.
- Overlay: In the overlay method, the SDN controller doesn't rely on programming the network switches and routers. Instead it builds a virtual overlay network on top of the existing underlay network. The underlay network can be an L2 or L3 network with traditional network switches and router, just providing IP connectivity. The SDN controller uses this platform to build the overlay using encapsulation protocols such as VXLAN and NVGRE. VMware NSX uses overlay technology to build and control the virtual fabric.
推薦閱讀
- Social Media Mining with R
- 網絡操作系統:Windows Server 2003管理與應用
- Kali Linux滲透測試全流程詳解
- Arch Linux Environment Setup How-to
- Windows Vista融會貫通
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- Kali Linux 2018:Windows Penetration Testing
- jQuery UI Cookbook
- Linux軟件管理平臺設計與實現
- Learning Continuous Integration with Jenkins(Second Edition)
- Hadoop Real-World Solutions Cookbook
- VMware vSphere 5.1 Cookbook
- 分布式實時處理系統:原理、架構與實現
- 數字系統設計與VHDL