International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 38 - Number 5 |
Year of Publication: 2012 |
Authors: Debashree Nayak, Sanjeev Kumar Malla, Debashree Debadarshini |
10.5120/4687-6816 |
Debashree Nayak, Sanjeev Kumar Malla, Debashree Debadarshini . Improved Round Robin Scheduling using Dynamic Time Quantum. International Journal of Computer Applications. 38, 5 ( January 2012), 34-38. DOI=10.5120/4687-6816
Round Robin scheduling algorithm is the widely used scheduling algorithm in multitasking and real time environment. It is the most popular algorithm due to its fairness and starvation free nature towards the processes, which is achieved by using the time quantum. As the time quantum is static, it causes less context switching incase of high time quantum and high context switching incase of less time quantum. Increasing context switch leads to high avg. waiting time, high avg. turnaround time which is a overhead and degrades the system performance. So, the performance of the system solely depends upon the choice of optimal time quantum which is dynamic in nature. In this paper, we have proposed a new variant of RR scheduling algorithm known as Improved Round Robin (IRR) Scheduling algorithm, by arranging the processes according to their shortest burst time and assigning each of them with an optimal time quantum which is able to reduce all the above said disadvantages. Experimentally we have shown that our proposed algorithm performs better than the RR algorithm, by reducing context switching, average waiting and average turnaround time.