1.3 Cloud Concept / Options Flashcards

Cloud Concepts & Connectivity options (16 cards)

1
Q

SaaS (Software as a Service)

A

A service model where users access a finished application over the web (e.g., Office 365, Salesforce). User manages nothing.

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

PaaS (Platform as a Service)

A

A service model providing a platform for developers to build/deploy apps without managing the underlying OS or hardware.

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

IaaS (Infrastructure as a Service)

A

A service model providing virtualized computing resources (Servers, Storage, Networking) over the internet. User manages the OS.

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

Public Cloud

A

Cloud services offered over the public internet and shared across multiple organizations (e.g., AWS, Azure, Google Cloud).

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

Private Cloud

A

Cloud resources used exclusively by a single organization; can be hosted on-premise or by a third party.

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

Hybrid Cloud

A

A combination of Public and Private clouds, allowing data and applications to be shared between them.

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

VPC (Virtual Private Cloud)

A

A private, isolated section of a public cloud provider’s network where you can launch resources.

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

NFV (Network Functions Virtualization)

A

The process of replacing hardware (Firewalls, Routers, Load Balancers) with virtualized software versions.

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

Network Security Group (NSG)

A

A virtual firewall that controls traffic at the instance/NIC level (usually stateful).

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

Network Security List

A

A virtual firewall often used at the subnet level to control inbound and outbound traffic.

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

Internet Gateway

A

A VPC component that allows communication between the VPC and the internet.

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

NAT Gateway

A

Allows resources in a private subnet to connect to the internet while preventing the internet from initiating a connection to them.

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

Direct Connect

A

A dedicated, private physical network connection from an on-premise datacenter to a cloud provider; bypasses the public internet.

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

Scalability

A

The ability of a system to handle increased load by adding resources (Vertical = bigger server; Horizontal = more servers).

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

Elasticity

A

The ability to automatically and dynamically expand or contract resources based on real-time demand.

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

Multitenancy

A

A cloud architecture where multiple customers (tenants) share the same physical hardware/resources while remaining isolated.