IT FundamentalsA+

Disaster Recovery for CompTIA A+ 220-1102

Disaster recovery planning ensures business continuity after catastrophic events. CompTIA A+ 220-1102 tests backup strategies, RTO, RPO, redundancy, failover, and disaster recovery plan components. This guide covers every disaster recovery concept in the A+ Core 2 objectives.

8
5 sections · 8 exam key points
1 practice questions

Disaster Recovery Key Concepts

Disaster recovery (DR): the processes and tools to restore IT systems after a catastrophic event (hardware failure, natural disaster, ransomware, fire, flood). Business Continuity Plan (BCP): broader than DR — covers all aspects of keeping the business running during a disruption. DR plan: the specific IT-focused subset of the BCP. RPO (Recovery Point Objective): the maximum acceptable data loss — how far back in time can data be lost? If RPO = 4 hours, backups must occur at least every 4 hours. Determines backup frequency. RTO (Recovery Time Objective): the maximum acceptable downtime — how long can the business be offline? If RTO = 2 hours, systems must be restored within 2 hours of a disaster. Determines infrastructure investment (hot site vs cold site). MTTR (Mean Time to Repair): average time to restore a failed component. MTBF (Mean Time Between Failures): average time between failures — higher is better for reliability.

Backup Types and Strategies

Full backup: backs up all data. Longest to complete, shortest to restore. Differential backup: backs up all data changed since the last full backup. Restore: last full + latest differential = 2 restore operations. Incremental backup: backs up only data changed since the last backup (full or incremental). Fastest to complete, requires restoring full + every incremental in sequence. 3-2-1 backup rule: 3 copies of data, 2 different media types, 1 offsite. Offsite backup: protects against site-level disasters (fire, flood). Cloud backup: offsite by nature. Backup rotation schemes: grandfather-father-son (daily, weekly, monthly retention). Backup testing: regularly restore test files to verify backup integrity. Tape rotation: older media for long-term archival (LTO tape). Snapshot: point-in-time copy of data (not a full backup — depends on the original data). Immutable backup: write-once backup that cannot be modified or deleted — ransomware cannot encrypt it.

Recovery Sites

Hot site: fully configured, operational duplicate of the primary site. Can take over immediately (RTO = minutes). Most expensive. Hardware, software, and up-to-date data replicas maintained continuously. Warm site: partially configured site. Hardware present but needs software configuration and data restoration. RTO = hours to days. Moderate cost. Cold site: facility with power, cooling, and connectivity but no hardware pre-deployed. Hardware must be shipped and configured during a disaster. RTO = days to weeks. Least expensive. Cloud recovery: virtual machines and infrastructure deployed in cloud (AWS, Azure, GCP) on-demand during disaster. Pay for standby resources at low cost, scale up instantly when needed. Cloud-based DR increasingly replaces physical recovery sites for many organizations.

Redundancy and High Availability

Redundancy: duplicating critical components to eliminate single points of failure. Server redundancy: clustering (multiple servers share workload and automatically fail over if one fails). Storage redundancy: RAID, storage area networks (SAN), replication to secondary site. Network redundancy: multiple ISP connections, redundant switches and routers, spanning tree to prevent loops. Power redundancy: UPS (Uninterruptible Power Supply) — provides battery backup during brief outages and protects against power surges. Generator — provides extended power during prolonged outages. PDU (Power Distribution Unit) — distributes power to rack equipment. Dual power supplies in servers — one supply fails, the other continues. High availability (HA): design goal of maximum uptime. '5 nines' (99.999%) uptime = 5.26 minutes downtime per year. Failover: automatic switch to backup system when primary fails. Failback: returning to primary system after recovery.

DR Plan Components

A DR plan documents procedures for responding to disasters. Key sections: Risk assessment: identify threats (fire, flood, ransomware, hardware failure) and their likelihood/impact. Business Impact Analysis (BIA): identify critical systems and processes, define RPO and RTO for each. Recovery procedures: step-by-step procedures for restoring each critical system. Contact lists: emergency contacts for staff, vendors, ISPs, cloud providers. Communication plan: how to notify stakeholders (employees, customers, management) during an incident. DR drills and testing: tabletop exercises (walk through the plan without actual recovery), simulation (test recovery in isolated environment), actual failover test (most thorough, but disruptive). Plan maintenance: update the DR plan when systems change, after incidents, and on a scheduled review cycle (annually minimum).

Key exam facts — A+

  • RPO: maximum data loss (determines backup frequency)
  • RTO: maximum acceptable downtime (determines infrastructure investment)
  • Full backup: all data; Differential: changes since full; Incremental: changes since last backup
  • 3-2-1 rule: 3 copies, 2 media types, 1 offsite
  • Hot site: immediate failover; Warm site: hours; Cold site: days to weeks
  • UPS: battery backup for short outages; Generator: extended power
  • Immutable backup: cannot be modified — protects against ransomware
  • RAID is not a backup — ransomware corrupts all mirrors simultaneously

Common exam traps

Practice questions — Disaster Recovery

These questions are representative of what you will see on A+ exams. The correct answer and explanation are shown immediately below each question.

Q1.

A.A. Weekly full backups
B.B. Daily full backups
C.C. Backup every 4 hours or more frequently
D.D. Monthly backups with daily differentials

Explanation: RPO (Recovery Point Objective) of 4 hours means backups must occur at least every 4 hours. Any longer interval risks exceeding the 4-hour maximum data loss tolerance.

Frequently asked questions — Disaster Recovery

What is the difference between a hot site and a warm site?

A hot site is a fully operational duplicate of the primary site — hardware, software, and current data all maintained continuously. Recovery is nearly instant (minutes). A warm site has hardware in place but requires software configuration and data restoration from backup. Recovery takes hours to a day. Hot sites are significantly more expensive but provide much faster recovery for organizations with low RTOs.

Practice this topic

Test yourself on Disaster Recovery

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics