Open In App

Digital Data Communications Message Protocol (DDCMP)

Digital Data Communications Message Protocol (DDCMP) is a byte-oriented communication protocol and a synchronous data link layer protocol, devised by digital equipment corporation. A byte oriented protocol views the frames as a collection of bytes/characters.

Some of the popular byte oriented protocols are –



  1. BISYNC (Binary synchronous communications protocol)
  2. PPP (Point to point protocol)
  3. DDCMP (Digital data communications message protocol)

Digital data communications message protocol (DDCMP) differs from BISYNC and PPP protocols, as it employs byte counting approach. Counting, here, refers to the number of bytes in the count field of the frame format.

DDCMP : Frame Format –




Figure – Frame format of DDCMP

DDCMP Drawback : Transmission error –
A Transmission error can affect any bit pattern in the frame. If it corrupts the count field, then the end of frame would not be correctly detected by the receiver. The frame structure can get cluttered.

Example –
Consider, we have three frames.


Figure – Example of frame format of DDCMP

In above figure, Transmission error depicted in an example for DDCMP frame format.

Article Tags :