High Availability and Disaster Recovery

CompTIA Network+ • Chapter 16

High Availability and Disaster Recovery

Reliable network services do not depend on a single device, link, power source, or recovery plan. Learn how redundancy, fault tolerance, resilient facilities, recovery objectives, backups, and regular testing keep services available before, during, and after failure.

High AvailabilityFault ToleranceFHRP & ClusteringPower ResilienceRPO & RTORecovery Sites
CLIENTSservice requestACTIVE PATHALTERNATE PATHAVAILABLEcontinuous service
16.1 • Availability Foundations

High Availability, Redundancy, and Fault Tolerance

High availability (HA) is a design objective that keeps network services accessible with minimal downtime. Hospitals, financial institutions, data centers, and other critical environments use HA because even a short outage may cause operational, financial, or safety consequences.

High availability

Uses resilient design, monitoring, and rapid failover to meet an uptime target. A brief interruption may occur while service moves to a healthy component.

Redundancy

Duplicates components, links, paths, or facilities so one failure does not remove the entire service. It eliminates single points of failure.

Fault tolerance

Allows a system to continue operating when a component fails, ideally with no visible interruption or data loss.

Exam distinction: Redundancy supplies alternatives. Fault tolerance describes survival through a failure. High availability is the wider operational goal achieved through these and other controls.

Active/active

Two or more nodes carry production traffic at the same time. This can improve capacity and availability, but requires load distribution and state coordination.

Active/passive

One node serves traffic while another waits in standby. Capacity is not aggregated, but failover protects availability when the active node fails.

16.2 • Workloads and Paths

Load Balancing, Multipathing, and NIC Teaming

TechniqueWhat it combines or distributesAvailability benefit
Load balancingRequests or workloads across servers, links, or pathsPrevents overload and redirects work from failed nodes
MultipathingMultiple physical paths between hosts and storageReroutes I/O after an adapter, switch, controller, or path failure
NIC teamingMultiple network adapters as one logical interfaceProvides link failover and, when supported, bandwidth aggregation

A load balancer may use round-robin to rotate requests evenly or least connections to choose the server currently handling the fewest sessions. Health checks prevent new traffic from being sent to an unavailable node.

CLIENT REQUESTSshared service IPLOAD BALANCERhealth + algorithmSERVER ASERVER BSERVER C
Do not overgeneralize: NIC teaming protects host connectivity; multipathing commonly protects storage I/O paths; load balancing distributes work among service nodes.
16.3 • Redundant Infrastructure

Switches, Routers, Firewalls, and Servers

Switch stacking

Multiple physical switches operate as one logical switching unit, commonly with unified management and fast internal failover.

Switch clustering

Separate switches are grouped and managed centrally without necessarily forming a physical stack or one switching plane.

Firewall and server clusters

Cluster members may share traffic in active/active mode or provide an active/passive standby. Application state and session synchronization determine how seamless failover is.

Diverse WAN paths

Multiple ISPs and physically diverse circuits reduce the risk that one carrier, cable route, or facility fault disconnects the organization.

First-Hop Redundancy Protocols

An FHRP lets several physical routers present a single virtual IP address and virtual MAC address as the hosts' default gateway. If the active router fails, a standby assumes the virtual identity.

ProtocolTypeCore roles and behavior
HSRPCisco proprietaryActive and standby routers exchange hello messages; a hold timer helps identify failure
VRRPOpen standardA master router owns the virtual gateway while backups can take over
VIRTUAL GATEWAYone IP + one virtual MACROUTER A • ACTIVEforwards trafficROUTER B • STANDBYmonitors healthLAN HOSTS
16.4.1 • Electrical Continuity

Power Redundancy

Network redundancy cannot preserve service if every device loses electrical power. Resilient facilities combine battery-backed transition power, controlled distribution, and a long-duration supply.

ComponentRoleImportant distinction
Standby UPSSwitches to battery after utility power failsEconomical; a brief transfer time occurs
Line-interactive UPSCorrects moderate voltage variation and switches to battery when neededBetter regulation than standby designs
Online UPSContinuously powers the load through its inverterClean, consistent output and effectively no transfer delay; common for critical data-center loads
PDUDistributes power to rack devicesIntelligent models meter load and permit remote control
GeneratorSupplies long-duration backup powerRequires startup time, fuel, testing, and maintenance
Typical sequence: Utility power fails → UPS immediately supports the load → generator starts and stabilizes → generator carries the long-duration load. The UPS also allows graceful shutdown if generation is unavailable.
16.4.2–16.4.3 • Facility Protection

Environmental Controls and Fire Suppression

Temperature

Excessive heat shortens component life and can trigger shutdowns. HVAC design must move cool air through equipment and remove hot exhaust.

Humidity

High humidity promotes condensation and corrosion; very low humidity increases electrostatic-discharge risk.

Monitoring

Temperature, humidity, airflow, smoke, water, power, and door sensors should generate alerts before conditions become outages.

Suppression systemHow it behavesData-center consideration
Wet pipePipes remain filled with waterFast and simple, but accidental discharge can damage electronics
Dry pipePipes contain pressurized air until activationReduces leakage risk; water still discharges after activation
PreactionDetection event admits water before a sprinkler opensReduces accidental water discharge and is often used around valuable equipment
DelugeAll open nozzles discharge when activatedLarge-volume water release is generally unsuitable for computing areas
Clean agentGas suppresses combustion without conductive residuePreferred where electronics must be protected; requires safe design and enclosure integrity
Safety correction: Clean-agent systems use agents designed to interrupt combustion or reduce available oxygen/heat safely within their engineered limits. Personnel alarms, evacuation procedures, and applicable codes remain essential.
16.5.1 • Alternate Facilities

