Business Impact Analysis
- •
def
- •
quantifying how quickly systems need to recover, and how much data loss is acceptable, after a disruption
- •
- •
key metrics
- •
RTO (Recovery Time Objective) — how quickly a service level needs to be restored
- •
RPO (Recovery Point Objective) — how much data loss is acceptable, i.e. how far back the restored data can go
- •
MTTR (Mean Time to Repair) — the average time required to fix an issue, including diagnosis time
- •
MTBF (Mean Time Between Failures) — the average time between outages, either predicted or calculated from historical performance (total uptime / number of breakdowns)
- •
- •
related
- •