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