// Tutorial //

What is a Virtual Machine?

Published on February 25, 2021 · Updated on February 25, 2021
Default avatar

By Erika Heidi

Developer Advocate

What is a Virtual Machine?

A virtual machine, also commonly referred to as VM, is a guest system running on top of a virtualization software or hypervisor. VirtualBox, VMWare, and QEMU are examples of popular tools that are able to emulate network, disk, and other hardware resources to build virtualized environments that behave as physical computers. These environments are isolated from each other and from the host where the virtualization software is installed, each running distinct operating systems.

Virtual machines are largely used in cloud computing to distribute hardware resources among smaller-sized, virtual private servers. When compared to containers, virtual machines are more resource-intensive, but that allows them to emulate entire servers and desktops seamlessly.

Another important use case for virtual machines is within the context of development environments. With virtual machines, developers are able to work on their applications in isolated, pre-configured environments that are independent of their base operating system.

Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.

Learn more about us


Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in our Questions & Answers section, find tutorials and tools that will help you grow as a developer and scale your project or business, and subscribe to topics of interest.

Sign up now
About the authors
Default avatar

Developer Advocate

Dev/Ops passionate about open source, PHP, and Linux.

Still looking for an answer?

Ask a questionSearch for more help

Was this helpful?
 
Leave a comment
Leave a comment...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!