An optimized round robin cpu scheduling algorithm with dynamic time quantum
Amar Ranjan Dash, Sandipta kumar Sahu, Sanjay Kumar Samantra

TL;DR
This paper introduces DABRR, a dynamic quantum CPU scheduling algorithm that improves performance metrics over traditional round robin by adapting the time quantum based on burst times.
Contribution
The paper proposes a novel dynamic quantum scheduling algorithm, DABRR, which enhances CPU scheduling efficiency compared to existing round robin variants.
Findings
Reduced average waiting time
Lower average turnaround time
Fewer context switches
Abstract
CPU scheduling is one of the most crucial operations performed by operating system. Different algorithms are available for CPU scheduling amongst them RR (Round Robin) is considered as optimal in time shared environment. The effectiveness of Round Robin completely depends on the choice of time quantum. In this paper a new CPU scheduling algorithm has been proposed, named as DABRR (Dynamic Average Burst Round Robin). That uses dynamic time quantum instead of static time quantum used in RR. The performance of the proposed algorithm is experimentally compared with traditional RR and some existing variants of RR. The results of our approach presented in this paper demonstrate improved performance in terms of average waiting time, average turnaround time, and context switching.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
