Server Virtualisation part 2 Flashcards

1
Q

Explain the following benefit of virtualisation: Scalability

A

Virtually unlimited access to hardware resource, i.e. being able to start up a large infrastructure in a short period of time.

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

What are two disadvantages of Virtualisation?

A

Some apps are not suitable for virtualisation. E.g. Gaming, Mission Critical.

Virtualisation process adds overhead, which will make some apps run more slowly.
check diagram in notes

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

What are LinuX Container(LXC)?

A

Lightweight virtual machines (VMs) which are realised using features provided by a modern Linux kernel (e.g. namespaces and cgroups) - VMs without the hypervisor.

  • -an operating system-level virtualisation
  • -multiple isolated Linux systems (containers) on a single control host
  • -the virtual environment has its own process and network space
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

LXC VS Hypervisor

A

check notes for diagram

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

Explain the motivation to virtualise due to improving resource utilisation.

A

Improves resource utilisation:

  • -average servers’ utilisation is in between 40%-70%
  • -improve return on investment
  • -achieved by adding more VMs onto physical servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain the motivation to virtualise due to load balancing.

A

Load balancing:

  • -performance impairment when there is resource contention
  • -live migration - moving a running virtual machine or application between different physical machines without disconnecting the client or application.
  • check notes for diagrams*
How well did you know this?
1
Not at all
2
3
4
5
Perfectly