An online multiplayer game startup hosts its matchmaking servers on Azure. During a global tournament weekend, the number of active concurrent players spikes from 5,000 to 150,000. The hosting environment automatically spins up new server instances in real-time to match the matchmaking queues, and then deprovisions them as soon as the tournament ends and the player count returns to normal. Which cloud concept is directly illustrated by this rapid, automatic adjustment of compute capacity?
- AHigh availability
- ElasticityAnswer
- CScalability
- DDisaster recovery
Answer
Elasticity
The correct answer is elasticity because the scenario describes a system that automatically scales up (adds servers) and scales down (removes servers) in real-time to match fluctuating player demand.
Step-by-Step Solution
Key Concept
Elasticity vs. Scalability