Data buffer

This is an old revision of this page, as edited by 65.185.49.70 (talk) at 04:26, 20 November 2005 (Rephrased big sentence.). 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