First page Back Continue Last page Graphics
Buffers
Programs can't always rely on the operating system to buffer data.
- Its not efficient
- Program algorithm may require blocks of data at a time.
Programs must allocate buffers sufficiently large enough to store an entire block at once.
The buffered data is only a copy of the data stored externally.