4.2: Client-Side Virtualization

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

1/20

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.

21 Terms

1
New cards

Client-side virtualization

Running multiple operating systems on a single physical machine.

2
New cards

Host-based virtualization

Running virtual machines on top of an existing desktop OS.

3
New cards

Standalone hypervisor

A dedicated server that hosts and runs VMs without an underlying OS.

4
New cards

Legacy OS support

Run older OS/software in virtual machines to maintain compatibility.

5
New cards

Cross-platform virtualization

Running different OSs (e.g., Linux, Windows) on the same host simultaneously.

6
New cards

Hypervisor

Software that creates, runs, and manages virtual machines.

7
New cards

Type 1 hypervisor

Runs directly on hardware (bare-metal); used in enterprise.

8
New cards

Type 2 hypervisor

Runs on top of a host OS (e.g., VirtualBox, VMware Workstation).

9
New cards

Virtualization Resource Requirements

Need:

  • Either Intel’s Virtualization Technology (VT) or AMD’s AMD-V

  • Beyond host OS memory requirements

  • Enough disk space to store each guest OS’s own image

  • Virtual network switch and network configurations on each guest OS

10
New cards

Guest OS

An operating system installed inside a virtual machine.

11
New cards

Host OS

The main operating system that manages the physical hardware and virtualization platform.

12
New cards

Sandboxing

Isolated environment for testing software without affecting host system.

13
New cards

Snapshot

A saved state of a VM that can be restored later.

14
New cards

Rollback

The process of reverting a VM to a previous snapshot.

15
New cards

Virtual switch

Software-based switch used to connect VMs internally or externally.

16
New cards

Shared network address

VM shares IP with host via NAT.

17
New cards

Bridged network address

VM gets its own IP address on the physical network.

18
New cards

Private network address

VM only communicates within the internal virtual network.

19
New cards

VM escaping

A security breach where malware escapes a VM to attack other systems or the hypervisor.

20
New cards

Rogue VM

Unauthorized or malicious virtual machine introduced to a system.

21
New cards

VM security measures

Use antivirus, firewalls, and security updates on guest OSs.