Home / IT / All About Hypervisors

All About Hypervisors

Vangie Beal
Last Updated May 24, 2021 8:00 am

As virtualization – or at least talk of it – spreads through the enterprise, the word hypervisor is popping up everywhere. To understand what a hypervisor is, you first have to have a basic understanding of system virtualization.

What is Virtualization?

In plain and basic words, virtualization is used to improve IT throughput and costs by using physical resources as a pool from which virtual resources can be allocated. If that is still a bit too much to swallow, consider then, the simple scenario of partitioning a computer hard drive. A single physical hard drive is partitioned and it effectively creates two separate hard drives in terms of how it is seen. While you still have only a single physical hard drive in your system, this act of virtualization allows the computer system, devices and human users to work with that single hard drive as if it were two physical hard drives.

This year storage virtualization has been a hot topic. Storage virtualization is the amalgamation of multiple network storage devices into what appears to be a single storage unit, which is somewhat of the opposite effect of partitioning a hard drive. There is also server virtualization, which is the partitioning a physical server into smaller virtual servers. Network virtualization uses network resources through a logical segmentation of a single physical network. And the list goes on to cover operating system virtualization and even application virtualization.

System Virtualization: Hardware and Hypervisors

System virtualization is a technology often used to consolidate systems, workloads and operating environments by using a single physical system to create multiple virtual systems. One type of system virtualization is done through hardware partitioning, which divides a single physical server into partitions where each partition is able to run an operating system.

A Hypervisor — also called Virtual Machine Monitor (VMM) or virtualization manager — is another technology at heart of system virtualization. A hypervisor provides the underpinnings for virtualization management, which includes policy-based automation, virtual hard disk, life cycle management, live migration and real-time resource allocation. It’s the software program or part of the code in firmware that manages either multiple operating systems or multiple instances of the same operating system on a single computer system. The hypervisor’s job is to manage the system’s processor, memory and other resources to allocate what each operating system requires. Hypervisors provide the means to logically divide a single, physical server or blade, allowing multiple operating systems to run securely on the same CPU and increase the CPU utilization.

Where hardware partitioning allows for hardware consolidation, hypervisors allow for flexibility in how the virtual resources are defined and managed, making it a more-often used system consolidation solution.

Types of Hypervisors

IBM systems breaks hypervisors down into two different types:

Type 1 hypervisors

Type 1 hypervisors are those that run directly on the system hardware and offers a higher level of virtualization efficiency and security.

Type 2 hypervisors

Type 2 hypervisors are those that run on a host operating system that provides virtualization services, such as I/O device support and memory management. Type 2 hypervisors are used mainly on client systems where efficiency is less critical, and are also commonly used for systems where support for a broad range of I/O devices is needed and can be provided by the host operating system.

For more information on types of hypervisors, we recommend reading this IBM Whitepaper resource, “IBM Systems Virtualization“.

Current Players in the Hypervisor Market

VMware

VMware‘s virtual machine (VM) approach creates a uniform hardware image implemented in software on which operating systems and applications run. On top of this platform, VMware’s VirtualCenter provides management and provisioning of virtual machines, continuous workload consolidation across physical servers and VMotion technology for virtual machine mobility. VMware offers a wide range of products for data center infrastructure, workstations, enterprise desktops, virtualization accelerators, as well as several free virtualization products.

Xen

Xenis a virtual machine monitor (VMM) for x86-compatible computers. Xen is built to securely execute multiple virtual machines, each running its own operating system, on a single physical system with close-to-native performance. Xen is open source, and is released under terms of the GNU General Public License. Xen is a Type 1 hypervisor that runs directly on the system hardware. Xen originated as a research project at the University of Cambridge.

Microsoft Virtual Server

Windows Server virtualization, as a part of Microsoft’s “Longhorn” server, takes a big step forward in bringing some of the advanced capabilities of virtualization to bear and providing customers with a scalable, secure and highly available virtualization platform. Microsoft Virtual Server 2005 R2 is cost-effective server virtualization technology engineered for the Windows Server System platform.

Intel & AMD Offer Virtualization

Industry heavyweights like Intel and AMD have also given virtualization a huge credibility boost. For example, the two chip vendors are building virtualization capabilities into their chip architectures Intel with its Intel Virtualization Technology (VT) and AMD with its AMD-Virtualization(AMD-V), on Xeon and Opteron processors, respectively. From an application standpoint, the hardware will enable applications that have previously been hard to virtualize (e.g., I/O-intensive apps like database applications for which the overhead has been too high) to be virtualized much more successfully. As Intel’s and AMD’s technologies are introduced, it will offer a choice of which virtualization path to explore Windows Server that of VMware, the market leader; open source software from XenSource; or an integrated Microsoft solut

For more information on Intel Virtualization Technology (VT) and AMD-Virtualization (AMD-V) we recommend reading this ServerWatch Tutorial: ‘Server Virtualization Goes Prime Time‘.

 

Based in Nova Scotia, Vangie Beal is has been writing about technology for more than a decade. She is a frequent contributor to EcommerceGuide and managing editor at Webopedia. You can tweet her online @AuroraGG.

This article was originally published on November 03, 2006