VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/virt-why-useful.dita

Last change on this file was 107390, checked in by vboxsync, 7 weeks ago

Docs: bugref:10705. bugref: 10829. The docs build has been modified to split generated refentry dita files and the user manual files and the following commits from doc's team git repo has been applied:

0946136c74dda0483704db891345cb39548b4e28 Started consolidating known issues and troubleshooting information
845b847e6a8e778b38a57867e25ee5e086a73800 Added individual topics for list of known issues, integrated into Troubleshooting section.
bb574836aac775889bd61e4a72f489617fcb7d18 Removed EFI firmware from experimental features for 7.2
6d2e68b244869991e713d170ecd239739d99ba56 Moved known issues into Known Issues section
e2630c896561587718b5c3197c384a38d07014d5 Merge branch 'VBP-1461_experimental-features' into 'main'
0512e2cce51f49ccdc56f3381a2a0c924f2bd278 Feedback on known issues
a77d6c980f6ff5cad9d32b2fb9290990093a03fa Restructured host and guest OS topics
988af5cc9628f5de0806531bc98686f691a911fd Updates with feedbback from Jacob
982a61c9f25b22b745ec483e763e3d88efe59c40 Included feedback from Jacob
93181c8c6cc2d9a26bcccb1145cb0423c0d9f4c9 Updated known issues with feedback from Klaus
8bc369561c383f09b409fe5e44f507440b3735fb Created Legacy Guest OS section
d7932f55accdab7a03666302d58b8c941cd48be2 Moved known issues to more appropriate places for the info
2a4aa094ba8a7ac6894d2a777316eabf41746580 Further moving of known issues
baeabd5308c5519a4dc26b4197be9b00e419a85a Updated links to cli_topics

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date 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="virt-why-useful">
5 <title>Why is Virtualization Useful?</title>
6
7 <body>
8 <p>The techniques and features that <ph conkeyref="vbox-conkeyref-phrases/product-name"/> provides are
9 useful in the following scenarios: </p>
10 <ul>
11 <li>
12 <p><b outputclass="bold">Running multiple operating systems simultaneously.</b>
13 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> enables you to run more than one OS at a time. This way,
14 you can run software written for one OS on another, such as Windows software on Linux or a Mac, without having
15 to reboot to use it. Since you can configure what kinds of <i>virtual</i> hardware should be presented to each
16 such OS, you can install an old OS such as DOS or OS/2 even if your real computer's hardware is no longer
17 supported by that OS. </p>
18 </li>
19 <li>
20 <p><b outputclass="bold">Easier software installations.</b> Software vendors can use virtual
21 machines to ship entire software configurations. For example, installing a complete mail server solution on a
22 real machine can be a tedious task. With <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, such a complex
23 setup, often called an <i>appliance</i>, can be packed into a virtual machine. Installing and running a mail
24 server becomes as easy as importing such an appliance into <ph conkeyref="vbox-conkeyref-phrases/product-name"
25 />. </p>
26 </li>
27 <li>
28 <p><b outputclass="bold">Testing and disaster recovery.</b> Once installed, a virtual machine and
29 its virtual hard disks can be considered a <i>container</i> that can be arbitrarily frozen, woken up, copied,
30 backed up, and transported between hosts. </p>
31 <p>Using virtual machines enables you to build and test a multinode networked
32 service, for example. Issues with networking, operating system, and software configuration
33 can be investigated easily. </p>
34 <p>In addition to that, with the use of another <ph conkeyref="vbox-conkeyref-phrases/product-name"
35 /> feature called <i>snapshots</i>, one can save a particular state of a virtual machine and revert back to
36 that state, if necessary. This way, one can freely experiment with a computing environment. If something goes
37 wrong, such as problems after installing software or infecting the guest with a virus, you can easily switch
38 back to a previous snapshot and avoid the need of frequent backups and restores. </p>
39 <p>Any number of snapshots can be created, allowing you to travel back and forward in virtual
40 machine time. You can delete snapshots while a VM is running to reclaim disk space. </p>
41 </li>
42 <li>
43 <p><b outputclass="bold">Infrastructure consolidation.</b> Virtualization can significantly reduce
44 hardware and electricity costs. Most of the time, computers today only use a fraction of their potential power
45 and run with low average system loads. A lot of hardware resources as well as electricity is thereby wasted.
46 So, instead of running many such physical computers that are only partially used, one can pack many virtual
47 machines onto a few powerful hosts and balance the loads between them. </p>
48 </li>
49 </ul>
50 </body>
51
52 </topic>
Note: See TracBrowser for help on using the repository browser.

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