0
5.3kviews
With diagram, explain Microsofts Hyper-v hypervisor v1

Mumbai University >Information Technology>Sem7>Cloud Computing

Marks: 5 M

Year: May 2014, Dec 2014

1 Answer
1
90views

Virtualization:

  • Virtualization allows multiple operating system instances to run concurrently on a single computer.

  • Virtualization means to create a virtual version of a device or resource, such as server, storage device, network or even an operating system where the framework divides the resource into one or more execution environments.

  • In virtualization, many applications and operating systems are supported in a single physical system by partitioning the available resources.

  • Types of virtualization include: Storage virtualization, Server virtualization and Operating system level virtualization.

enter image description here

  1. Hypervisor, also called a virtual Machine Monitor (VMM) or virtualization manager is a technology that allows multiple operating systems to share a single hardware cost.

  2. It provides features such as policy- based authentication, virtual hard disk, life cycle management, live migration and real time resources allocation.

  3. Hyper-v is the latest server virtualization product from Microsoft which provides virtualization services through hypervisor-based emulator.

  4. Hyper-v provides the basic functionality to create a virtualization layer over the physical layer of the host server machine and enables guest operating system to be installed and managed through on integrated management console.

  5. Hyper-v consists of a 64 bits hypervisor that can run 32 bit and 64 bit virtual machines concurrently.

Following are descriptions of the components shown in figure:

  1. Host partition: also called the parent partition is dedicated to running the host OS. in hyper-v , the host partition is the root(boot) partition and there can be only one host partition.

  2. Host OS: is a light weight server operating system controls access to the hardware of the underlying server, and provides a mechanism for other guest VM to safety communicate with the outside world.

  3. Guest partition: also called child partitions are created and owned by the host OS and dedicated to running guest OS’s.

  4. Guest OS: is the server operating system for applications and services.

  5. Services: are custom-written (Azure) applications and services that run on the guest OS.

  6. Virtualization stack (VSP): is a provider exposed by the virtualization stack that provides resources or services such as IO to a child partition.

  7. Virtualization stack (VSC): is a software module that a guest loads to consume a resources or services.

  8. VM Bus is a shared memory I/O bus that enables high performance communication between VM’s.

  9. NIC’s are physical network interface cards.

  10. CPU’s are physical central processing units which have one or usually more cores.

  11. Disks are physical fixed disks for the root and guest partitions.

Please log in to add an answer.