Hypervisor

From Vi-Pedia - Virtualization Wiki

Jump to: navigation, search

A hypervisor is hardware virtualization software that allows multiple virtual machine to run on a single physical computer. A hypervisor is also called virtual machine monitor or "VMM".

Types of Hypervisors

There are two types of hypervisors, Hypervisor Type 1 (native, bare-metal) and Hypervisor Type 2 (hosted).

  • A Type 1 (or native, bare-metal) hypervisor is a thin layer of software that runs directly on the physical host's hardware. It manages physical resources and also the interaction between the physical hardware and virtual machines. It is also responsible for monitoring the guest operating systems inside the virtual machines. A guest operating system (such as Microsoft Windows Server 2003 or Microsoft Windows XP Professional) thus runs on another level, above the hypervisor. This is the classic implementaion of virtual architectures. Examples of type 1of hypervisors are:
Personal tools