An online retail company hosts its web application on Azure. The application must meet the following operational specifications:
- The application must remain accessible to users even if a single server rack or power source within the primary region's datacenter fails.
- The company must be able to restore the application and its database in a different geographic location if a major natural disaster renders the entire primary region offline.
Which of the following cloud concepts do these two requirements describe?
- AThe first requirement describes high availability, and the second requirement describes replicating resources to an Availability Zone in a different region.
- BThe first requirement describes elasticity, and the second requirement describes scalability.
- The first requirement describes high availability, and the second requirement describes disaster recovery.Answer
- DThe first requirement describes disaster recovery, and the second requirement describes high availability.
Answer
The first requirement describes high availability, and the second requirement describes disaster recovery.
The requirement to maintain access during localized hardware failures within a datacenter is a feature of high availability, which focuses on keeping services running with minimal downtime within a region. The requirement to recover from a catastrophic regional failure by restoring services in a different geographic location is a feature of disaster recovery.
Step-by-Step Solution
Key Concept
Distinction between High Availability and Disaster Recovery in cloud architecture.