home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / dcom / isdn / 1258 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.8 KB  |  46 lines

  1. Newsgroups: comp.dcom.isdn
  2. Path: sparky!uunet!europa.eng.gtefsd.com!emory!swrinde!zaphod.mps.ohio-state.edu!howland.reston.ans.net!usc!elroy.jpl.nasa.gov!ames!sgi!rigden.wpd.sgi.com!rpw3
  3. From: rpw3@rigden.wpd.sgi.com (Rob Warnock)
  4. Subject: Re: Low cost ether/isdn brouters (was PC-NFS PPP Serial/ISDN driver wanted)
  5. Message-ID: <ve5te50@sgi.sgi.com>
  6. Sender: rpw3@rigden.wpd.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Thu, 28 Jan 1993 05:02:19 GMT
  9. Lines: 35
  10.  
  11. dcarr@gandalf.ca (Dave Carr) writes:
  12. +---------------
  13. | Bridging can be done transparently to the protocol, and thus one chunk
  14. | of code works on all protocols.  Routing requires separate code for
  15. | each protocol.  
  16. +---------------
  17.  
  18. Actually, while this is mostly true, even bridging requires requires
  19. separate code for some protocols depending on the media being bridged.
  20.  
  21. Example #1, FDDI to Ethernet: All protocols encapsulated with the
  22. 802.2/LLC/SNAP/OUI=0/ethertype method are converted to D/I/X Ethernet
  23. encapsulation with the same "ethertype" *EXCEPT* Appletalk Phase 2,
  24. which insists on using the 802.3/LLC/SNAP/OUI=0/ethertype encapsulation.
  25.  
  26. Example #2, 802.5 Token Ring to FDDI: The ARP protocol must have the 48-bit
  27. hardware MAC addresses *inside* the ARP packet in the ar_sha and ar_tha fields
  28. (that is, *above* the MAC layer) bit-flipped, since on FDDI (as on every MAC
  29. layer except 802.5) those fields are carried in "canonical" order, but on
  30. 802.5 Token Ring they are carried in 802.5 bit-order. [Note: On FDDI, the
  31. addresses in the FDDI *MAC* layer are carried in 802.5 order, but not the
  32. ARP ar_{s,t}ha fields.]
  33.  
  34. I'm sure someone can provide some examples of protocol-sensitive XXX-to-ISDN
  35. bridging (if not today, then "soon")...
  36.  
  37.  
  38. -Rob
  39.  
  40. -----
  41. Rob Warnock, MS-9U/510        rpw3@sgi.com
  42. Silicon Graphics, Inc.        (415)390-1673
  43. 2011 N. Shoreline Blvd.
  44. Mountain View, CA  94043
  45.  
  46.