Data buffer

This is an old revision of this page, as edited by Chris the speller (talk | contribs) at 19:07, 3 January 2006 (add cache). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, a buffer is memory used to temporarily hold output or input data. The data can be output to or input from devices outside the computer or processes within a computer. Buffers can be implemented in either hardware or software, but the vast majority of buffers are implemented in software.

See also