home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / ppp-faq / part2 < prev    next >
Internet Message Format  |  1996-10-09  |  15KB

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