Want to save your progress?
Create a free account to track your lessons and quizzes across devices.
Register Login
« Back to ClassCompleted: 0%

The Xen Project

Page 1 of 1


The Xen Project

Xen is an open-source Type 1 hypervisor with a unique architecture based on a Microkernel design.

  • Dom0 (Domain 0): The first VM that boots. It has special privileges to access hardware directly and manage other VMs. It usually runs Linux.
  • DomU (Domain U): The unprivileged "User" domains (the actual guest VMs).
  • Paravirtualization (PV): Historically, Xen was famous for PV, where the guest OS was modified to "know" it was virtualized, making it faster. Modern hardware (HVM) has made this less necessary, but the concept remains a core part of virtualization history.
  • Legacy: Xen famously powered the original Amazon Web Services (AWS) EC2 fleet.