1
907views
What is IO buffering?

I think this is a question of the Operating System as it is present in the operating system syllabus. So please add this question there.


1 Answer
0
7views

IO BUFFERING


  • A user process reads block of data from a tape,one at a time, with each block having a length of 100 bytes.
  • Data should be read into user space area.
  • One simplest way would be to execute an input/output command to the tape unit and then wait for …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.