A technique is used to balance traffic by iterating a list of items one by one from is known as Round Robin.
What is round robin?
- One of the techniques used by process and network schedulers in computing is round-robin. Time slices are allocated to each process in equal parts and in circular order, as the word is typically employed, handling all processes equally.
- Other scheduling issues, such data packet scheduling in computer networks, can be solved with round-robin scheduling. It relates to operating systems.
- As soon as the time quota is reached, the scheduler removes the process from the CPU, making the round-robin algorithm a preemptive algorithm.
- A round robin is a scheduling technique used by sports teams in which each player competes against every other player in the competition. This is also known as a round robin competition.
To learn more about round-robin refer :
https://brainly.com/question/15376473
#SPJ4