Difference between revisions of "Digital Data Communications Message Protocol"

From Computer History Wiki
Jump to: navigation, search
(External link: +1)
m (+cat)
Line 10: Line 10:
 
{{semi-stub}}
 
{{semi-stub}}
  
 +
[[Category: Serial Lines]]
 
[[Category: Network Protocols]]
 
[[Category: Network Protocols]]
 
[[Category: DECnet]]
 
[[Category: DECnet]]

Revision as of 15:16, 23 May 2022

The Digital Data Communications Message Protocol (DDCMP) is a byte-oriented data communication protocol for use over full-duplex and half-duplex point-to-point and multi-drop links; principally using using synchronous or asynchronous serial lines, although other communication channels were also supported. It used CRCs to allow transmission errors to be detected; sequence numbers allow detection of completely lost messages. Retransmission is used to correct both.

It was originally designed by DEC for the DECnet Phase I network protocol suite, in 1974. It was retained in later versions of DECnet, with modifications and extensions.

External links