home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / internet / ppp_2.faq < prev    next >
Encoding:
Text File  |  2003-06-11  |  13.3 KB  |  257 lines

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