🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Cloud Computing Beginner

What is Virtual Machine (VM)?

A software-based emulation of a physical computer that runs its own operating system and applications.

Virtual machines run on a hypervisor that abstracts physical hardware, allowing multiple VMs to share a single physical server. Each VM has its own OS, CPU allocation, memory, and disk, providing complete isolation.

VMs are heavier than containers (full OS per VM) but provide stronger isolation. Popular hypervisors include VMware ESXi, KVM (Linux), and Hyper-V (Microsoft). Cloud VMs include EC2 (AWS), Azure VMs, and Compute Engine (GCP).

Related Terms

Azure
Microsoft's cloud computing platform offering IaaS, PaaS, and SaaS services for building, deploying, and managing applications.
Lambda Function (Cloud)
An AWS serverless compute service that runs code in response to events without provisioning or managing servers.
Kubernetes Service
An abstraction that provides a stable network endpoint for accessing a group of Pods, handling load balancing and service discovery.
Kubernetes Namespace
A virtual cluster within a Kubernetes cluster that provides scope for names and enables resource isolation between teams or environments.
IaaS (Infrastructure as a Service)
A cloud service model providing virtualized computing resources like servers, storage, and networking over the internet.
SaaS (Software as a Service)
A cloud delivery model where software applications are hosted and managed by a provider and accessed by users over the internet.
View All Cloud Computing Terms →