Skip to content

Latest commit

 

History

History
78 lines (72 loc) · 2.16 KB

day02.md

File metadata and controls

78 lines (72 loc) · 2.16 KB

What is Hypervisor

  • Hypervisor is piece of software or firmware that creates and run virtual machines.
  • It also called Virtual Machine Manager (VMM)
  • There are two types of Hypervisor:
  1. Type-1 Hypervisor (Bare Metal)
  2. Type -2 Hypervisor (Hosted)

Hypervisor Type-1

  • Also Known as Bare Metal.
  • It directly run on system Hardware.
  • A guest OS run on another level above the hypervisor.
  • Type -1 acts as thier own OS.
  • It is More Secure.
  • Vmware ESXi is Type-1 Hypervisor that run directly on Sever(Machine) Hardware without depend on OS.
  • ESXi provide a virtualization layer that abstract the CPU, Storage, memory and networking resources of the physical host(Hardware/Sever) into multiple virtual machines.

Type-1

Hypervisor Type-2

  • Hypervisor that run on OS as an Application.
  • It does not have direct acces to host hardware and recources.
  • It is used as Testing and Learning Purpose.
  • It is less secure
  • Example: Vmware Workstation, Oracle Vmware, Microsoft Virtual PC..

Type-2

Difference Between Type-1 and Type-2 Hypervisor

Criteria Type-1 Type-2
aka Bare Metal Hosted
Virtualization Hardware Virtualization Software Virtualization
Operation Guest OS & Apps run on hypervisor Run as an application on Host OS
Scalability Better Not Better
System Independant It has direct access to hardware It does not direct access to hardware and resources
Performance High Low
Security More Secure Less Secure
Example Vmware ESXi, Microsoft Hyper-V Vmware workstation, Microsoft VirtualPC



This is about Hypervisor. In next day we will see Vmware Vsphere in detail. HERE