An enterprise infrastructure deployment utilizes a physical server running a bare-metal Type 1 hypervisor. Two virtual machines, VM1 and VM2, reside on this physical host and are attached to the same virtual switch (vSwitch) configured on VLAN 50. The host's physical Network Interface Card (pNIC) connects to an external physical Layer 2 switch port configured for VLAN 50. When VM1 transmits an Ethernet broadcast frame, which statement correctly describes the component roles and frame forwarding behavior across this environment?
- The internal vSwitch switches the broadcast frame directly to VM2 and forwards a copy out through the pNIC to the physical switch, while the bare-metal Type 1 hypervisor directly manages physical hardware resource allocation.Answer
- BThe physical Layer 2 switch must receive the broadcast frame first via the pNIC, update its MAC address table, and then transmit the frame back down the same physical link to reach VM2.
- CThe hosted Type 2 hypervisor relies on a underlying client operating system to pass the broadcast frame to the host's networking stack for forwarding between VM1 and VM2.
- DThe physical Layer 2 switch inspects CDP/LLDP TLV information attached to the broadcast frame to terminate the broadcast domain at the pNIC interface boundary.
Answer
The internal vSwitch switches the broadcast frame directly to VM2 and forwards a copy out through the pNIC to the physical switch, while the bare-metal Type 1 hypervisor directly manages physical hardware resource allocation.
In a virtualized environment with a bare-metal Type 1 hypervisor, the embedded virtual switch (vSwitch) operates as a standard Layer 2 switch for connected virtual interfaces. When a VM sends a broadcast frame, the vSwitch floods the frame to all local virtual ports belonging to that VLAN (delivering it directly to VM2) and transmits a copy through the physical host NIC (pNIC) uplink to the external physical switch. The Type 1 hypervisor directly controls hardware resources without requiring an intermediate host operating system.
Step-by-Step Solution
Key Concept
Virtual Switch (vSwitch) and Type 1 Hypervisor Operational Roles
Estimated Time:2m 0s