1 Why virtualization: consolidation, isolation, efficiency
Virtualization lets a single physical computer run many independent virtual computers at once. Before it was common, organisations often ran one application per physical server, which left most hardware idle — a typical server might use only 10–15% of its CPU.
Virtualization solves this through consolidation (packing many workloads onto one machine to raise utilisation), isolation (each virtual machine is walled off, so a crash or compromise in one does not directly affect others), and efficiency (workloads can be created, copied, moved and destroyed in software instead of buying and racking new hardware).