Virtualization, in the simplest form is running workloads in a virtual environment. It simulate or emulate physical resources in a virtual environment in order to achieve better utilization, faster deployment times and easier management. We need a special software component called the Hypervisor in order to provide physical resources to virtualized workloads. There are two types of Hypervisors, Type one hypervisor Type two hypervisor Type one hypervisor This type of hypervisors run directly on host hardware. So they are also called bare metal hypervisors or native hypervisors. Examples for these are, VMware ESX and ESXi Microsoft Hyper-V Red Hat Enterprise Virtualization (RHEV) Citrix XenServer Oracle VM These hypervisors do not…