2.5 implement cybersecurity resilience Flashcards
RAID 0
striping only
high performance, no redundancy
RAID 1
mirroring
duplicates data
requires 2 disks
RAID 5
striping with parity
fault tolerant,
requires only one extra disk for redudancy
RAID 10
Striping and mirrors
combines RAID 0 and 1 for maximum speed and redundancy
Requires 4 disks and only 50% can be storage
Incremental file backup
backs up the files from each day seperately
requires all days for restoration
differential file backup
each day stacks up
requires only last day for restoration
NAS
network attached storage
connects to shared storage across network
SAN
a network of storage devices that can be accessed by multiple servers or computers, providing a shared pool of storage space. Each computer on the network can access storage on the SAN as though they were local disks connected directly to the computer.
Multipath disk redundancy
providing failover for data storage systems
It uses redundant physical path components, such as cables, switches, and adapters, to connect a server to storage
Snapshot
quick backup method, can only be on the same disk as the data.