week 7
Lecture 1:
- CloudSimExample Step by Step Working: https://www.youtube.com/watch?v=MA6L3OQqp10
- CloudSim Simulation Flow - A practical explanation https://www.cloudsimtutorials.online/guide-to-cloudsimexample1-java-simulation-workflow/
- Time & Space shared scheduling policy for VM and Cloudlets https://www.cloudsimtutorials.online/how-to-do-virtual-machine-and-task-scheduling-in-cloudsim/, https://www.youtube.com/watch?v=WnRUdDj4lxU
Lecture 2:
CloudSim Examples practicum:
- How to create a datacenter with one host and run one cloudlet on it? (Example 1)
- How to create a datacenter with one host and run two cloudlets on it? (Example 2)
- How to create a datacenter with two hosts and VMs with varying MIPs and run two cloudlets on it? (Example 3)
- How to create two datacenters with one host each and run two cloudlets on them? (Example 4)
- How to create two datacenters with one host each and run cloudlets of two users on them? (Example 5)
- How to create scalable simulations? (Example 6)