CAS-002 · Question #612
A security manager is concerned about performance and patch management, and, as a result, wants to implement a virtualization strategy to avoid potential future OS vulnerabilities in the host…
The correct answer is B. Type 1 hypervisor E. Bare metal hypervisor with a software stack of two layers. A Type 1 (bare metal) hypervisor runs directly on physical hardware without a host OS, reducing the attack surface and eliminating an extra software layer that could introduce OS-level vulnerabilities.
Question
A security manager is concerned about performance and patch management, and, as a result, wants to implement a virtualization strategy to avoid potential future OS vulnerabilities in the host system. The IT manager wants a strategy that would provide the hypervisor with direct communications with the underlying physical hardware allowing the hardware resources to be paravirtualized and delivered to the guest machines. Which of the following recommendations from the server administrator BEST meets the IT and security managers' requirements? (Select TWO).
Options
- ANested virtualized hypervisors
- BType 1 hypervisor
- CHosted hypervisor with a three layer software stack
- DType 2 hypervisor
- EBare metal hypervisor with a software stack of two layers
How the community answered
(45 responses)- B93% (42)
- C4% (2)
- D2% (1)
Why each option
A Type 1 (bare metal) hypervisor runs directly on physical hardware without a host OS, reducing the attack surface and eliminating an extra software layer that could introduce OS-level vulnerabilities.
Nested virtualized hypervisors add additional abstraction layers and complexity, increasing the potential attack surface and making patch management and performance worse rather than better.
A Type 1 hypervisor sits directly atop the physical hardware with no intervening host operating system, so it communicates with hardware resources natively, satisfying the requirement for direct hardware communication and reducing OS-level patch exposure.
A hosted hypervisor with a three-layer stack describes a Type 2 architecture where the hypervisor runs on top of a host OS, which is the scenario the security manager specifically wants to avoid due to host OS vulnerabilities.
A Type 2 hypervisor depends on a host operating system as an intermediary layer between the hypervisor and hardware, which directly contradicts the requirement to avoid host OS vulnerabilities and does not allow direct hardware communication.
A bare metal hypervisor with a two-layer software stack describes the same Type 1 architecture - the two layers are the hypervisor itself and the guest VMs - meaning there is no host OS layer that could introduce additional vulnerabilities or patch management overhead.
Concept tested: Type 1 vs Type 2 hypervisor architecture and hardware access
Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/hyper-v-technology-overview
Topics
Community Discussion
No community discussion yet for this question.