Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
VMware NSX Network Essentials
VMware NSX Network Essentials

VMware NSX Network Essentials: Join the revolution in Software Defined Networking

Arrow left icon
Profile Icon sreejith c
Arrow right icon
Free Trial
Paperback Sep 2016 274 pages 1st Edition
eBook
S$36.99 S$52.99
Paperback
S$66.99
Subscription
Free Trial
Arrow left icon
Profile Icon sreejith c
Arrow right icon
Free Trial
Paperback Sep 2016 274 pages 1st Edition
eBook
S$36.99 S$52.99
Paperback
S$66.99
Subscription
Free Trial
eBook
S$36.99 S$52.99
Paperback
S$66.99
Subscription
Free Trial

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

VMware NSX Network Essentials

Chapter 2.  NSX Architecture

In this chapter, we will have a high-level discussion on NSX architecture. To properly install and configure NSX, we should understand the core components that are involved in the NSX solution. By the end of this chapter, we will have a good understanding of the following aspects:

  • Network planes
  • NSX core components
  • Identifying controller roles
  • The controller cluster
  • VXLAN architecture

Introducing network planes

In a traditional switch/router, routing and packet forwarding is ideally done on the same device. What does this mean? Let's take a classic example of configuring a router. We might configure SSH for managing the router and later configure routing protocols to exchange the routes with its neighbors. All these common tasks are done specifically on the same hardware device. So, in a nutshell, each and every router will take a forwarding decision based on the configuration of routers. The power of software-defined networking is decoupling the forwarding and control plane functionality to a centralized device called a controller and the end result is the controller maintaining the forwarding information and taking decisions rather than going via hop by hop in the traditional way. As shown in the following figure, the three functional planes of a network are the management plane, the control plane, and the data plane:

Introducing network planes

The three functional planes of a network...

NSX vSphere components

NSX uses the management plane, control plane, and data plane models. The components are represented diagrammatically in the following diagram:

NSX vSphere components

The management plane

The management plane contains the NSX Manager and vCenter Server. It is important to know that each NSX Manager should be registered with only one vCenter Server. The NSX Manager provides a management UI and API for NSX. We will be discussing NSX Manager and vCenter Server integration during NSX Manager installation and configuration modules. Once the integration is done, NSX Manager can be managed from a vSphere web client, which acts as a single pane of glass for configuring and securing the vSphere infrastructure. Immediate benefit is network administrators no longer need to switch between multiple management consoles. All network services can be configured and monitored from a single interface.

The control plane

The control plane primarily consists of NSX Controllers and the control VM, which allows...

Overlay networks

A virtual network which is built on top of a physical network is called an overlay network. Does that sound familiar by any chance? Most enterprise environments would have used VPN technology for securing private or public networks, which is an IP-over-IP overlay technology. However, it is very important to understand that not all overlay networks are built on top of IP networks. The real question is, why do we require an overlay network ? As we can see from the following figure, we have two data centers and each of these data centers is following a spine-leaf topology. Flexible workload placement and virtual machine mobility, along with strong multitenancy for each tenant, are common asks in a virtualized infrastructure:

Overlay networks

VXLAN, MPLS, NVGRE, VPN, and OTV are some of the classic examples of network-based overlays. Let's go back to the roots of server virtualization. Server virtualization virtualizes a physical server and allows multiple virtual machines to run...

The VLAN packet

Before trying to understand VXLAN, let's go back to the fundamentals of a VLAN packet. How does  tagging work in a VLAN packet? It's very simple concept: 4 bytes are inserted into the Ethernet header field (IEEE), which are a combination of a 2-byte Tag Protocol Identifier (TPID) and 2 bytes of Tag Control Information (TCI). The priority field is a 3-bit field that allows information priority to be encoded in the overall frame, 0 being the lowest priority and 8 the highest value. CFI is typically a bit used for compatibility between Ethernet and token ring networks and if the value is 0, those are Ethernet switches. Last but not the least, we have the VLAN field - VID:

The VLAN packet

The act of creating a VLAN on a switch involves defining a set of switch ports, and end devices get connected to these ports. They all become part of that VLAN domain which eventually stops a broadcast not to be forwarded to another set of VLANs. I know whatever we have discussed so far...

