New Page 1
Welcome to basicsofcomputer.com
 

Share This Free Knowledge With Your Friends:

Home » I/O and Device Management » Buffering and Spooling in Operating System

Buffering and Spooling in Operating System:

Definition and Explanation:

Assume that a process is issuing several I/O calls to transfer a file from the hard disk to the main memory. If all data transfers are un-buffered then each I/O request from the process causes a physical transfer on the appropriate peripheral. The process is blocked on each request.

It is convenient to first transfer all data from the disk to an area in memory called an input buffer at disk speed. In this way, heavy overhead in process switching is avoided. When the buffer is full, the whole amount of data will be transferred to its destination at the speed of the CPU. By this way, the user process only blocks when the buffer is empty. When this occurs the operating system refills the buffer and the process continues.

In the same way, the output transfer from a process to an external device are directed to an output buffer.

Spooling in Operating System

Relevant Articles:

I/O Management in Operating System
Objectives of the I/O Management in Operating System
Buffering in Operating System
Spooling in Operating System
Handshaking in Operating System
Data Storage Hierarchy in Operating System
Hardware Communication Protocols
Software Organization Structure
 
New Page 1

Basic Computer Science

   
» The Age of Information

» Types of Computer and Digital Age

» Input and Output Devices

» Storage Devices Of Computer

» Central Processing Unit

» Software: The Power Behind The Power

» Data Communication and Computer Networks

» The Nature Of Information

» The System Theory

» Transaction Processing System (TPS) and Management Information System (MIS)

» Decision Support System (DSS) and Executive Support System (ESS)

» Expert System (ES) and Office Information System (OIS)

 

Operating Systems

   
» Introduction to Operating System

» Introduction to Process Management

» Threads and CPU Scheduling

» Process Synchronization in Operating System

» Deadlocks

» Memory Management in Operating System

» Virtual Memory in Operating System

» File System Management in Operating System

» I/O and Device Management

» Security

» Linux Operating System

 

Database Management System

   
» Introduction to Database Systems

» Database System Architecture

» Database Administration and Database Development Process

» The Entity-Relationship Model

» Semantic Object Model

» Logical Database Design and Relational Data Model

» Normalization in Database

» Transformation of E-R Model into Relational Data Model

» Representing Semantic Object Model and Types of Semantic Object Model

» Physical Database Design

» Introduction to Structured Query Language (SQL)

» Implementation of Relational Database and Database Application Design

» Client Server Database Systems & Open Database Connectivity (ODBC)

 

Questions and Answers

   
» Basics of Information Technology

» Computer Architecture

» Data Communication

» Information Networks

» Fundamentals of the Internet

» Application and Uses of Computer

» Security, Copyright and The Law

» Windows Operating Systems

» Spreadsheet Software

» Process Management in CPU

» CPU Scheduling

» Process Synchronization

» Deadlocks

» Memory Management

» Database Systems

» Database System Architecture

» Database Administration and Database Development Process
 
 
New Page 1
 

Home                Dictionary                 Contact us                   About us                    Privacy policy                  Link to us                   Advertise

Copy right ©  2012