nerdexam
F5

101 · Question #324

Which two of the following LTM load balancing methods require the least amount of resources? (Choose two.)

The correct answer is A. Round robin B. Ratio. Static load balancing methods require the fewest resources because they use fixed rules with no runtime metric collection, while dynamic methods continuously monitor server state.

Section 3: Load Balancing and High Availability Basics

Question

Which two of the following LTM load balancing methods require the least amount of resources? (Choose two.)

Options

  • ARound robin
  • BRatio
  • CObserved
  • DFastest
  • EPredictive
  • FLeast connections

How the community answered

(25 responses)
  • A
    96% (24)
  • E
    4% (1)

Why each option

Static load balancing methods require the fewest resources because they use fixed rules with no runtime metric collection, while dynamic methods continuously monitor server state.

ARound robinCorrect

Round robin distributes new connections sequentially across pool members using only an incrementing counter, requiring zero server health data collection or scoring calculations, making it the least resource-intensive option available.

BRatioCorrect

Ratio load balancing routes connections according to static administrator-defined weight values assigned to each member at configuration time, requiring no runtime monitoring or dynamic metric gathering beyond reading those fixed values.

CObserved

Observed is a dynamic method that continuously tracks both active connection counts and response times for each server to compute a score, requiring persistent metric collection and mathematical scoring on every interval.

DFastest

Fastest monitors actual response time for each pool member by timing server responses and always routes new requests to the lowest-latency server, requiring active per-server latency measurement at runtime.

EPredictive

Predictive extends the Observed method by applying trend analysis to historical performance data to anticipate future server capacity, incurring higher computational overhead than any purely reactive dynamic method.

FLeast connections

Least connections maintains a real-time counter of active connections per pool member and must update those counters on every connection open and close event, requiring continuous shared state tracking across all sessions.

Concept tested: F5 LTM static vs dynamic load balancing resource cost

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

Topics

#load balancing methods#round robin#ratio#resource utilization

Community Discussion

No community discussion yet for this question.

Full 101 Practice