CloudSim


CloudSim is a framework for modeling and simulation of cloud computing infrastructures and services. Originally built primarily at the Cloud Computing and Distributed Systems Laboratory, the University of Melbourne, Australia, CloudSim has become one of the most popular open source cloud simulators in the research and academia. CloudSim is completely written in Java.

CloudSim Extensions

Initially developed as a stand-alone cloud simulator, CloudSim has further been extended by independent researchers.
There are multiple tutorials and blog posts available on CloudSim. In addition, there is an online course introducing CloudSim Simulation Framework covering the installation, architecture and execution description, and sample simulations. Few quick references to the quick tutorials are as flows:
  1. https://www.cloudsimtutorials.online/cloudsim/ provides a detailed information on cloudsim. starting from how to get started with cloudsim, cloudsim's core features, is the cloudsim is the suitable for your research work, which version to download, how to install/setup what is the working of cloudsim etc.
  2. A brief article titled "" discuss about the major components of the Cloudsim. This article is crux of the research paper published by Dr. Raj Kumar Buyya, If you are a beginner then you should start with this to have an understanding of basic architecture of Cloudsim.
  3. ' : This is the best resource to start with, this video will help you to configure the cloudsim 3.0.3 version on your computer system. In this you will follow all the resource weblinks which are minimally required to setup the cloudsim. A step by step how to article on is published on '
  4. ': This video resource will give you some insight on understating the internal simulation process of the cloudsim toolkit. You may replay it as you get mature with cloudsim insight knowledge
  5. ': This video will share the detailed information about various inbuilt entities/models of various cloud components and their working. You may find a detailed article titled ""
  6. ': This video resource will demonstrate the various internal calls to the entities and simulation modules by using debug feature of eclipse platform. This video is a bit lengthy and the most important one to get the insight on various contributing models. You may read a details article on same titled ""
  7. ': This is another important resource which will give you the understanding on the event management system of Cloudsim Simulation Module. In this we will discuss in detail about the working of CloudSim.java, SimEntity.java, FutureQueue.java, DefferedQueue.java etc. classes and their significance in simulation process.
  8. ': This is the supplement video to this the previous video as we have extended simulation to generate the custom logs. So if you want to do the same, you can also extend your cloudsim code by including the provided files in a way mentioned in the video.
  9. ': This video is helpful for those research scholars who are working on the VM allocation OR Task allocation policy problem. This resource will give you an insight on the various basic aspects of the Timeshare and Spaceshared models available with Cloudsim
  10. ': This video will get you some more extended information on how to manage the VM and Cloudlets in different configurations and is a supplemental resource to previous video. You can also read a detailed article titled ""
  11. ': This video resources discuss about the process to implement a custom static task scheduling algorithm in Cloudsim. Here we have defined the pre-requisite configurations and then wrote the code as per the defined configurations.
  12. : This articles provides a detailed information about the various models available in cloud that are required in implementation of energy-aware/Green computing/ Vm migration related simulation scenarios.
  13. :Cloudlet in Cloudsim defined the workload, which is to be executed during the simulation run of the cloudsim simulation engine. This article discuss in detail about all the major attributes and methods role and significance in defining the workload for cloudsim simulation engine

    Online Course

A self-paced online on demand course title "" is available on Udemy platform. As per the description of the course, it is for the "Beginner research fellows interested in defining and implementing their custom cloud related research scenarios/models." and "Professors/Research fellows who are doing research in cloud infrastructure related topics like: Workload scheduling, Resource Allocation/Scheduling, Broker/Allocation policies, power aware scheduling etc.". Also as per the author of the course, the weekly content update will be done till August 2021.