101 · Question #507
An administrator needs to load balance connections to the application server with the lowest number of. Which load balancing method meets these requirements?
The correct answer is D. Least Connections (node). This question tests knowledge of F5 BIG-IP load balancing methods and when to use node-level versus member-level connection tracking.
Question
An administrator needs to load balance connections to the application server with the lowest number of. Which load balancing method meets these requirements?
Options
- ALeast Sessions
- BRatio Least Connections (member)
- CLeast Connections (member)
- DLeast Connections (node)
How the community answered
(30 responses)- A10% (3)
- B17% (5)
- C3% (1)
- D70% (21)
Why each option
This question tests knowledge of F5 BIG-IP load balancing methods and when to use node-level versus member-level connection tracking.
Least Sessions tracks established sessions rather than active TCP connections, which is a different metric and does not directly measure the raw connection count on each server.
Ratio Least Connections (member) combines a configured ratio weight with connection count, so selection is influenced by the ratio value rather than purely by the lowest connection count.
Least Connections (member) counts connections only for a specific pool member (IP and port pair), not for the entire node, so a server hosting multiple services could still be overloaded while one member appears to have few connections.
Least Connections (node) directs new connections to the physical server node that has the fewest total active connections across all pools and services. Because it counts connections at the node level rather than per pool member, it gives the most accurate picture of overall server load. This is the correct choice when the goal is to route to the server with the absolute lowest connection count.
Concept tested: F5 BIG-IP node vs member least connections load balancing
Source: https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-local-traffic-management-load-balancing-concepts/load-balancing-decision-making.html
Topics
Community Discussion
No community discussion yet for this question.