2019
DOI: 10.5815/ijmecs.2019.10.04
|View full text |Cite
|
Sign up to set email alerts
|

Determining Proficient Time Quantum to Improve the Performance of Round Robin Scheduling Algorithm

Abstract: Process scheduling is considered as a momentous and instinct task accomplished by operating system. Round robin is one of the extensively utilized algorithms for scheduling. Various noticeable scheduling algorithms based on round robin strategy have been introduced in last decade. The most sensitive issue of round robin algorithm is time quantum because it determines and controls the time of achieving resources for a process during execution. Different types of approaches are available for determining time qua… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
23
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 15 publications
(23 citation statements)
references
References 7 publications
0
23
0
Order By: Relevance
“…(1) And it is decreased according to specified conditions by the equation: 𝑄 = π΄π‘π‘π‘’π‘šπ΅π‘‡/(𝐼𝑄𝑃𝑁 + 1) …………………………. (2) Where: 𝑄 : Quantum π΄π‘π‘π‘’π‘šπ΅π‘‡ : Accumulated BTs 𝐼𝑄𝑃𝑁 : In queue processes number This method of adjusting the quantum prevents the algorithm from falling into execution in FCFS manner, especially in cases where many processes in front of the ready queue have relatively short BTs and a few processes with long BTs are at the tail of ready queue. The quantum adjusted to be greater than BTs of nearly 70% of the processes.…”
Section: Figure 1 Flowchart Of Proposed Algorithmmentioning
confidence: 99%
See 2 more Smart Citations
“…(1) And it is decreased according to specified conditions by the equation: 𝑄 = π΄π‘π‘π‘’π‘šπ΅π‘‡/(𝐼𝑄𝑃𝑁 + 1) …………………………. (2) Where: 𝑄 : Quantum π΄π‘π‘π‘’π‘šπ΅π‘‡ : Accumulated BTs 𝐼𝑄𝑃𝑁 : In queue processes number This method of adjusting the quantum prevents the algorithm from falling into execution in FCFS manner, especially in cases where many processes in front of the ready queue have relatively short BTs and a few processes with long BTs are at the tail of ready queue. The quantum adjusted to be greater than BTs of nearly 70% of the processes.…”
Section: Figure 1 Flowchart Of Proposed Algorithmmentioning
confidence: 99%
“…The Operating system is the software that performs and implements scheduling of processes. [2] When talking about the operating system, terminology like multitasking and multiprocessing are utilized. These terms can be used interchangeably.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…In terms of testing and comparison, the algorithm performs better than the RR techniques mentioned in this work. The comparison to the mentioned techniques, it decreases the average turn-around time, average waiting time, number of context switches, and other CPU scheduling requirements [22]. The algorithm policy employed by a CPU to schedule running tasks affects the performance of an operating system (OS).…”
Section: Introductionmentioning
confidence: 99%
“…Dynamic time quantum scheduling is a variation of Round Robin (RR) scheduling in which each process is allocated a fixed timespan to complete execution. However, in dynamic time quantum scheduling, the time quantum is not fixed and can vary depending on the behavior of the process [5,6]. For example, if a process uses up its entire time quantum without completing, it is considered CPU-bound and is assigned a more significant time quantum in the next Round.…”
Section: Introductionmentioning
confidence: 99%