Virtualization of OS
What is Virtualization?
Virtualization allows multiple operating system instances to run concurrently on a single computer;it is a means of separating hardware from a single operating system. Each “guest” OS is managed by a Virtual Machine Monitor (VMM), also known as a hyper visor. Because the virtualization system sits between the guest and the hardware, it can control the guests’ use of CPU, memory, and storage, even allowing a guest OS to migrate from one machine to another.