CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Simulation of an Optimum Multilevel Dynamic Round Robin Scheduling Algorithm

by Neetu Goel, R. B. Garg
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 76 - Number 7
Year of Publication: 2013
Authors: Neetu Goel, R. B. Garg
10.5120/13263-0743

Neetu Goel, R. B. Garg . Simulation of an Optimum Multilevel Dynamic Round Robin Scheduling Algorithm. International Journal of Computer Applications. 76, 7 ( August 2013), 42-46. DOI=10.5120/13263-0743

@article{ 10.5120/13263-0743,
author = { Neetu Goel, R. B. Garg },
title = { Simulation of an Optimum Multilevel Dynamic Round Robin Scheduling Algorithm },
journal = { International Journal of Computer Applications },
issue_date = { August 2013 },
volume = { 76 },
number = { 7 },
month = { August },
year = { 2013 },
issn = { 0975-8887 },
pages = { 42-46 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume76/number7/13263-0743/ },
doi = { 10.5120/13263-0743 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T21:45:18.664830+05:30
%A Neetu Goel
%A R. B. Garg
%T Simulation of an Optimum Multilevel Dynamic Round Robin Scheduling Algorithm
%J International Journal of Computer Applications
%@ 0975-8887
%V 76
%N 7
%P 42-46
%D 2013
%I Foundation of Computer Science (FCS), NY, USA
Abstract

CPU scheduling has valiant effect on resource utilization as well as overall quality of the system. Round Robin algorithm performs optimally in timeshared systems, but it performs more number of context switches, larger waiting time and larger response time. The devised tool "OMDRRS" was utilized to simulate the four algorithms (FCFS, SJF, ROUND ROBIN & Proposed Dynamic Round Robin Algorithm) utilizing either manual entered process with burst time as well as system generated processes with randomly generated burst time. In order to simulate the behavior of various CPU scheduling algorithms and to improve Round Robin scheduling algorithm using dynamic time slice concept, in this paper we produce the implementation of new CPU scheduling algorithm called An Optimum Multilevel Dynamic Round Robin Scheduling (OMDRRS), which calculates intelligent time slice and warps after every round of execution. The results display the robustness of this software, especially for academic, research and experimental use, as well as proving the desirability and efficiency of the probabilistic algorithm over the other existing techniques and it is observed that this OMDRRS projects good performance as compared to the other existing CPU scheduling algorithms.

References
  1. Silberschatz, Abraham and Galvin, P. and Gagne G. , Operating System Concepts (8th edition, India: Wiley, 2012), 12-13
  2. F. Sabrina et al. , "Processing resource scheduling in programmable networks", Computer communication (2005):676-687
  3. Rakesh Kumar Yadav et. al. , "An Improved Round Robin Scheduling Algorithm for CPU scheduling", International Journal on Computer Science and Engineering (2010): 1064-1066
  4. S. Suranauwarat, "A CPU Scheduling Algorithm Simulator", Proceedings. of the 37th ASEE/IEEE Frontiers in Education Conference, Milwaukee, Wisconsin, USA(2007) :19-24
  5. http://vip. cs. utsa. edu/classes/cs3733s2004/notes/ps/runps. html
  6. http://www. codeplex. com/cpuss
  7. F. Padberg, "A Software Process Scheduling Simulator", Proceedings. of the 25th IEEE International Conference on Software Engineering (ICSE'03)
  8. http://www. ontko. com/moss
  9. D. A. Cardella, "A Simulator of Operating system Job Scheduling", Visual Basic 6. Available for download http://www. freevbcode. com/ShowCode. asp?ID=4079,2002
  10. S. H. Nazleeni et. al. , "Time comparative simulator for distributed process scheduling algorithms" World Academy of Science, Engineering and Technology(2006):84-89
  11. Anifowose F. A. , "MySIM: A Light-Weight Tool for the simulation of Probabilistic CPU Process Scheduling Algorithm", International Journal of Computer and Electrical Engineering (2012)
  12. Abur Maria Mngohol et. al. , "A Critical Simulation of CPU Scheduling Algorithm using Exponential Distribution", IJCSI PUBLICATION(2011):201-206
  13. Sun Huajin et. al. , "Design fast Round Robin Scheduler in FPGA", International Conference on Communications, Circuits and Systems and West Sino Expositions, IEEE (2002)
  14. Md. Mamunur Rashid and Md. Nasim Adhtar, "A New Multilevel CPU Scheduling Algorithm", Journals of Applied Sciences (2009)
  15. Goel N. , Garg R. B. , "A Comparative Study of CPU Scheduling Algorithms", International Journal of Graphics Image Processing (2012)
Index Terms

Computer Science
Information Sciences

Keywords

Operating System FCFS SJF Dynamic Time Slice Context Switch Waiting time Turnaround time