home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / ppp / 701 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  5.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!uwm.edu!zazen!doug.cae.wisc.edu!umn.edu!kksys.com!quest!starfire!john
  2. From: john@starfire.MN.ORG (John Lind)
  3. Newsgroups: comp.protocols.ppp
  4. Subject: Re: Seeking info on PC hardware requirements for high-speed PPP
  5. Summary: big trouble
  6. Keywords: PPP PC 486
  7. Message-ID: <663@starfire.MN.ORG>
  8. Date: 14 Aug 92 02:56:32 GMT
  9. References: <1992Aug7.224514.12152@parc.xerox.com> <kemp.713460871@convex.convex.com>
  10. Organization: Starfire Consulting Services, Mpls., MN
  11. Lines: 111
  12.  
  13. In article <kemp.713460871@convex.convex.com>, kemp@convex.com (Phil Kemp) writes:
  14. > In <1992Aug7.224514.12152@parc.xerox.com> jellinek@Xerox.com (Herb Jellinek) writes:
  15. > >Hi,
  16.  
  17. Well, I was going to include quotes from the original article, but I ran
  18. into a line-length problem.  Not to pick on you, Herb, but how can a
  19. fellow who is a Unix-type person treat news like a word processor?
  20.  
  21. Anyway, as I understand it, you have made incompatible decisions.  SLIP
  22. and PPP are inherently ASYNC protocols, but you have picked a SYNC
  23. physical transport system.  Boom!  Barking up the wrong tree.
  24.  
  25. Though nothing enforces this approach, the general way things have been
  26. done is that sync connections tend to be dedicated, while async connections
  27. are dial-up.  There are exceptions, and most of us have seen or own 2400bps
  28. and 1200bps modems that will do synchronous over dial-up, or which will
  29. do async over leased lines, but in the really high-speed world, the
  30. SYNC/dedicated ASYNC/dial grouping is essentially the unwritten law.
  31. Since you are talking CSU/DSU, you aren't talking async or dialup at all.
  32.  
  33. Now that we move into the WAN world, the separations become even
  34. stronger, though there is no inherent technical reasons for them.
  35. Let me state that more clearly.  It is not a trivial change.  There
  36. are inherent technical reasons why an async protocol won't work on
  37. a sync line and vice versa, but there are no inherent technical reasons
  38. that a given protocol had to be implemented for a given serial link
  39. type -- they just tended to follow the modem industry lead: dialup
  40. is async (and intermittant connectivity), dedicated is sync (and
  41. fully connected).  With your synchronous dedicated line, there ISN'T
  42. anything quite like PPP or SLIP that will use it, without putting a
  43. stat mux or some similarly ridiculously complex and hardware intensive
  44. solution on both ends.
  45.  
  46. You don't need PPP and you don't need SLIP to use that line.  You need
  47. bridge/router software/hardware.  Either that or scrap the synchronous
  48. connection and go dial dialup V.42bis.  And, in case you haven't
  49. looked at bridge/routers lately, they have a lot more horses under the
  50. hood than your 486 box in most cases, and sophisticated dedicated
  51. hardware to assist in their complex and time-critical job besides.
  52.  
  53. You can get bridge/router cards to plug into your 486 PC/ISA/EISA bus,
  54. I hear, but I don't know of them and I haven't used any.  These cards
  55. pretty much just use the bus and enclosure for cooling and power.
  56. You would STILL need some sort of network connection to talk to the
  57. bridge/router.
  58.  
  59. Let's draw a picture:
  60.  
  61. Ethernet at work: ~============o============o===============oT
  62. Cable taps*:                   |            |               |
  63.                   -----        -----           -----
  64. MAU/AUI*:                    |MAU|        |MAU|           |MAU|
  65.                  -----        -----           -----
  66. Transciever cables*:           |            |               |
  67.                        --------------  -----------------  ----------
  68.                | Bridge or  |  | HOST 1        |  | HOST 2 |
  69.                | Router or  |  | w/SLIP or PPP |  ----------
  70.                | both       |  -----------------
  71.                --------------    |  Async line/standard port      
  72.     V.35 or RS232 sync line |      ---------
  73.                ---------   | Async |
  74.                |CSU/DSU|   | modem |
  75.                ---------   ---------
  76.     leased/dedicated line ||          ||     PSTN (Public Switched
  77.                   ||          ~~     Telephone Network)
  78.                ---------      ||     I.e. dialup
  79.                            |CSU/DSU|   ---------
  80.                ---------   | Async |
  81.     V.35 or RS232 sync line |      | modem |
  82.                -------------   ---------
  83.                | Bridge/   |     | Async line
  84.                | Router    |   -----------------------------------
  85.                -------------   | Home System 1 running TCP/UDP   |
  86.     Transciever cable* |           | via SLIP or PPP routing through |
  87.              -----         | HOST 1 for all other access     |
  88.     MAU/AUI*     |AUI|         -----------------------------------
  89.              -----
  90.     Tap*           |
  91.     Ethernet at home  To====oT
  92.     Tap*                    |
  93.                   -----
  94.     MAU/AUI*          |MAU|
  95.                   -----
  96.     Transciever cable*      |
  97.           ---------------------------------------
  98.           | Home System 2 w/ethernet controller |
  99.           | for TCP/IP communicating as a peer  |
  100.           | with HOST 1, HOST 2, and other IP   |
  101.           | devices locally and at work.        |
  102.           ---------------------------------------
  103.  
  104. * These items may be bundled into the network device, almost certainly
  105.   for 10baseT, and often for ThinNet.  For 10baseT though, you need
  106.   a hub.  Tradeoffs, always tradeoffs!
  107.  
  108. For Home System 2, the WAN link is "transparent" if the Bridge/Routers
  109. are strictly bridges, or routed if they are routers.  Some savings are
  110. clearly possible if the work network already has a router or bridge
  111. with a serial line/WAN port available.
  112.  
  113. We just installed a setup much like "Home System 2" for a client,
  114. except that they also had a LAT/IP gateway on the "home" side, so the
  115. local LAN had three devices rather than the trivial two shown here.
  116.  
  117. I wish you all the luck in the world.  If you find what you are looking
  118. for, such information would be very enlightening to me, obviously.
  119. -- 
  120.            John Lind, Starfire Consulting Services
  121. E-mail: john@starfire.MN.ORG        USnail: PO Box 17247, Mpls MN  55417
  122.