home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / dcom / isdn / 1212 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  3.7 KB

  1. Path: sparky!uunet!olivea!sgigate!sgi!rhyolite!vjs
  2. From: vjs@rhyolite.wpd.sgi.com (Vernon Schryver)
  3. Newsgroups: comp.dcom.isdn
  4. Subject: Re: Low cost ether/isdn brouters (was PC-NFS PPP Serial/ISDN driver wanted)
  5. Message-ID: <v738b2c@rhyolite.wpd.sgi.com>
  6. Date: 22 Jan 93 20:05:41 GMT
  7. References: <5da984b1.1bc5b@pisa.citi.umich.edu> <txd.727718864@Able.MKT.3Com.Com>
  8. Organization: Silicon Graphics, Inc.  Mountain View, CA
  9. Lines: 74
  10.  
  11.  
  12. In article <txd.727718864@Able.MKT.3Com.Com>, txd@ESD.3Com.COM (Tom Dietrich) writes:
  13. > ...
  14. > On low speed links (64Kbps and below) bridging is going to be a
  15. > problem from network to network. The background traffic (broadcast and
  16. > multicast) tend to take up enough bandwidth to make "real" traffic too
  17. > slow to use....
  18.  
  19. > I've spent a lot of time working with customers who try to save the
  20. > cost and complexity of a router by installing a bridge. Most have
  21. > regretted it. 
  22.  
  23. That is an interesting (to me, of the router faith) datum.
  24.  
  25.  
  26. > wolfgang@wsrcc.com (Wolfgang S. Rupprecht) writes:
  27. >...
  28. > >Not to start a war or anything, but I'm curious why do folks build
  29. > >bridges as opposed to routers.  Is it to save the cost of writing the
  30. > >code to do the TCP/IP hacking or is it that they would need much more
  31. > >hardware to support the computional horsepower needed to unravel the
  32. > >upper level protocol and then wrap the data-packet back up?
  33.  
  34.  
  35. > The cost of producing a router is greater than a bridge. There are a
  36. > lot more decisions to be made in a routing situation, and multiple
  37. > protocols make it worse. Bridges are simpler to make, install and
  38. > administer. There are tradeoffs.
  39.  
  40. One justification for bridging are stupid, ill-designed protocols that
  41. cannot be routed.  LAT is an infamous example.
  42.  
  43. Still, the distinction between "router" and "bridge" is exaggerated,
  44. and usually most exaggerated by those of the bridge faith.  A "bridge"
  45. is nothing more or less than a router that can only route "MAC
  46. packets".  Modern bridges even have a "routing protocol," although they
  47. call it "spanning tree."
  48.  
  49. Routers do not need entire protocol stacks.  For example, to route IP a
  50. router needs to know only about IP, a very simple protocol, nearly as
  51. simple as ethernet.  An IP router need know nothing about TCP, UDP,
  52. telnet, or any other higher layer protocol.  On the other hand, modern,
  53. full-feature "bridges" have complete TCP/IP protocol stacks so that
  54. they can be "managed via SNMP."
  55.  
  56. Some people bogusly claim that bridges can do things that routers
  57. cannot.  A typical example is "cut through routing", forwarding a
  58. packet before it has been entirely received.  That is equally possible
  59. in a bridge and a router.  A bridge is only a "MAC router".
  60.  
  61. Many, perhaps most of the bridge faith have an excessive fear of
  62. routing, and often go on about vast quantities of code and the
  63. difficulties in finding it, entirely ignoring things like ka9q.  This
  64. fear probably comes from the fact that simple bridges were often
  65. primarily designed and built by hardware designers, and those guys have
  66. historically had a lot of fear and loathing of software.  What with
  67. verilog, PAL's, "silicon compilers", and other modern hardware design
  68. stuff, hardware guys are gradually being forced to lose their soft
  69. phobias.
  70.  
  71.  
  72. Back to the original thread, most of us don't want to buy an ISDN
  73. bridge.  I think few of us want to forward Appletalk or any protocol
  74. other than IP over our ISDN links.  Most of us want a simple, cheap IP
  75. router, probably one that does compression to make 64Kb seem less
  76. slow.
  77.  
  78. If the established (hardware) companies don't build one, then history
  79. will repeat itself.  Remember that Telebit and cisco started (I think)
  80. as largely software efforts.  Now "brouters" are common and all modems
  81. have lots of software.
  82.  
  83.  
  84. Vernon Schryver,  vjs@sgi.com
  85.