Where is the load-balancing mode specified?

Where is the load-balancing mode specified?

  • within the pool definition
  • within the node definition
  • within the virtual server definition
  • within the pool member definition

Explanation

The load-balancing mode is specified within the pool definition.

When a pool is created, the load-balancing mode can be specified as one of several options such as Round Robin, Least Connections, Weighted Least Connections, Fastest, etc. The load-balancing mode determines how traffic is distributed among the pool members.

Therefore, the correct option is:

  • Within the pool definition.

Leave a Comment