A company is planning its migration to Microsoft Azure and wants to understand the core cloud concepts before deploying services.
Which two statements correctly describe the characteristics of high availability and elasticity?
- High availability ensures that a system remains operational and accessible with minimal downtime.Answer
- Elasticity allows a system to automatically scale resources up or down to match dynamic demand.Answer
- CHigh availability is the process of restoring data from backups in a separate geographical region after a catastrophic regional outage.
- DElasticity refers to manually upgrading the RAM and CPU of a single virtual machine to accommodate a permanent increase in workload.
Answer
High availability ensures that a system remains operational and accessible with minimal downtime, while elasticity allows a system to automatically scale resources up or down to match dynamic demand.
The correct statements describe high availability and elasticity. High availability ensures that applications remain operational and accessible with minimal downtime, typically using redundancy. Elasticity is the ability of cloud systems to automatically and dynamically adjust resources in response to changing demand.
Step-by-Step Solution
Key Concept
High availability ensures uptime and accessibility, whereas elasticity provides automatic scaling in response to dynamic demand.