Virtualization Flashcards

1
Q

VM Types: System Virtual Machine

A

Complete platform designed to replace an entire physical computer and includes a full desktop/server operating system

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

VM Types: Processor Virtual Machine

A

Designed to only run a single process or application like a virtualized web browser or a simple web server

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

Hypervisor: Type I vs. Type II

A

Type I:
AKA: Bare Metal Hypervisor
There is no OS under the hypervisor

Type II:
The hypervisor is above the host OS

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

VM: Container-Based

A

Application Containerization:
A single operating system kernel is shared across multiple virtual machines but each virtual machine receives its own user space for programs and data

Containerization allows for rapid and efficient deployment of distributed applications

Ex: Docker, Parallels Virtuozzo, OpenVZ

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

VM Escape

A

An attack that allows an attacker to break out of a normally isolated VM by interacting directly with the hypervisor

Elasticity allows for scaling up or down to meet user demands

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

Data Remnants

A

Contents of a virtual machine that exist as deleted files on a cloud-based server after deprovisioning of a virtual machine

Can be caused by elasticity

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

Live Migration

A

When a VM is moved from one physical server to another over the network

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

Securing VMs

A

Uses many of the same security measures as a physical server

Limit connectivity between the virtual machine and the host

Remove any unnecessary pieces of virtual hardware from the virtual machine

Using proper patch management is important to keeping your guest’s operating system secure

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

Virtualization Sprawl

A

Occurs when virtual machines are created, used, and deployed without proper management or oversight by the system admins

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

Fog & Fog Computing

A

Fog:
A cloud that’s close to your data
Cloud + IoT

Fog computing:
Distributed cloud architecture - extends the cloud
Private data never leaves (maximizes security)
Long-term analysis can occur in the cloud (internet only when required)

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

Edge Computing

A

Technology & data for IoT devices occur on the device themselves
No latency, no network requirement
Increased speed/performance
Data is processed where it is, not in the cloud

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