3.1a 1 cloud service and deployment models

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:20 PM on 8/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Responsibility matrix

Document from a CSP showing who secures each layer across SaaS, PaaS, IaaS, and on-prem.

2
New cards

Shared responsibility model

The principle that security duties are divided between cloud provider and customer based on the service model chosen.

3
New cards

Golden rule of the responsibility matrix

Regardless of service model, the customer is ALWAYS responsible for their own data and their accounts/identities.

4
New cards

Cloud service model

Classification of how much of the stack the provider preconfigures and where provider responsibility ends.

5
New cards

Infrastructure as a Service (IaaS)

Provider supplies compute, storage, network. Customer manages OS, patching, runtime, apps, data, accounts. Example: AWS EC2.

6
New cards

Platform as a Service (PaaS)

Provider supplies OS, runtime, and platform. Customer writes and secures the application and its data. Example: Azure SQL Database.

7
New cards

Software as a Service (SaaS)

Provider supplies a finished application. Customer manages only data and access. Example: Microsoft 365, Salesforce.

8
New cards

Function as a Service (FaaS)

The service-model name for serverless. Apps split into autonomous functions running in stateless containers. Example: AWS Lambda.

9
New cards

XaaS (Anything as a Service)

Umbrella term for any cloud service model delivered on subscription.

10
New cards

Cloud deployment model

Classification of ownership and management of a cloud: public, private, community, or hybrid.

11
New cards

Public cloud

Multi-tenant service offered over the internet by a CSP to any consumer, usually pay-as-you-go.

12
New cards

Private cloud

Cloud infrastructure owned by and exclusive to one organization; greater control over privacy and security.

13
New cards

Hosted private cloud

Cloud hosted by a third party for the exclusive use of one organization.

14
New cards

Community cloud

Cloud shared by several organizations with a common concern, splitting the cost of a private or hosted private cloud.

15
New cards

Hybrid cloud

Environment combining public and private (or on-prem) infrastructures. NOT the same as multi-cloud.

16
New cards

Multi-cloud

Using services from two or more different cloud service providers. CompTIA lists this under 3.4 resilience.

17
New cards

Single-tenant architecture

Dedicated infrastructure for one customer. Highest control and isolation, higher cost.

18
New cards

Multi-tenant architecture

Multiple customers share infrastructure with logical separation. Cost-effective, higher leakage risk if misconfigured.