Give a brief discussion on schedulers & Dispatchers with
respect to process management.
Answer Posted / laxmi narayana.moru
scheduler:
schedulers are two types
1.long term scheduler(job scheduler)
2.short term scheduler(cpu scheduler)
job scheduler decides which process is to be loaded in
memory when more processes are in job pool.
short term scheduler decides which process is to be taken
the cpu time for execution when more processes are loaded
in memory.
dispatcher:
dispatcher is nothing but,which gives the control of the
cpu from one process to another process after completion of
process execution.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why is it called program files x86?
How does disk operating system work?
Explain what do you understand by registers, briefly explain the various types of registers.
What is dining philosophers’ problem?
What do you understand by system clock?
Difference between time sharing and multitasking systems?
Describe main memory and secondary memory storage in brief.
Do I install 32 bit or 64 bit office?
What is a job queue?
Explain what is meant by repetition of information and inability to represent information. Explain why each of these properties may indicate a bad relational database design.
Are 64bit applications faster?
How to implement Threading?
Does ram affect excel performance?
What is the Difference between a process and a thread?
What is synchronization? What are the different synchronization mechanisms?