1 Flashcards
What are some examples of Fault Tolerance?
RAID
UPS
Clustering
Load balancing
Any redundant hardware components or network paths
What does “High Availability” mean?
Automatic fault tolerance such that there is essentially zero down time.
What is NIC Teaming?
- Multiple network adapters combined in software to work as a single adapter.
- Used particularly in virtualization / SDN.
- Aggregates bandwidth and provides redundant paths.
- NICs communicate with each other to fail over when a NIC doesn’t respond.
- LBFO: Load Balancing / Fail Over.
What is Port Aggregation?
Using multiple interfaces as a single port, which provides redundancy. If used across multiple switches, it provides fault tolerance.
What is a Cold Site?
A recovery site.
- Has no hardware, no data, and no people.
- Just an empty location that you would need to bring everything to if the main site went down.
What is a Warm Site?
A recovery site that functions somewhere between a cold site and a hot site.
- May have some hardware ready and waiting, but you would need to bring the data.
- Or, it may just have empty rack space, and you’d also need to bring hardware.
What is a Hot Site?
A type of recovery site that is an exact (or, at least sufficient) replica of your main site.
- Has all necessary hardware. You buy two of everything, one for the main site and one for the hot site.
- Applications, software, and data are constantly updated via automated replication from the main site.
What is MTTR?
Mean Time to Restore (or, Repair)
What is MTBF?
Mean Time Between Failures
What is an SLA?
Service Level Agreement
- Contractual recovery expectations. If there is an outage, it must be restored within a certain time.
- May include penalties for not meeting certain service levels.