Virtualisation and Containerisation Flashcards

(9 cards)

1
Q

Why are Virtualisation and Containerisation used?

A

They both enable the abstraction of resources at different levels, as well as improve a managers ability to deploy updates.

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

What is Virtualisation?

A

The creation of a software-based virtual machine that acts like a real computer with all its components.

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

Which specialised software are used for virtualisation?

A
  1. Hypervisor
  2. Virtual Machine Monitor
  3. Virtualiser
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a snapshot?

A

The state of a virtual machine at an exact point in time. Allows for the state to be restored later, or copied and migrated to another host.

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

What are the drawbacks of virtualisation?

A
  1. Significant overhead
  2. Lots of redundancies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is containerisation?

A

Containerisation enables the abstraction at the operating system level, allowing multiple applications to share binaries while remaining isolated from one another. Containers can only use the resources allocated to them.

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

What are the main characteristics of a container?

A
  1. Portable
  2. Scalable
  3. easier to build and deploy
  4. easier to manage
  5. isolated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does container orchestration do

A

It automated the deployment, management, scaling, and networking of containers.

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

What is platform as a Service (PaaS)?

A

PaaS is an enabler for software development where a third-party service provider delivers a platform to customers so they can develop, run, and manage software applications without needing to build and maintain the underlying infrastructure themselves.

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