Skip to main content
  1. Glossary/
  2. C/

Cloud Computing

101 words·1 min
Table of Contents

Definition
#

Delivery of computing services over the internet following three main models: IaaS, PaaS, and SaaS.

Key Characteristics
#

  • Resource pooling
  • Rapid elasticity
  • Measured service
  • Self-service provisioning

Why It Matters
#

Reduces capital expenses by 60% while enabling global scalability (Flexera 2024).

Common Use Cases
#

  1. Web application hosting
  2. Big data analytics
  3. Disaster recovery

Examples
#

  • AWS EC2 instances
  • Google Cloud Functions
  • Microsoft Azure Kubernetes Service

FAQs
#

Q: Cloud vs on-prem costs?
A: Cloud OPEX vs on-prem CAPEX - TCO typically favors cloud at scale.

Q: Security best practices?
A: Follow CIS benchmarks, enable MFA, and use cloud-native monitoring.