101 · Question #192
A site has six members in a pool. All of the servers have been designed, built, and configured with the same applications. It is known that each client's interactions vary significantly and can affect
The correct answer is C. Observed. When client interactions vary significantly and affect server performance, the Observed load balancing method dynamically tracks both connection counts and response times to distribute traffic evenly.
Question
A site has six members in a pool. All of the servers have been designed, built, and configured with the same applications. It is known that each client's interactions vary significantly and can affect the performance of the servers. If traffic should be sent to all members on a regular basis, which loadbalancing mode is most effective if the goal is to maintain a relatively even load across all servers.
Options
- ARatio
- BPriority
- CObserved
- DRound Robin
How the community answered
(50 responses)- A16% (8)
- B4% (2)
- C72% (36)
- D8% (4)
Why each option
When client interactions vary significantly and affect server performance, the Observed load balancing method dynamically tracks both connection counts and response times to distribute traffic evenly.
Ratio uses administrator-defined static weights to distribute traffic, so it cannot adapt dynamically when server performance fluctuates due to varying client interactions.
Priority groups members and directs all traffic to the highest-priority group until a threshold is reached, which does not distribute traffic regularly across all members as required.
The Observed method monitors both the number of active connections and server response time dynamically over time, ranking pool members based on their observed performance. Because it adapts continuously to actual server behavior rather than using static weights, it is the most effective choice when client interactions significantly and variably affect server load while still ensuring all members receive regular traffic.
Round Robin distributes new connections sequentially in equal turns regardless of current server load or response time, resulting in uneven effective load when sessions have significantly different resource costs.
Concept tested: F5 BIG-IP Observed dynamic load balancing method
Source: https://support.f5.com/csp/article/K13710
Topics
Community Discussion
No community discussion yet for this question.