Q5Cloud Computing
Question
2 marks
What is a hypervisor?
Answer
A hypervisor (Virtual Machine Monitor) is the absolute core software architecture that mathematically slices a single physical server into multiple isolated Virtual Machines (VMs).
The Hypervisor sits directly on top of the physical CPU and RAM. It violently intercepts operating system calls from the VMs and mathematically translates them into physical hardware instructions. It guarantees absolute memory and CPU isolation between competing virtual machines on the same physical motherboard.