1

how can we schedule cloudlets using Round-Robin scheduling algorithm if they are sorted according to the arrival time.

For example there are 2 VMs and 6 cloudlets. Cloudlets exec time= 12, 5, 10, 7, 15, 18 Quantum = 5 Can you guide me in an example? Thank you

1 Answers1

1

CloudSim doesn't provide a CloudletScheduler that consider quantum time (time slices). There is an answer for a similar question that explains exactly what you are looking for. Check it here. It uses CloudSim Plus, a modern version of CloudSim that provides lots of exclusive features.

Manoel Campos
  • 933
  • 9
  • 12