secplus

Dashboard / 3.0 Security Architecture

3.4 Explain the importance of resilience and recovery in security architecture

Official exam objective outline (9 topics)
  • High availability
    • Load balancing vs. clustering
  • Site considerations
    • Hot
    • Cold
    • Warm
    • Geographic dispersion
  • Platform diversity
  • Multi-cloud systems
  • Continuity of operations
  • Capacity planning
    • People
    • Technology
    • Infrastructure
  • Testing
    • Tabletop exercises
    • Fail over
    • Simulation
    • Parallel processing
  • Backups
    • Onsite/offsite
    • Frequency
    • Encryption
    • Snapshots
    • Recovery
    • Replication
    • Journaling
  • Power
    • Generators
    • Uninterruptible power supply (UPS)

★ Starred in your notes (Day 5): tabletop exercise — "plan ahead of time" · incremental backup ("like mail coming to pick up your mail") vs. differential ("start Monday, then add other days") · RAID — "don't worry too much on it."

lastbackup failure systemrecovered RPO — data you can afford to lose RTO — downtime you can tolerate Redrawn from your notebook: RPO looks backward to the last backup; RTO looks forward to recovery.

Breakdown 1 — High availability

From class — availability controls: redundancy, fault tolerance, patch management. Availability = server clustering, load balancers, RAID.

TechniqueWhat it isDifference
Load balancingDistributes requests across several servers; active/active (all serve) vs. active/passive (standby takes over)Scales performance and tolerates a node loss
ClusteringServers act as one system with shared state/storage; failover between nodesProvides continuity of a service (databases, file servers)
RAIDDisk redundancy — see table belowSurvives disk failure, not a backup
QoS (quality of service)Gives priority to certain traffic (class: "VLAN / VoIP comes up with this")Keeps voice/critical apps usable under load
ScalabilityScaling up = vertical (bigger box); scaling out/sideways = horizontal (more boxes); elasticity = automatic up and downAbsorbs load (including DDoS)
Redundant power/networkDual PSUs, dual NICs, dual ISPsRemoves single points of failure

RAID levels (class: "don't worry too much on it" — know the basics):

LevelHowSurvivesNote
RAID 0StripingNothing — one disk dies, all data goneSpeed only
RAID 1MirroringOne disk50% capacity
RAID 5Striping + distributed parity (3+ disks)One diskGood balance
RAID 6Double parity (4+ disks)Two disks
RAID 10 (1+0)Stripe across mirrored pairsOne disk per mirror pairClass diagram: RAID 0 over two RAID 1 pairs (A/A · B/B)
RAID 0 (stripe) RAID 1 (mirror) RAID 1 (mirror) AABB
Your RAID 10 sketch: data is striped (A, B) across pairs, and each pair is mirrored.

Breakdown 2 — Site considerations

SiteReadinessCostClass note
HotFully equipped, data replicated, minutes to switchHighest
WarmHardware and connectivity in place; restore data/config firstMedium"warm site → hours to days"; "a compromise"
ColdSpace, power, cooling only; bring everythingLowest"Days to weeks"
MobileA trailer that can be moved as needed (class)VariesDisaster-zone deployments
Geographic dispersionSites far enough apart that one disaster can't hit both

Also: platform diversity (use different tech — one exploit shouldn't take everything), multi-cloud (avoid single-provider outage/lock-in), geographic dispersal (class example: AWS regions), redundancy strategies and secure power systems.

From class — Module B continuity planning (the alphabet): BCP business continuity plan (keep the business running) · BIA business impact analysis (what matters, RTO/RPO) · DRP disaster recovery plan (restore IT) · ISCP information system contingency plan (per-system recovery) · COOP continuity of operations plan (government term for keeping essential functions going) · crisis communication plan (who tells whom what) · succession plan (who takes over if leaders are unavailable).

Breakdown 3 — Capacity planning and testing

  • Capacity planning: people (staff/skills), technology (licenses, bandwidth), infrastructure (rack space, power) — plan for peak and for disaster load.
  • Testing — the class ladder, cheapest to most disruptive: checklist test (walk the plan on paper) → ★ tabletop exercise (talk through a scenario around a table — "plan ahead of time") → simulation test (realistic drill, no production impact) → parallel test (run the backup site alongside production and compare) → full interruption test (actually fail over production — highest risk, highest assurance). CompTIA's list: tabletop, failover, simulation, parallel processing.

Breakdown 4 — Backups

ConsiderationKnow
Onsite / offsiteOffsite (or cloud) survives site disasters; 3-2-1 rule: 3 copies, 2 media, 1 offsite
FrequencyDriven by RPO — how much data you can afford to lose
EncryptionBackups hold everything; encrypt them (and protect the keys)
SnapshotsPoint-in-time image of a VM/volume; fast, but on the same storage
RecoveryTest restores! A backup you haven't restored is a hope, not a control
ReplicationContinuous copy to another system/site (near-zero RPO)
JournalingLog every change so you can roll forward/back to a point in time
Types (class: full · incremental · differential · image · snapshot — "think VM")Full = everything. Incremental ★ = only what changed since the last backup of any kind — "like the mail carrier picking up just today's mail": fastest backup, slowest restore (full + every incremental). Differential = everything since the last full — "start Monday, then add the other days": grows daily, restore = full + latest differential. Image = whole disk. Snapshot = point-in-time VM/volume state. Class hint: "are they asking for fast backups (incremental) or fast restores (differential)?"

Breakdown 5 — Power

Power events to know (class: "know what these are"): blackout = total loss; brownout = sustained low voltage; spike/surge = brief high voltage; sag = brief low voltage. UPS (battery — bridges seconds to minutes, conditions power) → generator (long outages; takes seconds to start, so you need the UPS too). Also PDUs, dual feeds, managed shutdown.

Breakdown 6 — The metrics (class: "look these up", "study")

MetricMeaningMemory hook
RTO — recovery time objectiveMax acceptable time to restore service"How long can we be down?"
RPO — recovery point objectiveMax acceptable data loss, measured in time"How old can the backup be?"
MTTR — mean time to repair/recoverAverage time to fix after a failureRepairable things
MTBF — mean time between failuresAverage uptime between failures of a repairable systemReliability of servers
MTTF — mean time to failureExpected life of a non-repairable item"Think of a lightbulb — it dies, you replace it, not repair it" (class)

Exam tip: RPO drives backup frequency; RTO drives site choice (hot/warm/cold). "Replace, don't repair" → MTTF. "Business can tolerate 4 hours of lost data" → RPO = 4h. "Must be back within 1 hour" → RTO = 1h → hot site/replication.

Quick self-check

  • Warm site recovery time? (Hours to days.)
  • RPO vs. RTO in one line each.
  • Load balancing vs. clustering? (Distribution vs. shared-state failover.)
  • Why do you still need a UPS if you have a generator? (Generator start-up gap.)

Sources: 20260917_173159.jpg, 20260917_173229.jpg, 20260917_173435.jpg, 20260917_182540.jpg, 20260918_175450.jpg, 20260918_175456.jpg, 20260918_175502.jpg, 20260918_175512.jpg