A desktop support technician needs to set up a software testing sandbox on a user's workstation running Windows 11. The objective is to test legacy application compatibility inside a guest OS environment without repartitioning the hard drive or replacing the current host operating system. Which hypervisor architecture should the technician install, and why?
- AType 1 hypervisor, because it runs directly on the bare-metal hardware to maximize virtualization performance.
- Type 2 hypervisor, because it operates as a software application on top of the existing host operating system.Answer
- CType 1 hypervisor, because client-side host operating systems cannot manage virtualized memory allocation.
- DType 2 hypervisor, because it replaces the host operating system kernel at system boot to provide direct hardware access.
Answer
The technician should install a Type 2 hypervisor because it operates as a software application on top of the existing host operating system.
A Type 2 hypervisor (hosted hypervisor) installs as a standard application on top of an existing host operating system. This allows administrators and technicians to launch guest virtual machines inside a window without removing or modifying the primary host operating system.
Step-by-Step Solution
Key Concept
Type 2 (Hosted) vs. Type 1 (Bare-Metal) Hypervisor Architecture