2.5 - Resilience Flashcards
Define redundancy.
Duplicating parts of the system to maintain uptime.
Prevent hardware, system, and software failure.
What is Multipath I/O (Input/ Output)?
Multiple fiber channel interfaces with multiple switches to ensure continued access to data.
What is RAID?
Redundant Array of Independent Disks
Multiple drives create redundancy, so if one fails, another can take over.
What are the RAID levels?
RAID 0: Striping w/o parity (High speed/ no fault tolerance)
RAID 1: Mirroring (Low speed, 2x space, Fault tolerance)
RAID 5: Striping with Parity
RAID 0+1, RAID 1+ 0, RAID 5 + 1
What is a Load Balancer?
Acts as the “traffic cop” sitting in front of your servers and routing client requests across all servers capable of fulfilling those requests across all servers capable of fulfilling those request in a manner that maximizes speed and capacity utilization and ensures that no one server is overworked, which could degrade performance.
Define NIC teaming.
Using multiple NICs on a device. Both NICs appear as one. The NICs talk to each other, usually over multicast instead of broadcast. There is a fail over when one of the NICs does not respond.
AKA Load balancing/Fail Over (LBFO).
Define Port Aggregation.
A grouping of physical ports acting as a single logical transmission path with other switches which support port aggregation or port channeling.
Define UPS (Uninterruptible Power Supply).
A short-term power backup that is good for short blackouts, brownouts, and surges.
What are the 3 types of UPS?
1) Offline/ Standby UPS
2) Line-interactive UPS (kicks in during power
shortages)
3) On-line/ Double-conversion UPS (always online and
providing power)
What are some features of UPS’s?
Auto shutdown
Battery capacity
Outlets
Phone line suppression
What would you use as a long-term power backup?
Generators
What are dual-power supplies?
When a device has two power supplies to ensure that when one dies the other will work. Each power supply can handle 100% of the load, but if they are both plugged in, they will split the load.
Often hot-swappable
Define Power Distribution Unit (PDU).
A device that provides multiple power outlets and provides monitoring and power control. You can manage power capacity and enable or disable individual outlets.
Define Storage area networks (SAN).
A specialized high-performance network of storage devices.
What is SAN-to-SAN replication?
The duplication of data from one data center, or SAN, to another data center.