The round-robin algorithm
The round-robin algorithm
assumes that all server groups are equally valid for selection.
The biasing algorithm
The biasing algorithm provides a way of balancing workload by specifying
that workload distribution should favor particular server groups.
For example, if there are two server groups with a bias of 75 and
25, program requests are sent in a ratio of 3:1 to the first server
group.