2.5 - Given a scenario, implement cybersecurity resilience. Flashcards

1
Q

Redundancy

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Geographic dispersal

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Redundant array of independent (or
inexpensive) disks (RAID) levels

A

-ensure data isn’t corrupted or lost (parity)
-ensures that 1+ disk failures can be handled by an array without losing data
-used multiple disks with data Striped or Mirrored
->striped = spread across disks
->mirrored = completely copied

-combine RAID methods to increase redundancy
->RAID 0+1, RAID 1+0, RAID 5+1, ETC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Multipath

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Load balancers (Network)

A

-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Network interface card (NIC) teaming

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

UPS

A

Uninterruptible power supply

-SHORT TERM backup power
-EX: blackouts, brownouts, surges

-features;
->auto shutdown
->battery capacity
->outlets
->phone line suppression

-UPS types;
->Offline/Standby UPS
–>Line-interactive UPS
–>On-line/Double-conversion UPS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Generator

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Dual power supply

A

-provide pwr 4 longer outages
-ensure pwr supply failure won’t disable a server

-Redundancy
–>Internal server pwr supplies
–>External pwr circuits

-Each pwr supply can handle 100% of the load (Would normally run at 50% of the load)

-Hot-swappable
–>Replace a faulty pwr supply without powering down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

PDUs (Managed power distribution units)

A

-Provide multiple pwr outlets
–>Usually in a rack

-Often include monitoring and ctrl
->Manage pwr capacity
->Enable/disable individual outlets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Storage area network

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

VM

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

On-premises vs. cloud

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Full (Backup types)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Incremental (Backup types)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Snapshot (Backup types)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Differential (Backup types)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Tape (Backup types)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Disk (Backup types)

20
Q

Copy (Backup types)

21
Q

Network-attached storage (NAS) (Backup types)

22
Q

Storage area network (Backup types)

23
Q

Cloud (Backup types)

24
Q

Image (Backup types)

25
Online vs. offline (Backup types)
26
Offsite storage (Backup types)
27
Distance considerations (Backup types)
28
Non-persistence
29
Revert to known state (Non-persistence)
30
Last known-good configuration (Non-persistence)
31
Live boot media (Non-persistence)
32
Scalability (High availability)
33
Restoration order
34
Technologies (Diversity)
35
Vendors (Diversity)
36
Crypto (Diversity)
37
Controls (Diversity)
38
Raid 0
-striping without parity -data spread across all devices in the array Advantages -high performance -better I/O performance -all capacity used Disadvantages -no fault tolerance -all data is lost if a drive is lost
39
Striped
-spread across disks
40
Mirrored
-completely copied
41
RAID 1
-mirroring -all data copied exactly to another drive/s Advantages -duplicates data 4 fault tolerance -high speeds from multiple drives -data available if a drive fails Disadvantages -requires twice the disk space
42
RAID 5
-striping with parity -data striped (spread across disks) -one drive used for parity (check sum) of the data -parity spread across drives and data Advantages -fault tolerant -only requires an additional disk 4 redundancy -data reads fast -data writes a little slower -drive failures can be rebuilt as long as only one drive fails Disadvantages -only tolerates a single drive failure at a time -rebuilding arrays after a drive loss can be slow + impact performance
43
RAID 6
-striping with double parity -like RAID 5 BUT additional parity stored on another drive Advantages -like RAID5, BUT allows more than one drive to fail at a time Disadvantages -slower write performance than RAID 5 -rebuilding arrays after drive loss can be slow + impact performance
44
RAID 10
-mirroring and striping -data striped across 2+ drive, then mirrored to same # of drives -sometimes written as 1+0 Advantages -combines advantages disadvantages of RAID 0 and RAID 1 Disadvantages -combines advantages disadvantages of RAID 0 and RAID 1
45
Without parity
-data does not have redundancy or fault tolerance