Virtualization

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

1/28

flashcard set

Earn XP

Description and Tags

Flashcards cover virtualization concepts, before/after scenarios, hardware independence, encapsulation, platform components, hypervisor types, VM definitions, benefits, isolation, and a practical example.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

One

For most of the history of the microcomputer, a single computer has been able to run a single operating system at any _____ time.

2
New cards

Virtualization

But because of emerging platforms, a single computer is now capable of running multiple OS simultaneously through the concept of this.

3
New cards

Virtualization

A technology that creates virtual, simulated environments from a single physical machine, allowing multiple operating systems to run simultaneously on shared hardware.

4
New cards
  • One OS image per machine

  • software and hardware tightly coupled

  • conflicts when running multiple apps

  • underutilized resources

  • inflexible and costly infrastructure.

Before virtualization, what were common issues?

5
New cards

After Virtualization

  • Hardware-independence of the operating system and applications

  • VMs can be provisioned to any system

  • Can manage OS and applications as a single unit by encapsulating them into virtual machines

6
New cards

Virtualization

Means that multiple operating systems can be installed and run simultaneously on a single computer

7
New cards

Virtualization

Because multiple operating systems can share the same physical hardware, _________ can improve resource use, reduce costs associated with physical maintenance, and boost security through isolated systems.

8
New cards

multiple servers

Without virtualization, you’d need _______ ______ to run Windows, Linux, and another Linux server for testing.

9
New cards

Hardware independence

Virtualization provides….

Guest VM sees the same hardware regardless of the host hardware

10
New cards

Isolation

Virtualization provides….

VM’s operating system is isolated from the host operating system

11
New cards

Encapsulation

Virtualization provides….

___________ of an entire VM (OS + applications + state) into a single portable file.

12
New cards

physical hardware → Hypervisor → VM/VM

Virtual Platform Components:

<p>Virtual Platform Components:</p>
13
New cards

Computer

Virtual Platform Components:

Known as the hardware layer. It is the physical machine (or host) that provides the resources, such as CPU and memory for the virtual environment

14
New cards

Hypervisor / VMM (Virtual Machine Monitor)

Virtual Platform Components:

Known as the software layer. It manages the virtual machine environment and facilitates interaction with the host hardware and network.

It manages resources (CPU, RAM, storage, network) and allocates them to each virtual machine (VM) as if the VM were a completely independent system.

15
New cards

Guest Operating Systems (or Virtual Machines [VM])

Virtual Platform Components:

Operating systems installed under the virtual environment.

The number of operating systems is generally only restricted by hardware capacity. The hypervisor may also restrict the type of operating systems that can be installed.

16
New cards

Type 1 Hypervisor (Bare-metal Hypervisor)

Types of Hypervisors:

<p>Types of Hypervisors: </p>
17
New cards

Type 2 Hypervisor (Hosted Hypervisor)

Types of Hypervisors:

<p>Types of Hypervisors:</p>
18
New cards

Type 1 Hypervisor (Bare-metal Hypervisor)

Bare-metal hypervisor that runs directly on host hardware without an underlying OS; used in enterprise/cloud environments

19
New cards

Type 1 Hypervisor (Bare-metal Hypervisor)

(e.g., VMware vSphere, Hyper-V, Xen).

20
New cards

Type 2 Hypervisor (Hosted Hypervisor)

Hosted hypervisor that runs on top of an existing OS; suitable for personal or small-scale virtualization

21
New cards

Type 2 Hypervisor (Hosted Hypervisor)

(e.g., Oracle VirtualBox, VMware Workstation, Parallels).

22
New cards

Define a virtual machine (VM).

A software-based emulation of a physical computer that runs its own guest OS and applications under a hypervisor.

23
New cards
  • Resource Efficiency

  • Cost Savings

  • Flexibility

  • Isolation

  • Scalability

  • Disaster Recovery

What are the benefits of virtualization? RCFISD

24
New cards

Each VM’s OS is isolated from the host OS and other VMs, enhancing security and stability.

What does isolation mean in virtualization?

25
New cards

Applications can be moved and run on different host hardware via VMs without modification.

What is meant by hardware independence for applications?

26
New cards

VMs share the physical CPU, memory, storage, and network resources provided by the host hardware, increasing utilization.

How do multiple VMs share resources?

27
New cards

A single server with 64 GB RAM and 16 cores can host multiple VMs like Windows Server(16gb 4c), Ubuntu(16gb 4c), and Linux Mint(8gb 2c) with allocated RAM/cores.

What is an example of a virtualization resource distribution?

28
New cards

Easier backup, transfer, and deployment of the entire VM package.

What does encapsulating a VM into a single file enable?

29
New cards

Windows 1.0

is the first Microsoft windows operating system