vSphere Networking Flashcards
Define a Physical Network
A network of physical machines that are connected so that they can send data to and receive data from each other. VMware ESXi runs on a physical machine.
Can you define a Virtual Network precisely?
A network of virtual machines running on a physical machine that are connected logically to each other so that they can send data to and receive data from each other.
Virtual machines can be connected to the virtual networks that you create when you add a network.
Do you know what an Opaque Network is?
An opaque network is a network created and managed by a separate entity outside of vSphere. For example, logical networks that are created and managed by VMware NSX ® appear in vCenter Server as opaque networks of the type nsx.
You can choose an opaque network as the backing for a VM network adapter. To manage an opaque network, use the management tools associated with the opaque network, such as VMware NSX ® Manager or the VMware NSX API management tools.
Note:With NSX-T 3.0, it is now possible to run NSX-T directly on vSphere Distributed Switch (vDS) version 7.0 or later. Such networks are not opaque, and are identified as NSX logical segments running on vDS 7.0. For more information, see Knowledge Base article KB #79872.
Physical Ethernet Switch
A physical ethernet switch manages network traffic between machines on the physical network. A switch has multiple ports, each of which can be connected to a single machine or another switch on the network. Each port can be configured to behave in certain ways depending on the needs of the machine connected to it. The switch learns which hosts are connected to which of its ports and uses that information to forward traffic to the correct physical machines. Switches are the core of a physical network. Multiple switches can be connected together to form larger networks.
Describe in detail what a vSphere Standard Switch is?
It works much like a physical Ethernet switch. It detects which virtual machines are logically connected to each of its virtual ports and uses that information to forward traffic to the correct virtual machines. A vSphere standard switch can be connected to physical switches by using physical Ethernet adapters, also referred to as uplink adapters (physical host NIC), to join virtual networks with physical networks. This type of connection is similar to connecting physical switches together to create a larger network. Even though a vSphere standard switch works much like a physical switch, it does not have some of the advanced functionality of a physical switch.
What is a vSphere Distributed Switch, and were is it configured?
A vSphere distributed switch acts as a single switch across all associated hosts in a data center to provide centralized provisioning, administration, and monitoring of virtual networks. You configure a vSphere distributed switch on the vCenter Server system and the configuration is propagated to all hosts that are associated with the switch. This lets virtual machines maintain consistent network configuration as they migrate across multiple hosts.
What is the purpose of a Host Proxy Switch?
A hidden standard switch that resides on every host that is associated with a vSphere distributed switch. The host proxy switch replicates the networking configuration set on the vSphere distributed switch to the particular host.
Explain a little what a Standard Port Group is?
Network services connect to standard switches through port groups. Port groups define how a connection is made through the switch to the network. Typically, a single standard switch is associated with one or more port groups. A port group specifies port configuration options such as bandwidth limitations and VLAN tagging policies for each member port. These are case sensitive
Distributed Port
A port on a vSphere distributed switch that connects to a host’s VMkernel or to a virtual machine’s network adapter.
What is a Distributed Port Group?
A port group associated with a vSphere distributed switch that specifies port configuration options for each member port. Distributed port groups define how a connection is made through the vSphere distributed switch to the network.
NSX Distributed Port Group, what exactly is it? What kind of network would you see it used?
A port group associated with a vSphere distributed switch that specifies port configuration options for each member port. To distinguish between vSphere distributed port groups and NSX port groups, in the vSphere Client the NSX virtual distributed switch, and its associated port group, is identified with the icon.
NSX appears as an opaque network in vCenter Server, and you cannot configure NSX settings in vCenter Server. The NSX settings displayed are read only. You configure NSX distributed port groups using VMware NSX ® Manager or the VMware NSX API management tools. To learn about configuring NSX, see the NSX Data Center for vSphere documentation.
NSX Manager Appliance Plug-in
NSX Manager Appliance can be installed from the vSphere Web Client. You do not need to perform any installation operations from the NSX Manager UI. After the NSX Manager is installed, NSX appears as a plug-in in the vCenter Server that is ready to install NSX-T for virtual networking or security use cases. For more information, see the VMware NSX-T Data Center documentation. This functionality is available on VMware vSphere 7.0 Update 3 and later and VMware NSX-T Data Center 3.2 and later.
Define NIC Teaming
NIC teaming occurs when multiple uplink adapters are associated with a single switch to form a team. A team can either share the load of traffic between physical and virtual networks among some or all of its members, or provide passive failover if there is a hardware failure or a network outage.
Do you know what a VLAN is?
VLAN enable a single physical LAN segment to be further segmented so that groups of ports are isolated from one another as if they were on physically different segments. The standard is 802.1Q.
Whats the purpose of the VMkernel TCP/IP Networking Layer (Management Port)
The VMkernel networking layer provides connectivity to hosts and handles the standard infrastructure traffic of vSphere vMotion, IP storage, Fault Tolerance, and vSAN.