Exam F5CAB3 Topic 1 Question 67 Discussion
Actual exam question for F5's F5CAB3 exam
Question #: 67
Topic #: 1
Question #: 67
Topic #: 1
A BIG-IP Administrator uses backend servers to host multiple services per server. There are multiple virtual servers and pools defined, referencing the same backend servers.
Which load balancing algorithm is most appropriate to have an equal number of connections on each backend server? (Choose one answer)
Which load balancing algorithm is most appropriate to have an equal number of connections on each backend server? (Choose one answer)
Suggested Answer: A Vote an answer
In this scenario, each backend node (server) hosts multiple services and is referenced by multiple pools and virtual servers. The goal is to ensure an equal number of total connections per backend server, regardless of how many pool members (services/ports) exist on that server.
According to the BIG-IP Administration: Data Plane Configuration documentation:
* Least Connections (node) tracks the total number of active connections to a node across all pool members and services.
* This algorithm ensures load distribution is balanced at the server level, not just at the individual service (member) level.
* It is specifically recommended when:
* Multiple pool members exist on the same backend server
* Multiple virtual servers reference the same backend servers
Why the other options are incorrect:
* B. Predictive (member)Predictive algorithms are advanced and traffic-pattern based, but they operate at the member level and do not guarantee equal connections per server.
* C. Least Connections (member)This balances connections per pool member, which can overload a server hosting multiple members while still appearing "balanced" per member.
* D. Predictive (node)Although node-aware, predictive algorithms are less deterministic and not the best choice when strict equality of connections is required.
Correct Resolution:
Using Least Connections (node) ensures that each backend server carries an equal connection load across all services and pools.
According to the BIG-IP Administration: Data Plane Configuration documentation:
* Least Connections (node) tracks the total number of active connections to a node across all pool members and services.
* This algorithm ensures load distribution is balanced at the server level, not just at the individual service (member) level.
* It is specifically recommended when:
* Multiple pool members exist on the same backend server
* Multiple virtual servers reference the same backend servers
Why the other options are incorrect:
* B. Predictive (member)Predictive algorithms are advanced and traffic-pattern based, but they operate at the member level and do not guarantee equal connections per server.
* C. Least Connections (member)This balances connections per pool member, which can overload a server hosting multiple members while still appearing "balanced" per member.
* D. Predictive (node)Although node-aware, predictive algorithms are less deterministic and not the best choice when strict equality of connections is required.
Correct Resolution:
Using Least Connections (node) ensures that each backend server carries an equal connection load across all services and pools.
by Aurora at Aug 08, 2026, 05:42 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).