Intermediate Big Data & Data Engineering
Q75 / 100

What is the difference between "vertical scaling" and "horizontal scaling" for data systems?

Correct! Well done.

Incorrect.

The correct answer is A) Vertical scaling adds more resources (CPU/RAM) to a single machine; horizontal scaling adds more machines to a cluster

A

Correct Answer

Vertical scaling adds more resources (CPU/RAM) to a single machine; horizontal scaling adds more machines to a cluster

Explanation

Vertical scaling ("scale up") increases capacity of one node, with hard limits; horizontal scaling ("scale out") distributes load across many nodes, common in big data systems.

Progress
75/100