Litcius/Paper detail

Dynamic Round Robin CPU Scheduling Algorithm Based on K-Means Clustering Technique

Samih M. Mostafa, Hirofumi Amano

2020Applied Sciences32 citationsDOIOpen Access PDF

Abstract

Minimizing time cost in time-shared operating system is the main aim of the researchers interested in CPU scheduling. CPU scheduling is the basic job within any operating system. Scheduling criteria (e.g., waiting time, turnaround time and number of context switches (NCS)) are used to compare CPU scheduling algorithms. Round robin (RR) is the most common preemptive scheduling policy used in time-shared operating systems. In this paper, a modified version of the RR algorithm is introduced to combine the advantageous of favor short process and low scheduling overhead of RR for the sake of minimizing average waiting time, turnaround time and NCS. The proposed work starts by clustering the processes into clusters where each cluster contains processes that are similar in attributes (e.g., CPU service period, weights and number of allocations to CPU). Every process in a cluster is assigned the same time slice depending on the weight of its cluster and its CPU service period. The authors performed comparative study of the proposed approach and popular scheduling algorithms on nine groups of processes vary in their attributes. The evaluation was measured in terms of waiting time, turnaround time, and NCS. The experiments showed that the proposed approach gives better results.

Topics & Concepts

Computer scienceTurnaround timeFair-share schedulingContext switchRate-monotonic schedulingDynamic priority schedulingEarliest deadline first schedulingRound-robin schedulingCPU shieldingScheduling (production processes)Parallel computingTwo-level schedulingCentral processing unitAlgorithmDistributed computingOperating systemMathematical optimizationMathematicsScheduleDistributed and Parallel Computing SystemsScheduling and Optimization AlgorithmsCloud Computing and Resource Management
Dynamic Round Robin CPU Scheduling Algorithm Based on K-Means Clustering Technique | Litcius