International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 98 - Number 3 |
Year of Publication: 2014 |
Authors: Mayank Parashar, Amit Chugh |
10.5120/17167-7235 |
Mayank Parashar, Amit Chugh . Time Quantum based CPU Scheduling Algorithm. International Journal of Computer Applications. 98, 3 ( July 2014), 45-48. DOI=10.5120/17167-7235
The objective of this paper is to introduce a new CPU Scheduling Algorithm called time quantum based CPU Scheduling Algorithm which acts as preemptive based on the arrival time. The algorithm helps to improve the average waiting time of Round Robin algorithm in real time uni-processor-multi programming operating system. CPU Scheduling is the basis of multi-programmed operating system. The scheduler is responsible for multiplexing processes on the CPU. There are many scheduling algorithms available for a multi-programmed operating system like FCFS, SJF, Priority, Round Robin etc. The proposed algorithm is based on Round robin scheduling . In this paper, the results of the existing Round Robin algorithm is compared with the proposed algorithm