Computer Science & Engineering: Department of

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

DEPARTMENT OF

COMPUTER SCIENCE & ENGINEERING

Experiment-2.1
Student Name: Devansh Tomar UID: 21BCS5742
Branch: CSE Section/Group: FL-602-B
Semester: 6th Date of Performance: 28/02/2024
Subject Name: CC & DS LAB Subject Code: 21CSH-378

1. Aim: Simulate a cloud scenario using Matlab and run a scheduling algorithm. Simulate a cloud

scenario using Matlab and run a scheduling algorithm.

2. Objective: The objective is to simulate a cloud computing environment in MATLAB and evaluate
the effectiveness of scheduling algorithms in optimizing resource utilization and minimizing task
completion time. This aims to inform decision-making in cloud infrastructure management and
algorithm selection.

3. Script and Output:


Step 1: Install jdk-17 and Set up its path in Environment nment Variables in Advance System Settings.
Step 2: Download Cloud Sim 3.0.3 zip file and common-math zip file.

Step 3: Now download Eclipse IDE.

Step 4: Put common math jar file into jar folder in cloud sim.
Step 5: Paste Common jar file in Cloud Sim 3.0.3
jar files.

Step 6: Build New Java Project say cloudsim1 and browse any location.

Step 6: Run the Cloud Sim Example.


Learning Outcomes:
• Understand the fundamentals of cloud computing architecture and its components.
• Gain proficiency in using Matlab for simulating complex systems and algorithms.
• Develop the ability to design and implement scheduling algorithms suitable for cloud
environments.
• Learn to analyze and interpret simulation results to evaluate the performance of scheduling
algorithms.
• Enhance problem-solving skills by addressing challenges related to resource allocation and
optimization in cloud computing.

You might also like