101 · Question #22
Where is the loadbalancing mode specified.
The correct answer is A. within the pool definition. In F5 BIG-IP LTM, the load balancing method is always specified within the pool definition, which allows each pool to use a different algorithm independently.
Question
Where is the loadbalancing mode specified.
Options
- Awithin the pool definition
- Bwithin the node definition
- Cwithin the virtual server definition
- Dwithin the pool member definition
How the community answered
(29 responses)- A86% (25)
- B3% (1)
- C3% (1)
- D7% (2)
Why each option
In F5 BIG-IP LTM, the load balancing method is always specified within the pool definition, which allows each pool to use a different algorithm independently.
The load balancing mode is configured inside the pool definition because it controls how the BIG-IP distributes new connections among the pool's members. Defining it at the pool level means each pool can independently use a distinct load balancing algorithm without affecting virtual server or node configuration.
Node definitions hold properties such as connection limits, ratios, and health monitors, but do not include a load balancing mode setting.
The virtual server definition references a default pool but does not itself define the algorithm used to distribute traffic among pool members.
Pool member definitions can override per-member properties like ratio and priority, but the load balancing mode is a pool-level attribute and is not set on individual pool members.
Concept tested: F5 BIG-IP LTM pool load balancing method location
Source: https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-ltm-concepts/load-balancing.html
Topics
Community Discussion
No community discussion yet for this question.