Difference between revisions of "Digital Data Communications Message Protocol"

From Computer History Wiki
Jump to: navigation, search
(Stubby but a start)
(No difference)

Revision as of 11:01, 30 October 2020

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 link