Match each virtualization deployment characteristic or scenario on the left with its corresponding hypervisor architecture trait on the right.
- Bare-metal installation modelDirect access to physical hardware without an underlying host operating system
- Hosted application installation modelExecutes as a software layer on top of a pre-existing host operating system
- Low-latency enterprise datacenter hostType 1 hypervisor optimized for maximum resource efficiency and throughput
- Client desktop developer testing sandboxType 2 hypervisor optimized for ease of deployment on client workstations
Cevap
Bare-metal models and enterprise server hosts correlate with direct hardware access and Type 1 hypervisors, whereas hosted models and desktop testing sandboxes correlate with host OS dependency and Type 2 hypervisors.
Type 1 hypervisors install directly onto physical host hardware (bare-metal) and provide high performance with minimal latency for enterprise servers. Type 2 hypervisors run as applications within an existing host operating system, making them convenient for client workstation application testing and sandboxing.
Adım Adım Çözüm
Anahtar Kavram
Type 1 vs Type 2 Hypervisor Architectural Differences