Cloud Computing and Serverless Architecture

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

Flashcards reviewing vocabulary from lecture on cloud computing and serverless architecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Cloud Computing

On-demand computing resources delivered over the internet.

2
New cards

Scalability

Adjust resources dynamically

3
New cards

Cost Efficiency

Pay only for what you use

4
New cards

Flexibility (in Cloud Computing)

Supports diverse workloads

5
New cards

Serverless Architecture

Cloud execution model where providers manage infrastructure, allowing developers to focus exclusively on code.

6
New cards

Function-as-a-Service (FaaS)

Deploy individual functions triggered by events

7
New cards

No Server Management (in Serverless)

Automatic scaling and maintenance; no server management required.

8
New cards

Event-Driven (in Serverless)

Functions execute in response to specific triggers.

9
New cards

Event-Driven Execution

Real-time responses to triggers in serverless architecture.

10
New cards

Infrastructure Abstraction

No server provisioning needed.

11
New cards

Pay-Per-Use Billing

Only charged when functions run.

12
New cards

Auto-Scaling

Handles traffic spikes automatically.

13
New cards

Backend-as-a-Service (BaaS)

Managed backend services.

14
New cards

Cold Start Latency

Initialization delays in serverless functions.

15
New cards

Vendor Lock-In

Migration difficulties due to reliance on a specific provider

16
New cards

State Management (in Serverless)

Complicated workflows when functions need to retain information between invocations

17
New cards

Debugging (in Serverless)

Hard to trace distributed functions in serverless architectures.

18
New cards

AI-Driven Optimization

Auto-tuning functions for performance using AI.

19
New cards

Object-as-a-Service (OaaS)

Simplifies stateful cloud-native apps.

20
New cards

Edge Serverless

Extends FaaS to IoT and edge devices

21
New cards

Hybrid Architectures

Combines serverless with containers/VMs.