Chapter 71 Β· Concepts

Resiliency β€” Concept Reference

Recovery site comparison, clustering vs. load balancing, active/active vs. active/passive, resiliency strategy spectrum, geographic dispersion, and COOP framework in structured reference form.

Three Recovery Sites β€” Complete Comparison

AttributeHot SiteWarm SiteCold Site
Hardware on-siteFull β€” all hardware installed, configured, and runningPartial β€” some hardware; additional hardware may need to be brought inNone β€” empty facility; all hardware must be transported or procured
Data on-siteContinuously replicated in real time or near real time β€” currentPartial β€” must restore from recent backup; some lag from primaryNone β€” all data must be brought in or restored from off-site backups
Software/apps on-siteFully installed and updated to match primaryPartially configured β€” final configuration requiredNone β€” all software must be installed after arrival
Recovery Time Objective (RTO)Shortest β€” hours; failover is operational quicklyModerate β€” hours to a day; requires final config and data restoreLongest β€” days to weeks; full setup from scratch
Recovery Point Objective (RPO)Minimal β€” data loss measured in minutes (continuous replication)Moderate β€” data loss depends on backup frequency (hours)Highest β€” data loss up to last backup; can be significant
CostHighest β€” effectively two data centers operating simultaneouslyModerate β€” some infrastructure maintained without full duplicationLowest β€” facility lease and basic utilities only
Hardware purchasingBuy two of everything β€” hot site mirrors every primary purchaseBuy some equipment for the site; top up as needed during recoveryBuy nothing in advance; procure or transport during disaster
Best forOrganizations where any downtime is extremely costly; financial, healthcare, critical infrastructureMost organizations β€” practical balance of cost and recovery capabilityOrganizations with tight budgets and high tolerance for long outages; rarely-activated DR
Exam trigger phrase"Exact replica," "flip a switch," "real-time replication," "most expensive," "fastest failover""Middle ground," "some hardware," "partial data," "moderate cost""Empty building," "bring your own hardware," "bring your own data," "cheapest," "longest recovery"

Server Clustering vs. Load Balancing β€” Key Differences

AttributeServer ClusteringLoad Balancing
How servers relateNodes know about each other β€” cluster software coordinates them directlyServers are independent and unaware of each other β€” only the load balancer knows all servers
Central coordinatorNo single coordinator β€” cluster management distributed across nodesCentral load balancer device distributes all requests
User's viewOne logical server β€” users address the cluster, not individual nodesOne address (the load balancer VIP) β€” users address the load balancer, which routes to backends
Operating systemAll nodes typically run the same OS for compatibilityBackend servers can run different operating systems β€” load balancer is OS-agnostic
Data sharingShared storage β€” all nodes access the same storage system for consistent dataEach server may have its own storage; data consistency managed by the application layer
Failure handlingCluster software detects node failure; redistributes workload across remaining nodesLoad balancer health checks detect failed backends; removes them from pool; redistributes traffic
ScalabilityAdd nodes to the cluster in real time to increase capacityAdd servers to the load balancer pool; they begin receiving traffic immediately
Common use caseDatabase servers, file servers, applications requiring tight consistencyWeb servers, API servers, stateless application tiers

Active/Active vs. Active/Passive β€” HA Architecture Models

AttributeActive/ActiveActive/Passive (Active/Standby)
All components operating?Yes β€” all nodes handle production traffic simultaneouslyNo β€” primary handles all traffic; secondary is idle standby
Load distributionLoad shared across all active componentsAll load on primary; secondary carries zero load until failover
Failover speedImmediate β€” remaining nodes already active and absorb load instantlySlight delay β€” standby must detect failure and activate before resuming service
Scalability benefitYes β€” adding active nodes increases total capacityNo β€” standby does not contribute to capacity
Resource efficiencyHigh β€” all components serve production trafficLow β€” standby hardware powered and ready but producing nothing
ComplexityHigher β€” all nodes must handle full load simultaneouslyLower β€” simpler failover logic; standby only activates on failure
Exam context"Provides scalability advantages" β€” exam specifically notes this for active/activeTraditional HA fallback; simpler but wastes standby capacity

Resiliency Strategy Spectrum β€” Threat to Control Mapping

Failure ScopeExample ThreatsResiliency StrategyHow It Helps
Component failureSingle server crashes, disk fails, NIC failsHigh availability / clustering / load balancingOther components already active absorb the load; no downtime
Application tier failureWeb server process crashes, database becomes unresponsiveLoad balancing with health checksLoad balancer removes failed server; healthy servers continue
Facility-level failureData center power failure, fire, physical damage to buildingHot / warm / cold recovery siteOperations fail over to the recovery site in a different location
Regional disasterHurricane, major flood, earthquake, regional power grid failureGeographic dispersion of recovery sitesRecovery site in a different region is unaffected by the same regional event
Platform-specific vulnerabilityCritical zero-day in Windows kernel, Linux privilege escalationPlatform diversityOther OS platforms unaffected; organization continues serving from non-vulnerable platforms
Cloud provider outage / breachAWS regional outage, Azure security incidentMulti-cloud architectureWorkloads on other cloud providers continue unaffected
Complete technology unavailabilityAll systems down, no recovery site operational yetCOOP (manual procedures)Non-technical fallback processes keep critical functions running without any technology

Site Resiliency β€” Failover and Failback Lifecycle

NORMAL OPERATIONS
Primary data center running β†’ Recovery site continuously synchronized (data, configs)
    β†“
DISASTER EVENT OCCURS
Primary site becomes unavailable (facility damage, power loss, natural disaster, etc.)
    β†“
DISASTER DECLARED
Management formally declares disaster β€” triggers recovery process
    β†“
FAILOVER TO RECOVERY SITE
Operations transferred to recovery site β€” DNS redirected, network paths updated
Business processes resume from recovery site infrastructure
Duration: hours, days, weeks depending on severity
    β†“
PRIMARY SITE RESTORED
Primary data center rebuilt, repaired, or replaced
    β†“
FAILBACK TO PRIMARY
Data synchronized back to primary β€” operations transferred back
Must be documented just as carefully as failover
    β†“
NORMAL OPERATIONS RESUME
Recovery site returns to standby/sync mode

Both failover (primary β†’ recovery) and failback (recovery β†’ primary) must be documented and tested. The failback is often overlooked in planning and is operationally complex β€” data written during disaster operations at the recovery site must be synchronized back to the primary before it can resume as the authoritative source.

COOP β€” When Technology Is Unavailable: Manual Alternatives

Digital ProcessCOOP Manual AlternativeResources Required in Advance
Electronic payment processing (POS system)Manual transaction recording on paper forms with physical customer signaturesPaper transaction forms, carbon copy sets, pens, physical signature authorization process documented
Automated credit card approval via payment networkPhone call to card processor's manual authorization line for voice approvalProcessor phone numbers, voice authorization process, authorization code recording forms
Electronic receipts from POS systemPaper receipts written out manually or from pre-printed receipt booksPre-printed receipt books, carbon copies, pens on premises
Digital approval workflows (purchase orders, expense approvals)Physical paper forms routed by hand for physical signaturesPaper forms, signing authority matrix, physical routing process documented
Electronic communication (email, messaging)Phone calls, fax, physical couriers for urgent documentsContact directory printed and distributed, fax machine, courier service contacts
Digital identity verification (badging system)Visual ID check by security personnel, paper visitor logSecurity staff on-site, printed employee ID cards, physical visitor log books
Electronic inventory managementPhysical inventory counts, paper count sheetsPrinted count sheets, physical count process, central paper log