home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / question / 15113 < prev    next >
Encoding:
Text File  |  1993-01-02  |  3.9 KB  |  102 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!psinntp!hyphenw!dwight
  3. From: dwight@hyphen.com (Dwight Ernest)
  4. Subject: Re: What is a SLIP connection?
  5. Message-ID: <1993Jan2.154437.17370@hyphen.com>
  6. Organization: Hyphen, Inc., Wilmington, MA 01887 USA / +1 508 988-0880
  7. References: <1i2v69INNfig@uniwa.uwa.edu.au>
  8. Date: Sat, 2 Jan 1993 15:44:37 GMT
  9. Lines: 91
  10.  
  11. smrttadm@uniwa.uwa.edu.au (Jeffrey Smartt) writes:
  12.  
  13. >can someone please tell me what a SLIP connection is!
  14.  
  15. A SLIP (serial line Internet protocol) connection is a TCP/IP connection
  16. implemented through a serial circuit like a modem or a direct-connect
  17. line.  TCP/IP connections can also be implemented through other media,
  18. e.g. Ethernet, FDDI, token ring, whatever.  SLIP connections are often
  19. used through modem circuits.
  20.  
  21.  
  22. [The following is a canned response to questions I encounter concerning
  23. SLIP and PPP.]
  24.  
  25. I would recommend using PPP (Point-to-Point Protocol) instead of SLIP
  26. if you have a choice.
  27.     - It's not limited to TCP/IP;
  28.     - It has its own link-layer checksum;
  29.     - It's better supported by most router manufacturers.
  30.  
  31. Whatever you choose to do, whether it's SLIP or PPP, make sure that the
  32. implementation you use provides for Van Jacobsen (VJ) header
  33. compression.  There are versions of both SLIP and PPP that support
  34. this.  The version of SLIP that supports it is often referred to as
  35. CSLIP.  With it, interactive TCP/IP usage over slow (<56 kB/s) circuits
  36. will be less slow to use.
  37.  
  38. I have a document that I will share with you upon request (on the
  39. condition that you keep its credit and copyright notices intact) that
  40. describes how to install a version of SLIP >without< VJ header
  41. compression into a Sun running 4.1.1 or 4.1.2 SunOS.  You can get that
  42. document by asking me for 'slip.doc'.  I can also send you, upon
  43. request, the version of SLIP to which that document refers, but it
  44. lacks VJ compression.
  45.  
  46. For a version of PPP with VJ compression that's free for use, look for
  47. the 'free Sun PPP implementation from karl@MorningStar.Com'.  The
  48. current patchlevel for that version is 6.  I can send this to you as a
  49. last resort, but you should check your local archive server for it
  50. first before asking me.
  51.  
  52. Here is a file from ftp.uu.net which explains more about where to find
  53. SLIP and PPP implementations:
  54.  
  55. ----- Begin included message:
  56. From: bob@MorningStar.Com (Bob Sutterfield)
  57. Subject: Re: dialup IP (was Re: Telebit and V.32bis)
  58. In-Reply-To: kozowski@ohsu.edu's message of 10 Jun 91 16:51:54 GMT
  59. Organization: Morning Star Technologies
  60. Date: Tue, 11 Jun 91 17:43:21 GMT
  61.  
  62. In article <1991Jun10.165154.28133@ohsu.edu> kozowski@ohsu.edu (Eric Kozowski) writes:
  63.    In article <BOB.91Jun8234920@remora.MorningStar.Com> bob@MorningStar.Com (Bob Sutterfield) writes:
  64.       ...There are several implementations of each [PPP and SLIP]
  65.       available for free...
  66.  
  67.    Where can I find these via anonymous ftp????
  68.  
  69. ftp.ee.lbl.gov:cslipbeta.tar.Z 
  70.     header-compressed SLIP for Suns and perhaps other stuff
  71.  
  72. thumper.bellcore.com:pub/ka9q/*
  73.     KA9Q for PCs and other stuff
  74.  
  75. icarus.riacs.edu:pub/slip/*
  76.     various SLIP stuff for Suns and others
  77.  
  78. tut.cis.ohio-state.edu:pub/ppp/ppp-sparc4.1.tar.Z
  79.     STREAMS-based header-compressed PPP for SunOS 4
  80. [Dwight's note: this is the PPP that I'm using, with VJ compression.]
  81.  
  82. uunet.uu.net:networking/dialupip2.0.tar.Z and .../dialupip2.0.patch.1.Z
  83.     on-demand SLIP for Sun-3s under SunOS 3
  84.  
  85. uunet.uu.net:networking/*
  86.     miscellaneous SLIP and PPP implementations for various hardware
  87.     and other useful stuff
  88.  
  89. The current NCSA Telnet family may support SLIP and/or PPP, but I'm
  90. not familiar with them.  That's all I can think of for now - surely
  91. someone has more that I've forgotten.
  92.  
  93. Also, several companies sell products incorporating SLIP and PPP.
  94.  
  95. -----End included message
  96.  
  97. Good luck,
  98. -- 
  99. --Dwight A. Ernest   R&D Manager (USA)     I speak only for myself.
  100.   Hyphen, Inc./181 Ballardvale St./Wilmington, MA 01887/+1 508 988 0880 x125
  101.   dwight@hyphen.com
  102.