SLIDE 9 Data Communications and Computer Networks Department of Computer Engineering Kasetsart University 9
Applied Network Research Group Department of Computer Engineering, Kasetsart University 17/10
Byte-Oriented protocol
SYN SYN SOH header STX ETX CRC data …. ETX DLE … …. DLE ETX DLE DLE …
ETX or DLE might appear in the data portion escaping the ETX by preceding it with the a DLE (Byte stuffing technique)
also escaping a DLE with an extra DLE
View each frame as a collection of bytes
exemplified by the BISYNC (Binary Synchronous Protocol) protocol
developed by IBM in the late 1960s
also DDCMP used in DECNET, IMP-IMP in ARPANET
BISYNC example :
Applied Network Research Group Department of Computer Engineering, Kasetsart University 18/10
Bit-Oriented protocol
01111110 01111101101111100 01111110 closing flag data additional bit inserted (bit stuffing technique) View each frame as a collection of bits
SDLC (Synchronous Data Link Control Protocol) developed by IBM
is an example
later standardized by the OSI as the HDLC (High-Level Data Link
Control Protocol)
PPP is an example of HDLC variation
01111110 might occur in the the body of frame any time five consecutive 1s have been sent, a 0 is insert before sending the next bit