When dealing with virtualization (and also for understanding the following chapters of this documentation), it helps to acquaint oneself with a bit of crucial terminology, especially the following terms:
This is the operating system of the physical computer on which VirtualBox was installed. There are versions of VirtualBox for Windows, Mac OS X, Linux and Solaris hosts; for details, please see Section 1.4, “Supported host operating systems”.
Most of the time, this User Manual discusses all VirtualBox versions together. There may be platform-specific differences which we will point out where appropriate.
This is the operating system that is running inside the virtual machine. Theoretically, VirtualBox can run any x86 operating system (DOS, Windows, OS/2, FreeBSD, OpenBSD), but to achieve near-native performance of the guest code on your machine, we had to go through a lot of optimizations that are specific to certain operating systems. So while your favorite operating system may run as a guest, we officially support and optimize for a select few (which, however, include the most common ones).
See Section 3.1, “Supported guest operating systems” for details.
This is the special environment that VirtualBox creates for your guest operating system while it is running. In other words, you run your guest operating system "in" a VM. Normally, a VM will be shown as a window on your computer's desktop, but depending on which of the various frontends of VirtualBox you use, it can be displayed in full-screen mode or remotely on another computer.
In a more abstract way, internally, VirtualBox thinks of a VM
as a set of parameters that determine its behavior. They include
hardware settings (how much memory the VM should have, what hard
disks VirtualBox should virtualize through which container files,
what CDs are mounted etc.) as well as state information (whether the
VM is currently running, saved, its snapshots etc.). These settings
are mirrored in the VirtualBox Manager window as well as the
VBoxManage
command line program;
see Chapter 8, VBoxManage. In other words, a VM is also what
you can see in its settings dialog.
This refers to special software packages which are shipped with VirtualBox but designed to be installed inside a VM to improve performance of the guest OS and to add extra features. This is described in detail in Chapter 4, Guest Additions.