a) Least connections
b) Least used
c) Best bandwidth
d) Round robin
a) Least connections
b) Least used
c) Best bandwidth
d) Round robin
A round robin is an arrangement of choosing all elements in a group equally in some rational order, usually from the top to the bottom of a list and then starting again at the top of the list and so on. A simple way to think of round robin is that it is about "taking turns."
In computer operation, one method of having different program process take turns using the resources of the computer is to limit each process to a certain short time period, then suspending that process to give another process a turn (or "time-slice"). This is often described as round-robin process scheduling.
No comments:
Post a Comment