
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- Difference Between Long-Term and Short-Term Scheduler in OS
- 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 Evolution (LTE)
- Differentiate between long put and short call
- What are the advantages and disadvantages of Long Term Evolution (LTE) technology?
- What are the long-term deleterious effects of childhood obesity?
- Difference Between int and long
- What are short term financial requirements or working capital requirement in finance?
- What is dispatcher and difference between dispatcher and scheduler?
- What are Long term financial requirements or fixed capital requirement in finance?
- Explain about the long position and short position
- Option Strategy – The Long and Short Strangle
Advertisements