101 · Question #194
A site has six members in a pool. Three of the servers are new and have more memory and a faster processor than the others. Assuming all other factors are equal and traffic should be sent to all membe
The correct answer is A. Ratio C. Observed. When pool members have unequal hardware capabilities, load balancing methods that account for assigned weight or dynamic performance data are most appropriate.
Question
A site has six members in a pool. Three of the servers are new and have more memory and a faster processor than the others. Assuming all other factors are equal and traffic should be sent to all members, which two loadbalancing methods are most appropriate. (Choose two.)
Options
- ARatio
- BPriority
- CObserved
- DRound Robin
How the community answered
(24 responses)- A83% (20)
- B4% (1)
- D13% (3)
Why each option
When pool members have unequal hardware capabilities, load balancing methods that account for assigned weight or dynamic performance data are most appropriate.
Ratio load balancing lets administrators assign a numeric weight to each pool member, so the three higher-capacity servers can be given a larger ratio value and receive proportionally more connections than the older, weaker servers. This directly models the difference in server capability without requiring runtime measurement.
Priority load balancing creates tiered groups where lower-priority members only receive traffic when higher-priority members are unavailable - it is not designed to distribute load proportionally across servers with different capabilities.
Observed load balancing dynamically adjusts connection distribution by continuously monitoring each member's current connection count and response time, which causes the algorithm to naturally favor the faster, more capable servers over time without requiring manual weight assignment.
Round Robin distributes each new connection to the next member in sequence regardless of server capacity, so the more powerful servers receive the same volume as the weaker servers and their extra capacity goes unused.
Concept tested: F5 BIG-IP load balancing methods for heterogeneous server pools
Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-local-traffic-management-load-balancing-methods.html
Topics
Community Discussion
No community discussion yet for this question.