101 · Question #118
What is the advantage of specifying three load balancing methods when load balancing within pools?
The correct answer is C. Specifying three methods allows the GTM System alternate methods if insufficient data is. F5 GTM supports a preferred, alternate, and fallback load balancing method per pool to handle scenarios where the primary method lacks sufficient data. Specifying all three ensures graceful degradation.
Question
What is the advantage of specifying three load balancing methods when load balancing within pools?
Options
- ASpecifying three methods allows the GTM System to use all three methods simultaneously.
- BSpecifying three methods allows the GTM System to choose the optimal method for each name
- CSpecifying three methods allows the GTM System alternate methods if insufficient data is
- DSpecifying three methods allows the GTM System to rotate between the three methods so that no
How the community answered
(54 responses)- A9% (5)
- B17% (9)
- C70% (38)
- D4% (2)
Why each option
F5 GTM supports a preferred, alternate, and fallback load balancing method per pool to handle scenarios where the primary method lacks sufficient data. Specifying all three ensures graceful degradation.
GTM does not apply all three methods simultaneously - it uses them in a strict preferred, alternate, fallback priority order.
GTM does not dynamically choose the optimal method per resolution based on conditions - it follows the configured priority order.
When the GTM system's preferred load balancing method (e.g., Round Trip Time) cannot be applied due to insufficient probe data or metrics, it falls back to the alternate method. If the alternate method also cannot be applied, the fallback method is used, ensuring a resolution is always returned under varying data availability conditions.
GTM does not rotate between the three methods in round-robin fashion - rotation is not the purpose of specifying multiple methods.
Concept tested: F5 GTM pool load balancing method fallback hierarchy
Source: https://techdocs.f5.com/en-us/bigip-14-1-0/big-ip-dns-implementations/configuring-gtm-pool-load-balancing.html
Topics
Community Discussion
No community discussion yet for this question.