An IT technician is provisioning a dedicated physical host to execute latency-sensitive production services. The design specification requires minimizing system overhead, maximizing hardware resource allocation efficiency, and eliminating security attack vectors associated with an underlying general-purpose host operating system. Which hypervisor architecture best satisfies these requirements, and what is its primary operational characteristic?
- A Type 1 hypervisor, because it runs directly on bare-metal hardware without relying on an intermediate host operating system.Cevap
- BA Type 2 hypervisor, because it operates as a bare-metal abstraction layer that directly schedules CPU threads without a host kernel.
- CA Type 1 hypervisor, because it executes as an application layer on top of a lightweight host operating system to optimize driver pass-through.
- DA Type 2 hypervisor, because it leverages the underlying host operating system drivers to reduce hardware abstraction latency.
Cevap
A Type 1 hypervisor, because it runs directly on bare-metal hardware without relying on an intermediate host operating system.
The correct selection identifies a Type 1 hypervisor as a bare-metal solution that interacts directly with host hardware without an intermediate general-purpose operating system, providing low latency, minimal overhead, and reduced attack surface.
Adım Adım Çözüm
Anahtar Kavram
Type 1 vs. Type 2 Hypervisor Architecture