Match each host virtualization component on the left with its corresponding operational characteristic or role on the right.
- Type 1 HypervisorInstalls directly on physical server hardware without requiring an underlying host operating system.
- Type 2 HypervisorRuns as a software application on top of a conventional host operating system.
- Virtual NIC (vNIC)Connects a virtual machine's operating system to the virtual network and assigns a software-based MAC address.
- Virtual Switch (vSwitch)Provides Layer 2 packet forwarding and VLAN segmentation between virtual machines on the same physical host.
Answer
Type 1 Hypervisor maps to installing directly on physical server hardware without requiring an underlying host operating system. Type 2 Hypervisor maps to running as a software application on top of a conventional host operating system. Virtual NIC maps to connecting a virtual machine's operating system to the virtual network and assigning a software-based MAC address. Virtual Switch maps to providing Layer 2 packet forwarding and VLAN segmentation between virtual machines on the same physical host.
Each component serves a specific layer in host virtualization: Type 1 hypervisors run directly on server hardware; Type 2 hypervisors run on top of an existing host OS; Virtual NICs provide network interface presentation and software MAC addresses to guest VMs; and Virtual Switches perform software-based Layer 2 forwarding and VLAN tagging within the host.
Step-by-Step Solution
Key Concept
Host-level server virtualization components and hypervisor architecture models.