Server Redundancy Flashcards
What is used to provide high availability for servers?
A server cluster or failover cluster, and load balancers
In a failover cluster, how many servers afe used?
2 or more servers
In a failover cluster, a server is known as what?
A node
In a failover cluster, a server is known as what?
A node
In a failover cluster, what happens when one server fails?
The inactive node takes over
Cluster configurations are helpful for a company trying to achieve what percentage of uptime?
99.999%
What does a load balancer do?
Optimizes and distributes loads across multiple computers or servers.
Is a load balancer restricted to hardware?
A load balancer can be hardware or software.
What factors does a hardware load balancer use?
Processor utilization or number of current connections to the server
Besides high availability, what does load balancing primarily give?
Scalability
What is scalability?
Ability for a system to take more clients without a decrease in performance.
Load balancers are also able to detect what?
Server failure (and stop directing traffic to that failed server).
In a system where servers must share the same storage, what is more appropriate?
A failover cluster
In what type of system is a load balancer more apt, and less expensive?
A system whose servers does not need to share the same storage