Virtual machine

From TheAlmightyGuru
Revision as of 19:44, 13 September 2022 by TheAlmightyGuru (talk | contribs) (Personal)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Running Ubuntu Mate virtually on Windows 10 using VMware Workstation.

A virtual machine is the emulation of a computer within a computer. This can be done at the process level, like with a Java virtual machine, all the way up to the system level, like with VMware Workstation. Virtual machines work by intercepting instructions meant for one type of architecture and translating them to the architecture of the host machine. Then, when the host architecture processes the result, the virtual machine translates them back to the visualized architecture. While this, by its very nature results in slower operations, it has a lot of benefits like being able to easily create and destroy machines and run machines in a protected area that won't affect the host machine.

Personal

I became aware of process-level virtual machines because of the Java programming language, but I didn't know about full-system virtual machines until I saw Virtual PC up and running in the early 2000s. After I played around with it for a while, I realized the strength of virtual machines. I continue to use virtual machines primarily for using old software and playing old video games, but I also use them frequently for work both for running versions of the Linux operating system for Web projects, and because they're so convenient for testing the software I write.

Software

There are a large variety of virtual machine software, but these are the ones that are important to me. I find VMware to be the best, but VirtualBox has the benefit of being totally free.

Generic

Specific

Links

Link-Wikipedia.png