A network administrator is configuring virtual networking on a bare-metal hypervisor host equipped with redundant physical network interface cards (pNICs). The host accommodates multiple virtual machines (VMs) belonging to different department networks. Which two statements accurately describe the forwarding and operational characteristics of a virtual switch (vSwitch) in this environment? (Select two.)
- Intra-host traffic between virtual machines on the same VLAN is switched internally by the vSwitch without egressing to the physical network interface.Answer
- Port groups on the vSwitch allow administrators to apply network policies and VLAN tags to isolate traffic from distinct groups of virtual interfaces.Answer
- CThe vSwitch depends on a host underlying operating system kernel to route and process frame headers between virtual machine interfaces.
- DThe vSwitch actively participates in Spanning Tree Protocol (STP) elections by exchanging BPDUs with connected physical access switches.
Answer
The correct statements are that intra-host traffic between virtual machines on the same VLAN is switched internally by the vSwitch without egressing to the physical network interface, and port groups on the vSwitch allow administrators to apply network policies and VLAN tags to isolate traffic from distinct groups of virtual interfaces.
Virtual switches (vSwitches) operate inside the hypervisor to provide Layer 2 connectivity for virtual machines. When two VMs on the same physical host communicate within the same VLAN, the vSwitch forwards traffic locally in system memory, avoiding unnecessary transmission over physical NICs. Additionally, port groups on a vSwitch act as logical switchport configurations, allowing network administrators to define VLAN tags, traffic shaping, and security policies for connected vNICs.
Step-by-Step Solution
Key Concept
Virtual Switch Architecture and Traffic Forwarding
Estimated Time:1m 30s