In the context of VMware Cloud Foundation (VCF) and disaster recovery planning, two key metrics are defined:Recovery Point Objective (RPO)andRecovery Time Objective (RTO). These terms are standardized in VMware documentation and IT disaster recovery frameworks. Let’s clarify their meanings and evaluate the options:
RPO (Recovery Point Objective):RPO measures the maximum amount of data loss that can be tolerated, expressed as the time windowbetween the last backup and the point of failure. In this case, an RPO of 1 business hour means the customer can lose up to 1 hour of data for business-critical workloads.
RTO (Recovery Time Objective):RTO measures the maximum tolerable downtime—or the time allowed—between a failure and the restoration of an application or service to a usable state. Here, an RTO of 4 business hours means the infrastructure components must be recovered within 4 hours after a failure.
Option A: It determines the minimum amount of data loss that can be toleratedThis is incorrect. Data loss is tied to RPO, not RTO. Additionally, “minimum” data loss doesn’t align with the concept of a maximum tolerance threshold defined by RPO.
Option B: It determines the maximum tolerable amount of time allowed before an application/service should be recovered to a usable stateThis is correct. TheVMware Cloud Foundation 5.2 Architectural Guidedefines RTO as the maximum time a system, application, or process can be down before causing significant harm, matching the scenario’s 4-hour RTO for infrastructure recovery. This is the standard definition in VMware’s disaster recovery context.
Option C: It determines the minimum tolerable amount of time allowed before an application/service should be recovered to a usable stateThis is incorrect. RTO is about the maximum acceptable downtime, not a minimum. A “minimum tolerable time” would imply a floor, not a ceiling, which contradicts RTO’s purpose.
Option D: It determines the maximum amount of data loss that can be toleratedThis is incorrect. Maximum data loss is defined by RPO (1 hour in this case), not RTO. RTO focuses on time to recovery, not data loss.
Conclusion:RTO measures the maximum tolerable downtime, makingBthe correct answer. This aligns with VMware’s recovery planning definitions.References:
VMware Cloud Foundation 5.2 Architectural Guide(docs.vmware.com): Section on Disaster Recovery Planning (RPO and RTO Definitions).
VMware vSphere Availability Guide(docs.vmware.com): RTO and RPO in HA and DR Contexts.
Submit