Jump to content

Reliable Data Protocol

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by PjotAwake (talk | contribs) at 10:14, 21 March 2017 (Created page with 'The Reliable Data Protocol is a network transport protocol defined in (RFC 908) and was updated in (RFC 1151). It was meant to provide facilities for remote load...'). 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)

The Reliable Data Protocol is a network transport protocol defined in (RFC 908) and was updated in (RFC 1151). It was meant to provide facilities for remote loading, debugging and bulk transfer of images and data. It should not be confused with RUDP.

The Reliable Data Protocol is located on layer 4 of the OSI Model.

Similar to TCP, the Reliable Data Protocol is connection oriented, but, contrary to TCP, it does not require sequenced delivery of segments.

The Reliable Data Protocol has not gained popularity, though experimental implementations for BSD exist [1].

  1. ^ Craig Partridge. "Implementing the Reliable Data Protocol (RDP)".