3.4 Resilience and recovery

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

High Availability

Ensures services remain accessible during disruptions

Example: Using multiple web servers with a load balancer

2
New cards

Load Balancing (HA)

Distributes traffic across multiple systems

Example: Round robin load balancer for web traffic

3
New cards

Clustering (HA)

Multiple servers work as one to ensure failover

Example: Database cluster with a automatic role reassignment, adjusting and taking over if one fails

4
New cards

Hot site (site consideration)

Fully operational backup site, ready instantly


Example: duplicate data center available 24/7

5
New cards

Warm Site (site consideration)

Partially equipped site, requires some setup

Example: Servers and power exists but no live data

6
New cards

Cold Site (site consideration)

Empty site with infrastructure only

Example: Office space with power but non servers

7
New cards

Geographic Dispersion (site consideration)

Placing systems in different regions

Example: Datas in US an EU to prevent regional outage impact

8
New cards

Platform Diversity

Using varied operating systems or hardware to reduce common vulnerabilities

Example: Mixing Windows, Linux and Mac endpoints

9
New cards

Multi Cloud Systems

Using more than one cloud provider for redundancy

Example: Hosting critical services on both AWS and Azure

10
New cards

Continuity of Operations

Ensures business processes continue during incidents

Example: Activating remote work plan after office flood

11
New cards

People

(Capacity Planning)

Ensures staffing levels can support business needs

Example: On-call IT rotation during holidays

12
New cards

Technology

(Capacity Planning)

Ensures systems can meet capacity demand
Example: Provisioning extra servers ahead of product launch

13
New cards

Infrastructure

(Capacity Planning)

Ensures sufficient power, cooling, etc

Example: Adding HVAC units as server racks increases

14
New cards

Tabletop Exercises (Testing)

Discussion based test of incident response plans

Example: Walkthrough of ransomware response scenario

15
New cards

Failover (Testing)

Switching to standby system when primary fails


Example: Automatic switch to backup ISP during outage

16
New cards

Simulation (Testing)

Real time emulation of failures

Example: Simulating power outage for backup system test

17
New cards

Parallel Processing

(Testing)

Running systems in sync to take over instantly

Example: Two mirrored DBs processing same transactions

18
New cards

Onsite/Offsite (Backup)

Copies of data stored locally and externally

Example: Backups stored on local NAS, network attached storage, and cloud storage

19
New cards

Frequency (Backup)

How often backups are taken

Example: Hourly,daily or weekly backups

20
New cards

Encryption (Backup)

Protecting backups from unauthorized access

Example: Encrypting tape backups before storage

21
New cards

Snapshots (Backup)

Point in time data copies

Example: VM snapshot before software upgrade

22
New cards

Recovery (Backup)

Restoring systems and data to working state

Example: Recovering a database after corruption

23
New cards

Replication (Backup)

Real time data duplication to another location

Example: Synchronous database replication to secondary site

24
New cards

Journaling (Backup)

Log changes to track and recover data

Example: Synchronous database replication to secondary site

25
New cards

Generators (power)

Backup power for long outages

Example: Diesel generator starts during blackout

26
New cards

UPS (Uninterruptible power supply) (Backup)

Short term power to allow graceful shutdown

Example: UPS keeps firewall online during powercut