- 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.
推薦閱讀
- Linux運維之道(第3版)
- 從零開始寫Linux內(nèi)核:一書學(xué)透核心原理與實現(xiàn)
- Persistence in PHP with the Doctrine ORM
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Linux自動化運維:Shell與Ansible(微課版)
- Windows 7案例教程
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- 精解Windows 10
- 從實踐中學(xué)習(xí)Windows滲透測試
- 鴻蒙HarmonyOS手機應(yīng)用開發(fā)實戰(zhàn)
- 再也不踩坑的kubernetes實戰(zhàn)指南
- Serverless Architectures with Kubernetes
- Responsive Web Design with AngularJS
- Website Development with PyroCMS
- Linux指令從初學(xué)到精通