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

Submit your paper
Know more
Reseach Article

Two Queue based Round Robin Scheduling Algorithm for CPU Scheduling

by Srishty Jindal, Priyanka Grover
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 105 - Number 5
Year of Publication: 2014
Authors: Srishty Jindal, Priyanka Grover
10.5120/18374-9534

Srishty Jindal, Priyanka Grover . Two Queue based Round Robin Scheduling Algorithm for CPU Scheduling. International Journal of Computer Applications. 105, 5 ( November 2014), 21-24. DOI=10.5120/18374-9534

@article{ 10.5120/18374-9534,
author = { Srishty Jindal, Priyanka Grover },
title = { Two Queue based Round Robin Scheduling Algorithm for CPU Scheduling },
journal = { International Journal of Computer Applications },
issue_date = { November 2014 },
volume = { 105 },
number = { 5 },
month = { November },
year = { 2014 },
issn = { 0975-8887 },
pages = { 21-24 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume105/number5/18374-9534/ },
doi = { 10.5120/18374-9534 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T22:36:56.122436+05:30
%A Srishty Jindal
%A Priyanka Grover
%T Two Queue based Round Robin Scheduling Algorithm for CPU Scheduling
%J International Journal of Computer Applications
%@ 0975-8887
%V 105
%N 5
%P 21-24
%D 2014
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Multitasking and multiuser operating system's performance depends on the efficiency of scheduling algorithm. Most commonly used Round Robin scheduling algorithm may not give optimal result if the burst time of processes is very high as compared to the time quantum of Round Robin algorithm. In this case, context switching and turnaround time of processes is very high. In this paper, a two queue based Round Robin Scheduling Algorithm is proposed. In the proposed approach two queues are used. One queue is exclusively used for CPU intensive processes and other queue is used for I/O intensive processes. This reduces the waiting time and turnaround time when there are less or equal numbers of I/O intensive processes. Performance Analysis depending upon CPU intensive and I/O intensive processes shows that it provides better results.

References
  1. Kantabutra Sanpawat, Kornpitak Parinya, and Naramittakapong Chengchai; "Dynamic Clustering based Round Robin Scheduling Algorithm":The Theory of Computation Group, Department of Computer Science Chiang Mai University Chiang Mai,2003.
  2. Bradley P. S. ,Fayyad U. M. , "Refining initial points for K-means clustering": Proc. Of 15th international conference on Machine Learning(ICML 98),pp 91-99,1998.
  3. Roehl Richard, Johnson Brian;"Designing a fairer Round robin Algorithm":31st Annual International Conference of The Computer Measurement Group, Inc. , Orlando Florida USA, pp 1-8,2005.
  4. Silberschatz A. and Galvin P. B. ; Operating System Concepts:Addison Wisley Publishing Company, New York, 1994.
  5. Andrew S. Tanenbaum. Modern Operating System. Prentice Hall, New Jersey,1992.
  6. E. G. Coffman and L. Kleinrock. Feedback queuing models for time-shared systems. Journals of the ACM, vol. 15,549-576, October 1968.
  7. H. S. Beher and Brajendra Kumar Swain; "A New Prposed Precedence based Round Robin with Dynamic time Quantum Scheduling Algorithm for Soft Real Time Systems"; International Journal of Advanced Research in Computer Science and Software Engineering, Vol 2, Issue 6, June 2012.
  8. Aashna Bisht, Mohd. Abdul Ahad and Sielvic Sharma; "Calculating Dynamic Time Quantum for Round Robin process Scheduling Algorithm", International Journal of Computer Application, Vol 98, November 21, 2014.
  9. Ms. Rashmi A. Dhumal, Ms. Tabassum A. Maktum, and Ms. Lata Ragha; " Dynamic Quantum based Genetic Round Robin Algorithm", International Journal of Advanced Research in Computer and Commnication Engineering, Vol 3, Issue 3, March 2014.
Index Terms

Computer Science
Information Sciences

Keywords

Scheduling Round Robin Algorithm Context Switching CPU Burst time I/O Burst time