The customer wants to consolidate multiple physical servers running different operating systems, including Windows, Linux, and Unix, while maintaining strong isolation between systems. CompTIA A+ identifies Infrastructure as a Service (IaaS) as the best model for hosting fully isolated virtual machines in a cloud environment, allowing each OS to run independently on its own virtual hardware.
IaaS provides virtualized computing resources—CPU, RAM, networking, and storage—while allowing the customer full control over the OS and application layer. This means Windows, Linux, and Unix VMs can coexist without compatibility concerns because each VM runs its native OS without modification.
Containers (B) are unsuitable because they share the host OS kernel, meaning they cannot run different OS families. A Type 2 hypervisor (C) is workstation-based and not designed for enterprise server consolidation. VDI (D) provides user desktops, not server workload consolidation.
Thus, IaaS is the correct solution for compatibility, isolation, and consolidation across multiple OS types.
Submit