2.5 Given a scenario, implement cybersecurity resilience. Flashcards
RAID 0
Stripping without parity
redundant array of independent disk
No redundancy, high performance, and no fault tolerance
Raid 1
Mirroring
Duplicate data for fault tolerance
Requires twice the disk space
Raid 5
Striping with parity
Fault-tolerant only requires an additional disk for redundancy.
Load Balancing
Balance load between multiple servers. The person will access the load balancer, and the load balancer will decide which server the user will get.
Some servers are active, and others are on standby
If the active server does not pass the hello server health check, it will start to use one of the standby servers.
Nic teaming
Also referred to as Load balancing/fail over LBFO.
increase through put and a way to have redundant paths.
Multiple network adapters on a single server.
Within the server the NICs will talk to each other and if one fails it fails over to the other nic.
UPS
Uninterruptible Power Supply.
Short term backup power
helps with blackouts, brownouts and surges.
Offline/Standy UP - short term.
Line-interactive UPS- helps with brown outs and fill in difference for power source
O-line/Double-conversion - expensive, Always on line and always provides power.
generator
Long-term power backup can keep power running for days or weeks at a time.
It can power the entire building.
Usually, there is a 10-15 second waiting period. You would typically combine this with a ups.
SAN replication
Share data between different devices.
If one fails, you can still work with data
Storage Area Network - Specialized high-performance network storage of storage devices.
SAN to SAN replication. Duplicate data from one data center to another.
SAN Snapshot
Create a state of data based on a point of time
Copy that state to other SANs.
VM Replication
Virtual Machine redundancy
Maintain one VM and replicate to others
Consistent service offering
Recover from a replicated copy.
Efficient copying - only replicates the data that has been changed.
On-premise vs Cloud redundancy
Speed :
Local device connections are very fast
cloud connections are much slower.
Money:
Local storage is more expensive. Cloud is cheaper
Security:
Local data is private
Cloud data requires additional security controls
What is an archive bit?
This is a bit in microsoft that tells us that a file system object has been modified.
Full backup
Backs up every single file on the system.
The archive bit is cleared after the backup.
This takes the longest, and restoration time is low.
Incremental backup
After a full backup, you will back up all of the files that have changed since the last backup.
To perform a recovery, you will need all of the previous incremental backups and the full backup.
Restoration time is high due to the need for the full backup and all of the subsequent incremental backup
Archive bit is cleared
differential backup
I will back up all files that have changed since the last full backup.
To restore, you will need the full backup and then the last differential backup.
Take a moderate amount of time to do this backup. But to restore, you only need two sets of backups, The full and the last differential.
Archive bit is not cleared