Question

Difficulty: HardVirtualization Fundamentals

Match each server virtualization component or architecture on the left to its corresponding functional description on the right.

  • Virtual Network Interface Card (vNIC)A software abstraction presented to the guest OS that maintains a distinct MAC address to process frame transmission and reception.
  • Virtual Switch (vSwitch)An internal software forwarding module that routes frames between virtual machines and maps virtual ports to physical network interfaces.
  • Type 1 HypervisorA bare-metal virtualization layer installed directly on server hardware, offering low latency and direct hardware control.
  • Type 2 HypervisorA hosted virtualization program running as an application on top of an existing host operating system.

Answer

Virtual Network Interface Card (vNIC) pairs with the virtualized endpoint abstraction maintaining a distinct MAC address. Virtual Switch (vSwitch) pairs with the software forwarding module routing frames between VMs and physical NICs. Type 1 Hypervisor pairs with the bare-metal virtualization layer installed directly on server hardware. Type 2 Hypervisor pairs with the hosted program running on top of an existing host operating system.
The pairings accurately reflect the core architecture of network virtualization: vNIC provides guest virtual MAC addresses and network interface emulation; vSwitch handles software-based Ethernet switching inside the hypervisor host; Type 1 hypervisors execute bare-metal on hardware for enterprise server virtualization; and Type 2 hypervisors run hosted inside an existing general-purpose host OS for desktop/testing applications.

Step-by-Step Solution

1
Differentiate hypervisor deployment models based on where the software runs relative to host hardware.
Identify Type 1 as bare-metal software operating directly on physical hardware, and Type 2 as hosted software running on top of a primary host OS.
Type 1 hypervisors interact directly with hardware hardware resources, while Type 2 hypervisors rely on host OS system calls for resource scheduling.
2
Analyze virtual networking abstractions presented to guest operating systems versus those performing intra-host traffic management.
Identify vNIC as the per-VM adapter assigned a MAC address, and vSwitch as the internal software bridge linking vNICs to each other and to host pNICs.
The vNIC presents an Ethernet interface to the guest OS, whereas the vSwitch maintains local Layer 2 MAC address tables for switching frames internally.
3
Associate each term on the left with its precise functional description on the right.
Complete all four correct pair mappings.
Ensures complete alignment between virtualization concepts and their operational definitions in enterprise network environments.

Key Concept

Virtualization components (vNIC, vSwitch) and hypervisor architecture classification (Type 1 bare-metal vs Type 2 hosted).
Estimated Time:2m 0s
Rate this question