Server Virtualisation Flashcards

1
Q

Describe full virtualisation.

A

Hypervisor simulates hardware to allow an unmodified guest OS to be run in isolation

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

Describe paravirtualisation.

A

Virtual guests aware that they have been virtualised. Guest source codes are modified with capabilities to communicate to the hypervisor (via Hypercall, i.e. API calls to hypervisor).

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

Describe OS-based virtualisation.

A

Lightweight “virtual machines (VMs)”, called containers, which are realised using features provided by a modern Linux kernel. VMs share the same OS, system binaries and libraries.

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

What is a virtual machine (VM)?

A

A VM is defined as a representation of a physical machine by software that has its own set of virtual hardware upon which an operating system and applications can be loaded.

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

Virtualisation is realised through…

A

Hypervisor!

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

What is another name for hypervisor?

A

Virtual Machine Monitor.

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