medium
Single Answer
0

Olivia is implementing a load-balanced web application cluster. Her organization already has a redundant pair of load balancers, but each unit is not rated to handle the maximum designed throughput of the cluster by itself. Olivia has recommended that the load balancers be implemented in an active/active design. What concern should she raise as part of this recommendation?

Answer Options

A

The load balancer cluster cannot be patched without a service outage.

B

The load balancer cluster is vulnerable to a denial-of-service attack.

C

If one of the load balancers fails, it could lead to service degradation.

D

The load balancer cannot handle the throughput due to having two active nodes.

Correct Answer: C

Explanation

Olivia should make her organization aware that a failure in one of the active nodes would result in less maximum throughput and a potential for service degradation. Since services are rarely run at maximum capacity, and many can have maintenance windows scheduled, this does not mean that the load balancers cannot be patched. There is nothing in this design that makes the load balancers more vulnerable to denial-of-service than they would be under any other design. Having two active nodes will typically increase throughput over a single node.