nerdexam
F5

101 · Question #22

Where is the loadbalancing mode specified.

The correct answer is A. within the pool definition. In F5 BIG-IP LTM, the load balancing method is always specified within the pool definition, which allows each pool to use a different algorithm independently.

Section 3: Load Balancing and High Availability Basics

Question

Where is the loadbalancing mode specified.

Options

  • Awithin the pool definition
  • Bwithin the node definition
  • Cwithin the virtual server definition
  • Dwithin the pool member definition

How the community answered

(29 responses)
  • A
    86% (25)
  • B
    3% (1)
  • C
    3% (1)
  • D
    7% (2)

Why each option

In F5 BIG-IP LTM, the load balancing method is always specified within the pool definition, which allows each pool to use a different algorithm independently.

Awithin the pool definitionCorrect

The load balancing mode is configured inside the pool definition because it controls how the BIG-IP distributes new connections among the pool's members. Defining it at the pool level means each pool can independently use a distinct load balancing algorithm without affecting virtual server or node configuration.

Bwithin the node definition

Node definitions hold properties such as connection limits, ratios, and health monitors, but do not include a load balancing mode setting.

Cwithin the virtual server definition

The virtual server definition references a default pool but does not itself define the algorithm used to distribute traffic among pool members.

Dwithin the pool member definition

Pool member definitions can override per-member properties like ratio and priority, but the load balancing mode is a pool-level attribute and is not set on individual pool members.

Concept tested: F5 BIG-IP LTM pool load balancing method location

Source: https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-ltm-concepts/load-balancing.html

Topics

#load balancing mode#pool definition#pool configuration

Community Discussion

No community discussion yet for this question.

Full 101 Practice