Parallel Servers with Round-Robin and JSQ
.
.
.
.
Simulation speed:
Example system:
- New jobs arrive at rate 2.5 job/sec
- Round-robin (RR) routes jobs to servers (1,2,3,1,2,...)
- JSQ routes a job to server with the least number of jobs
- Servers process jobs in First-Come-First-Served (FCFS) order
- The average processing time is 1 sec