A software company is migrating its customer portal to Microsoft Azure. The portal must meet two operational requirements:
1. If a virtual machine hosting the portal fails due to a localized hardware issue, the system must automatically detect the failure and keep the application running without manual intervention.
2. If a catastrophic disaster renders the primary Azure region completely offline, the company must be able to restore the portal's operations in a secondary Azure region.
Which cloud concepts do these requirements represent?
- ARequirement 1 represents disaster recovery, and Requirement 2 represents reliability.
- BRequirement 1 represents scalability, and Requirement 2 represents elasticity.
- Requirement 1 represents reliability, and Requirement 2 represents disaster recovery.Answer
- DRequirement 1 represents predictability, and Requirement 2 represents reliability.
Answer
Requirement 1 represents reliability, and Requirement 2 represents disaster recovery.
The correct answer states that Requirement 1 represents reliability and Requirement 2 represents disaster recovery. Reliability focuses on keeping applications running during localized hardware failures, while disaster recovery is about restoring application operations after a region-wide catastrophic failure.
Step-by-Step Solution
Key Concept
Distinguishing between Reliability and Disaster Recovery in cloud computing.
Estimated Time:1m 0s