- 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.
推薦閱讀
- Python程序設(shè)計(jì)教程(第2版)
- Flux Architecture
- Learning Hunk
- 網(wǎng)站構(gòu)建技術(shù)
- C#實(shí)踐教程(第2版)
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- Python深度學(xué)習(xí):模型、方法與實(shí)現(xiàn)
- 蘋(píng)果的產(chǎn)品設(shè)計(jì)之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶(hù)體驗(yàn)的七個(gè)原則
- Scratch3.0趣味編程動(dòng)手玩:比賽訓(xùn)練營(yíng)
- R語(yǔ)言數(shù)據(jù)可視化:科技圖表繪制
- ABAQUS6.14中文版有限元分析與實(shí)例詳解
- Hands-On Dependency Injection in Go
- Clojure Web Development Essentials
- Lync Server Cookbook
- Flink原理深入與編程實(shí)戰(zhàn):Scala+Java(微課視頻版)