NovaBACKUP Security Blog

Virtualization Glossary of Terms You Should Know

vm-backup-virtualization

Whether you are brand new to virtualization technology or already utilizing it, there is no doubt a huge amount of new terminology you've come into contact with. As with any technology, being able to effectively communicate any issues you encounter is critical to getting back to business. Understanding how to talk about virtualization and VM technology helps build out your emergency recovery plans, and research improvements. And so today, we are looking at the most common virtual machine terminology used when talking about virtualization so that you can understand virtualization meanings, explained in easy-to-understand terms.

Although a variety of different technologies fall under the umbrella of virtualization, in general, it refers to the ability to run multiple operating systems and applications on the same physical hardware.

Virtualization software, also known as a hypervisor, acts as a layer between the software and the hardware. Hypervisor software essentially emulates the hardware using the software. There are two primary hypervisor software solutions, Hyper-V and VMware, although there are other players in this space including Citrix XenServer.

Put simply, when you run a different operating system on top of the primary operating system, this secondary operating system is referred to as a virtual machine. Virtualization allows you to run multiple virtual machines (called Guests) on a single physical machine (called a Host), meaning you can share the same CPU, memory, video card, hard disk, etc. By sharing hardware, you save not only on the cost of the hardware but also on the energy needed to cool that hardware.

One of the benefits of virtualization is that it is highly scalable and efficient. In just minutes, you can spin up a new virtual machine, copy a VM, or move it to a new host server as needed to better utilize your hardware.

Virtualization Terminology You Should Know:

VirtualizationRefers to the technology that allows for the creation of software-based virtual machines that can run multiple operating systems from a single physical machine. This allows a single physical machine to run multiple virtual machines which in turn may run their operating systems to serve individual dedicated purposes.

Host Machine – The physical machine that hosts one or more virtual machines. To accomplish this, virtualization software such as a hypervisor is installed on the Host Machine.

Hypervisor – The software or firmware that manages virtual machines, allowing them to interact directly with the underlying hardware. The hypervisor is an operating platform that manages and executes the Guest VM operating systems. (Read more on Types of Hypervisors)

Virtual Machine (Guest VM) – A self-contained software emulation of a machine, that does not physically exist, but shares resources of an underlying physical machine. It runs its own operating system, applications, processes, etc.

VM Cluster – A collection of VM Hosts that act as a single large host. If one of the hosts is removed, all of the VMs that the host was running seamlessly continue running on the other hosts. A true VM cluster requires shared storage such as a SAN/NAS device.

P2V (Physical to Virtual) – Refers to the process of migrating operating systems, applications, and data from the hard disk of a physical server to a virtual machine.

VM Snapshot – Preserves the memory state and data of a virtual machine at a given point in time, allowing for recovery at a single point in time for a VM. Snapshots are NOT a way to do backups, but part of the technology used to create snapshots is used by backup software to do backups correctly. (Snapshot was the standard term before Windows 10)

VM Checkpoint – Before making changes to your VM (software installation, etc) it's wise to create a VM checkpoint, allowing you to return to a previous state. While it is not a full backup of a VM, a checkpoint captures the data and memory state of the virtual machine (previously known as a Snapshot before Windows 10). There are two types of Hyper-V Checkpoints

• Standard Checkpoint – While not a full backup, this checkpoint snapshots the VM, hardware configuration, and memory state at a point in time. It can be used for testing and troubleshooting to compare different VM states and conditions.

• Production Checkpoint – For additional protection, production checkpoints create a "point in time" image of the VM which utilizes backup technology inside the guest Operating System. They can be used to create a data-consistent backup using VCC (Volume Shadow Copy Service) in Windows and via File System Freeze on Linux. Production Checkpoints are enabled by default.

VM BackupVirtual machine backup can be performed in multiple different ways depending on the backup software and the type of hypervisor that the VM guest resides on.  The backup software guards against data loss and can be used to recover files in the event of hardware failure or other disasters.

VM Single File Restore – The ability to restore a single file from a virtual machine rather than restoring the entire machine. Without this feature, VM backup software would need to be installed on both the host and the guests to retrieve a single file from a virtual machine.

VM Replication – The ability to replicate virtual machines at the server virtualization level using replication software. Provides redundancy for quick VM recovery and reduced downtime in the event of failure or disaster. ( Read: What is Virtual Machine Replication )
 

Types of Virtualization: (Categorization Layers)

Server Virtualization – Partitioning of a physical server into smaller virtual servers to better utilize server hardware and resources. (Read: What is Server Virtualization )


Blog Post: Why Should Small Businesses Virtualize Servers?


Application Virtualization
– The separation of the installation of an application from the underlying operating system on which it is executed. Application virtualization is layered on top of other virtualization technologies, allowing computing resources to be distributed dynamically in real-time.

Network Virtualization – The process of combining hardware and software network resources to create a single pool of resources that make up a virtual network that can be accessed without regard to the physical component.

• Virtual Networks (VLAN) – A virtual LAN is a group of systems and devices that may reside on separate physical networks, but have been virtually grouped at the data link layer (OSI layer 2) as a subnetwork.

Storage Virtualization – The process of consolidating the physical storage from multiple network storage devices so that it appears to be a single storage unit. Learn more about storage virtualization.

Desktop Virtualization – The process of virtualizing desktop computers using virtualization software, such that the desktop computer and the associated operating system and applications are separated from the physical client device that is used to access it.

Virtual Desktop Infrastructure (VDI) – The practice of hosting a desktop environment within a virtual machine that runs on a centralized or remote server. Learn more about VDI.

Types of Virtual Disks - Hyper-V

Virtual Hard Disk (VHD) – A complete disk drive image with all system contents and structure hierarchy. The maximum capacity of VHD was 2TB before Windows Server 2012.

Virtual Hard Disk (VHDX) – The maximum capacity of VHDX can reach up to 64TB.The VHDX 4KB logical sector size creates a superior performance to that of a VHD file. VHDX technology monitors metadata updates for error protection which is not possible with VHD.
(How to perform a System Image Backup to VHDX)

Types of Virtual Disks - VMware

(Reference: Types of Disks Used in a VM in vSphere)

Thick Provision Lazy Zeroed – The default disk type. Consumes the amount of space equal to disk size setting. Space is allocated when a virtual disk is created with space zeroes on the first data written from the VM.

Thick Provision Eager Zeroed – Consumes the amount of space equal to disk size setting. Space is allocated and zeroed out when a virtual disk is created. Takes longer to create but has increased performance. This disk type is required for some vSphere features.

Thin Provision – Consumes only the amount of space used on the datastore regardless of setting. Performance is lower than other disk types.

Although this Virtualization Terminology Glossary is not a complete resource of terms, it should help you gain a deeper understanding of the common references made when speaking about virtualization technology. NovaBACKUP offers Server Agent software to back up individual servers that host virtual machines, while larger network backup solutions are also available. For additional information about backing up a virtualized environment, speak with one of our data-protection experts today.

Additional resources:
Virtual Machine File types in ESXi (VMware)
Hyper-V File types