- Learning VMware NSX(Second Edition)
- Ranjit Singh Thakurratan
- 315字
- 2021-07-02 19:33:31
Concepts of network virtualization
Now that we have defined what network virtualization is about, let's go over some of the key concepts of network virtualization and software-defined networking:
- Decoupling: An important concept of network virtualization is the decoupling of software and the networking hardware. The software works independently of the networking hardware that physically interconnects the infrastructure. Any networking hardware that can inter-op with the software is always going to enhance the functionality, but it is not necessary. Remember that your throughput on the wire will be always limited by your network hardware performance.
- Control plane: The decoupling of software and networking hardware allows you to control your network better because all the logic resides in the software. This control aspect of your network is called the control plane. The control plane provides the means to configure, monitor, troubleshoot, and also allow automation against the network.
- Data plane: The networking hardware forms the data plane where all the data is forwarded from source to destination. The management of data resides in the control plane; however, the data plane consists of all the networking hardware whose primary function is to forward traffic over the wire from source to destination. The data plane holds all the forwarding tables that are constantly updated by the control plane. This also prevents any traffic interruptions if there is a loss of the control plane, because the networking hardware, which constitutes the data plane, will continue to function without interruptions.
- Application Programming Interface (API): The API is one of the important aspects of a virtualized network and allows for true software-defined networking by instantly changing the network behavior. With the API, you can now instantly deploy rich network services in your existing network. Network services such as Edge gateway, VPN, Firewall, and load balancers can all be deployed on the fly by means of an API.
推薦閱讀
- Manga Studio Ex 5 Cookbook
- 碼上行動:零基礎(chǔ)學(xué)會Python編程(ChatGPT版)
- 軟件測試工程師面試秘籍
- Python爬蟲開發(fā)與項目實戰(zhàn)
- Learning AWS Lumberyard Game Development
- 差分進化算法及其高維多目標優(yōu)化應(yīng)用
- GameMaker Programming By Example
- PLC編程與調(diào)試技術(shù)(松下系列)
- Java程序設(shè)計
- Unity 5 for Android Essentials
- 軟件品質(zhì)之完美管理:實戰(zhàn)經(jīng)典
- Python之光:Python編程入門與實戰(zhàn)
- JSP程序設(shè)計實例教程(第2版)
- Java7程序設(shè)計入門經(jīng)典
- WordPress Search Engine Optimization(Second Edition)