home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / misc / 917 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  2.1 KB

  1. Path: sparky!uunet!wupost!uwm.edu!spool.mu.edu!agate!dog.ee.lbl.gov!network.ucsd.edu!ucsbcsl!spectrum.CMC.COM!fennel.acc.com!art
  2. From: art@acc.com (Art Berggreen)
  3. Newsgroups: comp.protocols.misc
  4. Subject: Re: SDLC/HDLC
  5. Message-ID: <1992Dec31.053047.26582@acc.com>
  6. Date: 31 Dec 92 05:30:47 GMT
  7. References: <1992Dec31.023213.21653@magnus.acs.ohio-state.edu>
  8. Organization: ACC, Advanced Computer Communications
  9. Lines: 34
  10.  
  11. In article <1992Dec31.023213.21653@magnus.acs.ohio-state.edu> sgururaj@magnus.acs.ohio-state.edu (Sanjay R Gururaj) writes:
  12. >Hi!
  13. >
  14. >Does anyone know what the difference is between SDLC (synchronous data
  15. >link protocol) and HDLC (????)
  16. >Any pointers to documentation on the above protocol would be appreciated.
  17. >Thanks in advance.
  18.  
  19. Well, for a rough first cut, SDLC is mostly a subset of HDLC.  ISO
  20. HDLC specifications include 3 general operating modes for HDLC,
  21. NRM (Normal Response Mode), ARM (Asynchronous Response Mode) and
  22. ABM (Asynchronous Balanced Mode), together with numerous options
  23. within those modes.  Ignoring some of the bizarre varients of SDLC
  24. (like ring mode operation), SDLC is a NRM subset of HDLC. HDLC/LAPB
  25. which is one of the most common flavors of HDLC (used by X.25) is
  26. an ABM version of HDLC.  In NRM HDLC (or SDLC) there is one "Primary"
  27. Station and one or more "Secondary" stations.  The HDLC address is
  28. used to identify the secondary involved in a transaction.  Commands
  29. are always to a secondary and Responses are always from a secondary.
  30. A secondary is only allowed to send responses when "polled" by the primary.
  31. This means a command frame with the "Poll" bit set.  When the secondary
  32. is finished talking to the primary, it sets the "Final" bit in the
  33. last response frame sent to the primary.  The primary can now move on
  34. to some other secondary.  In contrast, in an ABM version (like LAPB)
  35. either end can issue a command or response frame at any time.  But
  36. ABM HDLC is usually limited to point-to-point operation.
  37.  
  38. As for documents, there is an IBM document describing SDLC.  There
  39. are a series of ISO documents for HDLC (sorry I'm at home and don't have
  40. the references).
  41.  
  42. >sanjay gururaj
  43.  
  44. Art Berggreen
  45.