A security analyst is evaluating deployment options for a high-security workload that requires strong, hardware-level isolation from other applications sharing the same physical server. Which of the following deployment technologies provides this hardware-level abstraction by running a separate guest operating system on top of a hypervisor?
- Virtual machines managed by a Type 1 hypervisorAnswer
- BApplication containers sharing the host operating system kernel
- CPerimeter firewalls deployed at the network ingress boundary
- DRole-based access control policies configured on the host OS
Answer
Virtual machines managed by a Type 1 hypervisor provide hardware-level isolation by virtualizing physical hardware resources and executing complete, isolated guest operating systems.
Virtual machines running on a bare-metal (Type 1) hypervisor abstract physical hardware components, enabling each virtual machine to run its own independent guest operating system kernel. This provides strong, hardware-level isolation boundaries between tenant workloads on the same physical host.
Step-by-Step Solution
Key Concept
Virtual Machine vs Container Isolation Boundaries