Give a brief discussion on schedulers & Dispatchers with
respect to process management.
Answer Posted / sreekanth gurram
basically schedulers are of 3 types.1)long term scheduler
2)short term scheduler
3)medium term scheduler
long term scheduler selects the processes which are in the
disk(input queue)and load them in to the main memory.
The short term scheduler selects the processes in the main
memory which are waiting for cpu and allocate them to the
cpu for execution.The medium term scheduler selects the jobs
which are waiting for the I/O devices and remove them from
the contest for the cpu and place them in the appropriate
device queue
DISPATCHER:
Another component involved in the CPU scheduling function is
the dispatcher.
The dispatcher is the module that gives control of the CPU
to the process selected by the short-term scheduler. This
function involves:
Switching context
Switching to user mode
Jumping to the proper location in the user program to
restart that program
The dispatcher should be as fast as possible, given that it
is invoked during
every process switch. The time it takes for the dispatcher
to stop one process
and start another running is known as the dispatch latency.
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
Explain a drawback of mvt?
What do you know about interrupt?
Explain how a copying garbage collector works.
Is operating system a software?
How do I find the location of an excel file?
What is run level 1?
How to recovery from deadlock?
What are types of os?
What are the various components of a computer system?
What is risc technology?
What is the difference between internal commands and external commands?
Is x86 better than x64?
What is asynchronous task?
What is operating system in computer?
List advantages and disadvantages of dynamic memory allocation vs. static memory allocation.?