When defining a load-balancing pool using the command line, if the load-balancing method is not specified, what is the result:
- The default load-balancing method would be used
- The load-balancing method of the previous pool would be used
- The system would prompt the user for a load-balancing method
- An error would be displayed since no load-balancing method was specified
Explanation
When defining a load-balancing pool using the command line and the load-balancing method is not specified, the default load-balancing method will be used.
The default load-balancing method for a pool is round-robin. If the user does not specify a load-balancing method, then Round Robin will be used by default.
Therefore, the correct option is:
- The default load-balancing method would be used.