2.2 Virtualization & Cloud Computing Flashcards

1
Q

Define IaaS (2)

A
  1. Infrastructure as a Service
  2. Cloud-model that provides hardware only, customer installs/maintains OS & app installation, security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define SaaS (3)

A
  1. Software as a Service
  2. On-Demand ability to login and use a software program that is ready to go, such as email or payroll
  3. Provider maintains the application and also all your data related to it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define PaaS (3)

A
  1. Platform as a Service
  2. In-between IaaS and SaaS, a platform is provided allowing quick development of an application
  3. Provider maintains the OS, infrastructure, and provides modular building blocks for the customer to piece together an application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define XaaS (2)

A
  1. Anything as a Service
  2. Any combination of services provided in cloud, typically a public cloud hosted by a third-party
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define Public cloud model

A

Cloud with services available to everyone

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

Define Private cloud model

A

A cloud with services that are only available to the organization managing it

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

Define Community cloud model

A

To mitigate the expense of creating a full cloud, multiple organizations might split the cost of creating a cloud that they all use

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

Define Hybrid cloud model

A

The combination of using multiple cloud models by an organization

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

Define cloud service providers

A

An organization that provides cloud access to other organizations and maintains the cloud services provided

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

Define MSP

A

Managed Service Provider, A third-party providing specific technical services, such as network services or data backups, that a company that outsource to

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

Define Managed Security Service Provider (MSSP)

A

A MSP that focuses specifically on security services

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

Define off-premises

A

Hosting equipment in an off-site location, typically a data center that can provide redundant internet and power

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

Define on-premises

A

Hosting all equipment at a location owned and totally managed by an organization

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

Define Fog computing

A

A distributed cloud where some data and processing may done more locally and others sent further for more robust processing capacity

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

Define Edge computing

A

Processing and data management done locally

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

Define Thin-Client (2)

A
  1. A device with minimum resources to connect to a cloud-based desktop and applications
  2. aka VDI - Virtual Desktop Infrastructure
17
Q

Define Containers (vs VM)

A

A single OS or VM instance that is able to provide multiple sandboxes for applications with each one serving a dedicated user, instead of having entire dedicated VMs for each user

18
Q

Define Microservices/API App Model

A

An application composed of individual functional blocks that can be added or removed without re-installing or modifying the entire code-base

19
Q

Define Software Defined Networking (SDN) and its 2 components

A
  1. Control plane - handles the configuration and management of a network device
  2. Data plane - performs the actual function of the device, i.e. the routing done by routers
20
Q

Define Software Defined Visibility (SDV)

A

a software-based infrastructure fabric that can monitor all network traffic across various devices, both physical and virtual

21
Q

Define Serverless Architecture

A

Stateless computer containers are dynamically added and removed upon use to respond to API requests

22
Q

Define Service Integration and Management (SIAM)

A

a dashboard to deploy and manage services across multiple cloud providers

23
Q

Define Resource Policies, relative to cloud-services

A

The ability to define access & permissions to services provided in the cloud

24
Q

Define Transit Gateway

A

A router or device that provides VPN access to cloud-services, such as VPC-based apps or services

25
Q

What is VM Sprawl and how to avoid it

A

VM Sprawl occurs when VMs/resources created for an app are not deprovisioned once the app is no longer in use; need to have a formal process for provisioning and deprovisioning apps

26
Q

What is VM escape and how to protect against it

A

VM escape is when one is able to access another VM hosted on the same hardware from the VM they currently have access to; keeping up to date with patches