Beginner System Design
Q4 / 100

What is the difference between "vertical scaling" and "horizontal scaling"?

Correct! Well done.

Incorrect.

The correct answer is A) Vertical scaling adds more power (CPU/RAM) to an existing machine; horizontal scaling adds more machines to the system

A

Correct Answer

Vertical scaling adds more power (CPU/RAM) to an existing machine; horizontal scaling adds more machines to the system

Explanation

Vertical scaling ("scale up") increases a single server's capacity, while horizontal scaling ("scale out") distributes load across multiple servers, often offering better fault tolerance.

Progress
4/100