4.2 - Client-side Virtualization Flashcards

1
Q

Term

A

Definition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Virtualization Technology

A

Allows multiple operating systems to run on one single desktop simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Example of Virtualization

A

Running macOS with Windows 11, Linux Ubuntu, etc., on the same desktop.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Virtual OS Perception

A

Each OS seems to have its own CPU, memory, and storage, but they share the same hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Desktop Virtualization Software

A

Runs multiple operating systems on top of the primary OS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Standalone Server Virtualization

A

Hosts multiple virtual machines on one hardware, common in data centers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

History of Virtualization

A

Used since the 1960s with IBM mainframes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Use of Virtualization

A

Allows running legacy software on older operating systems while using the latest OS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Running Multiple OSs

A

Possible to run different OSs (e.g., Windows 10, Windows 11) on virtual machines simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Benefits of Virtualization

A

No need for partitions or rebooting; switch between OSs instantly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Hypervisor

A

Software that manages the CPU, memory, storage, etc., for different virtual machines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Hardware-Based Virtualization

A

CPU virtualization technologies like Intel VT and AMD-V.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

RAM in Virtualization

A

Important to have sufficient RAM as each VM requires significant memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Storage in Virtualization

A

VMs need ample storage, often requiring multiple gigabytes per OS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Networking in Virtualization

A

Each guest OS needs proper network configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Sandboxing in Virtualization

A

Creating isolated testing environments for safe application development.

17
Q

Snapshots in VMs

A

Allows saving and restoring VM states for testing and development.

18
Q

VM Escaping

A

A security risk where malware gains access to the hypervisor and other VMs.

19
Q

Hosted Services Security

A

VM escaping can be a concern when using hosted services on shared physical platforms.

20
Q

Security in VMs

A

Virtual machines require similar security controls as physical systems.

21
Q

Downloading VMs

A

Caution advised against using third-party pre-installed VMs due to potential malware.

22
Q

Network Configurations

A

VMs can use shared, bridged, or private network configurations.

23
Q

Shared Network Address

A

VM uses the same IP as the host via network address translation.

24
Q

Bridged Network Address

A

Each VM gets a unique IP, like a physical network device.

25
Q

Private Network Address

A

VM cannot communicate outside the virtual network.