Multiple choice technology platforms and products

Which of the following algorithms is used by the WebLogic Server as the default load balancing strategy for clustered object stubs when no algorithm is specified ?

  1. Weight-based

  2. Random

  3. Round-robin

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

WebLogic Server uses round-robin as the default load balancing algorithm for clustered object stubs when no algorithm is specified. Round-robin distributes requests sequentially across available server instances, providing even load distribution. Weight-based and Random are alternative algorithms that must be explicitly configured.