home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 428 / GNHARD.ZIP / CMSA.G < prev    next >
Text File  |  1987-03-22  |  1KB  |  37 lines

  1. CSMA/CA/CD AND IEEE STANDARDS
  2.  
  3. We had a request from one of our international distributors for a
  4. statement of the relationship between CSMA/CA/CD and Post-Ack as
  5. implemented in an LNIM, and the CSMA/CD standard CSMA/CD as
  6. defined in the IEEE 802.3.  What are the exact differences in protocol
  7. and in what way does the LNIM protocol exceed and improve on the IEEE
  8. standard.
  9.  
  10. This was our reply:
  11.  
  12. 1. 802.3 is the standard Ethernet protocol.
  13.  
  14. 2. G/NET protocol is propriety but is similar because it has CSMA/CD
  15.    . . . plus it has collision avoidance (CD) capability.
  16.  
  17. 3. 802.3 does not have collision avoidance.
  18.  
  19. 4. 802.3 protocol does not support positive acknowledgement whereas
  20.    G/NET LAN does.  Positive acknowledgement is necessary because
  21.    collision detection/error detection is not always foolproof.
  22.  
  23. 5. In an 802.3 environment, positive ack. must be performed at the
  24.    application level thus requiring more overhead and longer response time.
  25.  
  26. 6. G/NET employs 2 positive methods of collision detection.  
  27.  
  28.     1) CRC error
  29.     2) Carrier detect during a quiet period
  30.  
  31. 7. 802.3 employs an analog scheme for detecting collisions - which od
  32.    course makes it very sensitive to cable type, quality, distance, and
  33.    distance between taps.
  34.  
  35. 8. Both systems employ a backoff interval after a collision to assure
  36.    the same 2 stations will not collide again.
  37.