Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain a drawback of mvt?

1145


What do you know about interrupt?

1136


Explain how a copying garbage collector works.

1076


Is operating system a software?

1067


How do I find the location of an excel file?

1096


What is run level 1?

1124


How to recovery from deadlock?

1098


What are types of os?

1061


What are the various components of a computer system?

1116


What is risc technology?

1158


What is the difference between internal commands and external commands?

1102


Is x86 better than x64?

972


What is asynchronous task?

1029


What is operating system in computer?

1125


List advantages and disadvantages of dynamic memory allocation vs. static memory allocation.?

1226