what is Synchronous Data Link Control (SDLC) ?

894 views

what is Synchronous Data Link Control (SDLC) ?

In: Technology

2 Answers

Anonymous 0 Comments

SDLC (Synchronous Data Link Control) was invented by IBM to be a Layer 2 (data link layer) protocol allowing computing devices to communicate with each other in their SNA network architecture.

In the middle-1980s the ISO international standards organization (now named the ITU) codified SDLC into a standard protocol, named HDLC (High-level Data Link Control). HDLC has since become the parent protocol for a number of extensions that are still in pretty wide use today.

The PPP (Point-to-Point Protocol) was largely modeled after HDLC, but added extensions, and these days, while PPP is not frequently used by consumers to connect to the Internet via dial-up modems (which themselves used the V.42/LAPM error correction protocol, derived from HDLC), it is used pretty widely in devices like DSL modems. Other equipment commonly used to connect offices and larger organizations together or to the Internet also make use of PPP.

So SDLC, through various child protocols and imitations, is in wide use today, though usually deeper within other protocols that make it less noticable to the average person.

You are viewing 1 out of 2 answers, click here to view all answers.