CompTIA A+ 1101 - 4.0 Virtualization & Cloud Computing Flashcards

1
Q

Virtualization

A

Software that allows a host computer to run multiple guest operating systems known as Virtual Machines

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

HyperVisor / VMM

A

Virtual Machine Management

Software that creates, runs and manages guest VM’s on a host machine.

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

Client-side Virtualization

A

Any solution designed to be run on desktops or workstations, allowing users to interact with the virtualization host directly.

Virtual Labs; supporting legacy software; Developing Environments; Training

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

Server-side Virtualization

A

A solution where one or more virtual servers are created on a physical server, acting independently like separate machines.

Type-2 Hypervisor

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

Application Virtualization

A

Install software to server and stream to clients

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

Container Virtualization

A

Run apps within an isolated virtual workspace

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

Type-2 HyperVisor

A

A host-based hypervisor in which you install the host operating system first, then the hypervisor.

Eg; Oracle Virtual Box, VMware Workstation

Hardware -> OS -> Hypervisor -> Guest OS

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

Type-1 HyperVisor

A

A bare-metal hypervisor that you install directly onto the servers hardware.

Eg; VMware ESXi, Citrix XenServer, Microsoft Hyper-V, Linux KVM

Hardware -> Hypervisor - OS

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

SLAT

A

Second-level Address Translation (SLAT) is a hardware virtualization technology that reduces hypervisor overhead, allowing for greater utilization of hardware resources for the VM

Intel - EPT
AMD - RVI

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

CPU Manufacturers Instruction Sets for Virtualization

A

Intel - VT-x

AMD - AMD-v

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

Systematic Multi-Processing

A

SMP

When you have more than one physical processor for use in an industrial server, to accomodate VM’s

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

Rogue VM

A

A virtual machine that has been installed without authorization.

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

VM Sprawl

A

The uncontrolled development of more and more virtual machines.

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

MTBF

A

Mean Time Between Failure

A rating on a device or component that predicts the expected time between failures.

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

VM Escaping

A

An instance of malware that can jump to either the Host or another guest OS.

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

Cloud Computing Components

A

Resource Allocation
Rapid Elasticity
Resource Pooling
On-demand Self-service
Measured Service

17
Q

Rapid Elasticity

A

Refers to the systems ability to handle changes in demand in real-time.

18
Q

Measured Service

A

A providers (Microsoft, Amazon etc) ability to control and bill a customers use of resources.

19
Q

Common Cloud Models

A

Private Cloud (On-Premise, hosted by companies themselves)

Public Cloud (Azure, AWS.. You share the providers resources with other companies)

Community Cloud (Where multiple tenants share a private pool of resources; Dentists of America etc)

Hybrid Cloud (Private/Public combined)

20
Q

IaaS

A

Infrastructure as a Service

A cloud model wherein the client makes use of a providers hardware to establish their own virtual network, spinning up servers/data centres etc.

Eg; Microsoft Azure, AWS, GoDaddy, WordPress

21
Q

SaaS

A

Software as a Service

A cloud model wherein the client makes use of a providers software for use in their enterprise environment

Eg; Office 365, DropBox, Gmail, SalesForce

22
Q

PaaS

A

Platform as a Service

A cloud model wherein the client utilizes fully pre-configured systems from the provider, and passes the maintenance responsiblities to the provider.

Eg; Microsoft Azure, AWS

23
Q

IaaS Components

A

Server, Storage, Network.

Used by Infrastructure Architects

24
Q

SaaS Components

A

Server, Storage, Network, OS & Middleware, Packaged Software

Used by End-Users

25
PaaS Components
Server, Storage, Network, OS & Middleware Used by Software Developers
26
Cloud Providers
Microsoft Azure AWS Google Cloud IBM Cloud Oracle Cloud Infrastructure
27
VDI
Virtual Desktop Infrastructure Using a VM as a way to provision and manage corporate desktops
28
VDE
Virtual Desktop Environment The virtual desktop/workspace used by end-users
29
Thin Client
Low-spec PC intended for remote access to a VM for use by employees / end users
30
Application Virtualization
Instead of running the entire end-user desktop in a VM, they access an application hosted on a server or stream the app.
31
Virtual Application Streaming
Just enough of the program is installed on the end-user device to utilize both the external hardware, and the desktops own.
32
Container Virtualization
Enforces separation at the application & resource use level by creating separate instances of OS's for use by end-users.
33
SDN
Software Defined Networking A software based network environment that can imitate hardware networks in a virtual infrastructure. Utilizes Data & Control planes to virtualise NAT, packet analysis etc...
34
Planes of Operation in Network Devices (Routers, Switches etc...)
Data, Control & Management
35
Application Layer / Management Plane
- Configure and manage the device - SSH, API, Browser...
36
Control Layer / Control Plane
The part of a network that controls how data is forwarded, while the data plane or forwarding plane is the actual forwarding process. - Manages the actions of the Infrastructure Layer / Data Plane - Routing tables, session tables, NAT - Used in SDN (Software Defined Networking)
37
Control Layer / Control Plane
The part of a network that controls how data is forwarded, while the data plane or forwarding plane is the actual forwarding process. - Manages the actions of the Infrastructure Layer / Data Plane - Routing tables, session tables, NAT - Dynamic routing protocol updates - Part of Software Defined Networking (SDN)
38
Infrastructure Layer / Data Plane
The infrastructure layer enables a software system to interact with external systems by receiving, storing and providing data when requested. - Processes the network frames & packets - Forwarding, trunking, encryption & NAT - Part of SDN (Software Defined Networking)