nerdexam
F5

101 · Question #195

Which two can be a part of a pool's definition. (Choose two.)

The correct answer is C. monitor(s) E. loadbalancing mode. A BIG-IP pool definition includes health monitors and a load balancing mode, while rules, profiles, and persistence type belong to the virtual server configuration.

Section 3: Load Balancing and High Availability Basics

Question

Which two can be a part of a pool's definition. (Choose two.)

Options

  • Arule(s)
  • Bprofile(s)
  • Cmonitor(s)
  • Dpersistence type
  • Eloadbalancing mode

How the community answered

(30 responses)
  • A
    7% (2)
  • C
    90% (27)
  • D
    3% (1)

Why each option

A BIG-IP pool definition includes health monitors and a load balancing mode, while rules, profiles, and persistence type belong to the virtual server configuration.

Arule(s)

iRules are attached to virtual servers, not pools; they intercept and evaluate traffic before it is forwarded to a pool member.

Bprofile(s)

Profiles such as TCP, HTTP, and SSL are assigned to virtual servers to define how the BIG-IP processes connections, not to pool definitions.

Cmonitor(s)Correct

Health monitors are defined directly on a pool to periodically check the availability of each member; BIG-IP uses monitor results to mark members up or down and automatically stops sending traffic to any member that fails its health check. Monitors are a native pool-level object in the BIG-IP configuration hierarchy.

Dpersistence type

Persistence type is configured on the virtual server because persistence tracking operates at the connection-handling layer above the pool, mapping clients to specific members before pool selection occurs.

Eloadbalancing modeCorrect

The load balancing mode is a required pool property that specifies the algorithm - such as Round Robin, Least Connections, or Ratio - used to select a member for each new connection, and it is set within the pool definition itself.

Concept tested: F5 BIG-IP pool definition components and configuration

Source: https://techdocs.f5.com/en-us/bigip-14-1-0/big-ip-local-traffic-manager-implementations/configuring-a-simple-load-balancer.html

Topics

#pool definition#health monitors#load balancing mode#pool configuration

Community Discussion

No community discussion yet for this question.

Full 101 Practice