A biotechnology research firm conducts a Business Impact Analysis (BIA) for its cloud-hosted genomic sequencing data pipeline. The BIA determines that to prevent severe compliance and financial penalties, the platform must not lose more than 15 minutes of newly ingested sequencing data in the event of an outage, while system recovery and service restoration must be completed within 6 hours. Which metric specifically defines the 15-minute maximum acceptable threshold for data loss?
- Recovery Point Objective (RPO)Answer
- BRecovery Time Objective (RTO)
- CMean Time Between Failures (MTBF)
- DCorrective Control Baseline
Answer
The metric specifying the maximum acceptable period of data loss (15 minutes) is the Recovery Point Objective (RPO).
The Recovery Point Objective (RPO) specifies the maximum tolerable amount of data loss measured in time prior to an incident. A 15-minute threshold indicates that backups or replication mechanisms must occur frequently enough to ensure no more than 15 minutes of unrecoverable data.
Step-by-Step Solution
Key Concept
Recovery Point Objective (RPO) vs. Recovery Time Objective (RTO)