Linux is a free and open-source operating system based on Unix. It is widely used in servers, cloud, and DevOps because it is stable, secure, and fast.

Key Features of Linux


Virtualization

Virtualization is the process of creating virtual versions of physical hardware — allowing multiple virtual machines (VMs) to run on one physical machine.

How It Works (Flow) - type 2 flow

Applications  // running app in VM
     ↓
Guest OS (Linux / Windows)   // OS inside VM
     ↓
Virtual Machine   // version of CPU, Memory and all
     ↓
Hypervisor    // Brain of VM
     ↓
Host OS (only in Type-2, optional)
     ↓
Physical Hardware

Key Components