nerdexam
F5

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.

Section 3: Load Balancing and High Availability Basics

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)
  • A
    10% (3)
  • B
    17% (5)
  • C
    3% (1)
  • D
    70% (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.

ALeast Sessions

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.

BRatio Least Connections (member)

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.

CLeast Connections (member)

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.

DLeast Connections (node)Correct

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

#least connections#load balancing methods#node vs member#connection-based LB

Community Discussion

No community discussion yet for this question.

Full 101 Practice