How does the scheduler know the time how it should be scheduled.
Answer / kwrtos
It depends on what type of scheduling policy has been
chosen. In general, the way to schedule the time quantum
(time slice)is either to take a fixed or variable length of
time unit. In an adaptive style of scheduling policy, the
scheduler will give a high priority process as much time as
it needs unless another higher priority process comes in the
ready queue to demand quantum of execution time. In this
case, a variable number of time units will be given to that
process. However, in a round-robin style of scheduling
policy, the time quantum is fiexed and predefined, and each
of processes that gets its turn to run through the time
quantum will complete the full length of the time unit
allocated to it before a context switch takes place. In
other words, the scheduler has to schedule the processes
according to its scheduling policy as it's been designed.
| Is This Answer Correct ? | 7 Yes | 0 No |
How to Compare Windows OS with OOPs concepts.....??
What is a Safe State and what is its use in deadlock avoidance?
Can you just explain about memory management in iOS?
Q1. What is an interrupt? How are multiple interrupts dealt with? Q2. Explain the difference between a MONOLITHIC KERNAL and a MICROKERNAL? Q3. List reasons why a Mode switch between threads may be cheaper than a Mode switch between processes. Q4. What is the difference among deadlock avoidance, detection and prevention? Q5. What items of information about a task might be useful in real time scheduling? Q6. Discuss some of the reasons for implementing process migration ? How is the process address space handled during process migration?
How do you start up a computer?
What happens when I reset my computer?
discuss the procedures to evaluate disk excess time
Give some examples of use of thread in a single user multiprocessing system
Can kernel panic be fixed?
What is difference between post and put method?
What is the best free operating system?
Does redhat use yum?