Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

Unit IV: Overview - Virtualization

Lesson 24 of 30 in the free Cloud Computing notes on Siksha Sarovar, written by Rohit Jangra.

Unit IV: Virtualization — Overview

Virtualization is the cornerstone technology underpinning modern cloud computing. It enables multiple virtual instances of computing resources to run on a single physical host, dramatically improving efficiency, flexibility, and scalability. This unit explores virtualization from its foundational concepts to the specific hypervisor technologies that make cloud platforms possible.

What You Will Learn

In this unit, we examine:

  • Introduction & Characteristics: What virtualization is, and the three core properties of virtualized environments.
  • Taxonomy: The different axes along which virtualization can be categorized — execution, storage, and network.
  • Virtualization & Cloud Computing: How virtualization capabilities map directly to cloud service characteristics.
  • Pros & Cons: The real-world trade-offs of adopting virtualization at scale.
  • VMware Deep Dive: A concrete example of full virtualization technology using VMware ESXi/vSphere.
  • Hypervisors: Type-1 vs Type-2 hypervisors, full vs para vs partial virtualization.

Unit Roadmap

Why Virtualization Matters

Before virtualization became mainstream, a single application typically occupied an entire physical server — even if that server was only 10–15% utilized. Virtualization changed this paradigm entirely. By abstracting hardware resources, organizations can run dozens of workloads on a single machine, reduce capital expenditure, and deliver services on demand.

Cloud providers like AWS, Azure, and Google Cloud are built entirely on virtualization stacks. Understanding virtualization is therefore not optional for cloud practitioners — it is the foundation on which everything else rests.