2014
DOI: 10.5120/15563-4277
|View full text |Cite
|
Sign up to set email alerts
|

A New Improved Round Robin (NIRR) CPU Scheduling Algorithm

Abstract: The Round Robin (RR) CPU scheduling algorithm is a fair scheduling algorithm that gives equal time quantum to all processes. The choice of the time quantum is critical as it affects the algorithm's performance. This paper proposes a new algorithm that further improved on the Improved Round Robin CPU (IRR) scheduling algorithm by Manish and AbdulKadir. The proposed algorithm was implemented and benchmarked against five other algorithms available in the literature. The proposed algorithm compared with the other … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
19
0

Year Published

2014
2014
2019
2019

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 25 publications
(19 citation statements)
references
References 3 publications
0
19
0
Order By: Relevance
“…It reduces the waiting time of the process in the ready queue and hence improve the performance. An Additional Improvement in Round Robin (AAIRR) CPU Scheduling Algorithm [15] proposed an improvement in the conventional RR and IRR [14]. This approach is similar to the IRR but it picks the process from the ready queue whose remaining burst time is shortest.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…It reduces the waiting time of the process in the ready queue and hence improve the performance. An Additional Improvement in Round Robin (AAIRR) CPU Scheduling Algorithm [15] proposed an improvement in the conventional RR and IRR [14]. This approach is similar to the IRR but it picks the process from the ready queue whose remaining burst time is shortest.…”
Section: Related Workmentioning
confidence: 99%
“…This approach is similar to the IRR but it picks the process from the ready queue whose remaining burst time is shortest. The algorithm proposed in [16] is again an improvement of IRR [14] which uses two queues, ARRIVE queue and REQUEST queue. It is giving significance performance improvement compared to IRR.…”
Section: Related Workmentioning
confidence: 99%
“…It preempts the currently executing process to execute another one, whereas a non-preemptive SJF algorithm allows the process to execute till completion [4] [5] [6]. Priority Scheduling Algorithm: it is a non-preemptive algorithm.…”
Section: Srtf (Shortest Remaining Time First) Algorithmmentioning
confidence: 99%
“…When the CPU is available, it is assigned to the process that has the smallest next execution time. If there are two processes have the same execution time, it will be executed on a first come first served basis [4] [5] [6].…”
Section: Fcfs (First Come First Served) Algorithmmentioning
confidence: 99%
See 1 more Smart Citation