Xen is a cross-platform hypervisor (a program or hardware system that allows multiple operating systems to run simultaneously on a single computer). Distributed under a free license, which does not require acquisition costs. Takes up little space when installed. Installed on most Linux operating systems (Debian, Ubuntu, RHEL, CentOS, OpenSUSE, etc.), as well as FreeBSD.
A key feature is support for paravirtualization mode. This technique allows the guest OS to perform almost like a real, non-virtualized system. The downside of this technique is the need to make changes to the guest OS kernel, which prevents it from being used on Windows systems where the kernel is closed.
Another nice feature of the Linux base system is the automation of processes using scripts. True, the standard package does not include a program with a graphical interface for management, which, at first glance, may seem like a minus, especially if you are just starting to get acquainted with this technology.
ESXi is a hypervisor from VMware, the main feature of which is installed directly on the hardware, which allows you to remove the "layer" between the physical resources of the machine and the hypervisor. Equipped with a convenient centralized graphical console, as well as management monitoring. This allows you to have full control of the VM for interaction functions such as rebooting, mounting ISOs, etc. It has a high-quality system of "on-the-fly migrations", which allows you to transfer the VM to another location with virtually no delay and deploy it there. Enterprise-level product for use in high-load projects. But due to the specifics of the OS, process automation is complicated. In addition, it has a paid license.
A small comparison table between Xen and ESXi.
OC | Unix (Linux / FreeBSD) | VMware |
---|---|---|
License | GPL v2 | Proprietary |
Source type | Open source | Closed Source |
Type of Virtualization | Paravirtualization, Hardware-assisted virtualization | Virtualization |
Automation | Good | Specific |
GUI | No | Yes |
Live migration | Normal | Good |