home *** CD-ROM | disk | FTP | other *** search
/ Hackers Toolkit v2.0 / Hackers_Toolkit_v2.0.iso / HTML / archive / Texts / ppp / ppp2.txt < prev    next >
Text File  |  1999-11-04  |  15KB  |  282 lines

  1. From news.primenet.com!nntp.news.primenet.com!news2.texas.net!news.texas.net!imci2!news.internetMCI.com!newsfeed.internetmci.com!news.mathworks.com!fu-berlin.de!news.belwue.de!news.uni-stuttgart.de!news.rhrz.uni-bonn.de!ignatios Mon Apr  1 01:32:31 1996
  2. Path: news.primenet.com!nntp.news.primenet.com!news2.texas.net!news.texas.net!imci2!news.internetMCI.com!newsfeed.internetmci.com!news.mathworks.com!fu-berlin.de!news.belwue.de!news.uni-stuttgart.de!news.rhrz.uni-bonn.de!ignatios
  3. From: ignatios@cs.uni-bonn.de (Ignatios Souvatzis)
  4. Newsgroups: comp.protocols.ppp,news.answers,comp.answers
  5. Subject: comp.protocols.ppp part2 of 8 of frequently wanted information
  6. Supersedes: <ppp-faq/part2_826658408@cs.uni-bonn.de>
  7. Followup-To: poster
  8. Date: 26 Mar 1996 19:28:42 GMT
  9. Organization: computer science department, university of Bonn, Germany
  10. Lines: 256
  11. Approved: news-answers-request@MIT.Edu
  12. Expires: 23 Apr 1996 19:20:08 GMT
  13. Message-ID: <ppp-faq/part2_827868008@cs.uni-bonn.de>
  14. NNTP-Posting-Host: theory.cs.uni-bonn.de
  15. Summary: This document contains information about the Internet Point-to-Point
  16.     Protocol, including a bibliography, a list of public domain and
  17.     commercial software and hardware implementations, a section on
  18.     configuration hints and a list of frequently asked questions and
  19.     answers on them.
  20.     It should be read by anybody interested in connecting to Internet
  21.     via serial lines, and by anybody wanting to post to
  22.     comp.protocols.ppp (before he/she does it!)
  23. Xref: news.primenet.com comp.protocols.ppp:15472 news.answers:67010 comp.answers:17575
  24.  
  25. Archive-name: ppp-faq/part2
  26. Version: $Revision: 3.15 $
  27. Last-modified: $Date: 1994/11/28 20:10:10 $
  28. URL: http://cs.uni-bonn.de/ppp/part2.html
  29.  
  30.                                                                What is PPP?
  31.                               2. WHAT IS PPP?
  32.                                      
  33.        Introduction
  34.       
  35.        PPP features which may or may not be present
  36.       
  37.        PPP glossary
  38.       
  39.        PPP-relevant RFC's
  40.       
  41. 2.1 Introduction
  42.  
  43.    PPP is the Internet Standard for transmission of IP packets over serial
  44.    lines. PPP supports async and sync lines. For a general discussion of
  45.    PPP, and of the PPP vs. SLIP question, look at the paper
  46.    ftp.uu.net:vendor/MorningStar/papers/sug91-cheapIP.ps.Z (paper) and
  47.    sug91-cheapIP.shar.Z (overhead projector slides)
  48.    
  49. 2.2 PPP features which may or may not be present
  50.  
  51.    Above and beyond compatibility with basic PPP framing, note whether the
  52.    software implements the following features.  Not all features are needed
  53.    or even desired in every product. Please note also that not every free
  54.    or commercial product description in this document has a complete list
  55.    of all features includes.
  56.    
  57.   demand-dial             Bring up a PPP interface and dial the phone when
  58.                           packets are queued for delivery; bring the
  59.                          interface down after some   period of inactivity.
  60.                          
  61.    redial (For lack of a better term)
  62.                           Bring up a PPP interface whenever it goes down,
  63.                          to keep a line up.    (sometimes called camping)
  64.                          
  65.    camping (on a line)    see redial
  66.                          
  67.     scripting             Negotiate through a series of prompts or
  68.                          intermediate   connections to bring up a PPP link,
  69.                          much like the sequence of events   used to bring
  70.                          up a UUCP link.
  71.                          
  72.    parallel               Configure several PPP lines to the same
  73.                          destination and   do load sharing between them.
  74.                          (In process of getting standardized.)
  75.                          
  76.    filtering               Select which packets to send down a link or
  77.                          whether to   bring up a "demand-dial" link based
  78.                          on IP or TCP packet type or TOS,   e.g. don't dial
  79.                          the phone for ICMP ping packets.
  80.                          
  81.    header compression     TCP header compression according to RFC1144.
  82.                          Marginally useful on high speed lines, essential
  83.                          for low speed lines.
  84.                          
  85.    server                 Accept incoming PPP connections, which might well
  86.                          also   include doing the right things with
  87.                          routing.
  88.                          
  89.    tunneling              Build a virtual network over a PPP link across a
  90.                          TCP stream    through an existing IP network.
  91.                          
  92.    extra escaping         Byte-stuffing characters outside the negotiated
  93.                          asyncmap, configurable in advance but not
  94.                          negotiable.
  95.                          
  96. 2.3 PPP glossary
  97.  
  98.    Every new technology breeds its own set of acronyms.  PPP is no
  99.    different.  Here is a glossary of sorts.
  100.    
  101. ack                     Acknowledgement.
  102. AO                      Active open [state diagram] (no lonter part of the
  103.                         FSM as of RFC1331)
  104. C                       Close [state diagram]
  105. CHAP                    Challenge-Handshake Authentication Protocol
  106.                         (RFC1334)
  107. D                       Lower layer down [state diagram]
  108. DES                     Data Encryption Standard
  109. DNA                     Digital Network Architecture
  110. IETF                    Internet Engineering Task Force.
  111. IP                      Internet Protocol
  112. IPCP                    IP Control Protocol.
  113. IPX                     Internetwork Packet Exchange (Novell's networking
  114.                         stack)
  115. FCS                     Frame Check Sequence [X.25]
  116. FSA                     Finite State Automaton
  117. FSM                     Finite State Maschine
  118. LCP                     Link Control Protocol.
  119. LQR                     Link Quality Report.
  120. MD4                     MD4 digital signature algorithm
  121. MD5                     MD5 digital signature algorithm
  122. MRU                     Maximum Receive Unit
  123. MTU                     Maximum Transmission Unit
  124. nak                     Negative Acknowledgement
  125. NCP                     Network Control Protocol.
  126. NRZ                     Non-Return to Zero bit encoding. (SYNC ppp default
  127.                         because of
  128.                         availability)
  129. NRZI                    Non-Return to Zero Inverted bit encoding. (SYNC ppp
  130.                         preferred
  131.                         alternative to NRZ)
  132. OSI                     Open Systems Interconnect
  133. PAP                     Password Authentication Protocol (RFC1334)
  134. PDU                     Protocol Data Unit (i.e., packet)
  135. PO                      Passive open [no longer part of state diagram]
  136. PPP                     Point to Point Protocol (
  137.                         RFC1548 /
  138.                         RFC1549,
  139.                         1332,
  140.                         1333,
  141.                         1334,
  142.                         1551,
  143.                         1376,
  144.                         1377,
  145.                         1378)
  146. RCA                     Receive Configure-Ack [state diagram]
  147. RCJ                     Receive Code-Reject [state diagram]
  148. RCN                     Receive Configure-Nak or -Reject [state diagram]
  149. RCR+                    Receive good Configure-Request [state diagram]
  150. RER                     Receive Echo-Request [no longer part of state
  151.                         diagram]
  152. RFC                     Request for Comments (internet standard)
  153. RTA                     Receive Terminate-Ack [state diagram]
  154. RTR                     Receive Terminate-Request [state diagram]
  155. RUC                     Receive unknown code [state diagram]
  156. sca                     Send Configure-Ack [state diagram]
  157. scj                     Send Code-Reject [state diagram]
  158. scn                     Send Configure-Nak or -Reject [state diagram]
  159. scr                     Send Configure-Request [state diagram]
  160. ser                     Send Echo-Reply [no longer part of state diagram]
  161. sta                     Send Terminate-Ack [state diagram]
  162. str                     Send Terminate-Request [state diagram]
  163. ST-II                   Stream Protocol
  164. TO+                     Timeout with counter > 0 [state diagram]
  165. TO-                     Timeout with counter expired [state diagram]
  166. VJ                      Van Jacobson (RFC1144 header compression algorithm)
  167. XNS                     Xerox Network Services
  168.                         
  169. 2.4 PPP relevant RFCs
  170.  
  171.    Here's a list with descriptions.  Note some of these are obsolete. You
  172.    might also want to  search for recent RFCs or  internet drafts in an
  173.    up-to-date  RFC archive.
  174.    
  175. 1717                    Sklower, K.; Lloyd, B.; McGregor, G.; Carr, DThe
  176.                         PPP Multilink Protocol (MP).  1994 November; 21 p.
  177.                         (Format: TXT=46264 bytes)
  178. 1663                    Rand, DPPP Reliable Transmission.  1994 July; 8 p.
  179.                         (Format: TXT=17281 bytes)
  180. 1662                    Simpson, W.,edPPP in HDLC-like Framing.  1994 July;
  181.                         25 p. (Format: TXT=48058 bytes)  (Obsoletes  RFC
  182.                         1549)
  183. 1661                    Simpson, W.,edThe Point-to-Point Protocol (PPP).
  184.                         1994 July; 52 p. (Format: TXT=103026 bytes)
  185.                         (Obsoletes  RFC 1548)
  186. 1638                    Baker, F.; Bowen, R.,edsPPP Bridging Control
  187.                         Protocol (BCP).  1994 June; 28 p. (Format:
  188.                         TXT=58477 bytes)
  189. 1619                    Simpson, WPPP over SONET/SDH.  1994 May; 4 p.
  190.                         (Format: TXT=8893 bytes)
  191. 1618                    Simpson, WPPP over ISDN.  1994 May; 6 p.  (Format:
  192.                         TXT=14896 bytes)
  193. 1598                    Simpson, WPPP in X.25.  1994 March; 7 p. (Format:
  194.                         TXT=13835 bytes)
  195. 1570                     Simpson, W.,ed.  PPP LCP Extensions. 1994 January;
  196.                         18 p. (Format: TXT=35719 bytes) (Updates RFC 1548)
  197. 1553                    Mathur, S.; Lewis, M.  Compressing IPX Headers Over
  198.                         WAN Media (CIPX).  1993 December; 23 p. (Format:
  199.                         TXT=47450 bytes)
  200. 1552                    Simpson, W.  The PPP Internetwork Packet Exchange
  201.                         Control Protocol (IPXCP).  1993 December; 14 p.
  202.                         (Format: TXT=29174 bytes)
  203. 1551                     Allen, M.  Novell IPX Over Various WAN Media
  204.                         (IPXWAN).  1993 December; 22 p. (Format: TXT=54210
  205.                         bytes) (Obsoletes RFC 1362)
  206. 1549                     Simpson, W.,ed.  PPP in HDLC Framing. 1993
  207.                         December; 18 p. (Format: TXT=36353 bytes)
  208.                         (Obsoleted by RFC 1662)
  209. 1548                     Simpson, W.  The Point-to-Point Protocol (PPP).
  210.                         1993 December; 53 p. (Format: TXT=111638 bytes)
  211.                         (Obsoletes RFC 1331; Obsoleted by RFC 1661; Updated
  212.                         by RFC 1570)
  213. 1547                     Perkins, D.  Requirements for an Internet Standard
  214.                         Point-to-Point Protocol.  1993 December; 21 p.
  215.                         (Format: TXT=49811 bytes)
  216. 1378                     PPP AppleTalk Control Protocol (ATCP). Parker, B.
  217.                         1992 November; 16 p. (Format: TXT=28496 bytes)
  218. 1377                     PPP OSI Network Layer Control Protocol (OSINLCP).
  219.                         Katz, D.  1992 November; 10 p. (Format: TXT=22109
  220.                         bytes)
  221. 1376                     PPP DECnet Phase IV Control Protocol (DNCP).
  222.                         Senum, S.J.  1992 November; 6 p. (Format: TXT=12448
  223.                         bytes)
  224. 1362                     Allen, M.  Novell IPX Over Various WAN Media
  225.                         (IPXWAN).  1992 September; 18 p. (Format: TXT=30220
  226.                         bytes)
  227. 1334                     PPP authentication protocols. Lloyd, B.; Simpson,
  228.                         W.A.  1992 October; 16 p. (Format: TXT=33248 bytes)
  229. 1333                     PPP link quality monitoring. Simpson, W.A.  1992
  230.                         May; 15 p. (Format: TXT=29965 bytes)
  231. 1332                     PPP Internet Protocol Control Protocol (IPCP).
  232.                         McGregor, G.  1992 May; 12 p. (Format:  TXT=17613
  233.                         bytes) (Obsoletes RFC1172)
  234. 1331                     Point-to-Point Protocol (PPP) for the transmission
  235.                         of multi-protocol datagrams over point-to-point
  236.                         links. Simpson, W.A.  1992 May; 66 p. (Format:
  237.                         TXT=129892 bytes) (Obsoletes RFC1171, RFC1172;
  238.                         obsoleted by RFC 1548)
  239. 1220                     Point-to-Point Protocol extensions for bridging.
  240.                         Baker, F.,ed.  1991 April; 18 p. (Format: TXT=38165
  241.                         bytes)
  242. 1172                     Point-to-Point Protocol (PPP) initial
  243.                         configuration options. Perkins, D.; Hobby, R.  1990
  244.                         July; 38 p. (Format: TXT=76132 bytes) (Obsoleted by
  245.                         RFC1331, RFC1332)
  246. 1171                     Point-to-Point Protocol for the transmission of
  247.                         multi-protocol datagrams over Point-to-Point links.
  248.                         Perkins, D.  1990 July; 48 p. (Format: TXT=92321
  249.                         bytes) (Obsoletes RFC1134; Obsoleted by RFC1331)
  250. 1134                     Point-to-Point Protocol: A proposal for
  251.                         multi-protocol transmission of datagrams over
  252.                         Point-to-Point links. Perkins, D.  1989 November;
  253.                         38 p. (Format: TXT=87352 bytes) (Obsoleted by
  254.                         RFC1171)
  255. 1144                     Compressing TCP/IP headers for low-speed serial
  256.                         links. Jacobson, V.         1990 February; 43 p.
  257.                         (Format: TXT=120959 PS=534729 bytes)
  258.                         
  259.    In comp.protocols.ppp (Message-ID:
  260.    <BOB.92Dec3145948@volitans.MorningStar.Com>)
  261.    
  262.                                       bob@MorningStar.Com (Bob Sutterfield)
  263.                                                                            
  264.    wrote :
  265.    
  266.     All of 1134, 1171, and 1172 (and 1055, for that matter :-) have been
  267.    obsoleted.  They're interesting only if you want to debug a connection
  268.    with an ancient PPP implementation, and you're wondering why (e.g.) it
  269.    asked you for IPCP option 2 with a length of only 4, and
  270.    Compression-Type 0x0037.
  271.    
  272.     (There's a lot of that still running around - be careful out there.)
  273.    
  274.    
  275. -- 
  276. -- 
  277.     Ignatios Souvatzis
  278. -
  279. Solaris 2.1:  it's slow, needs 200M of disk space and comes without C compiler,
  280. which makes it remarkably close to MS-Windows. oleg@gd.cs.csufresno.edu
  281.  
  282.