2.5 Cybersecurity Resilience Flashcards
Define 3 Common RAID levels
- RAID 0 - striping
- RAID 1 - mirroring
- RAID 5 - striping w/ parity
Define Multipath relative to disk redundancy
When using SAN or NAS, create multiple physical paths to maintain connectivity if a switch or fiber cable fails, for example
Define Geographic Dispersal
Having redundant back up site(s) in different geographic areas to provide resilience when a disaster may affect a large area, such as hurricane in Florida taking out services at a city-wide level
Define how a Load Balancer provides network resiliency
Load balancer distributes requests across multiple servers. If a server is down or a new one comes online the load balancer detects this and distributes requests accordingly
Define NIC Teaming and 2 benefits
Pooling multiple network cards to respond to network requests
Benefits
1. If a card or the switchport it is connected to goes down, the device maintains network connectivity
2. Increases the network bandwidth/throughput of the device
Name 3 types of UPS
- Offline or stand-by, only provides battery power when there is a total loss of power
- Line-Interactive, when incoming power level drops (brownout), it supplements with battery power to provide the expected power level
- Online: always provides power directly from batteries so that there is never an interruption when switching modes
What is a major limitation of a UPS?
It can only provide power for a limited time based on the capacity of the battery and number of devices it powers
Define generator
It is a fuel sourced power supply that can run as long as fuel is provided
Why is UPS still recommended when using a generator?
Because there is a delay before the generator(s) start providing power, usually wait 10-15 seconds before switching over
Define dual-power supply
2 identical power supplies that can individually provide all the power required by the device, often hot-swappable so that when one fails or is removed the function of the device is not interrupted
Define Managed PDU
Managed power distribution unit, has multiple interfaces to connect to different power sources for redundancy, can be remotely managed and monitored over the network
Define SAN
Storage Area Network
How does a SAN provide resiliency
Multiple front-ends can write to the SAN allowing continued function if a front-end system fails
Define SAN replication
Redundant SANs can be setup so that data replicates between them, allowing continued function if one SAN fails
Define 2 SAN replication models
- Real-time, data is copied to other SAN as soon it is written
- Snap-shot, data is replicated every x time frame, minimizing data loss if a SAN fails
2 Benefits of VM replication
- Updates only need to be made a “primary” VM and those changes are automatically pushed to other VM instances
- If a “primary” VM fails, it can be reproduced using from the instance(s) it is replicated to