W12 - Virtual Machine Flashcards

1
Q

Name the 2 main Virtual Machine Manager (VMM).

A

Type 1 hypervisors

Type 2 hypervisors

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

Type 1 hypervisor.

A

Run in kernel.
Implement device drivers for host HW.
Provide transition OS services like SPU and memory management.

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

Type 2 hypervisor.

A

Very little OS involvement in virtualization.
Poor overall performance.
Pro in a sense that it does not require changes to host OS.

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

Describe paravirtualization.

A

Guest operating system is modified to work in cooperation with the VMM to optimize performance.
Increased performance.
Less needed as hardware support for VMs grows.

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

Briefly describe Application Containment.

A

Segregates applications from the OS, making them more secure, manageable.
Can do these things without full-fledged virtualization.

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

Describe one major advantage to most virtualization implementations.

A

Ability to freeze (suspend) a running virtual machine.
Allows copies or snapshots to be made of the guest.
Copy can be used to create new VM or transferred to another machine.

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