https://bytebytego.com/courses/system-design-interview/scale-from-zero-to-millions-of-users

Single Server

Untitled

DB

Untitled

Scaling → Horizontal Scaling → Load Balancer

Web Tier - Failover

Untitled

DB Tier - Replication - Primary/Replicas

Untitled

Improve Read Performance - Cache

Web Request Cache

Untitled

Static Content Cache - CDN

Untitled

Stateless Web Tier - No state on server & Move state to a shared storage

From

Untitled

To

Untitled