What does horizontal scaling mean?
- A Adding more machines to distribute the load
- B Increasing a single machine's CPU and memory
- C Adding more storage to one server
- D Reducing the dataset size
Answer
Adding more machines to distribute the load
Distributed systems are designed for horizontal scaling because vertical scaling reaches a hardware ceiling and costs rise sharply.