Introducing network planes


In a traditional switch/router, routing and packet forwarding is ideally done on the same device. What does this mean? Let's take a classic example of configuring a router. We might configure SSH for managing the router and later configure routing protocols to exchange the routes with its neighbors. All these common tasks are done specifically on the same hardware device. So, in a nutshell, each and every router will take a forwarding decision based on the configuration of routers. The power of software-defined networking is decoupling the forwarding and control plane functionality to a centralized device called a controller and the end result is the controller maintaining the forwarding information and taking decisions rather than going via hop by hop in the traditional way. As shown in the following figure, the three functional planes of a network are the management plane, the control plane, and the data plane:

The three functional planes of a network are explained...

NSX vSphere components


NSX uses the management plane, control plane, and data plane models. The components are represented diagrammatically in the following diagram:

The management plane

The management plane contains the NSX Manager and vCenter Server. It is important to know that each NSX Manager should be registered with only one vCenter Server. The NSX Manager provides a management UI and API for NSX. We will be discussing NSX Manager and vCenter Server integration during NSX Manager installation and configuration modules. Once the integration is done, NSX Manager can be managed from a vSphere web client, which acts as a single pane of glass for configuring and securing the vSphere infrastructure. Immediate benefit is network administrators no longer need to switch between multiple management consoles. All network services can be configured and monitored from a single interface.

The control plane

The control plane primarily consists of NSX Controllers and the control VM, which allows us...

Left arrow icon Right arrow icon

Key benefits

  • Experience the dynamism and flexibility of a virtualized software defined data center with NSX
  • Find out how to design your network infrastructure based on what your organization needs
  • From security to automation, discover how NSX’s impressive range of features can unlock a more effective and intelligent approach to system administration

Description

VMware NSX is at the forefront of the software-defined networking revolution. It makes it even easier for organizations to unlock the full benefits of a software-defined data center – scalability, flexibility – while adding in vital security and automation features to keep any sysadmin happy. Software alone won’t power your business – with NSX you can use it more effectively than ever before, optimizing your resources and reducing costs. Getting started should be easy – this guide makes sure it is. It takes you through the core components of NSX, demonstrating how to set it up, customize it within your current network architecture. You’ll learn the principles of effective design, as well as some things you may need to take into consideration when you’re creating your virtual networks. We’ll also show you how to construct and maintain virtual networks, and how to deal with any tricky situations and failures. By the end, you’ll be confident you can deliver, scale and secure an exemplary virtualized network with NSX.

Who is this book for?

If you’re a network administrator and want a simple but powerful solution to your network virtualization headaches, look no further than this fast-paced, practical guide.

What you will learn

  • Deep dive into NSX-v Manager, Controller deployment, and design decisions
  • Get to know the strategies needed to make decisions on each mode of VXLAN that is based on physical network design
  • Deploy Edge Gateway and leverage all the gateway features and design decisions
  • Get to grips with NSX-v Security features and automate security
  • Leverage Cross VC, identify the benefits, and work through a few deployment scenarios
  • Troubleshoot an NSX-v to isolate problems and identify solutions through a step-by-step process

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Sep 30, 2016
Length: 274 pages
Edition : 1st
Language : English
ISBN-13 : 9781782172932
Vendor :
VMware
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Sep 30, 2016
Length: 274 pages
Edition : 1st
Language : English
ISBN-13 : 9781782172932
Vendor :
VMware
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just S$6 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just S$6 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total S$ 215.97
Building VMware Software-Defined Data Centers
S$88.99
VMware NSX Network Essentials
S$66.99
Learning VMware NSX, Second Edition
S$59.99
Total S$ 215.97 Stars icon
Banner background image

Table of Contents

8 Chapters
1. Introduction to Network Virtualization Chevron down icon Chevron up icon
2. NSX Architecture Chevron down icon Chevron up icon
3. NSX Manager Installation and Configuration Chevron down icon Chevron up icon
4. NSX Virtual Networks and Logical Router Chevron down icon Chevron up icon
5. NSX Edge Services Chevron down icon Chevron up icon
6. NSX Security Features Chevron down icon Chevron up icon
7. NSX Cross vCenter Chevron down icon Chevron up icon
8. NSX Troubleshooting Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.