2.5 Implement Cybersecurity Resilience Flashcards
Give the characteristics of RAID 0
Striping without parity
High performance
no fault tolerance
Describe the characteristics of RAID 1.
Mirroring
duplicated data for fault tolerance
requires twice the disk space
Striping with parity
fault tolerant
Only requires an additional disk for redundancy
RAID 5
How do you annotate a RAID configuration that includes multiple different RAID types?
RAID 0+1, RAID 1+5, etc
The concept of creating aggregate bandwidth and redundant paths on a network. Particularly important in logical network setups.
Load balancing/fail over (LBFO)
The concept of grouping multiple network interface cards to logically show as a single adapter. If the primary card fails the next in the group picks up the traffic.
NIC Teaming
What are 4 common methods to provide power redundancy?
UPS
Generator
Dual Power supplies
Power distribution unit (PDU)
This type of network provides a high-performance network of storage devices. Allows for incredibly fast replication speeds as compared to traditional backups.
Storage area network (SAN) replication
The process of maintaining a single virtual machine and replicating out to all other virtual machines. Generally only replicates the changes rather than the entire system in the event of a change.
VM replication
Replication: On-prem vs. cloud: Which is faster?
Local devices are faster
Cloud connections can be slow/internet speed restricted
Replication: On-prem vs. cloud: Which is cheaper?
Cloud costs have low entry points and easily scale
On-prem storage can be very expensive
Replication: On prem vs. cloud: Which is more secure?
Local data stays private
Cloud requires additional security controls
Name the backup type:
- All selected data is backed up
- High backup size/low restore time
- Archive attribute: cleared
Full backup
Backup type:
- New files and files modified since last backup
- Low backup size/High restore time
- Archive attribute: cleared
Incremental backup
Backup type:
- All data modified since last full backup
- Moderate backup size/moderate restore time
- Archive attribute: not cleared