Data buffer

This is an old revision of this page, as edited by 65.185.49.70 (talk) at 03:27, 20 November 2005 (Beginning as not much more than a stub). 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 output or input can be to or from external devices or between programs within a computer. Buffers can be implemented in either hardware or software, but the vast majority of buffers are implemented in software.

See also