Git Product home page Git Product logo

cloudorg-simulator's Introduction

CloudOrg Simulator

CloudOrg Simulator is a Cloud Simulation and analysis Project built using CloudSim Plus Library and Scala 3.0.2

This project is also designed to be a primitive CloudSimulation Framework. This project can help save significant overhead time in writing the code part. Users can just specify the Configuration files, and the redundant process of loading and running the simulation is taken care by this framework.

Author: Lakshmanan Meiyappan

Email: [email protected]

Dependencies

  • Scala 3.0.2
  • SBT 1.5.2
  • CloudSim Plus 6.5.0
  • PureConfig 1.6.0

How to Run CloudOrg Simulator?

Step 1: Clone the Project

git clone https://github.com/laxmena/CloudOrg-Simulator.git
cd CloudOrg-Simulator

Step 2: Setting-up the Project

Option 1: IntelliJ

  1. Open the Project in IntelliJ
  2. Wait for the IDE to index and install dependencies
  3. Navigate to the Simulation.scala files in the src\main\scala\ directory
  4. Run the Simulation file

Option 2: Command Line and SBT

  1. Download and Install sbt v1.5.2 from SBT Downloads Page
  2. Open the Project directory CloudOrg-Simulator/ in the terminal
  3. Execute the following commands
    sbt clean
    sbt compile
    sbt run
  4. SBT will show a list of Simulations available. Select to run simulations.

Documentation

Find the ScalaDoc Documentation of this project here: CloudOrg-Simulator Documentation.

Report

This project was done as part of CS441 Engineering Distributed Objects For Cloud Computing under Professor Dr.Mark Grechanik at the University of Illinois at Chicago.

Find detailed observations, results and more information about project design here: CloudOrgSimulator - Report

Project Overview

List of Simulations

  1. Infrastructure as a Service (IAAS)
  2. Platform as a Service (PAAS)
  3. Software as a Service (SAAS)
  4. Combination of IAAS, PAAS and SAAS in same Cloud Organization
  5. Comparison of Different VM Allocation Policies (BestFit vs RoundRobin vs FirstFit vs Simple)
  6. Comparison of Different Scheduling Policies (TimeShared vs SpaceShared vs (TimeShared + SpaceShared))

Implementation Details

Two parties are involved in the simulations

  1. Cloud Organization (Org)
  2. Client

Following factors are considered for this simulation project.

IAAS - Level of Control:

   Org: Host Configurations, Network Topology, Allocation Policies.

   Client: Select VMs, number of VMs, OS, Cloudlets to be deployed in the VMs, Cloudlet Scheduling Policies, etc.

PAAS - Level of Control:

   Org: Host Configurations, Network Topology, VMs Configurations, Allocation Policies.

   Client: Cloudlets to be deployed in the VMs, and number of Cloudlets

SAAS - Level of Control:

   Org: Host Configurations, Network Topology, Allocation Policies, VM Configurations, Cloudlet Configrations.

   Client: Number of Cloudlets, and which cloudlet the user is interested to use.

References

  • CloudSim Plus
  • CloudSim Plus Examples
  • PureConfig Library
  • CloudSim Plus: A Cloud Computing Simulation Framework Pursuing Software Engineering Principles for Improved Modularity, Extensibility and Correctness
  • NetworkCloudSim: Modelling Parallel Applications in Cloud Simulations

Other Resources used

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.