in Operating System
2,242 views
0 votes
0 votes
Explain how time quantum value and context switching time affect each other, in a round-robin scheduling algorithm.
in Operating System
by
2.2k views

1 Answer

2 votes
2 votes
There is an inverse relation between time quantum and context switching in a round robin scheduling as very high time quantum may lead to starvation , i.e. , other processes have to wait to more. If time quantum is small then there will be more context switching and more process will get time to be executed for lesser time period .

Related questions