A system administrator is deploying a high-performance database host in an enterprise environment. The deployment requires virtual machines to have direct access to physical hardware resources with minimal execution latency and zero overhead from an intermediate desktop operating system. Which hypervisor architecture fulfills these requirements, and what is its core design characteristic?
- Type 1 hypervisor, because it installs directly onto host hardware as a bare-metal operating system.Cevap
- BType 2 hypervisor, because it executes as an application on top of an existing host operating system.
- CType 1 hypervisor, because it runs as a system service inside guest virtual machines to emulate hardware devices.
- DType 2 hypervisor, because it bypasses host operating system kernel drivers to grant guest OS direct hardware access.
Cevap
A Type 1 hypervisor should be selected because it installs directly on the host system's hardware (bare-metal) without an underlying host operating system.
A Type 1 (bare-metal) hypervisor runs directly on the host server's physical hardware without needing an underlying general-purpose host operating system. This architecture minimizes latency, reduces resource overhead, and provides maximum performance and efficiency for server virtual machines.
Adım Adım Çözüm
Anahtar Kavram
Bare-Metal (Type 1) vs Hosted (Type 2) Hypervisors