Anatomy of a Linux hypervisor
Jun 04, 2009, 12:32 (0 Talkback[s])
(Other stories by M. Tim Jones)
[ Thanks to An Anonymous Reader for
this link. ]
"Let's first spend a little time understanding why
virtualization is important and the role that hypervisors play.
(And for more information on both topics, see the Resources
section.)
"Virtualization, in the context of this article, is the process
of hiding the underlying physical hardware in a way that makes it
transparently usable and shareable by multiple operating systems.
This architecture is more popularly known as platform
virtualization. In a typical layered architecture, the layer that
provides for the platform virtualization is called the hypervisor
(sometimes called the virtual machine monitor, or VMM). Each
instance of a guest operating system is called a virtual machine
(VM), because to these VMs, the hardware is virtualized to appear
as dedicated to them. A simple illustration of this layered
architecture is shown in Figure 1."
Complete Story
Related Stories:
- Xen 3.4.0 released(May 20, 2009)
- Red Hat Enterprise Linux 4.8 released(May 19, 2009)
- Intel Core i7 Virtualization On Linux(Apr 23, 2009)
- Virtualised multiple OS mobile handset to hit market(Mar 25, 2009)
- Red Hat Lays Out Its Virtualization Play(Feb 24, 2009)
- Citrix to offer free XenServer virtualization(Feb 19, 2009)
- Desktop Linux Virtualization Options(Feb 10, 2009)
- Where are all the Virtual Desktops?(Oct 22, 2008)
- Anatomy of Linux Loadable Kernel Modules(Jul 23, 2008)
- Linux as a Hypervisor(Jul 21, 2008)