An engineer is comparing the operational characteristics of virtual switches (vSwitches) operating inside a Type 1 hypervisor architecture with standard physical Layer 2 switches. Which two operational statements regarding internal vSwitch behavior are correct?
- A vSwitch maintains a MAC address table to forward Ethernet frames between virtual machines on the same host.Answer
- BA vSwitch inherently participates in Spanning Tree Protocol (STP) BPDU exchanges with physical switches to prevent loops across virtual ports.
- A vSwitch can apply 802.1Q VLAN tags to frames before transmitting them onto physical uplink adapters.Answer
- DA vSwitch requires a Type 2 hosted hypervisor architecture to map virtual network interface cards (vNICs) directly to host operating system network sockets.
Answer
Virtual switches build dynamic MAC address tables to forward intra-host frame traffic between virtual machines and can tag outgoing traffic with 802.1Q VLAN headers for physical switch connectivity.
Virtual switches emulate physical Layer 2 switch functions by creating dynamic MAC address tables for frame switching between virtual machines. Additionally, vSwitches can act as 802.1Q VLAN-aware devices, tagging traffic (Virtual Switch Tagging) across physical network interfaces connected to upstream switches.
Step-by-Step Solution
Key Concept
Virtual Switch (vSwitch) Layer 2 Operations and Uplink VLAN Tagging