Chapter 113 · Security Program Management

Business Impact Analysis

The Business Impact Analysis (BIA) quantifies how long a system can be offline (RTO), how much data loss is acceptable (RPO), how fast the team can restore service (MTTR), and how reliably systems run between failures (MTBF) — the four metrics that drive disaster recovery and business continuity planning.

Confidential
Report ID: BIA-2024-001Domain: Security Program ManagementTopic: RTO & RPO — Recovery Objectives

Recovery Time Objective and Recovery Point Objective

A Business Impact Analysis (BIA) is conducted to understand what happens to an organization when a system, process, or service fails. The BIA identifies critical business functions, analyzes the impact of disruptions, and produces the key metrics that guide disaster recovery (DR) and business continuity (BC) planning. Two of the most important outputs of a BIA are the Recovery Time Objective and the Recovery Point Objective.

Recovery Time Objective (RTO)

The Recovery Time Objective (RTO) is the maximum acceptable amount of time that a business process or system can be offline after a failure or disaster. It defines the target time within which service must be restored. If RTO is exceeded, the business consequences become unacceptable.

Recovery Point Objective (RPO)

The Recovery Point Objective (RPO) is the maximum acceptable amount of data loss measured in time. It defines how far back in time the organization can tolerate reverting when a system is restored from backup.

RTO = how long can the system be DOWN before it is unacceptable. RPO = how much DATA LOSS can be tolerated (drives backup frequency). Lower RTO = faster recovery infrastructure required. Lower RPO = more frequent backups required.
MetricMeasuresDrivesExample
RTOMax acceptable downtimeRecovery infrastructure (hot standby, failover)2-hour RTO: system must be online within 2 hours of failure
RPOMax acceptable data loss (time-based)Backup frequency4-hour RPO: backups must run every 4 hours minimum
Confidential
Report ID: BIA-2024-002Domain: Security Program ManagementTopic: MTTR — Mean Time to Repair

Mean Time to Repair (MTTR)

While RTO and RPO define objectives (targets), Mean Time to Repair (MTTR) measures actual performance. MTTR tells an organization how long it actually takes to fix a failed system on average. It is a key operational metric used to evaluate the effectiveness of incident response and repair processes.

Definition and Formula

MTTR is the average time required to repair a system after a failure. It measures the efficiency and capability of the repair process.

MTTR = Total Repair Time ÷ Number of Repairs

What MTTR Tells You

MTTR provides a baseline for evaluating whether recovery processes are meeting objectives and improving over time.

MTTR = Total Repair Time ÷ Number of Repairs. MTTR should be lower than RTO. High MTTR relative to RTO means recovery procedures need improvement. MTTR is a measure of repair speed, not reliability.
Confidential
Report ID: BIA-2024-003Domain: Security Program ManagementTopic: MTBF — Mean Time Between Failures

Mean Time Between Failures (MTBF)

Mean Time Between Failures (MTBF) measures how reliably a system operates. It tells an organization the average time a system runs between failure events. MTBF is a measure of reliability, not recovery speed. A high MTBF means the system rarely fails; a low MTBF means failures are frequent.

Definition and Formula

MTBF = Total Uptime ÷ Number of Breakdowns

What MTBF Tells You

MTBF quantifies reliability and informs decisions about hardware replacement schedules, redundancy investments, and maintenance intervals.

Comparing All Four BIA Metrics

MetricWhat It MeasuresFormulaBetter When
RTOMax acceptable downtime (objective/target)Set by business requirementLower (faster recovery required)
RPOMax acceptable data loss in time (objective/target)Set by business requirementLower (less data loss tolerated)
MTTRAverage actual time to repair a failureTotal Repair Time ÷ Number of RepairsLower (faster repairs)
MTBFAverage time between failures (reliability)Total Uptime ÷ Number of BreakdownsHigher (more time between failures)
MTBF = Total Uptime ÷ Number of Breakdowns. High MTBF = reliable system. MTBF measures how long between failures (reliability). MTTR measures how long each repair takes (recovery speed). RTO and RPO are targets; MTTR and MTBF are measured performance. MTTR must be lower than RTO for recovery SLAs to be achievable.