Types of Hypervisors

In this lesson, we'll learn about the types of hypervisors.

Hypervisors

The piece of software that enables virtualization is called a hypervisor, which is also known as a Virtual Machine Manager (VMM). The hypervisor makes it possible to run more than one Virtual Machine at a time by using the same hardware resources.

Types of hypervisors

  • Type 1 hypervisor
  • Type 2 hypervisor

Yes, you read it right, there are only two types of hypervisors: type 1 and type 2.

Type 1 hypervisor

The type 1 hypervisor directly runs on the hardware, which is why it is called the bare-metal hypervisor. The type 1 hypervisor acts as the operating system for the physical machine. This setup is mostly used for server-side virtualization because the hypervisor has low hardware requirements to support its own functions. When using the type 1 hypervisor, a no host OS is involved. The virtual OS runs within the hypervisor, and the virtual (guest) OS are independent of each other. Some examples of type 1 hypervisors are Microsoft Hyper-V, VMware, ESX, and Citrix Xenserver.

Get hands-on with 1200+ tech skills courses.