SK0-004 · Question #609
An administrator needs to build a new virtualization host. The hypervisor should be able to directly access the server hardware and allow the host to provide maximum performance. Which of the…
The correct answer is A. Install a Type 1 hypervisor. A Type 1 (bare-metal) hypervisor installs directly on server hardware without a host OS, delivering maximum virtualization performance.
Question
An administrator needs to build a new virtualization host. The hypervisor should be able to directly access the server hardware and allow the host to provide maximum performance. Which of the following types of hypervisors should the administrator install to BEST meet these goals?
Options
- AInstall a Type 1 hypervisor.
- BInstall a Type 2 hypervisor.
- CInstall a 32-bit hypervisor.
- DInstall a hybrid hypervisor.
How the community answered
(51 responses)- A86% (44)
- B4% (2)
- C2% (1)
- D8% (4)
Why each option
A Type 1 (bare-metal) hypervisor installs directly on server hardware without a host OS, delivering maximum virtualization performance.
A Type 1 hypervisor runs directly on the physical hardware layer, acting as its own lightweight OS and managing hardware resources without an intermediary host operating system. This architecture eliminates the overhead introduced by a general-purpose OS, allowing virtual machines to access CPU, memory, and storage resources with minimal latency. Examples include VMware ESXi, Microsoft Hyper-V Server, and KVM.
A Type 2 hypervisor runs on top of an existing host OS, adding an extra software layer that introduces overhead and reduces performance relative to Type 1.
32-bit versus 64-bit describes the processor architecture and address space, not a hypervisor classification or a factor in direct hardware access.
Hybrid hypervisor is not a standard industry classification for hypervisor types; the recognized categories are Type 1 and Type 2.
Concept tested: Type 1 versus Type 2 hypervisor architecture
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.