4.2 Virtualization Concepts Flashcards

1
Q

What is virtualization?

A

The creation of virtual versions of a computer, enabling multiple operating systems to run on a single hardware device.

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

What role does virtualization play in cloud computing?

A

It forms the foundation by allowing efficient utilization of hardware resources.

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

What is client-side virtualization?

A

Running virtual machines on a user’s local device using software like VirtualBox or VMware Workstation.

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

What are the two types of hypervisors?

A

Type 1 (bare metal) and Type 2 (hosted).

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

What is a Type 1 hypervisor?

A

A hypervisor that runs directly on hardware without a host operating system, e.g., VMware ESXi or Microsoft Hyper-V.

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

What is a Type 2 hypervisor?

A

A hypervisor that runs on top of a host operating system, e.g., VirtualBox or VMware Workstation.

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

What is containerization?

A

A lightweight alternative to virtualization where containers share the host OS kernel and libraries.

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

What are common purposes of virtual machines (VMs)?

A

Testing applications, running legacy software, and training.

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

What CPU features are required for virtualization?

A

Support for Intel VT-x or AMD-V.

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

Why is memory important in virtualization?

A

Adequate RAM is needed for both the host system and all running VMs.

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

What is a virtual NIC?

A

A virtual network interface card enabling VMs to connect to networks.

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

What are common security measures for VMs?

A

Using firewalls, antivirus, isolating VMs, and keeping software updated.

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

What is the difference between virtualization and containerization?

A

Virtualization creates full virtual machines, while containerization shares the host OS kernel.

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

How can VMs improve security?

A

By isolating environments, preventing malware from affecting the host or other VMs.

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

What is the purpose of a hypervisor?

A

To manage and allocate resources to virtual machines.

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

What are examples of Type 1 hypervisors?

A

VMware ESXi, Microsoft Hyper-V.

17
Q

What are examples of Type 2 hypervisors?

A

VirtualBox, VMware Workstation.

18
Q

Why is storage important for virtualization?

A

It holds VM files, including virtual disk images.

19
Q

How does networking work in virtualization?

A

Virtual NICs enable VMs to connect to networks, mimicking physical NICs.

20
Q

What are practical applications of VMs?

A

Software testing, running multiple OS environments, and training scenarios.

21
Q

What should be considered when securing VMs?

A

Firewalls, antivirus, isolating VMs, and applying updates.

22
Q

How can you create a VM in a Type 2 hypervisor?

A

Install the hypervisor, allocate resources like CPU, RAM, and storage, and install an OS.

23
Q

What is the main benefit of Type 1 hypervisors?

A

Direct hardware access for better performance and efficiency.

24
Q

What is the difference between Type 1 and Type 2 hypervisors?

A

Type 1 runs directly on hardware, while Type 2 requires a host OS.

25
Q

What resource is critical for running multiple VMs simultaneously?

A

Sufficient system memory (RAM).