Tag: Latest cloud computing research topics


Scheduling in cloud computing

Job Scheduling Algorithms in Cloud Computing

Min-Min Scheduling The main idea of the Min-Min algorithm is to map each task to resources which can complete the task in the shortest possible time. The min- min algorithm estimates the execution and completion time of each job on each available resources. It is two-phase in the Min-Min algorithm. 1.It calculates the minimum execution time for all tasks. 2.The task with the least execution...

Read More


Scheduling algorithms example

Scheduling Algorithms with Example

 First Come First Serve Algorithm In this algorithm, jobs are executed on the basis of first come and first out. It is easy to understand and implement It’s not having high performance and having high waiting time. Example Shortest Job First (SJF) Shortest job first algorithm is further having two categories i.e. Preemptive and Non-Preemptive. Preemptive SJF in this algorithm when the processes come to...

Read More


Job scheduling in cloud

TYPES OF SCHEDULING ALGORITHMS

Various advancements have been made towards different calculations for designating, scheduling and scaling the assets productively in the cloud. The essential target of scheduling calculation is: execution upgrade and enhancing the nature of administration alongside keeping up the productivity and decency among the employments and decrease the execution cost. Customary Types of scheduling Algorithms calculations are insufficient able to accomplish these destinations. So to overcome...

Read More


Cloud Reports cloud Iaas simulation tool

CloudReports a cloud IaaS Simulation Tool (Setup in Netbeans)

Step 1  Download cloud reports project from the below mentioned link https://sourceforge.net/projects/cloudreportnetbeans/?source=typ_redirect Goto File –> new project –> java application—> CloudReports copy all the “src/main” folder from the zip file to NetBeans project java application  “src” Folder.   Step 2: go to lib folder in NetBeans right click “add jar ” browse all jar provided to you in “cloudreports/bin/dist/lib” in zip file  and then add cloudreport.jar provided in...

Read More


Cloud analyst setup

Cloud Analyst setup in Netbeans

Step1 Download Cloud Analyst Netbeans project from the below mentioned link http://www.cloudbus.org/cloudsim/ To run the cloud analyst got to NetBeans  File->open project –> browse the unzipped folder   Step2 Browse the unzipped folder that you have downloaded.   Step3 Open source package folder inside which open cloudsim.ext.gui right click on the gui.main.java and click run