Tag: RASA


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