VMware Workspace ONE Advanced (VCAP-DTM Design) — Question 27
A company has asked an architect for assistance in reviewing its design plans for distributing a finance application to its users with multiple RDS hosts using a custom load balancing script.
What can the architect recommend for a script with proper load return values to prevent overloading of an RDS host?
Answer options
- A. Block connections to this RDS host at a load value of block.
- B. Allow connections to this RDS host at a load value of 0.
- C. Allow connections to this RDS host at a load value of allow.
- D. Block connections to this RDS host at a load value of 0.
Correct answer: A
Explanation
The correct answer is A because blocking connections at a load value of 'block' effectively prevents the RDS host from being overloaded. Options B and C allow connections under conditions that could still lead to overload, while option D incorrectly suggests blocking at a load value of 0, which does not provide the intended protection.