- 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.
- 新編Visual Basic程序設計上機實驗教程
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- GitLab Cookbook
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- PyTorch自然語言處理入門與實戰
- Building Cross-Platform Desktop Applications with Electron
- JavaScript動態網頁開發詳解
- R語言與網絡輿情處理
- Java EE核心技術與應用
- NGINX Cookbook
- D3.js By Example
- 用戶體驗可視化指南
- Learning Modular Java Programming
- Learning iOS Security
- 愛上C語言:C KISS