Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

4.8.1. DR Site Types and Replication Strategies

💡 First Principle: The speed and cost of recovery from a site-level disaster depends entirely on how much preparation you've done beforehand. Hot sites cost the most but recover instantly; cold sites cost the least but take the longest. Your RTO drives which site type is appropriate.

DR Site Types
Site TypeWhat's ThereRecovery TimeCostNotes
Hot siteFully operational duplicate: running hardware, replicated data, live systemsMinutes to hoursHighestImmediate failover; essentially a second production environment
Warm siteHardware installed and configured, but data must be restoredHours to daysModerateBalance of cost and recovery speed
Cold siteFacility with power and cooling; no hardwareDays to weeksLowestLongest recovery; must procure/install hardware
Cloud DRCloud-hosted replicas that can be activated on demandVariable (minutes to hours)Pay-as-you-goIncreasingly common; no hardware maintenance
Geographic Separation

DR sites should be in a separate geographic location to survive regional disasters (hurricanes, earthquakes, floods). A DR site 10 miles away may be affected by the same event.

Replication Strategies

Replication keeps DR site data current. The replication method determines RPO:

MethodHow It WorksRPOUse Case
SynchronousWrite confirmed only after both primary and DR sites writeNear-zero (RPO ≈ 0)Mission-critical: banking transactions, real-time systems
AsynchronousWrite confirmed at primary; DR site catches up slightly behindMinutes to hoursMost enterprise DR; good balance of performance and data protection
Application-consistentSnapshot coordinates with application to ensure consistent stateSnapshot intervalDatabase servers; ensures DB is in consistent state at recovery point
MirroringReal-time copy maintainedNear-zeroCritical data sets; requires high bandwidth
BidirectionalBoth sites can be active and write; replication flows both waysNear-zeroActive-active DR; most complex
File lockingPrevents simultaneous writes to same file from both sitesN/APrevents split-brain in DR scenarios

⚠️ Exam Trap: Synchronous replication requires the primary write to wait for the DR site to confirm before completing. This adds latency proportional to the network distance between sites. Over a wide geographic distance, synchronous replication can significantly impact application performance.

Reflection Question: A financial services company requires an RPO of less than 5 minutes for its transaction database and has DR sites 1,000 miles apart. What replication method is appropriate, and what performance consideration must be evaluated?

Alvin Varughese
Written byAlvin Varughese
Founder18 professional certifications