Chapter 7. Xen and the Beauty of Virtualization
| Principles and properties | Structures | ||
|---|---|---|---|
| ✓ | Versatility | ✓ | Module |
| Conceptual integrity | ✓ | Dependency | |
| ✓ | Independently changeable | Process | |
| Automatic propagation | Data access | ||
| Buildability | |||
| ✓ | Growth accommodation | ||
| Entropy resistance |
Introduction
Xen is a virtualization platform that has grown from an academic research effort to become a major open source project. It enables its users to run several operating systems on a single physical machine, with particular emphasis on performance, isolation, and security.
The Xen project has had great impact in a variety of fields: from software to hardware, academic research to commercial development. A large part of its success is due to it being released as open source, under the GNU General Public License (GPL). However, the developers did not simply sit down one day and decide to write an open source hypervisor. It began as part of a larger—and even more ambitious—research project called Xenoservers. This project provided the motivation for developing Xen, so we’ll use it here to explain the need for virtualization.
Making Xen open source not only made it available to a vast range of users, but also allowed it to enjoy a symbiotic relationship with other open source projects. The unique thing about Xen is that, when it was first released, it employed paravirtualization to run commodity operating systems such as Linux. Paravirtualization involves making changes to the operating systems that ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access