2.2 Virtualization and cloud computing concepts Flashcards

1
Q

Infrastructure as a service (IAAS)

A

This allows customers to purchase and interact with the basic building blocks of a technology infrastructure. The cloud service provider is responsible for managing the physical facilities and the underlying hardware.

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

Platform as a service (PaaS)

A

These are between IaaS and SaaS. The service provider offers a platform where customers may run applications that they have developed themselves.

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

Software as a service (SaaS)

A

Provide customers with access to a fully managed application running in the cloud. The provider is responsible for everything from the operation of the physical datacenters to the performance of the application itself.

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

Function as a service (FaaS)

A

This allows customers to upload their own code functions to the provider and then the provider will execute those functions on a scheduled basis

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

Public

A

Public cloud service providers deploy infrastructure and then make it accessible to any customers who wish to take advantage of it in a multitenant model

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

Community

A

Community cloud services do run in a multitenant environment, but the tenants are limited to members of a specifically designed community.

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

Private

A

any cloud infrastructure that is provisioned for use by a single customer. only one customer uses the environment.

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

Hybrid

A

catch-all term used to describe cloud deployments that blend public, private, and/or community cloud services together. Hybrid clouds require the use of technology that unifies the different cloud offerings into a single coherent platform.

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

Cloud Service Providers

A

Firms that offer cloud computing services to their customers. They offer a cloud service for sale.

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

Managed service provider (MSP)/managed security service provider (MSSP)

A

Services organizations that provide information technology as a service to their customers. MSSP’s are organizations that MSP’s that offer security services as well.

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

On premises vs off premises

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

Fog computing

A

This uses IoT gateway devices that are located in close physical proximity to the sensors. The sensors themselves dont have processing power but they send data to their local gateway that performs preprocessing before sending the results to the cloud.

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

Edge computing

A

This is placing some processing power on remote sensors, allowing them to preprocess data before shipping it back to the cloud. The computing is being pushed out to sensors that are located on the “edge” of the network

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

Thin client

A

thin client devices are sufficient to access SaaS applications like the chromebook.

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

Containers

A

Provide application level virtualization. Instead of creating complex virtual machines that require their own operating systems, containers package applications and allow them to be treated as units of virtualization that become portable across operating systems and hardware platforms.

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

Microservices/API

A

These are application programming interfaces. This enables companies to open up their applications data and functionality to external third party developers. This allows services and products to communicate with each other.

17
Q

Infrastructure as code (IaC)

A

This is the process of automating the provisioning, management, and deprovisioning of infrastructure services through scripted code rather than human intervention.

18
Q

Software defined networking (SDN)

A

This allows engineers to interact and modify cloud resources through their APIs

19
Q

Software defined visibility (SDV)

A

This offers insight into the traffic on the cloud virtual networks.

20
Q

Serverless architecture

A

This does not expose customers to the actual server instances executing their code.

21
Q

Services integration

A
22
Q

Resource policies

A

Customers may use this to limit the actions that users of their accounts may take. This is a good security practice to limit the damage caused by an accidental command, or a malicious insider.

23
Q

Transit gateway

A

allowing the direct interconnection of cloud VPCs or virtual private clouds with on-premises VLANs for hybrid cloud operations

24
Q

Virtualization

A
25
Q

Virtual Machine (VM) Sprawl avoidance

A
26
Q

VM escape protection

A
27
Q

Snowflake Systems

A

Any system that is different in its configuration compared to a standard template within an infrastructure as code

28
Q

Idempotence

A

A property of IaC that an automation or orchestration action always produces the same result, regardless of the components previous state.