GCGA Ch. 9 Adding Redundancy and Fault Tolerance (ST) Flashcards
(6 cards)
Single point of failure
any component that can cause the entire system to fail if it fails. It normally refers to hardware but can be a person. If one person is the only person who can perform a task, that person can be a single point of failure.
RAID disk subsystems
provide fault tolerance and increase availability. RAID-1 (mirroring) uses two disks. RAID-5 uses three or more disks and can survive the failure of one disk. RAID-6 and RAID-10 use four or more disks and can survive the failure of two disks.
Load balancers
spread the processing load over multiple servers. In an active/active configuration, all servers are actively processing requests. In an active/passive configuration, at least one server is not active but is instead monitoring activity ready to take over for a failed server. Software-based load balancers use a virtual IP.
Affinity scheduling
sends client requests to the same server based on the client’s IP address. This is useful when clients need to access the same server for an entire online session. Round-robin scheduling sends requests to servers using a predefined order.
NIC teaming
groups two or more physical network adapters into a single software-based network adapter. It provides load balancing for outgoing traffic and fault tolerance if one of the NICs fails.
Power redundancies
include a UPS, a dual power supply, and generators. Managed PDUs monitor the quality of power delivered to devices within a server rack.