Advanced Information Technology & Misc
Q92 / 100

When designing IT systems for high availability, what is the difference between "vertical scaling" and "horizontal scaling"?

Correct! Well done.

Incorrect.

The correct answer is C) Vertical scaling increases the capacity of a single machine (e.g., adding CPU/RAM); horizontal scaling adds more machines that work together to share the load

C

Correct Answer

Vertical scaling increases the capacity of a single machine (e.g., adding CPU/RAM); horizontal scaling adds more machines that work together to share the load

Explanation

Vertical scaling ("scaling up") means adding more resources — CPU, RAM, storage — to an existing machine, while horizontal scaling ("scaling out") means adding more machines or instances and distributing the workload across them, often improving fault tolerance as well as capacity.

Progress
92/100