answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the difference between long term scheduler and short term scheduler?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between process scheduling and CPU scheduling?

1. Job scheduler is also called long term scheduler and CPU scheduler is called short term scheduler.2. Job scheduler selects the processes from the job pool and load them in to the memory for execution. in other hand CPU scheduler selects among the processes that are in ready to execute and allocate the CPU to one of them.3. CPU scheduler is faster than the process scheduler.Read more: What_is_the_difference_between_the_job_scheduler_the_CPU_scheduler


What is the difference between the job scheduler the CPU scheduler?

1. Job scheduler is also called long term scheduler and CPU scheduler is called short term scheduler. 2. Job scheduler selects the processes from the job pool and load them in to the memory for execution. in other hand CPU scheduler selects among the processes that are in ready to execute and allocate the CPU to one of them. 3. CPU scheduler is faster than the process scheduler.


What is the difference between a short- and long-term goal?

the long term is different between a short term because the short


Difference between short term long term and medium term in OS?

Long-Term SchedulingLong-term scheduling performs a gatekeeping function. It decides whether there's enough memory, or room, to allow new programs or jobs into the system. It limits the degree of multi-tasking to prevent slow performance on currently-running programs. When a job gets past the long-term scheduler, it's sent on to the medium-term scheduler. Medium-Term SchedulingThe medium-term scheduler makes the decision to send a job on or to sideline it until a more important process is finished. Later, when the computer is less busy or has less important jobs, the medium-term scheduler allows the suspended job to pass. Short-Term SchedulingThe short-term scheduler takes jobs from the "ready" line and gives them the green light to run. It decides which of them can have resources and for how long. The short-term scheduler runs the highest-priority jobs first and must make on-the-spot decisions. For example, when a running process is interrupted and may be changed, the short-term scheduler must recalibrate and give the highest-priority job the green light.


What is difference between a scheduler and a dispatcher?

DISPATCHER?The dispatcher is the module that gives control of the CPU to the process selected by the short-time scheduler(selects from among the processes that are ready to execute).The function involves :Swithching contextSwitching to user modeJumping to the proper location in the user program to restart that program.SCHEDULER? Normally there are 3 types of schedulers are available in operating systems.1. Long term scheduler2. Mid term scheduler3. Short term schedulerThe short term scheduler is also called as the dispatcher which selects the process from the waiting queue and allocates the CPU to that process.Whereas the Long term scheduler (Admission scheduler) decides which process should be placed in the main memory and updates the waiting queue. This long scheduler is important in the large bound systems like super computers and may not be used frequently as the short term scheduler.The mis term scheduler available in all systems which is responsible for the swapping in and out operations which means loading the process into, main memory from secondary memory (swap in) and take out the process from main memory and store it into the secondary memory (swap out).


What is the difference between the short and long carbon cycle?

The difference between the short and long carbon cycle is that the short cycle emphasizes the interaction between the biosphere and atmosphere while the long cycle emphasizes the formation and destruction of fossil fuels.


Which scheduler controls the degree of multiprogramming?

Long Term Scheduler


What is the difference between a short- and long- term goal?

A long-term goal is reached further in the future.


What is the main difference between long and short run?

Their length.


What is the difference between short net ton and a long gross ton?

well there is no difference


What is the differences between the job scheduling and process scheduling?

Jobs or processes are the same. Whereas, Job scheduler and CPU scheduler are two different terms. Job scheduler is also called long term scheduler and CPU scheduler is called short term scheduler. While Job scheduler selects the processes from the job pool (Job pool is on the Hard disk) and load them in to the memory (Main Memory or RAM) for execution. in other hand CPU scheduler selects among the processes (in RAM) that are ready for execution and allocates the CPU to one of them. Hope I got it right and answered your query. Sorry for any mistakes as I'm not perfect as well. :) Cheers, KV


What is the other name for job scheduler in operating systems?

long-term scheduler...