GCGA Ch. 9 Adding Redundancy and Fault Tolerance (ST) Flashcards

(6 cards)

1
Q

Single point of failure

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RAID disk subsystems

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Load balancers

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Affinity scheduling

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

NIC teaming

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Power redundancies

A

include a UPS, a dual power supply, and generators. Managed PDUs monitor the quality of power delivered to devices within a server rack.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly