Lesson 20: Implementing Cybersecurity Resilience

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

1/39

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts from Lesson 20 on implementing cybersecurity resilience, including redundancy, backups, and site/change management.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

Cybersecurity resilience

The ability to limit the impact of intrusions on confidentiality, integrity, and availability and to maintain high availability through redundancy, backups, site resiliency, and change/configuration management.

2
New cards

Redundancy

Providing multiple power, network, and storage components to avoid single points of failure and to maintain operation during failures.

3
New cards

High availability

A system’s ability to remain online and functional; described by uptime percentage and often expressed via MTD requirements.

4
New cards

Maximum Tolerable Downtime (MTD)

The maximum downtime an organization can tolerate for a given business function.

5
New cards

Availability

The percentage of time a system is online and accessible.

6
New cards

Downtime

The amount of time a system is unavailable.

7
New cards

Scalability

The capacity to increase resources to meet demand with similar cost growth.

8
New cards

Elasticity

The ability of a system to adapt to changing demand in real time without loss of service.

9
New cards

Scale out

Add more resources in parallel to existing ones.

10
New cards

Scale up

Increase the power of existing resources.

11
New cards

Fault tolerance

Continuing to provide service despite component failures, typically via redundancy.

12
New cards

Power redundancy

Measures to protect against power disturbances, ensuring continuous operation.

13
New cards

Dual Power Supplies

Two or more power supply units (PSUs) for redundancy, often hot-pluggable.

14
New cards

Power Distribution Units (PDUs)

Units that distribute power to equipment and may provide protection and remote monitoring.

15
New cards

Uninterruptible Power Supply (UPS)

Provides temporary power during outages to allow safe shutdown or failover.

16
New cards

Battery backups

Battery systems that sustain operation during short power losses.

17
New cards

Generators

Backup power sources for longer outages (diesel, propane, natural gas).

18
New cards

Renewable power

Power from renewable sources (solar, wind, geothermal, etc.) used for resilience.

19
New cards

NIC teaming

Combining multiple NICs/ports for higher bandwidth and redundancy.

20
New cards

Spanning Tree Protocol (STP)

Prevents network loops in networks with multiple paths.

21
New cards

Load balancer

Distributes workloads across multiple servers to maintain service availability.

22
New cards

RAID

Redundant Array of Independent Disks; combines disks for redundancy and/or performance.

23
New cards

RAID 1

Mirroring: data on two disks for redundancy; 50% storage efficiency.

24
New cards

RAID 5

Striping with parity across three+ disks; can survive one disk failure.

25
New cards

RAID 6

Double parity across disks; can survive two disk failures.

26
New cards

Nested RAID

Combining RAID levels (e.g., 0+1, 1+0, 5+0) for improved performance or redundancy.

27
New cards

Multipath I/O

Multiple paths between server and storage to provide redundancy and resilience.

28
New cards

SAN (Storage Area Network)

High-speed network of storage devices enabling centralized storage and replication.

29
New cards

Data replication

Maintaining exact copies of data at multiple locations.

30
New cards

Geographical redundancy

Replicating data/sites across distant locations to protect against regional disasters.

31
New cards

Synchronous replication

Writing data to all replicas simultaneously for consistency.

32
New cards

Asynchronous replication

Writing data to the primary first, then copying to replicas later.

33
New cards

On-premises vs Cloud

Comparison of local data centers versus cloud-based storage for resilience.

34
New cards

Recovery Point Objective (RPO)

The maximum acceptable amount of data loss measured in time.

35
New cards

Recovery Time Objective (RTO)

The maximum acceptable downtime to restore a service after an incident.

36
New cards

Recovery window

The period over which data must be recovered, linked to RPO.

37
New cards

3-2-1 rule

Three copies of data on two media types with one offline/offsite copy.

38
New cards

Snapshot (Volume Shadow Copy Service - VSS)

Point-in-time copy of data used for backups and fast recovery.

39
New cards

Image backup

Backing up an entire OS image to enable rapid redeployment.

40
New cards

Master image

The default, 'gold' image used to provision new systems quickly; requires updates.