nerdexam
F5

101 · Question #194

A site has six members in a pool. Three of the servers are new and have more memory and a faster processor than the others. Assuming all other factors are equal and traffic should be sent to all membe

The correct answer is A. Ratio C. Observed. When pool members have unequal hardware capabilities, load balancing methods that account for assigned weight or dynamic performance data are most appropriate.

Section 3: Load Balancing and High Availability Basics

Question

A site has six members in a pool. Three of the servers are new and have more memory and a faster processor than the others. Assuming all other factors are equal and traffic should be sent to all members, which two loadbalancing methods are most appropriate. (Choose two.)

Options

  • ARatio
  • BPriority
  • CObserved
  • DRound Robin

How the community answered

(24 responses)
  • A
    83% (20)
  • B
    4% (1)
  • D
    13% (3)

Why each option

When pool members have unequal hardware capabilities, load balancing methods that account for assigned weight or dynamic performance data are most appropriate.

ARatioCorrect

Ratio load balancing lets administrators assign a numeric weight to each pool member, so the three higher-capacity servers can be given a larger ratio value and receive proportionally more connections than the older, weaker servers. This directly models the difference in server capability without requiring runtime measurement.

BPriority

Priority load balancing creates tiered groups where lower-priority members only receive traffic when higher-priority members are unavailable - it is not designed to distribute load proportionally across servers with different capabilities.

CObservedCorrect

Observed load balancing dynamically adjusts connection distribution by continuously monitoring each member's current connection count and response time, which causes the algorithm to naturally favor the faster, more capable servers over time without requiring manual weight assignment.

DRound Robin

Round Robin distributes each new connection to the next member in sequence regardless of server capacity, so the more powerful servers receive the same volume as the weaker servers and their extra capacity goes unused.

Concept tested: F5 BIG-IP load balancing methods for heterogeneous server pools

Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-local-traffic-management-load-balancing-methods.html

Topics

#load balancing#Ratio method#Observed method#heterogeneous servers

Community Discussion

No community discussion yet for this question.

Full 101 Practice