An organization is deploying a database cluster on a bare-metal Type 1 hypervisor architecture. A network engineer needs to determine how frame forwarding occurs between two virtual machines (VM-A and VM-B) located on the same physical host and assigned to the same VLAN. Which mechanism correctly describes how traffic is handled between these two virtual machines?
- The internal virtual switch (vSwitch) inside the hypervisor performs Layer 2 forwarding between vNICs without sending frames onto the physical network interface card (pNIC).Cevap
- BThe host operating system kernel intercepts the Ethernet frames and uses host-level software bridging drivers to process and redirect the traffic to the destination guest OS.
- CThe frames must exit the physical NIC and be switched by an external top-of-rack physical switch back to the host interface to enforce VLAN segmentation.
- DThe Virtual Machine Network Interface Card (vNIC) of the sending VM acts as a Layer 3 gateway, rerouting traffic internally through guest OS loopback adapters.
Cevap
The internal virtual switch (vSwitch) inside the hypervisor performs Layer 2 forwarding between vNICs without sending frames onto the physical network interface card (pNIC).
In a Type 1 (bare-metal) hypervisor, a virtual switch (vSwitch) runs directly inside the hypervisor software layer. It maintains virtual ports connected to each virtual machine's vNIC. When two VMs residing on the same host and VLAN communicate, the vSwitch performs Layer 2 MAC address lookup and switches frames entirely in RAM, bypassing the physical NIC and external physical switches.
Adım Adım Çözüm
Anahtar Kavram
Virtual Switch (vSwitch) operation and intra-host Layer 2 frame forwarding in Type 1 hypervisor architectures
Tahmini Süre:1m 30s