1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic
|
---|
3 | PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
4 | <topic xml:lang="en-us" id="virtintro">
|
---|
5 | <title>Some Terminology</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <p>
|
---|
9 | When dealing with virtualization, and also for understanding the
|
---|
10 | following chapters of this documentation, it helps to acquaint
|
---|
11 | oneself with a bit of crucial terminology, especially the
|
---|
12 | following terms:
|
---|
13 | </p>
|
---|
14 | <ul>
|
---|
15 | <li>
|
---|
16 | <p><b outputclass="bold">Host operating system (host OS).</b> This is the OS of the physical
|
---|
17 | computer on which <ph conkeyref="vbox-conkeyref-phrases/product-name"/> was installed. There are versions of
|
---|
18 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> for Windows, macOS, Linux, and Oracle Solaris hosts.
|
---|
19 | See <xref href="hostossupport.dita#hostossupport"/>. </p>
|
---|
20 | <p>Most of the time, this manual discusses all <ph conkeyref="vbox-conkeyref-phrases/product-name"
|
---|
21 | /> versions together. There may be platform-specific differences which we will point out where appropriate. </p>
|
---|
22 | </li>
|
---|
23 | <li>
|
---|
24 | <p><b outputclass="bold">Guest operating system (guest OS).</b> This is the OS that is running
|
---|
25 | inside the virtual machine. Theoretically, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can run any
|
---|
26 | x86 OS such as DOS, Windows, OS/2, FreeBSD, and OpenBSD. But to achieve near-native performance of the guest
|
---|
27 | code on your machine, we had to go through a lot of optimizations that are specific to certain OSes. So while
|
---|
28 | your favorite OS <i>may</i> run as a guest, we officially support and optimize for a select few, which include
|
---|
29 | the most common OSes. </p>
|
---|
30 | <p>See <xref href="guestossupport.dita#guestossupport"/>. </p>
|
---|
31 | </li>
|
---|
32 | <li>
|
---|
33 | <p><b outputclass="bold">Virtual machine (VM).</b> This is the special environment that <ph
|
---|
34 | conkeyref="vbox-conkeyref-phrases/product-name"/> creates for your guest OS while it is running. In other
|
---|
35 | words, you run your guest OS <i>in</i> a VM. Normally, a VM is shown as a window on your computer's desktop.
|
---|
36 | Depending on which of the various frontends of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> you use,
|
---|
37 | the VM might be shown in full screen mode or remotely on another computer. </p>
|
---|
38 | <p>Internally, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> treats a VM as a set of
|
---|
39 | parameters that specify its behavior. Some parameters describe hardware settings, such as the amount of memory
|
---|
40 | and number of CPUs assigned. Other parameters describe the state information, such as whether the VM is
|
---|
41 | running or saved. </p>
|
---|
42 | <p>You can view these VM settings in <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, in the <b
|
---|
43 | outputclass="bold">Settings</b> window, and by running the <userinput>VBoxManage</userinput> command. See
|
---|
44 | <xref href="vboxmanage.dita#vboxmanage"/>. </p>
|
---|
45 | </li>
|
---|
46 | <li>
|
---|
47 | <p><b outputclass="bold">Guest Additions.</b> This refers to special software packages which are
|
---|
48 | shipped with <ph conkeyref="vbox-conkeyref-phrases/product-name"/> but designed to be installed <i>inside</i>
|
---|
49 | a VM to improve performance of the guest OS and to add extra features. See <xref
|
---|
50 | href="guestadditions.dita#guestadditions"/>. </p>
|
---|
51 | </li>
|
---|
52 | </ul>
|
---|
53 | </body>
|
---|
54 |
|
---|
55 | </topic>
|
---|