Virtual machine

From Citizendium
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

A virtual machine (VM) is basically a software implementation of a physical computer. A characteristic trait of a VM is that it provides an isolated virtual environment such that the operating system installed on the VM executes as if it were installed on a physical machine and that it has access to all of its resources. This allows multiple VMs to be run concurrently on a single machine wherein changes made to one VM wouldn't affect other VMs on the machine.