VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/features-overview.dita@ 108921

Last change on this file since 108921 was 108921, checked in by vboxsync, 2 weeks ago

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

6c76f3636576368d4a9963539c9d13348e208183 EFI only for Arm
85ce91f98ba4a229be6e435bea6678ca43f87b4d Changed topic IDs
81c094808cde6217550ab02b74c22d487d1a1746 Updated topic IDs and links to them
50717ec1eaea65d137bde7eb168b519a6b1d9966 Updated topic IDs
75466c5935ec603a2be966669f232bd088b3f287 Updated cloud intro
713b0c03d33098af0158ae0615a4f61370cabdef Updated comments

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.8 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="features-overview">
4 <title><ph conkeyref="vbox-conkeyref-phrases/product-name"/> Features</title>
5
6 <body>
7 <section>
8 <title>Portability</title>
9 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> is a so-called <i>hosted</i> hypervisor, sometimes referred to as a <i>type 2</i> hypervisor. Whereas a <i>bare-metal</i> or <i>type 1</i> hypervisor runs directly on the hardware, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> requires an existing OS to be installed. It can thus run alongside existing applications on that host. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> runs on a large number of 64-bit host operating systems. See <xref href="installation-packages.dita"/>.<note type="caution">Do not run other hypervisors together with <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. <p>While several hypervisors can normally be <i>installed</i> in parallel, do not attempt to <i>run</i> virtual machines from competing hypervisors at the same time. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> cannot track what another hypervisor is currently attempting to do on the same host, and especially if several products attempt to use hardware virtualization features such as VT-x, this can crash the entire host.</p></note></p>
10 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> is available on multiple host platforms, and the same file and image formats are used on each. This enables you to run virtual machines created on one host on another host with a different host OS. For example, you can create a virtual machine (VM) on Windows and then run it on Linux.</p>
11 <p>In addition, VMs can easily be imported and exported using the Open Virtualization Format (OVF), an industry standard created for this purpose. You can even import OVFs that were created with a different virtualization software. See <xref href="ovf.dita#ovf"/>.</p>
12 </section>
13 <section>
14 <title>OCI Integration</title>
15 <p>You can export and import VMs to and from <ph conkeyref="vbox-conkeyref-phrases/oci"/>. This simplifies development of applications and deployment to the production environment. See <xref href="cloud-export-oci.dita#cloud-export-oci"/>.</p>
16 </section>
17 <section>
18 <title>Guest Additions</title>
19 <p>The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions are software packages that can be installed on VMs to improve their performance and to provide additional integration and communication with the host system. VMs running Guest Additions support automatic adjustment of video resolutions, seamless windows, accelerated 3D graphics, shared folders, clipboard sharing, and more. See <?oxy_comment_start author="Mhari Duncan" timestamp="20250130T205410+0000" comment="Replace with links to individual features"?><xref href="guestadditions.dita#guestadditions"/><?oxy_comment_end?>.</p>
20 </section>
21 <section>
22 <title>Virtual Hardware</title>
23 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> implements virtual hardware devices and drivers, and implements resource sharing with the real hardware on the host.</p>
24 <ul>
25 <li>
26 <p><b outputclass="bold">Guest multiprocessing (SMP)</b>. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can present up to 32 virtual CPUs to each virtual machine, irrespective of how many CPU cores are physically present on your host. </p>
27 </li>
28 <li>
29 <p><b outputclass="bold">USB devices</b>. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> implements a virtual USB controller and enables you to connect arbitrary USB devices to your virtual machines without having to install device-specific drivers on the host. USB support is not limited to certain device categories. See <xref href="settings-usb.dita#settings-usb"/>. </p>
30 </li>
31 <li>
32 <p><b outputclass="bold">Hardware compatibility</b>. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> virtualizes a vast array of virtual devices, among them many devices that are typically provided by other virtualization platforms. That includes IDE, SCSI, and SATA hard disk controllers, several virtual network cards and sound cards, virtual serial ports and an Input/Output Advanced Programmable Interrupt Controller (I/O APIC), which is found in many computer systems. This enables easy cloning of disk images from real machines and importing of third-party virtual machines into <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.</p>
33 </li>
34 <li>
35 <p><b outputclass="bold">ACPI</b>. The Advanced Configuration and Power Interface (ACPI) is available in <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. This enables easy cloning of disk images from real machines or third-party virtual machines into <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. With its unique <i>ACPI power status support</i>, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can even report to ACPI-aware guest OSs the power status of the host. For mobile systems running on battery, the guest can thus enable energy saving and notify the user of the remaining power, for example in full screen modes.</p>
36 </li>
37 <li>
38 <p><b outputclass="bold">Multiscreen resolutions</b>. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> VMs support screen resolutions many times that of a physical screen, allowing them to be spread over a large number of screens attached to the host system.</p>
39 </li>
40 <li>
41 <p><b outputclass="bold">Built-in iSCSI support</b>. This unique feature enables you to connect a virtual machine directly to an iSCSI storage server without going through the host system. The VM accesses the iSCSI target directly without the extra overhead that is required for virtualizing hard disks in container files. See <xref href="storage-iscsi.dita#storage-iscsi"/>.</p>
42 </li>
43 <li>
44 <p><b outputclass="bold">PXE Network boot.</b> The integrated virtual network cards of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> fully support remote booting using the Preboot Execution Environment (PXE).</p>
45 </li>
46 </ul>
47 </section>
48 <section>
49 <title>VM Management</title>
50 <ul>
51 <li>
52 <p><b outputclass="bold">Multigeneration branched snapshots.</b>
53 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can save arbitrary snapshots of the state of the VM. You can go back in time and revert the VM to any such snapshot and start an alternative VM configuration from there, effectively creating a whole snapshot tree. This can be useful for experimenting with a computing environment, testing, or troubleshooting without the need for frequent backups and restores. See <xref href="snapshots.dita"/>. You can create and delete snapshots while the VM is running.</p>
54 </li>
55 <li>
56 <p><b outputclass="bold">VM groups.</b>
57 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> provides a groups feature that enables the user to organize and control virtual machines collectively, as well as individually. In addition to basic groups, it is also possible for any VM to be in more than one group, and for groups to be nested in a hierarchy. This means you can have groups of groups. In general, the operations that can be performed on groups are the same as those that can be applied to individual VMs: Start, Pause, Reset, Close (Save state, Send Shutdown, Power off), Discard Saved State, Show in File System, Sort.</p>
58 </li>
59 </ul>
60 </section>
61 <section>
62 <title>Remote Access</title>
63 <p> The VirtualBox Remote Desktop Extension (VRDE) is a host extension package that enables high-performance remote access to any running VM. This extension supports the Remote Desktop Protocol (RDP) originally built into Windows, with special additions for full client USB support.</p>
64 <p>The VRDE does not rely on the Windows RDP server and therefore works with guest OSs other than Windows, even in text mode, and does not require application support in the VM. The VRDE is described in detail in <xref href="vrde.dita">Remote Display (VRDP Support)</xref>.</p>
65 <ul>
66 <li>
67 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> also provides</p>
68 <ul>
69 <li>
70 <p><b outputclass="bold">Extensible RDP authentication.</b>
71 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> already supports Winlogon on Windows and PAM on Linux and Oracle Solaris for RDP authentication. In addition, it includes an easy-to-use SDK which enables you to create arbitrary interfaces for other methods of authentication. See <xref href="vbox-auth.dita">RDP Authentication</xref>. </p>
72 </li>
73 <li>
74 <p><b outputclass="bold">USB over RDP.</b> Using RDP virtual channel support, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> also enables you to connect arbitrary USB devices locally to a virtual machine which is running remotely on an <ph conkeyref="vbox-conkeyref-phrases/product-name"/> RDP server. See <xref href="usb-over-rdp.dita">Remote USB</xref>. </p>
75 </li>
76 </ul>
77 </li>
78 </ul>
79 </section>
80 <section>
81 <title>Modular Design and Interfaces</title>
82 <p>
83 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> has an extremely modular design with well-defined internal programming interfaces and a clean separation of client and server code. This makes it easy to control it from several interfaces at once. For example, you can start a VM simply by clicking on a button in the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> graphical user interface and then control that machine from the command line, or even remotely.</p>
84 <p>The front ends available are:<ul>
85 <li>
86 <p><ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, a graphical user interface that uses the Qt toolkit. This interface is described throughout this user guide. While this is the simplest and easiest front end to use, some of the more advanced <ph conkeyref="vbox-conkeyref-phrases/product-name"/> features are not included.</p>
87 </li>
88 <li>
89 <p><xref href="vboxmanage.dita#vboxmanage"/>, the command-line interface for automated and detailed control of every aspect of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.</p>
90 </li>
91 <li>
92 <p><xref href="headless-mode.dita">VBoxHeadless, the Remote Desktop Server</xref>. An interface that produces no visible output on the host at all, but can act as a RDP server if the VirtualBox Remote Desktop Extension (VRDE) is installed and enabled for the VM. As opposed to the graphical interfaces, the headless front end requires no graphics support. This is useful, for example, if you want to host your virtual machines on a headless Linux server that has no X Window system installed.</p>
93 </li>
94 <li>
95 <p><xref href="separate-mode.dita">Separate Mode</xref>. A front end that is based on <userinput>VBoxHeadless</userinput>, but does not require VRDE or an RDP viewer.</p>
96 </li>
97 </ul></p>
98 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> also provides a comprehensive <b outputclass="bold">software development kit (SDK),</b> that enables integration of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> with other software systems. See <xref href="VirtualBoxAPI.dita"><ph conkeyref="vbox-conkeyref-phrases/product-name"/> Programming Interfaces</xref>.</p>
99 </section>
100 <section>
101 <title>Experimental Features</title>
102 <p>Features listed as <xref href="ExperimentalFeatures.dita"/> do not qualify for Oracle support. Feedback and suggestions about these features are welcome.</p>
103 </section>
104 </body>
105
106</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