Jump to content

Protocol pipelining

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lavv17 (talk | contribs) at 15:18, 28 December 2006 (Created page with 'thumb|right|400px|Schema of non-pipelined vs. pipelined connection. '''Protocol pipelining''' is a technique in which multiple request...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Schema of non-pipelined vs. pipelined connection.

Protocol pipelining is a technique in which multiple requests are written out to a single socket without waiting for the corresponding responses. Pipelining can be used in various application layer network protocols, like HTTP/1.1, SMTP, FTP.

The pipelining of requests results in a dramatic improvement in protocol performance, especially over high latency connections (such as satellite Internet connections).

See also