Client Side Virtualization Flashcards

1
Q

What is client side virutalization?

A

the use of virtualization technologies on individual client devices such as desktop computers, laptops or even mobile devices.

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

what does virtualization offer?

A

it allows multiple virtual instances of operating systems or applications to run on a single physical client which enables greater felxibility, isolation and effecient resource utilization.

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

what type of virtualization is common in an enterprise environment?

A

stand alone servers that host virtual machines.

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

what is cross platform virtualization?

A

the practice of running VMs or virtualized enviroments that can operate on different host platforms without requiring significant modifications or adaptations. You can move between each OS without needing to reboot.

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

what is a hypervisor?

A

a program used to run or manage one or more virtual machines on a computer.

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

what is the primary function of a hypervisor?

A

to create and manage these virtualized enviroments, ensuring they operate independently and securely while sharing the underlying hardware resources.

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

what is the intel CPU for virtualization called?

A

Virtualization Technology

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

what is the AMD CPU for virtualization called?

A

AMD-V

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

what is a virtual switch?

A

a software based network switch used in virtualized computing enviroments to facilitate communication between VMs and between VMs and physical network infastructure.

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

what is sandboxing?

A

it can be an isolated testing enviroment. this is a space that has no connection to the real world or production systems. A place where developers can run test code.

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

what is a virtual machine snapshot?

A

a feature in virtualization that allows you to capture the current state of a virtual machine at a specific point in

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

what are some purposes of a virtual machine snapshot?

A

for backup, recovery, testing and development.

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

what is VM escaping?

A

a security vulnerabilty or attack that occurs when a malicious actor or code within a virtual machine gains unathorized access to the underlying hypervisor itself and then breaking out of the virtualized enviroment.

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

what is a VM shared network address configuration?

A

the VM shares the same IP address as the physical host. It uses a private IP internally and uses NAT to convert to the physical host IP.

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

what is a bridged network address?

A

a type of network configuration that allows a virtual machine to be connected directly to the physical network.

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

what is a private address with a VM?

A

this is when you want to lockdown a VM. The VM does not communicate outside of the virtual network.