0
18kviews
Discuss input output buffer in detail.

Subject: Operating System

Topic: STORAGE MANAGEMENT

Difficulty: Medium

1 Answer
0
437views

Input/output (I/O) buffering is a mechanism that improves the throughput of input and output operations. It is implemented directly in hardware and the corresponding drivers and is also ubiquitous among programming language standard libraries.

I/O operations often have high latencies; the time between the initiation of an I/O process and …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.