102.6 Virtualization Flashcards

1
Q

What are some examples of Hypservisors?

A
KVM - Built in to Linux
QEMU - What KVM is based on
VMWare
Xen
Virtualbox
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two types of virtualization.

A

Full virtualization - guest system is not aware that it is a virtual machine

Para-virtualization - guest system is aware that it is a virtual machine and uses special drivers to communicate

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

When cloning a linux virtual machine it essential to use this command.

A

cloud-init

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

What is a container and what are the two types?

A

A container is an entirely isolated set of packages, libraries, and or applications that are completely independent from their surroundings.

Machine container: Shares a kernel and file system with the host computer

Application container: shares everything but the application files and library files that the application needs.

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

What are 4 examples of containers?

A

Docker
nspawn (from systemd)
LXD
OpenShift

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