Disaster Recovery Sites

A recovery site provides an alternate environment when the primary facility cannot operate. Cost usually rises as recovery becomes faster and the alternate environment becomes more complete.

SiteReadinessRecovery speedRelative cost
Cold siteSpace, utilities, and basic connectivity; equipment and data must be suppliedSlowestLowest
Warm siteSome hardware, connectivity, and periodically restored dataModerateModerate
Hot siteFully equipped and continuously updated replicaFastest physical-site recoveryHighest
Cloud siteVirtualized recovery environment provisioned or activated in a provider platformDepends on replication and orchestrationUsage and service dependent
Selection rule: Choose the site by business requirements, especially RTO, RPO, regulatory needs, geographic risk, staffing, testing capability, and cost—not by technology preference alone.
16.5.2 • Measurable Recovery

RPO, RTO, MTTR, and MTBF

Recovery Point Objective (RPO)

The maximum acceptable data loss measured backward in time. An RPO of 15 minutes requires data protection frequent enough to recover to a point no more than 15 minutes before the incident.

Recovery Time Objective (RTO)

The maximum acceptable duration from disruption until a service must be restored. It drives the recovery site's readiness and restoration method.

Mean Time to Repair (MTTR)

The average time required to diagnose, repair, and return a failed component or service to operation. Lower is better.

Mean Time Between Failures (MTBF)

The average operational interval between one repairable failure and the next. Higher generally indicates greater reliability.

LAST USABLE COPYDISRUPTIONSERVICE RESTORED← RPO →← RTO →
Memory aid: RPO asks, “How far back can the recovered data be?” RTO asks, “How long can the service remain unavailable?”
16.6 • Data and Configuration Protection

Backup and Restoration Strategies

Backups protect against hardware failure, corruption, human error, malicious deletion, ransomware, and site loss. Common destinations include disk-to-disk, disk-to-tape, and disk-to-cloud. Network-device configurations also require protected, versioned backups so routers, switches, firewalls, and controllers can be rebuilt rapidly.

Grandfather–Father–Son Rotation

Son

Frequent short-retention copies, commonly daily, provide recent restore points.

Father

Medium-retention copies, commonly weekly, preserve additional recovery history.

Grandfather

Long-retention copies, commonly monthly or yearly, support archival and compliance needs.

Rotation balances recent recovery options with long-term retention without keeping every backup forever. A sound design also separates copies from the production environment, encrypts sensitive backups, controls access, monitors jobs, and tests restoration.

A successful backup job is not proof of recoverability. Only a verified restore demonstrates that data, configurations, credentials, dependencies, and procedures can rebuild the service within the required objectives.
16.7 • Preparedness

Tabletop Exercises and Validation Testing

Tabletop exercise (TTX)

A discussion-based simulation in which participants work through a scenario. It validates decision paths, communications, roles, escalation, dependencies, and missing procedures without disrupting production.

Validation test

A practical check that recovery components and procedures work as intended. Results, failures, measured times, and participant feedback drive plan revisions.

1

Define: Choose objectives, scope, scenario, success criteria, observers, and safety limits.

2

Exercise: Follow the plan, record decisions and recovery times, and avoid hiding unexpected problems.

3

Review: Compare actual results with RPO, RTO, responsibilities, dependencies, and communication requirements.

4

Improve: Assign corrective actions, update documents and training, then retest.

16.8 • Interactive Practice

Choose the Best Availability or Recovery Control

Select a scenario to reveal the most appropriate primary technique.

Select a scenario.
The recommended control or metric will appear here.
16.9 • Knowledge Check

Test Your Understanding

1. A web service receives more requests than one server can handle. Which solution is best?
2. Which metric states how far back in time recovered data may be?
3. Which open-standard protocol provides router first-hop redundancy?
4. Which disaster recovery site is generally least expensive to maintain?
5. Which condition increases the risk of electrostatic discharge?
16.10 • Chapter Summary

Essential Takeaways

High availability minimizes downtime; redundancy removes single points of failure; fault tolerance preserves operation during failure.
Active/active nodes share production work; active/passive designs keep standby capacity ready for failover.
Load balancing distributes work, multipathing protects alternate storage paths, and NIC teaming combines host adapters.
Switch stacks, clusters, redundant firewalls, servers, ISPs, and diverse paths protect network infrastructure.
HSRP and VRRP present a virtual IP and MAC so hosts retain a reachable default gateway.
UPS systems bridge immediate power loss, PDUs distribute rack power, and generators provide long-duration supply.
HVAC and environmental monitoring protect equipment from heat, humidity, water, smoke, and airflow problems.
Clean agents and carefully engineered suppression systems reduce fire risk while protecting electronic equipment.
Cold, warm, hot, and cloud recovery sites trade cost against readiness and recovery speed.
RPO measures acceptable data loss; RTO measures acceptable downtime; MTTR measures repair time; MTBF measures reliability between failures.
GFS rotation balances daily, weekly, and long-term backup retention, but restoration must be tested.
Tabletop exercises clarify decisions and roles; validation testing proves whether recovery procedures meet their objectives.