2017 International Conference on Communication, Computing and Digital Systems (C-Code) 2017
DOI: 10.1109/c-code.2017.7918936
|View full text |Cite
|
Sign up to set email alerts
|

An Efficient Dynamic Round Robin algorithm for CPU scheduling

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
9
0

Year Published

2018
2018
2024
2024

Publication Types

Select...
5
4
1

Relationship

0
10

Authors

Journals

citations
Cited by 24 publications
(9 citation statements)
references
References 4 publications
0
9
0
Order By: Relevance
“…When all of the processes are completed, a quantum is given a new value equal to the highest BT, and the CPU is freed up for the remaining activities. This new technique worked wonderfully in terms of average waiting times, context switches, and turnaround times [18]. B. Dave et al recommended a unique method to CPU scheduling the strategy's objective is to compute the best quantum time depending on the left over burst time in ready queue for the said work.…”
Section: Literature Reviewmentioning
confidence: 99%
“…When all of the processes are completed, a quantum is given a new value equal to the highest BT, and the CPU is freed up for the remaining activities. This new technique worked wonderfully in terms of average waiting times, context switches, and turnaround times [18]. B. Dave et al recommended a unique method to CPU scheduling the strategy's objective is to compute the best quantum time depending on the left over burst time in ready queue for the said work.…”
Section: Literature Reviewmentioning
confidence: 99%
“…CPU scheduling management techniques are intended to decide on short-term scheduling of all ready execution processes. CPU scheduling approaches are the core functions of a multi-programming OS which is tested to maximize CPU use [7] [8].…”
Section: Fig 1 Diagram Of Process Schedulersmentioning
confidence: 99%
“…Processes are selected in a fixed sequence for execution [8]. A process receiving CPU service is interrupted by the system timer after a short fixed interval called time slice which usually is much shorter than the CPU service period (or CPU burst) of the process [9][10][11]. After that interruption, the scheduler performs a context switch to the next process selected from the ready queue which is treated as a circular queue [12,13].…”
Section: Cpu Schedulingmentioning
confidence: 99%