A network administrator is inspecting intra-host traffic flows within a Type 1 hypervisor environment. Two virtual machines, VM-A and VM-B, reside on the same physical host and are attached to the same VLAN configured on a virtual switch (vSwitch). When VM-A transmits Ethernet frames destined for VM-B, how does the hypervisor handle the frame forwarding?
- The vSwitch performs Layer 2 forwarding entirely in software within host memory, delivering the frames directly to VM-B without sending them out the physical Network Interface Card (pNIC).Answer
- BThe frames must exit through the physical Network Interface Card (pNIC) to an external physical switch so the physical MAC address table can determine the destination port.
- CThe hypervisor forwards the frames to the underlying host operating system protocol stack to route the packets between virtual machine network sockets.
- DThe hypervisor encapsulates the frames using GRE and forwards them through a dedicated physical loopback cable connecting two pNICs on the host.
Answer
The vSwitch performs Layer 2 forwarding entirely in software within host memory, delivering the frames directly to VM-B without sending them out the physical Network Interface Card (pNIC).
When virtual machines reside on the same physical host and are attached to the same VLAN on a vSwitch, the vSwitch performs Layer 2 frame switching entirely within host memory. The frames move directly between virtual ports (vNICs) via hypervisor software, so traffic does not exit out to physical network interface cards (pNICs) or external switches.
Step-by-Step Solution
Key Concept
Virtual switch (vSwitch) intra-host frame forwarding mechanics
Estimated Time:1m 0s