Book Image

Learning VMware NSX

By : Ranjit Singh Thakurratan
Book Image

Learning VMware NSX

By: Ranjit Singh Thakurratan

Overview of this book

<p>VMware NSX is the network virtualization and security platform that emerged from VMware. It is a platform for the software-defined data center. This software networking platform allows complex networking topologies to be deployed programmatically in seconds. SDNs allow ease of deployment, management, and automation in deploying and maintaining new networks while reducing and in some cases completely eliminating the need to deploy traditional networks.</p> <p>In Learning VMware NSX, you will see some of these features of SDN and explore VMware NSX, starting with network virtualization. We’ll then walk you through the components of NSX and provide step-by-step instructions to help you install and configure NSX. We also cover all the functional services of NSX, edge services gateway, service composer, and data security. In addition, we’ll teach you to integrate partner solutions with NSX. Finally, we show you how to manage your NSX deployment and monitor NSX.</p>
Table of Contents (16 chapters)
Learning VMware NSX
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
9
Conclusion
Index

VXLAN architecture overview


One of the most important functions of NSX is enabling virtual networks. These virtual networks or overlay networks have become very popular due to the fact that they can leverage existing network infrastructure without the need to modify it in any way. The decoupling of logical networks from the physical infrastructure allows users to scale rapidly. Overlay networks or Virtual Extensible Local Area Network (VXLAN) was developed by a host of vendors that include Arista, Cisco, Citrix, Red Hat, and Broadcom. Due to this joint effort in developing its architecture, it allows the VXLAN standard to be implemented by multiple vendors.

VXLAN is a layer 2 over layer 3 tunneling protocol that allows logical network segments to extend on routable networks. This is achieved by encapsulating the Ethernet frame with additional UPD, IP, and VXLAN headers. Consequently, this increases the size of the packet by 50 bytes. Hence, VMware recommends increasing the MTU size to...