nerdexam
F5

101 · Question #289

The least connections load balancing method functions best when all pool members share similar characteristics.

The correct answer is A. True. The least connections load balancing method routes new connections to the pool member with the fewest active sessions and is most effective when all members have equivalent performance characteristics.

Section 3: Load Balancing and High Availability Basics

Question

The least connections load balancing method functions best when all pool members share similar characteristics.

Options

  • ATrue
  • BFalse

How the community answered

(44 responses)
  • A
    89% (39)
  • B
    11% (5)

Why each option

The least connections load balancing method routes new connections to the pool member with the fewest active sessions and is most effective when all members have equivalent performance characteristics.

ATrueCorrect

The least connections algorithm treats active connection count as a direct measure of server load, which is only an accurate proxy when every pool member has comparable CPU, memory, and application throughput capacity. When members are homogeneous, the server with the fewest connections is genuinely the least loaded - but if capacities differ, a lower-spec server with few connections may be more saturated than a higher-spec server handling many, making the metric misleading.

BFalse

False is incorrect because the least connections method's fairness assumption depends on all pool members being able to handle connections equivalently, which is precisely why similar characteristics across members are a documented best-practice requirement for this method.

Concept tested: Least connections load balancing optimal pool member conditions

Source: https://techdocs.f5.com/en-us/bigip-17-0-0/big-ip-local-traffic-management-getting-started-guide/load-balancing-methods.html

Topics

#least connections#load balancing methods#pool member characteristics

Community Discussion

No community discussion yet for this question.

Full 101 Practice