nerdexam
F5

201 · Question #331

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

The correct answer is C. monitor(s) E. loadbalancing mode. A pool's definition fundamentally includes health monitors to check member availability and a load balancing mode to dictate traffic distribution.

Section 2: Configure Load Balancing Features

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

(49 responses)
  • A
    6% (3)
  • B
    2% (1)
  • C
    90% (44)
  • D
    2% (1)

Why each option

A pool's definition fundamentally includes health monitors to check member availability and a load balancing mode to dictate traffic distribution.

Arule(s)

Rules, such as iRules, are typically associated with virtual servers, not directly configured within a pool's definition, to apply custom logic to traffic flow.

Bprofile(s)

Profiles are usually assigned to virtual servers to enable specific network or application protocol features (e.g., HTTP, SSL), rather than being a direct part of a pool's definition.

Cmonitor(s)Correct

Health monitors are integral to a pool's definition, as they continuously assess the operational status and health of pool members, ensuring traffic is only sent to functional servers.

Dpersistence type

Persistence types are commonly configured on virtual servers (often via persistence profiles) to maintain client-server affinity for a series of connections, not as a direct property of the pool itself.

Eloadbalancing modeCorrect

The load balancing mode is a core component of a pool's definition, determining the algorithm (e.g., Round Robin, Least Connections) used to distribute incoming client connections among its member servers.

Concept tested: Load balancer pool configuration components

Source: https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/ltm-config-guide-11-5-0/10.html

Topics

#pool definition#monitors#load balancing mode#pool members

Community Discussion

No community discussion yet for this question.

Full 201 Practice