Virtualization
Running multiple virtual machines (VMs) on a single physical computer via a hypervisor.
The foundation of the cloud: AWS EC2 instances are VMs on Amazon's hardware. Needs CPU support (Intel VT-x, AMD-V). Containers are the lighter alternative — sharing the OS kernel instead of virtualising it.