In the Round-Robin scheduling algorithm in Cloudsim, it uses the quantum time to schedule the Cloudlets in the VM.
Now, if there are multiple VMs, How does it manage them? In other words, Is there any allocation plan for VMs?
Which Cloudlet for which VM?
Is there a queue for VMs too?
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