- 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 Spooling and Buffering in OS
In this post, we will understand the difference between spooling and buffering concepts in operating system −
Spooling
It overlaps the input/output of a specific job with the execution of another job.
It is more efficient in comparison to buffering.
Buffering is less efficient than spooling.
It can be expanded as ‘Simultaneous peripheral operation online’.
Spooling considers the disk as a huge spool.
Buffering
It overlaps the input/output of a specific job with the execution of the same job.
It is a limited area in the main memory.
It doesn’t have any expansion.
It is less efficient in comparison to spooling.
- Related Articles
- Difference between Spooling and Buffering
- Difference Between Buffering and Caching in OS
- What is buffering and spooling in a batch processing operating system?
- Difference between Network OS and Distributed OS
- Difference Between Paging and Swapping in OS
- Difference Between Deadlock and Starvation in OS
- Difference Between Semaphore and Monitor in OS
- Difference Between Multitasking and Multithreading in OS
- Difference Between Interrupt and Polling in OS
- Difference Between Paging and Segmentation in OS
- Difference Between Virtual and Cache Memory in OS
- Difference Between Preemptive and Non-Preemptive Scheduling in OS
- Difference Between Long-Term and Short-Term Scheduler in OS
- Differentiate between OS and DBMS files and OS and DBMS buffer manager
- What are the differences between Client OS and Server OS?

Advertisements