Introduction to NSX
In the last part of this chapter, we will be describing NSX technologies. This SDN part and SDDC concepts are very important for the complete path to the SDDC solution. VMware NSX is a network virtualization platform.
NSX is possible to use very fast because it is used with all vendors (physical networking) and only must be possible with a MTU set as 1,600 and higher for transport network. NSX network hypervisor reproduces a complete set of L2–L7 network services as a logical switching, routing, firewall, and load balancing in software.
NSX components
NSX architecture has three different layers—management plane, control plane, and data plane.
Management plane
The management plane is represented by the NSX Manager, a single component deployed as a virtual appliance starting from an OVA file. NSX Manager is a single point of configuration gateway for REST API. NSX Manager relationship is 1:1 with the vCenter server. NSX Manager provides the plugin for the vCenter Web UI. NSX...