- Software-Defined Networking with OpenFlow(Second Edition)
- Oswald Coker Siamak Azodolmolky
- 133字
- 2021-07-02 15:49:58
Central control and simple forwarding elements
Control and management plane hardware and software dedicated resources, which resided on the switches in traditional network architecture, have now been migrated to the controller. This new architecture presents a forwarding element, which maximizes the overall resource management in the topology as the hardware processes less complex codes for forwarding the traffic. These complex algorithms now exist in the controller, and traffic forwarding decisions are made from them, which communicates the best forwarding path for every packet to the forwarding element through a secure channel from the controller to the forwarding elements. These characteristics allow a simpler ASIC to be incorporated into the forwarding elements existing in an SDN infrastructure. This also allows the provisioning of ample resources with respect to the growth in the network size.
- Java程序設計(慕課版)
- Unity 2020 Mobile Game Development
- GitLab Repository Management
- JavaScript從入門到精通(第3版)
- Mathematica Data Analysis
- Android Wear Projects
- Natural Language Processing with Java and LingPipe Cookbook
- OpenGL Data Visualization Cookbook
- .NET 4.5 Parallel Extensions Cookbook
- 并行編程方法與優化實踐
- Building Slack Bots
- Python一行流:像專家一樣寫代碼
- ASP.NET開發寶典
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 計算機系統解密:從理解計算機到編寫高效代碼