Operating System-Based Virtualization


Cloud Computing Patterns, Mechanisms > Basics > Virtualization Technology > Operating System-Based Virtualization



Home >
Virtualization Technology >
Operating System-Based Virtualization

Operating System-Based Virtualization

Operating system-based virtualization is the installation of virtualization software in a pre-existing operating system, which is called the host operating system (Figure 1). For example, a user whose workstation has a specific version of Windows installed decides it wants to generate virtual machines. It installs the virtualization software into its host operating system like any other program and uses this application to generate and operate one or more virtual machine. This user needs to use its virtualization software to enable direct access to any of the generated virtual machines. Since the host operating system can provide hardware devices with the necessary support, operating system virtualization can rectify hardware compatibility issues even if the hardware driver is unavailable to the virtualization software.

Hardware independence that is enabled by virtualization allows hardware IT resources to be more flexibly used. For example, let’s take a scenario in which the host operating system has the software necessary for controlling five network adapters that are available to the physical computer. The virtualization software can make the five network adapters available to the virtual machine, even if the virtualized operating system is usually incapable of physically housing five network adapters.

Operating System-Based Virtualization: The different logical layers of operating systembased virtualization, in which the VM is first installed into a full host operating system and subsequently used to generate virtual machines.

Figure 1 – The different logical layers of operating system-based virtualization, in which the VM is first installed into a full host operating system and subsequently used to generate virtual machines.

Virtualization software translates hardware IT resources that require unique software for operation into virtualized IT resources that are compatible with a range of operating systems. Since the host operating system is a complete operating system in itself, many operating system-based services that are available as organizational management and administration tools can be used to manage the virtualization host.

Examples of such services include:

  • Backup and Recovery
  • Integration to Directory Services
  • Security Management

Operating system-based virtualization can introduce demands and issues related to performance overhead, such as:

  • The host operating system consumes CPU, memory, and other hardware IT resources.
  • Hardware-related calls from guest operating systems need to traverse several layers to and from the hardware, which decreases overall performance.
  • Licenses are usually required for host operating systems, in addition to individual licenses for each of their guest operating systems.

A concern with operating system-based virtualization is the processing overhead required to run the virtualization software and host operating systems. Implementing a virtualization layer will negatively affect overall system performance. Estimating, monitoring, and managing the resulting impact can be challenging because it requires expertise in system workloads, software and hardware environments, and sophisticated monitoring tools.