Disaster Recovery (DR)
A B C D E F G H I K L M N O P Q R S T U V W Z

What Is Disaster Recovery?

Disaster Recovery (DR) is the set of strategies, plans, technologies, and procedures that enable an organization to restore its IT systems, data, and operations following a disruptive event such as a cyberattack, natural disaster, hardware failure, power outage, or human error. The goal of disaster recovery is to resume critical business operations as quickly as possible with minimal data loss.
Disaster recovery is a component of the broader Business Continuity Plan, focusing specifically on the IT and data restoration aspects of organizational resilience rather than the full operational continuity that BCP addresses.

The Two Metrics That Define DR Requirements

Recovery Time Objective (RTO): the maximum acceptable duration between a disaster event and the restoration of normal operations. An RTO of four hours means the organization can tolerate up to four hours of system unavailability before the business impact becomes unacceptable.
Recovery Point Objective (RPO): the maximum acceptable age of data that can be recovered. An RPO of one hour means the organization can tolerate losing up to one hour of transactions or data changes in a worst-case recovery scenario, which dictates backup frequency.
RTO and RPO requirements vary by system criticality. Revenue-generating systems and customer-facing applications typically demand aggressive RTOs and RPOs; internal administrative systems may tolerate longer recovery windows.

Disaster Recovery Strategies

Backup and Restore

The most basic DR approach: regular backups are taken and stored offsite. Recovery requires restoring from backup, which can take hours or days depending on data volume. Suitable for non-critical systems with lenient RTOs.

Warm Standby

A secondary environment is maintained at reduced capacity, ready to scale up and assume production load when the primary environment fails. Recovery times are measured in minutes to hours.

Hot Standby / Active-Active

A fully operational secondary environment running in parallel with the primary, either actively serving traffic or ready to assume full load with minimal switchover time. Recovery times are measured in seconds to minutes. Required for mission-critical systems where downtime is commercially intolerable.

DR Testing: The Practice That Determines Real Readiness

A disaster recovery plan that has never been tested is a hypothesis. Regular testing through tabletop exercises, component-level failover tests, and full DR simulations is what converts a documented plan into a demonstrated organizational capability. Every DR test generates findings; every finding, when addressed, improves actual readiness.

Key Takeaways

Scroll to Top