Without hypervisors, physical computers can run only one operating system. Computer hardware normally can handle requests from one operating system only. But, this causes servers to waste computational resources. Usually, if a server is running a single operating system, it will only need a fraction of the computing resources the hardware can provide. So, to better utilize the hardware resources we use virtualization. We run multiple virtual machines (VMs) on the same computing hardware. These VMs can run different operating systems and they can run independently of each other. A hypervisor is software, firmware, or hardware that enables us to run multiple virtual machines on a single host machine.
In this article, we would discuss more on different types of hypervisors, how they work and what the security concerns of hypervisors are.
0 Comments