Skip to main content

Glossary

General

AcronymMeaningDefinition
CPUCentral Processing UnitProcessor.
OSOperating SystemSoftware environment running on a VM or physical machine.

Core infrastructure

AcronymMeaningDefinition
VMVirtual MachineA guest machine (OS + virtual hardware) managed by the pool.
SRStorage RepositoryA storage container (local LVM, NFS, iSCSI, etc.) where VDIs live.
VDIVirtual Disk ImageA virtual disk object on an SR (root disk, data disk, ISO, snapshot disk, etc.).
Not to be confused with Virtual Desktop Infrastructure.
VBDVirtual Block DeviceThe attachment that connects a VDI to a VM (device number, bootable flag, mode).
VIFVirtual Network InterfaceA virtual NIC on a VM, connected to a network.
PIFPhysical InterfaceA physical NIC on a host, used for management, storage, or guest networks.
PBDPhysical Block DeviceBinds an SR to a host (how the host reaches that storage).
HostA hypervisor server (XCP-ng / XenServer node) in the pool.
PoolA set of hosts sharing storage and network configuration.

Virtualization modes & hardware

AcronymMeaningDefinition
HVMHardware Virtual MachineFull hardware-emulated guest (typical for Windows and many Linux installs).
PV / PVMParavirtualizationGuest uses paravirtualized drivers/interfaces (legacy Linux style on Xen).
vCPUVirtual CPUA virtual processor presented to the VM.
GPUGraphics Processing UnitPhysical graphics hardware on a host.
vGPUVirtual GPUA virtual GPU slice assigned to a VM.
PGPUPhysical GPUA physical GPU as seen by XAPI (grouping / passthrough context).
VTPMVirtual Trusted Platform ModuleSoftware TPM device exposed to a VM (e.g. Windows 11 / BitLocker).

Networking & storage

AcronymMeaningDefinition
MTUMaximum Transmission UnitLargest Ethernet payload size on a link (e.g. jumbo frames).
VLANVirtual LANLogical LAN segment; often tied to PIF tagging in XAPI.
SR-IOVSingle Root I/O VirtualizationPassing a virtual function of a physical NIC to a VM for near-native I/O.
NFSNetwork File SystemFile-based SR backed by an NFS export.
iSCSIInternet Small Computer System InterfaceBlock SR backed by an iSCSI LUN.
LVMLogical Volume ManagerLocal volume–style SR (e.g. on host disks).
ISO SRISO StorageSR type used to store .iso images for VM install media.

High availability & resilience

AcronymMeaningDefinition
HAHigh AvailabilityPool feature to restart VMs elsewhere if a host fails (policy-driven).

XCP-ng/Xen Orchestra-specific

AcronymMeaningDefinition
XOXen OrchestraThe management UI/API stack (xo-server, xo-web, etc.).
XOAXen Orchestra AppliancePrebuilt VM image that runs XO as a packaged appliance.
XAPI / xapiXen APIThe management API and service on each host that XO talks to.