Horizontal Scaling: Scaling a system by adding more machines to the pool of resources, distributing the load across multiple instances.
Analogy: Expanding a restaurant’s capacity by adding more tables and servers instead of just making the kitchen bigger.
Why It Matters: A common approach to handling increased load in distributed systems, improves availability and performance.