- Software-Defined Networking with OpenFlow(Second Edition)
- Oswald Coker Siamak Azodolmolky
- 174字
- 2021-07-02 15:49:59
NFV
NFV is the abstraction of the physical network to support the running of multiple network logical instances on a common, shared, and physical element. Network instances that are virtualized essentially function similarly to the equivalent physical instance.
A prominent example of network virtualization is VLAN. A VLAN is an abstraction of a physical switch in simple terms; it splits a single L2 broadcast domain into smaller logical domains that coexist without intercommunication between them. Communication between such domains requires the implementation of a layer three switch or a router.
Earlier implementations of network virtualization supported layer two (switching) and layer three (routing) services, but layer four to layer seven services such as firewalls and load balancers are now fully supported by network visualization.
Network virtualization maximizes the physical resources and ultimately grants full control, security, and efficiency to the network administration. It also cuts down the high cost of physical elements when compared to the virtual instances. The operational cost of elements such as cooling, power, and special requirements are cut down.
- Google Apps Script for Beginners
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 大學計算機基礎(第三版)
- PWA入門與實踐
- 數字媒體應用教程
- 移動UI設計(微課版)
- C語言程序設計實訓教程
- Raspberry Pi 2 Server Essentials
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- SQL基礎教程(第2版)
- Python期貨量化交易實戰
- 計算語言學導論
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- Spring Web Services 2 Cookbook