VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/virtintro.dita@ 105426

Last change on this file since 105426 was 105426, checked in by vboxsync, 8 months ago

Docs. bugref:10705. Merging following revisions from docs team repo:

-r6188 changed product name to conkeyref in several places, and changed manual to guide for consistency VBP-903
-r6187 Restructured files and removed screenshots VBP-806
-r6167 Removed more spaces

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

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette