FUZZY ROUND ROBIN CPU SCHEDULING ALGORITHM
- 1 , India
Abstract
One problem in Round Robin CPU Scheduling is that if the time required for the running process is slightly more than time quantum even by a fraction value, then process gets preempted and context switch occurs. This causes more waiting time for that process and more overheads due to unnecessary context switch. Another problem with RR scheduling is the value of time Quantum. If it is too large, RR algorithm degenerate to FCFS and if it is too short frequent context switches occurs which results into more overheads which in turn degrade the performance. In this work a Fuzzy Round Robin scheduling algorithm has been proposed that tries to remove these two problems using fuzzy technique. Simulation has been done to compare the performance of this algorithm with its non fuzzy counterpart.
DOI: https://doi.org/10.3844/jcssp.2013.1079.1085
Copyright: © 2013 Bashir Alam. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
- 3,950 Views
- 3,604 Downloads
- 18 Citations
Download
Keywords
- FIS
- Fuzzy Logic
- Scheduling
- Round Robin