Virtualization

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

What is Virtualization?

Virtualization is a technology that allows you to run multiple virtual machines (VMs) on a single physical machine. Each VM acts like a real computer with its own OS, CPU, RAM, and storage, but all share the physical server's hardware.

2
New cards

Real-world Example of Virtualization

Imagine one big server in your office. Using virtualization, you divide it into multiple small computers (VMs): one for email, one for web hosting, one for databases, and one for backup. Each VM does a separate job on the same hardware.

3
New cards

Why Do We Use Virtualization? - Cost Saving

You don't need to buy separate physical machines for each service. Instead you save money by running multiple services on one server.

4
New cards

Why Do We Use Virtualization? - Better Resource Utilization

Resources are not wasted like in underutilized physical machines. Instead we can use CPU, RAM, and storage more efficiently through Virtualization.

5
New cards

Why Do We Use Virtualization? - Easier Management

You can create, delete, or move VMs easily without touching the physical hardware.

6
New cards

Why Do We Use Virtualization? - High Availability & Backup

VMs are easier to back up, clone, and restore quickly compared to physical systems.

7
New cards

Key Component: Hypervisor

The hypervisor is software that creates and manages VMs. on one physical computer.

It shares CPU, memory, storage between the physical machine and virtual machine.

8
New cards

Key Component: Virtual Machine (VM)

A virtual machine is a software-based computer that runs on the hypervisor and behaves like a real computer.

9
New cards

Type 1 Hypervisor (Bare Metal)

Installed directly on the physical server. Examples: VMware ESXi, Microsoft Hyper-V. Offers better performance and is used in data centers.

10
New cards

Type 2 Hypervisor (Hosted)

Installed like an application on top of a host OS (like Windows/Linux). Examples: Oracle VirtualBox, VMware Workstation. Used mostly for testing or learning.