Virtual machine: Difference between revisions
Jump to navigation
Jump to search
imported>Christopher Arriola (New page: 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...) |
imported>Andrew Steinborn ({{subpages}}. I'll add a photo of a VM later (using Oracle VirtualBox)) |
||
Line 1: | Line 1: | ||
{{subpages}} | |||
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. | 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. |
Latest revision as of 09:42, 8 August 2010
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.