Which scaling concept involves increasing capacity by adding more instances rather than upgrading existing ones?

Study for the CompTIA Cloud+ exam. Enhance your skills with flashcards and multiple choice questions, each supported by hints and explanations. Prepare effectively for your certification!

Multiple Choice

Which scaling concept involves increasing capacity by adding more instances rather than upgrading existing ones?

Explanation:
Increasing capacity by adding more instances rather than upgrading existing ones is horizontal scaling. The idea is to scale out by spinning up additional servers and distributing the incoming workload across them, often behind a load balancer. This approach lets you handle higher demand and improves fault tolerance, since if one instance fails, others continue serving traffic. Vertical scaling, by contrast, would mean upgrading the resources (CPU, memory) of a single machine, which doesn’t increase the number of instances. Elasticity describes the ability to automatically adjust resources in response to demand and can involve horizontal scaling, but the specific method described here is adding more instances. Mirror scaling isn’t a standard term in cloud discussions.

Increasing capacity by adding more instances rather than upgrading existing ones is horizontal scaling. The idea is to scale out by spinning up additional servers and distributing the incoming workload across them, often behind a load balancer. This approach lets you handle higher demand and improves fault tolerance, since if one instance fails, others continue serving traffic. Vertical scaling, by contrast, would mean upgrading the resources (CPU, memory) of a single machine, which doesn’t increase the number of instances. Elasticity describes the ability to automatically adjust resources in response to demand and can involve horizontal scaling, but the specific method described here is adding more instances. Mirror scaling isn’t a standard term in cloud discussions.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy