CCSP · Question #229
You are the security manager for a company that is considering cloud migration to an IaaS environment. You are assisting your company's IT architects in constructing the environment. Which of the…
The correct answer is B. Use of a Type I hypervisor. For an IaaS cloud environment, recommending a Type I hypervisor is the best choice for security and performance due to its direct interaction with the hardware.
Question
You are the security manager for a company that is considering cloud migration to an IaaS environment. You are assisting your company's IT architects in constructing the environment. Which of the following options do you recommend?
Options
- AUnrestricted public access
- BUse of a Type I hypervisor
- CUse of a Type II hypervisor
- DEnhanced productivity without encryption
How the community answered
(23 responses)- A4% (1)
- B78% (18)
- C4% (1)
- D13% (3)
Why each option
For an IaaS cloud environment, recommending a Type I hypervisor is the best choice for security and performance due to its direct interaction with the hardware.
Unrestricted public access is a critical security vulnerability and would never be recommended by a security manager for any production environment, as it exposes systems to unauthorized access.
In an IaaS environment, cloud providers typically deploy Type I (bare-metal) hypervisors because they run directly on the physical host hardware, providing superior isolation between virtual machines, higher performance, and a reduced attack surface compared to Type II hypervisors. This architecture is fundamental for enterprise-grade cloud security and efficiency.
Type II hypervisors (hosted hypervisors) run on top of a conventional operating system and are generally used for client-side virtualization or development, not for robust, scalable, and secure production IaaS cloud environments due to performance overhead and increased attack surface.
Enhanced productivity without encryption is a risky recommendation; encryption is a fundamental security control for data at rest and in transit in a cloud environment and should always be prioritized alongside productivity.
Concept tested: IaaS hypervisor types and security implications
Source: https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/reference/hyper-v-architecture
Topics
Community Discussion
No community discussion yet for this question.