- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Difference between Long-Term and Short-Term Scheduler.
Long Term Scheduler
Long term scheduler is also termed as JOB scheduler. It maintains a queue of programs/jobs which are selected for system to process. Programs are selected based on the scheduling mechanism and processed. Long term scheduler controls the degree of multiprogramming.
Short Term Scheduler
Short term scheduler is also termed as CPU scheduler. It maintains a context switch and CPU is switched among multiple threads. Short term scheduler controls the degree of multitasking.
Following are some of the important differences between Long Term Scheduler and Short Term Scheduler.
Sr. No. | Key | Long Term Scheduler | Short Term Scheduler |
---|---|---|---|
1 | Input | Long term scheduler takes jobs from a job pool and manage them. | Short term scheduler takes process from a ready queue and context switch the CPU. |
2 | Known as | Long term scheduler is known as JOB Scheduler. | Short term scheduler is known as CPU Scheduler. |
3 | Queue | A queue of job is maintained as a job pool. Scheduler decides which job to pick. | No such queue is present. |
4 | Regulates | Long term scheduler controls Multiprogramming. | Short term scheduler controls multitasking. |
5 | Priority | Long term scheduler priorities the program to be selected for processing based on provided mechanism. | Short term scheduler set the importance based on operation type. |
- Related Articles
- Difference Between Long-Term and Short-Term Scheduler in OS
- Trade-off between Long-term and Short-term Financing
- Differentiate between the long-term, short-term, and medium-term schedulers.
- Write the difference between short term capital gain and long term capital gain.
- Short-term vs medium-term vs long-term scheduling
- What are the differences between short-term and long-term finance functions or decisions?
- Long-Term Financial Plan vs. Short-Term Financial Plan
- Difference between Long Haul and Short Haul
- Long Term Memory
- Long-term Evolution (LTE)
- Differentiate between long put and short call
- What is dispatcher and difference between dispatcher and scheduler?
- How to Create a Long-Term Financial Plan?
- Find first term, common difference and $5^{th}$ term of the sequence which have the following $n^{th}$ term: $3n+7$.
- Determine the AP whose fifth term is 19 and the difference of the eighth term from the thirteenth term is 20.

Advertisements