nerdexam
F5

201 · Question #254

A pool of four servers has been partially upgraded for two new servers with more memory and CPU capacity. The BIG-IP Administrator must change the load balance method to consider more connections for

The correct answer is C. Ratio. To direct more connections to new, more capable servers in a pool based on their capacity, the Ratio load balancing method is used, where administrators assign weights manually.

Section 2: Configure Load Balancing Features

Question

A pool of four servers has been partially upgraded for two new servers with more memory and CPU capacity. The BIG-IP Administrator must change the load balance method to consider more connections for the two new servers. Which load balancing method considers pool member CPU and memory load?

Options

  • ARound Robin
  • BDynamic Ratio
  • CRatio
  • DLeast Connection

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    13% (3)
  • C
    78% (18)
  • D
    4% (1)

Why each option

To direct more connections to new, more capable servers in a pool based on their capacity, the Ratio load balancing method is used, where administrators assign weights manually.

ARound Robin

Round Robin distributes connections sequentially to each pool member without regard for individual server capacity or performance.

BDynamic Ratio

Dynamic Ratio uses information gathered by an external monitor (like SNMP) to determine weights, but the question implies a static configuration based on known capacity, not dynamic monitoring.

CRatioCorrect

The Ratio load balancing method allows an administrator to assign a weight to each pool member, enabling the BIG-IP to send more connections to servers with higher assigned ratios, effectively considering their increased CPU and memory capacity. This method distributes connections proportional to the assigned ratio, making it suitable for uneven server capabilities.

DLeast Connection

Least Connection directs new connections to the pool member with the fewest active connections, which doesn't directly account for CPU/memory capacity difference without an external monitor providing that data.

Concept tested: BIG-IP pool load balancing methods - Ratio

Source: https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-ltm-load-balancing-and-global-traffic-management-12-0-0/4.html

Topics

#Load balancing methods#Dynamic Ratio#Pool members#Server capacity

Community Discussion

No community discussion yet for this question.

Full 201 Practice