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
Explain any program using Semaphores.
On what level of security does windows nt meets?
Explain the Difference between Process and a Thread.
Do I need program files x86?
What is cpu scheduler?
How to setup never expired user password?
Why is it that a single, all – encompassing metric cannot be developed for programme complexity or programme quality?
How do I search for a pattern in vi?
Describe main memory and secondary memory storage in brief.
What is short term scheduler in operating system (os)?
How are data structures handled by ntfs and how does it recover from a crash?
What is a cache memory?
What are the different types of CPU registers in a typical operating system design?
How do I install operating system?
What is the Difference between Loading and Linking ?