home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 800s / rfc870.txt < prev    next >
Text File  |  1992-09-22  |  56KB  |  1,509 lines

  1.  
  2.  
  3. Network Working Group                                        J. Reynolds
  4. Request for Comments: 870                                      J. Postel
  5.                                                                      ISI
  6. Obsoletes RFCs:  820,                                       October 1983
  7. 790, 776, 770, 762, 758, 755,
  8. 750, 739, 604, 503, 433, 349
  9. Obsoletes IENs:  127, 117, 93
  10.  
  11.  
  12.                             ASSIGNED NUMBERS
  13.  
  14.  
  15. This Network Working Group Request for Comments documents the currently
  16. assigned values from several series of numbers used in network protocol
  17. implementations.  This RFC will be updated periodically, and in any case
  18. current information can be obtained from Joyce Reynolds.  The assignment
  19. of numbers is also handled by Joyce.  If you are developing a protocol
  20. or application that will require the use of a link, socket, port,
  21. protocol, or network number please contact Joyce to receive a number
  22. assignment.
  23.  
  24.    Joyce Reynolds
  25.    USC - Information Sciences Institute
  26.    4676 Admiralty Way
  27.    Marina del Rey, California  90292
  28.  
  29.    phone: (213) 822-1511
  30.  
  31.    ARPA mail: JKREYNOLDS@USC-ISIF
  32.  
  33. Most of the protocols mentioned here are documented in the RFC series of
  34. notes.  The more prominent and more generally used are documented in the
  35. "Internet Protocol Transition Workbook" [16] or in the old "ARPANET
  36. Protocol Handbook" [17] prepared by the NIC.  Some of the items listed
  37. are undocumented.  Further information on protocols can be found in the
  38. memo "Official Protocols" [52].
  39.  
  40. In all cases the name and mailbox of the responsible individual is
  41. indicated.  In the lists that follow, a bracketed entry, e.g., [16,iii],
  42. at the right hand margin of the page indicates a reference for the
  43. listed protocol, where the number cites the document and the "iii" cites
  44. the person.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. Reynolds & Postel                                               [Page 1]
  58.  
  59.  
  60.  
  61. Assigned Numbers                                                 RFC 870
  62. Network Numbers
  63.  
  64.  
  65.                         ASSIGNED NETWORK NUMBERS
  66.  
  67.    The network numbers listed here are used as internet addresses by the
  68.    Internet Protocol (IP) [16,47].  The IP uses a 32-bit address field
  69.    and divides that address into a network part and a "rest" or local
  70.    address part.  The division takes 3 forms or classes.
  71.  
  72.       The first type of address, or class A, has a 7-bit network number
  73.       and a 24-bit local address.  The highest-order bit is set to 0.
  74.       This allows 128 class A networks.
  75.  
  76.                            1                   2                   3   
  77.        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 
  78.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  79.       |0|   NETWORK   |                Local Address                  |
  80.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  81.  
  82.                              Class A Address
  83.  
  84.       The second type of address, class B, has a 14-bit network number
  85.       and a 16-bit local address.  The two highest-order bits are set to
  86.       1-0.  This allows 16,384 class B networks.
  87.  
  88.                            1                   2                   3   
  89.        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 
  90.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  91.       |1 0|           NETWORK         |          Local Address        |
  92.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  93.  
  94.                              Class B Address
  95.  
  96.       The third type of address, class C, has a 21-bit network number
  97.       and a 8-bit local address.  The three highest-order bits are set
  98.       to 1-1-0.  This allows 2,097,152 class C networks.
  99.  
  100.                            1                   2                   3   
  101.        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 
  102.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  103.       |1 1 0|                    NETWORK              | Local Address |
  104.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  105.  
  106.                              Class C Address
  107.  
  108.       Note:  No addresses are allowed with the three highest-order bits
  109.       set to 1-1-1.  These addresses (sometimes called "class D") are
  110.       reserved.
  111.  
  112.  
  113.  
  114.  
  115. Reynolds & Postel                                               [Page 2]
  116.  
  117.  
  118.  
  119. Assigned Numbers                                                 RFC 870
  120. Network Numbers
  121.  
  122.  
  123.    One commonly used notation for internet host addresses divides the
  124.    32-bit address into four 8-bit fields and specifies the value of each
  125.    field as a decimal number with the fields separated by periods.  This
  126.    is called the "dotted decimal" notation.  For example, the internet
  127.    address of ISIF in dotted decimal is 010.002.000.052, or 10.2.0.52.
  128.  
  129.    The dotted decimal notation will be used in the listing of assigned
  130.    network numbers.  The class A networks will have nnn.rrr.rrr.rrr, the
  131.    class B networks will have nnn.nnn.rrr.rrr, and the class C networks
  132.    will have nnn.nnn.nnn.rrr, where nnn represents part or all of a
  133.    network number and rrr represents part or all of a local address.
  134.  
  135.    There are three catagories of users of Internet Addresses: Research,
  136.    Defense, and Commercial.  To reflect the allocation of network
  137.    identifiers among the categories, a one-character code is placed to
  138.    the left of the network number (in the column marked by an asterisk):
  139.    R for Research and Development, D for DoD, and C for Commercial.
  140.  
  141.    Numbers assigned for commercial use of IP family protocols, but not
  142.    for interworking with the ARPA or DoD Internets are marked with an
  143.    astrisk preceeding the number.
  144.  
  145.    For various reasons, the assigned numbers of networks are sometimes
  146.    changed.  To ease the transition the old number will be listed as
  147.    well.  These "old number" entries will be marked with a "T" following
  148.    the number and preceeding the name, and the network name will be the
  149.    suffixed "-TEMP".
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173. Reynolds & Postel                                               [Page 3]
  174.  
  175.  
  176.  
  177. Assigned Numbers                                                 RFC 870
  178. Network Numbers
  179.  
  180.  
  181.    Assigned Network Numbers
  182.  
  183.    Class A Networks
  184.  
  185.       * Internet Address  Name          Network               References
  186.       - ----------------  ----          -------               ----------
  187.         000.rrr.rrr.rrr                 Reserved                   [JBP]
  188.       R 003.rrr.rrr.rrr T RCC-NET-TEMP  BBN RCC Network            [SGC]
  189.       R 004.rrr.rrr.rrr   SATNET        Atlantic Satellite Network[DM11]
  190.       D 005.rrr.rrr.rrr T DEMO-PR-1-TEMPDemo-1 Packet Radio Network[LCS]
  191.       D 006.rrr.rrr.rrr T YPG-NET-TEMP  Yuma Proving Grounds     [2,BXA]
  192.       D 007.rrr.rrr.rrr T EDN-TEMP      DCEC EDN                   [EC5]
  193.       R 008.rrr.rrr.rrr T BBN-NET-TEMP  BBN Network               [JSG5]
  194.       D 009.rrr.rrr.rrr T BRAGG-PR-TEMP Ft. Bragg Packet Radio Net [JEM]
  195.       R 010.rrr.rrr.rrr   ARPANET       ARPANET              [2,17,REK2]
  196.       C 012.rrr.rrr.rrr   ATT           ATT, Bell Labs            [MH12]
  197.       C 014.rrr.rrr.rrr   PDN           Public Data Network       [REK2]
  198.       R 018.rrr.rrr.rrr T MIT-TEMP      MIT Network         [11,51,DDC2]
  199.       R 023.rrr.rrr.rrr   MITRE         MITRE Cablenet          [54,APS]
  200.       D 024.rrr.rrr.rrr   MINET         MINET                    [2,DHH]
  201.       R 025.rrr.rrr.rrr   RSRE-EXP      RSRE Experimental           [NM]
  202.       D 026.rrr.rrr.rrr   MILNET        MILNET                     [HH6]
  203.       R 027.rrr.rrr.rrr T NOSC-LCCN-TEMPNOSC / LCCN                [RH6]
  204.       R 028.rrr.rrr.rrr   WIDEBAND      Wide Band Satellite Net   [CJW2]
  205.       R 032.rrr.rrr.rrr   UCL-TAC       UCL TAC                     [PK]
  206.       R 035.rrr.rrr.rrr T RSRE-NULL-TEMPRSRE Null Network           [NM]
  207.       R 036.rrr.rrr.rrr T SU-NET-TEMP   Stanford University Network[JCM]
  208.       R 039.rrr.rrr.rrr T SRINET-TEMP   SRI Local Network         [GEOF]
  209.       R 041.rrr.rrr.rrr   BBN-TEST-A    BBN-GATE-TEST-A            [RH6]
  210.       R 044.rrr.rrr.rrr   AMPRNET       Amateur Radio Experiment Net[HM]
  211.       R 045.rrr.rrr.rrr T C3-PR-TEMP    Testbed Development PRNET  [BG5]
  212.       R 046.rrr.rrr.rrr T Berkeley-TEMP Berkeley Ethernet         [DAM1]
  213.       R 047.rrr.rrr.rrr T SAC-PR-TEMP   SAC Packet Radio Network   [BG5]
  214.       R 048.rrr.rrr.rrr   NDRE-TIU      NDRE-TIU                   [PS3]
  215.       R 050.rrr.rrr.rrr   NTA-RING      NDRE-RING                  [PS3]
  216.         001.rrr.rrr.rrr-002.rrr.rrr.rrr Unassigned                 [JBP]
  217.         011.rrr.rrr.rrr                 Unassigned                 [JBP]
  218.         013.rrr.rrr.rrr                 Unassigned                 [JBP]
  219.         015.rrr.rrr.rrr-017.rrr.rrr.rrr Unassigned                 [JBP]
  220.         019.rrr.rrr.rrr-022.rrr.rrr.rrr Unassigned                 [JBP]
  221.         029.rrr.rrr.rrr-031.rrr.rrr.rrr Unassigned                 [JBP]
  222.         033.rrr.rrr.rrr-034.rrr.rrr.rrr Unassigned                 [JBP]
  223.         037.rrr.rrr.rrr-038.rrr.rrr.rrr Unassigned                 [JBP]
  224.         040.rrr.rrr.rrr                 Unassigned                 [JBP]
  225.         042.rrr.rrr.rrr-043.rrr.rrr.rrr Unassigned                 [JBP]
  226.         049.rrr.rrr.rrr                 Unassigned                 [JBP]
  227.         051.rrr.rrr.rrr-126.rrr.rrr.rrr Unassigned                 [JBP]
  228.         127.rrr.rrr.rrr                 Reserved                   [JBP]
  229.  
  230.  
  231. Reynolds & Postel                                               [Page 4]
  232.  
  233.  
  234.  
  235. Assigned Numbers                                                 RFC 870
  236. Network Numbers
  237.  
  238.  
  239.    Class B Networks
  240.  
  241.       * Internet Address  Name          Network               References
  242.       - ----------------  ----          -------               ----------
  243.         128.000.rrr.rrr                 Reserved                   [JBP]
  244.       R 128.001.rrr.rrr   BBN-TEST-B    BBN-GATE-TEST-B            [RH6]
  245.       R 128.002.rrr.rrr   CMU-NET       CMU-Ethernet              [HDW2]
  246.       R 128.003.rrr.rrr   LBL-CSAM      LBL-CSAM-RESEARCH    [MO1]<--***
  247.       R 128.004.rrr.rrr   DCNET         LINKABIT DCNET            [DLM1]
  248.       R 128.005.rrr.rrr   FORDNET       FORD DCNET                [DLM1]
  249.       R 128.006.rrr.rrr   RUTGERS       RUTGERS                   [CLH3]
  250.       R 128.007.rrr.rrr   DFVLR         DFVLR DCNET Network       [HDC1]
  251.       R 128.008.rrr.rrr   UMDNET        Univ of Maryland DCNET    [DLM1]
  252.       R 128.009.rrr.rrr   ISI-NET       USC-ISI Local Network      [CMR]
  253.       R 128.010.rrr.rrr   PURDUE-CS     Purdue Computer Science    [CAK]
  254.       R 128.011.rrr.rrr   BBN-CRONUS    BBN DOS Project         [29,WIM]
  255.       R 128.012.rrr.rrr   SU-NET        Stanford University Net    [JCM]
  256.       D 128.013.rrr.rrr   MATNET        Mobile Access Terminal Net[DM11]
  257.       R 128.014.rrr.rrr   BBN-SAT-TEST  BBN SATNET Test Net       [DM11]
  258.       R 128.015.rrr.rrr   S1NET         LLL-S1-NET                [EAK1]
  259.       R 128.016.rrr.rrr   UCLNET        University College London   [PK]
  260.       D 128.017.rrr.rrr   MATNET-ALT    Mobile Access Terminal Alt[DM11]
  261.       R 128.018.rrr.rrr   SRINET        SRI Local Network         [GEOF]
  262.       D 128.019.rrr.rrr   EDN           DCEC EDN                   [EC5]
  263.       D 128.020.rrr.rrr   BRLNET        BRLNET                  [2,MJM2]
  264.       R 128.021.rrr.rrr   SF-PR-1       SF-1 Packet Radio Network  [JEM]
  265.       R 128.022.rrr.rrr   SF-PR-2       SF-2 Packet Radio Network  [JEM]
  266.       R 128.023.rrr.rrr   BBN-PR        BBN Packet Radio Network  [JAW3]
  267.       R 128.024.rrr.rrr   ROCKWELL-PR   Rockwell Packet Radio Net  [EHP]
  268.       D 128.025.rrr.rrr   BRAGG-PR      Ft. Bragg Packet Radio Net [JEM]
  269.       D 128.026.rrr.rrr   SAC-PR        SAC Packet Radio Network   [BG5]
  270.       D 128.027.rrr.rrr   DEMO-PR-1     Demo-1 Packet Radio Network[LCS]
  271.       D 128.028.rrr.rrr   C3-PR         Testbed Development PR NET [BG5]
  272.         128.029.rrr.rrr                 Unassigned                 [JBP]
  273.       R 128.030.rrr.rrr   MIT-NET       MIT Local Network         [DDC2]
  274.       R 128.031.rrr.rrr   MIT-RES       MIT Research Network      [DDC2]
  275.       R 128.032.rrr.rrr   UCB-ETHER     UC Berkeley Ethernet      [DAM1]
  276.       R 128.033.rrr.rrr   BBN-NET       BBN Network               [JSG5]
  277.       R 128.034.rrr.rrr   NOSC-LCCN     NOSC / LCCN                [RH6]
  278.       R 128.035.rrr.rrr   CISLTESTNET1  Honeywell            [25,26,RK1]
  279.       R 128.036.rrr.rrr   YALE-NET      YALE NET                [61,JO5]
  280.       D 128.037.rrr.rrr   YPG-NET       Yuma Proving Grounds     [2,BXA]
  281.       D 128.038.rrr.rrr   NSWC-NET      NSWC Local Host Net       [RLH2]
  282.         128.039.rrr.rrr-191.254.rrr.rrr Unassigned                 [JBP]
  283.         191.255.rrr.rrr                 Reserved                   [JBP]
  284.  
  285.  
  286.  
  287.  
  288.  
  289. Reynolds & Postel                                               [Page 5]
  290.  
  291.  
  292.  
  293. Assigned Numbers                                                 RFC 870
  294. Network Numbers
  295.  
  296.  
  297.    Class C Networks
  298.  
  299.       * Internet Address  Name          Network               References
  300.       - ----------------  ----          -------               ----------
  301.         192.000.000.rrr                 Reserved                   [JBP]
  302.       R 192.000.001.rrr   BBN-TEST-C    BBN-GATE-TEST-C            [RH6]
  303.         192.000.002.rrr-192.000.255.rrr Unassigned                 [JBP]
  304.       R 192.001.000.rrr-192.004.255.rrr BBN local networks         [SGC]
  305.       R 192.005.001.rrr   CISLHYPERNET  Honeywell                  [RK1]
  306.       R 192.005.002.rrr   WISC          Univ of Wisconsin Madison [RS23]
  307.       C 192.005.003.rrr   HP-DESIGN-AIDS HP Design Aids            [NXK]
  308.       C 192.005.004.rrr   HP-TCG-UNIX   Hewlett Packard TCG Unix   [NXK]
  309.         192.005.005.rrr                 Unassigned                 [JBP]
  310.         192.005.006.rrr                 Unassigned                 [JBP]
  311.       R 192.005.007.rrr   CIT-CS-NET    Caltech-CS-Net          [60,DSW]
  312.       R 192.005.008.rrr   WASHINGTON    University of Washington  [JAR4]
  313.       R 192.005.009.rrr   AERONET       Aerospace Labnet         [1,LCN]
  314.       R 192.005.010.rrr   ECLNET        USC-ECL-CAMPUS-NET         [MXB]
  315.       R 192.005.011.rrr   CSS-RING      SEISMIC-RESEARCH-NET       [RR2]
  316.       R 192.005.012.rrr   UTAH-NET      UTAH-COMPUTER-SCIENCE-NET  [RF1]
  317.       R 192.005.013.rrr   CCNET         Compion Network         [61,FAS]
  318.       R 192.005.014.rrr   RAND-NET      RAND Network            [61,JDG]
  319.       R 192.005.015.rrr   NYU-NET       NYU Network                [EF5]
  320.       R 192.005.016.rrr   LANL-LAND     Los Alamos Dev LAN     [61,JC11]
  321.       R 192.005.017.rrr   NRL-NET       Naval Research Lab          [AP]
  322.       R 192.005.018.rrr   IPTO-NET      ARPA-IPTO Office Net      [REK2]
  323.       R 192.005.019.rrr   UCIICS        UCI-ICS Res Net            [MXR]
  324.       R 192.005.020.rrr   CISLTTYNET    Honeywell                  [RK1]
  325.       D 192.005.021.rrr   BRLNET1       BRLNET1                 [2,MJM2]
  326.       D 192.005.022.rrr   BRLNET2       BRLNET2                 [2,MJM2]
  327.       D 192.005.023.rrr   BRLNET3       BRLNET3                 [2,MJM2]
  328.       D 192.005.024.rrr   BRLNET4       BRLNET4                 [2,MJM2]
  329.       D 192.005.025.rrr   BRLNET5       BRLNET5                 [2,MJM2]
  330.       D 192.005.026.rrr   NSRDCOA-NET   NSRDC Office Auto Net      [TC4]
  331.       D 192.005.027.rrr   DTNSRDC-NET   DTNSRDC-NET                [TC4]
  332.       R 192.005.028.rrr   RSRE-NULL     RSRE-NULL                   [NM]
  333.       R 192.005.029.rrr   RSRE-ACC      RSRE-ACC                    [NM]
  334.       R 192.005.030.rrr   RSRE-PR       RSRE-PR                     [NM]
  335.       R 192.005.031.rrr   SIEMENS-NET   Siemens Research Network   [PXN]
  336.       R 192.005.032.rrr   CISLTESTNET2  Honeywell            [25,26,RK1]
  337.       R 192.005.033.rrr   CISLTESTNET3  Honeywell            [25,26,RK1]
  338.       R 192.005.034.rrr   CISLTESTNET4  Honeywell            [25,26,RK1]
  339.       R 192.005.035.rrr   RIACS         USRA                   [61,RLB1]
  340.       R 192.005.036.rrr   CORNELL-CS    CORNELL CS Research     [61,DK2]
  341.       R 192.005.037.rrr   UR-CS-NET     U of R CS 3Mb Net       [31,LB1]
  342.       R 192.005.038.rrr   SRI-C3ETHER   SRI-AITAD C3ETHERNET    [61,BG5]
  343.       R 192.005.039.rrr   UDEL-EECIS    Udel EECIS LAN          [58,CC2]
  344.       R 192.005.040.rrr   PUCC-NET-A    PURDUE Comp Cntr Net       [JXS]
  345.  
  346.  
  347. Reynolds & Postel                                               [Page 6]
  348.  
  349.  
  350.  
  351. Assigned Numbers                                                 RFC 870
  352. Network Numbers
  353.  
  354.  
  355.       D 192.005.041.rrr   WISLAN        WIS Research LAN       [54,JRM1]
  356.       D 192.005.042.rrr   AFDSC-HYPER   AFDSC Hypernet            [MCSJ]
  357.       R 192.005.043.rrr   CUCSNET       Columbia CS Net         [61,LH2]
  358.         192.005.044.rrr-192.005.255.rrr Unassigned                 [JBP]
  359.       C*192.006.000.rrr-192.006.255.rrr Hewlett Packard            [AXG]
  360.       C*192.007.000.rrr-192.007.255.rrr Computer Consoles, Inc.   [RA11]
  361.       C*192.008.000.rrr-192.008.255.rrr Spartacus Computers, Inc.  [SXM]
  362.         192.009.000.rrr-223.255.254.rrr Unassigned                 [JBP]
  363.         223.255.255.rrr                 Reserved                   [JBP]
  364.  
  365.    Other Reserved Internet Addresses
  366.  
  367.       * Internet Address  Name          Network               References
  368.       - ----------------  ----          -------               ----------
  369.         224.000.000.000-255.255.255.255 Reserved                   [JBP]
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405. Reynolds & Postel                                               [Page 7]
  406.  
  407.  
  408.  
  409. Assigned Numbers                                                 RFC 870
  410. Network Numbers
  411.  
  412.  
  413.    Network Totals
  414.  
  415.       Assigned for the Internet
  416.  
  417.          Class         A         B         C     Total
  418.  
  419.          Research     10        27      1055      1092
  420.  
  421.          Defense       2        10         9        21
  422.  
  423.          Commercial    2         0         2         4
  424.  
  425.          Total        14        37      1066      1117
  426.  
  427.       Allocated for Internet and Other Uses
  428.  
  429.          Class         A         B         C     Total
  430.  
  431.          Research     10        27      1055      1092
  432.  
  433.          Defense       2        10         9        21
  434.  
  435.          Commercial    2         0       770       772
  436.  
  437.          Total        14        37      1834      1885
  438.  
  439.       Maximum Allowed
  440.  
  441.          Class         A         B         C     Total
  442.  
  443.          Research      8      1024     65536     66568
  444.  
  445.          Defense      24      3072    458752    461848
  446.  
  447.          Commercial   94     12286   1572862   1585242
  448.  
  449.          Total       126     16382   2097150   2113658
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463. Reynolds & Postel                                               [Page 8]
  464.  
  465.  
  466.  
  467. Assigned Numbers                                                 RFC 870
  468. Internet Version Numbers
  469.  
  470.  
  471.                    ASSIGNED INTERNET VERSION NUMBERS
  472.  
  473.    In the Internet Protocol (IP) [16,47] there is a field to identify
  474.    the version of the internetwork general protocol.  This field is 4
  475.    bits in size.
  476.  
  477.    Assigned Internet Version Numbers
  478.  
  479.       Decimal   Octal      Version                            References
  480.       -------   -----      -------                            ----------
  481.           0      0         Reserved                                [JBP]
  482.         1-3    1-3         Unassigned                              [JBP]
  483.           4      4         Internet Protocol                 [16,47,JBP]
  484.           5      5         ST Datagram Mode                     [18,JWF]
  485.        6-14   6-16         Unassigned                              [JBP]
  486.          15     17         Reserved                                [JBP]
  487.  
  488.                    ASSIGNED INTERNET PROTOCOL NUMBERS
  489.  
  490.    In the Internet Protocol (IP) [16,47] there is a field, called
  491.    Protocol, to identify the the next level protocol.  This is an 8 bit
  492.    field.
  493.  
  494.    Assigned Internet Protocol Numbers
  495.  
  496.       Decimal    Octal      Protocol                          References
  497.       -------    -----      ----------------                  ----------
  498.            0       0         Reserved                              [JBP]
  499.            1       1         ICMP                            [16,40,JBP]
  500.            2       2         Unassigned                            [JBP]
  501.            3       3         Gateway-to-Gateway                  [24,MB]
  502.            4       4         Unassigned                            [JBP]
  503.            5       5         Stream (ST)                        [18,JWF]
  504.            6       6         Transmission Control (TCP)      [16,48,JBP]
  505.            7       7         UCL                                    [PK]
  506.            8      10         Exterior Gateway Protocol (EGP)    [53,RH6]
  507.            9      11         Unassigned                            [JBP]
  508.           10      12         BBN RCC Monitoring                    [SGC]
  509.           11      13         NVP                                [12,SC3]
  510.           12      14         PUP                                [6,EAT3]
  511.        13-14   15-16         Unassigned                            [JBP]
  512.           15      17         Cross Net Debugger (XNET)         [23,JFH2]
  513.           16      20         Chaos Stream                          [NC3]
  514.           17      21         User Datagram (UDP)             [16,46,JBP]
  515.           18      22         Multiplexing                       [13,JBP]
  516.           19      23         DCN Measurement Subsystems           [DLM1]
  517.           20      24         Host Monitoring (HMP)              [28,RH6]
  518.           21      25         Packet Radio Measurement              [ZSU]
  519.  
  520.  
  521. Reynolds & Postel                                               [Page 9]
  522.  
  523.  
  524.  
  525. Assigned Numbers                                                 RFC 870
  526. Internet Protocol Numbers
  527.  
  528.  
  529.           22      26         XEROX NS IDP                       [62,LLG]
  530.           23      27         Trunk-1                               [BML]
  531.           24      30         Trunk-2                               [BML]
  532.           25      31         Leaf-1                                [BML]
  533.           26      32         Leaf-2                                [BML]
  534.        27-60   33-74         Unassigned                            [JBP]
  535.           61      75         any host internal protocol            [JBP]
  536.           62      76         CFTP                              [19,HCF2]
  537.           63      77         any local network                     [JBP]
  538.           64     100         SATNET and Backroom EXPAK            [DM11]
  539.           65     101         MIT Subnet Support                    [NC3]
  540.           66     102         MIT VAX Remote Disk Protocol          [MBG]
  541.           67     103         Internet Pluribus Packet Core        [DM11]
  542.           68     104         Unassigned                            [JBP]
  543.           69     105         SATNET Monitoring                    [DM11]
  544.           70     106         Unassigned                            [JBP]
  545.           71     107         Internet Packet Core Utility         [DM11]
  546.        72-75 110-113         Unassigned                            [JBP]
  547.           76     114         Backroom SATNET Monitoring           [DM11]
  548.           77     115         Unassigned                            [JBP]
  549.           78     116         WIDEBAND Monitoring                  [DM11]
  550.           79     117         WIDEBAND EXPAK                       [DM11]
  551.       80-254 120-376         Unassigned                            [JBP]
  552.          255     377         Reserved                              [JBP]
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579. Reynolds & Postel                                              [Page 10]
  580.  
  581.  
  582.  
  583. Assigned Numbers                                                 RFC 870
  584. Port Numbers
  585.  
  586.  
  587.                          ASSIGNED PORT NUMBERS
  588.  
  589.    Ports are used in the TCP [16,48] to name the ends of logical
  590.    connections which carry long term conversations.  For the purpose of
  591.    providing services to unknown callers, a service contact port is
  592.    defined.  This list specifies the port used by the server process as
  593.    its contact port.  The contact port is sometimes called the
  594.    "well-known port".
  595.  
  596.    To the extent possible, these same port assignments are used with the
  597.    UDP [16,46].
  598.  
  599.    The assigned ports use a small portion of the possible port numbers.
  600.    The assigned ports have all except the low order eight bits cleared
  601.    to zero.  The low order eight bits are specified here.
  602.  
  603.    Port Assignments:
  604.  
  605.       Decimal   Octal     Description                         References
  606.       -------   -----     -----------                         ----------
  607.       0         0         Reserved                                 [JBP]
  608.       1-4       1-4       Unassigned                               [JBP]
  609.       5         5         Remote Job Entry                    [8,17,JBP]
  610.       7         7         Echo                                  [38,JBP]
  611.       9         11        Discard                               [37,JBP]
  612.       11        13        Active Users                          [34,JBP]
  613.       13        15        Daytime                               [36,JBP]
  614.       15        17        Who is up or NETSTAT                     [JBP]
  615.       17        21        Quote of the Day                      [43,JBP]
  616.       19        23        Character Generator                   [35,JBP]
  617.       20        24        File Transfer (Default Data)       [16,39,JBP]
  618.       21        25        File Transfer (Control)            [16,39,JBP]
  619.       23        27        Telnet                                [50,JBP]
  620.       25        31        SMTP                               [16,45,JBP]
  621.       27        33        NSW User System FE                    [14,RHT]
  622.       29        35        MSG ICP                               [32,RHT]
  623.       31        37        MSG Authentication                    [32,RHT]
  624.       33        41        Unassigned                               [JBP]
  625.       35        43        Any Printer Server                       [JBP]
  626.       37        45        Time                                  [49,JBP]
  627.       39        47        Unassigned                               [JBP]
  628.       41        51        Graphics                           [17,57,JBP]
  629.       42        52        Host Name Server                   [16,42,JBP]
  630.       43        53        NICNAME (WhoIs)                   [16,22,JAKE]
  631.       44        54        MPM FLAGS Protocol                       [JBP]
  632.       45        55        Message Processing Module (receive)   [41,JBP]
  633.       46        56        MPM (default send)                    [41,JBP]
  634.       47        57        NI FTP                                 [59,SK]
  635.  
  636.  
  637. Reynolds & Postel                                              [Page 11]
  638.  
  639.  
  640.  
  641. Assigned Numbers                                                 RFC 870
  642. Port Numbers
  643.  
  644.  
  645.       49        61        Login Host Protocol                      [PXD]
  646.       51        63        IMP Logical Address Maintenance       [30,AGM]
  647.       53        65        Domain Name Server                       [PM1]
  648.       55        67        ISI Graphics Language                  [5,RB6]
  649.       57        71        Any Private Terminal Access              [JBP]
  650.       59        73        Any Private File Service                 [JBP]
  651.       61        75        NIMAIL                                  [3,SK]
  652.       63        77        Unassigned                               [JBP]
  653.       65        101       Unassigned                               [JBP]
  654.       67        103       Datacomputer at CCA                   [10,JZS]
  655.       69        105       Trivial File Transfer              [16,55,KRS]
  656.       71        107       NETRJS                              [7,17,RTB]
  657.       72        110       NETRJS                              [7,17,RTB]
  658.       73        111       NETRJS                              [7,17,RTB]
  659.       74        112       NETRJS                              [7,17,RTB]
  660.       75        113       Any Private Dial Out Service             [JBP]
  661.       77        115       Any Private RJE Service                  [JBP]
  662.       79        117       Finger (Name)                      [17,20,KLH]
  663.       81        121       HOSTS2 Name Server                      [EAK1]
  664.       83        123       MIT ML Device                            [DPR]
  665.       85        125       MIT ML Device                            [DPR]
  666.       87        127       any terminal link                        [JBP]
  667.       89        131       SU/MIT Telnet Gateway                    [MRC]
  668.       91        133       MIT Dover Spooler                        [EBM]
  669.       93        135       Device Control Protocol                  [DCT]
  670.       95        137       SUPDUP                                [15,MRC]
  671.       97        141       Datacomputer Status                   [10,JZS]
  672.       99        143       Metagram Relay                          [GEOF]
  673.       101       145       NIC Host Name Server              [16,21,JAKE]
  674.       103       147       Unassigned                               [JBP]
  675.       105       151       CSNET Mailbox Name Server (Program)  [56,MHS1]
  676.       107       153       Remote Telnet Service                 [44,JBP]
  677.       109-129   155-201   Unassigned                               [JBP]
  678.       131       203       Datacomputer                          [10,JZS]
  679.       132-223   204-337   Reserved                                 [JBP]
  680.       224-241   340-361   Unassigned                               [JBP]
  681.       243       363       Survey Measurement                      [4,AV]
  682.       245       365       LINK                                  [9,RDB2]
  683.       247-255   367-377   Unassigned                               [JBP]
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695. Reynolds & Postel                                              [Page 12]
  696.  
  697.  
  698.  
  699. Assigned Numbers                                                 RFC 870
  700. Autonomous System Numbers
  701.  
  702.  
  703.                    ASSIGNED AUTONOMOUS SYSTEM NUMBERS
  704.  
  705.    The Exterior Gateway Protocol (EGP) [53] specifies that groups of
  706.    gateways may form autonomous systems.  The EGP provides a 16-bit
  707.    field for identifying such systems.  The values of this field are
  708.    registered here.
  709.  
  710.    Autonomous System Numbers:
  711.  
  712.       Decimal   Description                                   References
  713.       -------   -----------                                   ----------
  714.             0   Reserved                                           [JBP]
  715.             1   The BBN Gateways                                    [MB]
  716.             2   The DCN Gateways                                  [DLM1]
  717.             3   The MIT Gateways                                   [LM8]
  718.       4-65534   Unassigned                                         [JBP]
  719.         65535   Reserved                                           [JBP]
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. Reynolds & Postel                                              [Page 13]
  754.  
  755.  
  756.  
  757. Assigned Numbers                                                 RFC 870
  758. ARPANET Link Numbers
  759.  
  760.  
  761.                      ASSIGNED ARPANET LINK NUMBERS
  762.  
  763.    The word "link" here refers to a field in the original ARPANET
  764.    Host/IMP interface leader.  The link was originally defined as an
  765.    8-bit field.  Later specifications defined this field as the
  766.    "Message-ID" with a length of 12 bits.  The name link now refers to
  767.    the high order 8 bits of this 12-bit message-id field.  The low order
  768.    4 bits of the message-id field are to be zero unless explicitly
  769.    specified otherwise for the particular protocol used on that link.
  770.    The Host/IMP interface is defined in BBN Report 1822 [2].
  771.  
  772.    Link Assignments:
  773.  
  774.       Decimal   Octal     Description                         References
  775.       -------   -----     -----------                         ----------
  776.       0         0         Reserved                                 [JBP]
  777.       1-149     1-225     Unassigned                               [JBP]
  778.       150       226       Xerox NS IP                           [62,LLG]
  779.       151       227       Unassigned                               [JBP]
  780.       152       230       PARC Universal Protocol               [6,EAT3]
  781.       153       231       TIP Status Reporting                     [JGH]
  782.       154       232       TIP Accounting                           [JGH]
  783.       155       233       Internet Protocol (regular)        [16,47,JBP]
  784.       156-158   234-236   Internet Protocol (experimental)   [16,47,JBP]
  785.       159-195   237-303   Unassigned                               [JBP]
  786.       196-255   304-377   Experimental Protocols                   [JBP]
  787.       248-255   370-377   Network Maintenance                      [JGH]
  788.  
  789.                       ETHERNET NUMBERS OF INTEREST
  790.  
  791.    Many of the networks of all classes are Ethernets (10Mb) or
  792.    Experimental Ethernets (3Mb).  These systems use a message "type"
  793.    field in much the same way the ARPANET uses the "link" field.
  794.  
  795.    Assignments:
  796.  
  797.       Ethernet          Exp. Ethernet    Description          References
  798.       --------------    --------------   -----------          ----------
  799.       decimal    Hex    decimal  octal
  800.          512   02,00        512   1000   XEROX PUP              [6,EAT3]
  801.         1536   06,00       1536   3000   XEROX NS IDP           [62,LLG]
  802.         2048   08,00        513   1001   DOD IP              [16,47,JBP]
  803.         2054   08,06        -      -     Address Res           [33,DCP1]
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811. Reynolds & Postel                                              [Page 14]
  812.  
  813.  
  814.  
  815. Assigned Numbers                                                 RFC 870
  816. Public Data Network Numbers
  817.  
  818.  
  819.                   ASSIGNED PUBLIC DATA NETWORK NUMBERS
  820.  
  821.    One of the Internet Class A Networks is the international system of
  822.    Public Data Networks.  This section lists the mapping between the
  823.    Internet Addresses and the Public Data Network Addresses (X.121).
  824.  
  825.    Assignments:
  826.  
  827.       Internet           Public Data Net    Description       References
  828.       ---------------   -----------------   -----------       ----------
  829.       014.000.000.000                       Reserved               [JBP]
  830.       014.000.000.001   3110-317-00035 00   PURDUE-TN              [CAK]
  831.       014.000.000.002   3110-608-00027 00   UWISC-TN               [CAK]
  832.       014.000.000.003   3110-302-00024 00   UDEL-TN                [CAK]
  833.       014.000.000.004   2342-192-00149 23   UCL-VTEST               [PK]
  834.       014.000.000.005   2342-192-00300 23   UCL-TG                  [PK]
  835.       014.000.000.006   2342-192-00300 25   UK-SATNET               [PK]
  836.       014.000.000.007   3110-608-00024 00   UWISC-IBM             [MHS1]
  837.       014.000.000.008   3110-213-00045 00   RAND-TN                [MO2]
  838.       014.000.000.009   2342-192-00300 23   UCL-CS                  [PK]
  839.       014.000.000.010   3110-617-00025 00   BBN-VAN-GW            [JD21]
  840.       014.000.000.011-014.255.255.254       Unassigned             [JBP]
  841.       014.255.255.255                       Reserved               [JBP]
  842.  
  843.    The standard for transmission of IP datagrams over the Public Data
  844.    Network is specified in [27].
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869. Reynolds & Postel                                              [Page 15]
  870.  
  871.  
  872.  
  873. Assigned Numbers                                                 RFC 870
  874. Documents
  875.  
  876.  
  877.                                DOCUMENTS
  878.                                ---------
  879.  
  880.    [1]    Aerospace, Internal Report, ATM-83(3920-01)-3, 1982.
  881.  
  882.    [2]    BBN, "Specifications for the Interconnection of a Host and an
  883.           IMP", Report 1822, Bolt Beranek and Newman, Cambridge,
  884.           Massachusetts, revised, December 1981.
  885.  
  886.    [3]    Bennett, C., "A Simple NIFTP-Based Mail System", IEN 169,
  887.           University College, London, January 1981.
  888.  
  889.    [4]    Bhushan, A., "A Report on the Survey Project", RFC 530,
  890.           NIC 17375, 22 June 1973.
  891.  
  892.    [5]    Bisbey, R., D. Hollingworth, and B. Britt, "Graphics Language
  893.           (version 2.1)", ISI/TM-80-18, USC/Information Sciences
  894.           Institute, July 1980.
  895.  
  896.    [6]    Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
  897.           Internetwork Architecture", XEROX Palo Alto Research Center,
  898.           CSL-79-10, July 1979; also in IEEE Transactions on
  899.           Communication, Volume COM-28, Number 4, April 1980.
  900.  
  901.    [7]    Braden, R., "NETRJS Protocol", RFC 740, NIC 42423,
  902.           22 November 1977.  Also in [17].
  903.  
  904.    [8]    Bressler, B., "Remote Job Entry Protocol",  RFC 407, NIC
  905.           12112, 16 October 72.  Also in [17].
  906.  
  907.    [9]    Bressler, R., "Inter-Entity Communication -- An Experiment",
  908.           RFC 441, NIC 13773, 19 January 1973.
  909.  
  910.    [10]   CCA, "Datacomputer Version 5/4 User Manual", Computer
  911.           Corporation of America, August 1979.
  912.  
  913.    [11]   Clark, D., "Revision of DSP Specification", Local Network
  914.           Note 9, Laboratory for Computer Science, MIT, 17 June 1977.
  915.  
  916.    [12]   Cohen, D., "Specifications for the Network Voice Protocol",
  917.           RFC 741, ISI/RR 7539, USC/Information Sciences Institute,
  918.           March 1976.
  919.  
  920.    [13]   Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90,
  921.           USC/Information Sciences Institute, May 1979.
  922.  
  923.  
  924.  
  925.  
  926.  
  927. Reynolds & Postel                                              [Page 16]
  928.  
  929.  
  930.  
  931. Assigned Numbers                                                 RFC 870
  932. Documents
  933.  
  934.  
  935.    [14]   COMPASS, "Semi-Annual Technical Report", CADD-7603-0411,
  936.           Massachusetts Computer Associates, 4 March 1976. Also as,
  937.           "National Software Works, Status Report No. 1,"
  938.           RADC-TR-76-276, Volume 1, September 1976. And COMPASS. "Second
  939.           Semi-Annual Report," CADD-7608-1611, Massachusetts Computer
  940.           Associates, 16 August 1976.
  941.  
  942.    [15]   Crispin, M., "SUPDUP Protocol", RFC 734, NIC 41953,
  943.           7 October 1977.  Also in [17].
  944.  
  945.    [16]   Feinler, E., "Internet Protocol Transition Workbook", Network
  946.           Information Center, SRI International, March 1982.
  947.  
  948.    [17]   Feinler, E. and J. Postel, eds., "ARPANET Protocol Handbook",
  949.           NIC 7104, for the Defense Communications Agency by SRI
  950.           International, Menlo Park, California, Revised January 1978.
  951.  
  952.    [18]   Forgie, J., "ST - A Proposed Internet Stream Protocol",
  953.           IEN 119, M.I.T. Lincoln Laboratory, September 1979.
  954.  
  955.    [19]   Forsdick, H., "CFTP", Network Message, Bolt Berenak and
  956.           Newman, January 1982.
  957.  
  958.    [20]   Harrenstien, K., "Name/Finger", RFC 742, NIC 42758,
  959.           30 December 1977.  Also in [17].
  960.  
  961.    [21]   Harrenstien, K., V. White, and E. Feinler, "Hostnames Server",
  962.           RFC 811, SRI International, March 1982.
  963.  
  964.    [22]   Harrenstien, K., and V. White, "Nicname/Whois", RFC 812, SRI
  965.           International, March 1982.
  966.  
  967.    [23]   Haverty, J., "XNET Formats for Internet Protocol Version 4",
  968.           IEN 158, October 1980.
  969.  
  970.    [24]   Hinden, R., A. Sheltzer, "The DARPA Internet Gateway",
  971.           RFC 823, September 1982.
  972.  
  973.    [25]   Honeywell CISL, Internal Document, "AFSDSC Hyperchannel RPQ
  974.           Project Plan".
  975.  
  976.    [26]   Honeywell CISL, Internal Document, "Multics MR11 PFS".
  977.  
  978.    [27]   Korb, John T., "A Standard for the Transmission of IP
  979.           Datagrams Over Public Data Networks", RFC 877, Purdue
  980.           University, September 1983.
  981.  
  982.  
  983.  
  984.  
  985. Reynolds & Postel                                              [Page 17]
  986.  
  987.  
  988.  
  989. Assigned Numbers                                                 RFC 870
  990. Documents
  991.  
  992.  
  993.    [28]   Littauer, B., "A Host Monitoring Protocol", IEN 197, Bolt
  994.           Berenak and Newman, September 1981.
  995.  
  996.    [29]   Macgregor, W., and D. Tappan, "The CRONUS Virtual Local
  997.           Network", RFC 824, Bolt Beranek and Newman, 22 August 1982.
  998.  
  999.    [30]   Malis, A., "Logical Addressing Implementation Specification",
  1000.           BBN Report 5256, pp 31-36, May 1983.
  1001.  
  1002.    [31]   Metcalfe, R.M. and D.R. Boggs, "Ethernet: Distributed Packet
  1003.           Switching for Local Computer Networks", Communications of the
  1004.           ACM, 19 (7), pp 395-402, July 1976.
  1005.  
  1006.    [32]   NSW Protocol Committee, "MSG: The Interprocess Communication
  1007.           Facility for the National Software Works", CADD-7612-2411,
  1008.           Massachusetts Computer Associates, BBN 3237, Bolt Beranek and
  1009.           Newman, Revised 24 December 1976.
  1010.  
  1011.    [33]   Plummer, D., "An Ethernet Address Resolution Protocol or
  1012.           Converting Network Protocol Addresses to 48-bit Ethernet
  1013.           Addresses for Transmission on Ethernet Hardware", RFC 826, MIT
  1014.           LCS, November 1982.
  1015.  
  1016.    [34]   Postel, J., "Active Users", RFC 866, USC/Information Sciences
  1017.           Institute, May 1983.
  1018.  
  1019.    [35]   Postel, J., "Character Generator Protocol", RFC 864,
  1020.           USC/Information Sciences Institute, May 1983.
  1021.  
  1022.    [36]   Postel, J., "Daytime Protocol", RFC 867, USC/Information
  1023.           Sciences Institute, May 1983.
  1024.  
  1025.    [37]   Postel, J., "Discard Protocol", RFC 863, USC/Information
  1026.           Sciences Institute, May 1983.
  1027.  
  1028.    [38]   Postel, J., "Echo Protocol", RFC 862, USC/Information Sciences
  1029.           Institute, May 1983.
  1030.  
  1031.    [39]   Postel, J., "File Transfer Protocol", RFC 765, IEN 149,
  1032.           USC/Information Sciences Institute, June 1980.
  1033.  
  1034.    [40]   Postel, J., "Internet Control Message Protocol - DARPA
  1035.           Internet Program Protocol Specification", RFC 792,
  1036.           USC/Information Sciences Institute, September 1981.
  1037.  
  1038.    [41]   Postel, J., "Internet Message Protocol", RFC 759, IEN 113,
  1039.           USC/Information Sciences Institute, August 1980.
  1040.  
  1041.  
  1042.  
  1043. Reynolds & Postel                                              [Page 18]
  1044.  
  1045.  
  1046.  
  1047. Assigned Numbers                                                 RFC 870
  1048. Documents
  1049.  
  1050.  
  1051.    [42]   Postel, J., "Name Server", IEN 116, USC/Information Sciences
  1052.           Institute, August 1979.
  1053.  
  1054.    [43]   Postel, J., "Quote of the Day Protocol", RFC 865,
  1055.           USC/Information Sciences Institute, May 1983.
  1056.  
  1057.    [44]   Postel, J., "Remote Telnet Service", RFC 818, USC/Information
  1058.           Sciences Institute, November 1982.
  1059.  
  1060.    [45]   Postel, J., "Simple Mail Transfer Protocol", RFC 821,
  1061.           USC/Information Sciences Institute, August 1982.
  1062.  
  1063.    [46]   Postel, J., "User Datagram Protocol", RFC 768 USC/Information
  1064.           Sciences Institute, August 1980.
  1065.  
  1066.    [47]   Postel, J., ed., "Internet Protocol - DARPA Internet Program
  1067.           Protocol Specification", RFC 791, USC/Information Sciences
  1068.           Institute, September 1981.
  1069.  
  1070.    [48]   Postel, J., ed., "Transmission Control Protocol - DARPA
  1071.           Internet Program Protocol Specification", RFC 793,
  1072.           USC/Information Sciences Institute, September 1981.
  1073.  
  1074.    [49]   Postel, J., and K. Harrenstien, "Time Protocol", RFC 868,
  1075.           USC/Information Sciences Institute, May 1983.
  1076.  
  1077.    [50]   Postel, J., and J. Reynolds, "Telnet Protocol Specification",
  1078.           RFC 854, USC/Information Sciences Institute, May 1983.
  1079.  
  1080.    [51]   Reed, D., "Protocols for the LCS Network", Local Network Note
  1081.           3, Laboratory for Computer Science, MIT, 29 November 1976.
  1082.  
  1083.    [52]   Reynolds, J. and J. Postel, "Official Protocols", RFC 880,
  1084.           USC/Information Sciences Institute, October 1983.
  1085.  
  1086.    [53]   Rosen, E., "Exterior Gateway Protocol" RFC 827, Bolt Berenak
  1087.           and Newman, October 1982.
  1088.  
  1089.    [54]   Skelton, A., S. Holmgren, and D. Wood, "The MITRE Cablenet
  1090.           Project", IEN 96, April 1979.
  1091.  
  1092.    [55]   Sollins, K., "The TFTP Protocol (Revision 2)", RFC 783,
  1093.           MIT/LCS, June 1981.
  1094.  
  1095.    [56]   Solomon, M., L. Landweber, and D, Neuhengen, "The CSNET Name
  1096.           Server", Computer Networks, v.6, n.3, pp. 161-172, July 1982.
  1097.  
  1098.  
  1099.  
  1100.  
  1101. Reynolds & Postel                                              [Page 19]
  1102.  
  1103.  
  1104.  
  1105. Assigned Numbers                                                 RFC 870
  1106. Documents
  1107.  
  1108.  
  1109.    [57]   Sproull, R., and E. Thomas, "A Networks Graphics Protocol",
  1110.           NIC 24308, 16 August 1974.  Also in [17].
  1111.  
  1112.    [58]   "The Ethernet - A Local Area Network", Version 1.0, Digital
  1113.           Equipment Corporation, Intel Corporation, Xerox Corporation,
  1114.           September 1980.
  1115.  
  1116.    [59]   The High Level Protocol Group, "A Network Independent File
  1117.           Transfer Protocol",  INWG Protocol Note 86, December 1977.
  1118.  
  1119.    [60]   Whelan, D., "The Caltech Computer Science Department Network",
  1120.           5052:DF:82, Caltech Computer Science Department, 1982.
  1121.  
  1122.    [61]   XEROX, "The Ethernet, A Local Area Network: Data Link Layer
  1123.           and Physical Layer Specification", X3T51/80-50, Xerox
  1124.           Corporation, Stamford, CT., October 1980.
  1125.  
  1126.    [62]   XEROX, "Internet Transport Protocols",  XSIS 028112, Xerox
  1127.           Corporation, Stamford, Connecticut, December 1981.
  1128.  
  1129.    
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159. Reynolds & Postel                                              [Page 20]
  1160.  
  1161.  
  1162.  
  1163. Assigned Numbers                                                 RFC 870
  1164. People
  1165.  
  1166.  
  1167.                                  PEOPLE
  1168.                                  ------
  1169.    [AGM]     Andy Malis          BBN       Malis@BBN-UNIX
  1170.    [APS]     Anita Skelton       MITRE     skelton@MITRE
  1171.    [AP]      Alan Parker         NRL       parker@NRL-CSS
  1172.    [AV]      Al Vezza            MIT       AV@MIT-XX
  1173.    [AXG]     Atul Garg           HP        ---none---
  1174.    [BG5]     Bob Gilligan        SRI       Gilligan@SRI-KL
  1175.    [BML]     Barry Leiner        ARPA      Leiner@USC-ISIA
  1176.    [BXA]     Bobby W. Allen      YPG       WYMER@OFFICE
  1177.    [CAK]     Chris Kent          PURDUE    cak@PURDUE
  1178.    [CC2]     Chase Cotton        UDEL      Cotton@Udel-EE
  1179.    [CJW2]    Cliff Weinstein     LL        cjw@LL-11
  1180.    [CLH3]    Charles Hedrick     RUTGERS   Hedrick@RUTGERS
  1181.    [CMR]     Craig Rogers        ISI       Rogers@USC-ISIB
  1182.    [DAM1]    David A. Mosher     UCB       Mosher@BERKELEY
  1183.    [DCP1]    David Plummer       MIT       DCP@MIT-MC
  1184.    [DCT]     Dan Tappan          BBN       Tappan@BBNG
  1185.    [DDC2]    Dave Clark          MIT-LCS   Clark@MIT-Multics
  1186.    [DHH]     Doug Hunt           BBN       DHunt@BBN-Unix
  1187.    [DK2]     Dean B. Krafft      CORNELL   Dean@CORNELL
  1188.    [DLM1]    David Mills         LINKABIT  Mills@USC-ISID
  1189.    [DM11]    Dale McNeill        BBN       mcneill@BBN-Unix
  1190.    [DPR]     David Reed          MIT-LCS   DPR@MIT-XX
  1191.    [DSW]     Dan Whelan          Caltech   Dan@CIT-20
  1192.    [EAK1]    Earl Killian        LLL       EAK@MIT-MC
  1193.    [EAT3]    Ed Taft             XEROX     Taft.PA@PARC-MAXC
  1194.    [EBM]     Eliot Moss          MIT       EBM@MIT-XX
  1195.    [EC5]     Ed Cain             DCEC      cain@EDN-Unix
  1196.    [EF5]     Ed Franceschini     NYU       Franceschini@NYU
  1197.    [EHP]     Ed Perry            SRI       Perry@SRI-KL
  1198.    [FAS]     Fred Segovich       Compion   fred@COMPION-VMS
  1199.    [GEOF]    Geoff Goodfellow    SRI       Geoff@DARCOM-KA
  1200.    [HCF2]    Harry Forsdick      BBN       Forsdick@BBNG
  1201.    [HDC1]    Horst Clausen       DFVLR     Clausen@USC-ISID
  1202.    [HDW2]    Howard Wactlar      CMU       Wactlar@CMU-10B
  1203.    [HH6]     Heidi Heiden        DCA       Heiden@BBNC
  1204.    [HM]      Hank Magnuski       ---       JOSE@PARC-MAXC
  1205.    [JAKE]    Jake Feinler        SRI       Feinler@SRI-KL
  1206.    [JAR4]    Jim Rees            WASHINGTON JIM@WASHINGTON
  1207.    [JAW3]    Jil Westcott        BBN       Westcott@BBNF
  1208.    [JBP]     Jon Postel          ISI       Postel@USC-ISIF
  1209.    [JC11]    Jim Clifford        LANL      jrc@LANL
  1210.    [JCM]     Jeff Mogul          STANFORD  Mogul@SU-SCORE
  1211.    [JD21]    Jonathan Dreyer     BBN       JDreyer@BBN-Unix
  1212.    [JDG]     Jim Guyton          RAND      guyton@RAND-Unix
  1213.    [JEM]     Jim Mathis          SRI       Mathis@SRI-KL
  1214.    [JFH2]    Jack Haverty        BBN       Haverty@BBN-Unix
  1215.  
  1216.  
  1217. Reynolds & Postel                                              [Page 21]
  1218.  
  1219.  
  1220.  
  1221. Assigned Numbers                                                 RFC 870
  1222. People
  1223.  
  1224.  
  1225.    [JGH]     Jim Herman          BBN       Herman@BBN-Unix
  1226.    [JO5]     John O'Donnell      YALE      ODonnell@YALE
  1227.    [JRM1]    John Mullen         MITRE     Mullen@MITRE
  1228.    [JSG5]    Jon Goodridge       BBN       jsg@BBN-UNIX
  1229.    [JWF]     Jim Forgie          LL        Forgie@BBNC
  1230.    [JXS]     Jeffrey R. Schwab   PURDUE    jrs@PURDUE
  1231.    [JZS]     Joanne Sattely      CCA       JZS@CCA
  1232.    [KLH]     Ken Harrenstien     SRI       KLH@NIC
  1233.    [KRS]     Karen Sollins       MIT       Sollins@MIT-XX
  1234.    [LB1]     Liudvikas Bukys     ROCHESTER Bukys@ROCHESTER
  1235.    [LCN]     Lou Nelson          AEROSPACE Lou@AEROSPACE
  1236.    [LCS]     Lou Schreier        SRI       Schreier@USC-ISID
  1237.    [LH2]     Lincoln Hu          COLUMBIA  Hu@Columbia-20
  1238.    [LLG]     Larry Garlick       XEROX     Garlick@PARC-MAXC
  1239.    [LM8]     Liza Martin         MIT-LCS   Martin@MIT-XX
  1240.    [MBG]     Michael Greenwald   MIT-LCS   Greenwald@MIT-Multics
  1241.    [MB]      Michael Brescia     BBN       Brescia@BBN-Unix
  1242.    [MCSJ]    Mike StJohns        AFDSC     StJohns@MIT-MULTICS
  1243.    [MH12]    Mark Horton         ATT       mark@BERKELEY
  1244.    [MHS1]    Marvin Solomon      WISC      Solomon@UWISC
  1245.    [MJM2]    Mike Muuss          BRL       Mike@BRL
  1246.    [MO2]     Michael O'Brien     RAND      OBrien@RAND-Unix
  1247.    [MRC]     Mark Crispin        Stanford  Admin.MRC@SU-SCORE
  1248.    [MXB]     Mark Brown          USC       Mark@USC-ECLB
  1249.    [MXR]     Marshall Rose       Irvine    MRose.UCI@RAND-Relay
  1250.    [NC3]     J. Noel Chiappa     MIT       JNC@MIT-XX
  1251.    [NM]      Neil MacKenzie      RSRE      T45@USC-ISID
  1252.    [NXK]     Neil Katin          HP        hpda.neil@BERKELEY
  1253.    [PK]      Peter Kirstein      UCL       Kirstein@USC-ISIA
  1254.    [PM1]     Paul Mockapetris    ISI       Mockapetris@USC-ISIF
  1255.    [PS3]     Paal Spilling       NDRE      Paal@DARCOM-KA
  1256.    [PXD]     Pieter Ditmars      BBN       pditmars@BBN-UNIX
  1257.    [PXN]     Peter Nellessen     SIEMENS   crtvax!pn@CMU-CS-SPICE
  1258.    [RA11]    Rick Adams          CCI       rlgvax!ra@SEISMO
  1259.    [RB6]     Richard Bisbey      ISI       Bisbey@USC-ISIB
  1260.    [RDB2]    Robert Bressler     BBN       Bressler@BBN-Unix
  1261.    [REK2]    Robert Kahn         ARPA      Kahn@USC-ISIA
  1262.    [RF1]     Randy Frank         UTAH      Frank@UTAH-20
  1263.    [RH6]     Robert Hinden       BBN       Hinden@BBN-Unix
  1264.    [RHT]     Robert Thomas       BBN       BThomas@BBNG
  1265.    [RK1]     Richard Kovalcik    Honeywell Kovalcik@MIT-MULTICS
  1266.    [RLB1]    Bob Brown           USRA      rlb@ames-vmsb
  1267.    [RLH2]    Ronald L. Hartung   NSWC      ron@nswc-wo
  1268.    [RR2]     Raleigh Romine      Teledyne  romine@SEISMO
  1269.    [RS23]    Russel Sandberg     WISC      root@UWISC
  1270.    [RTB]     Bob Braden          UCLA      Braden@USC-ISIA
  1271.    [SC3]     Steve Casner        ISI       Casner@USC-ISIB
  1272.    [SGC]     Steve Chipman       BBN       Chipman@BBNA
  1273.  
  1274.  
  1275. Reynolds & Postel                                              [Page 22]
  1276.  
  1277.  
  1278.  
  1279. Assigned Numbers                                                 RFC 870
  1280. People
  1281.  
  1282.  
  1283.    [SK]      Steve Kille         UCL       UKSAT@USC-ISID
  1284.    [SXM]     Scott Marcus        Spartacus ---none---
  1285.    [TC4]     Tony Cincotta       DTNSRDC   tony@NALCON
  1286.    [WIM]     William Macgregor   BBN       macg@BBN
  1287.    [ZSU]     Zaw-Sing Su         SRI       ZSu@SRI-TSC
  1288.       
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333. Reynolds & Postel                                              [Page 23]
  1334.  
  1335.  
  1336.  
  1337. Assigned Numbers                                                 RFC 870
  1338. APPENDIX A
  1339.  
  1340.  
  1341.                                APPENDIX A
  1342.                                ----------
  1343.  
  1344.    This appendix summarizes the agreements reached by the DDN/PMO and
  1345.    DARPA at a September 1982 meeting concerning the allocation and
  1346.    assignment of the various numbers associated with DoD Protocol
  1347.    Standards and the DARPA Experimental Standards.
  1348.  
  1349.    Recommended policy is summarized for each type of number assignment
  1350.    of concern:
  1351.  
  1352.       Network Identifiers used by the Internet Protocol
  1353.  
  1354.          It is recommended that the available number spaces for class A,
  1355.          B, and C network addresses be allocated among R&D, DoD and
  1356.          commercial uses, and that assignments of these addresses be the
  1357.          responsibility respectively of DARPA, DCA PCCO/DDN and the
  1358.          National Bureau of Standards.  The recommended allocations are
  1359.          given below.
  1360.  
  1361.          Class A (highest-order bit 0)
  1362.  
  1363.             R&D allocation:          8 nets
  1364.             DoD allocation:         24 nets
  1365.             Commercial allocation:  94 nets
  1366.             Reserved Addresses:  0,127
  1367.  
  1368.          Class B (highest-order bits 1-0)
  1369.  
  1370.             R&D allocation:          1024 nets
  1371.             DoD allocation:          3072 nets
  1372.             Commercial allocation:  12286 nets
  1373.             Reserved Addresses:  0,16383
  1374.  
  1375.          Class C (highest-order bits 1-1-0)
  1376.  
  1377.             R&D allocation:           65536 nets
  1378.             DoD allocation:          458725 nets
  1379.             Commercial allocation:  1572862 nets
  1380.             Reserved Addresses:  0,2097151
  1381.  
  1382.          Class D (highest-order bits 1-1-1)
  1383.  
  1384.             All addresses in this class are reserved for future use,
  1385.             possibly in support of multicast services.  They should be
  1386.             allocated to R&D use for the present.
  1387.  
  1388.  
  1389.  
  1390.  
  1391. Reynolds & Postel                                              [Page 24]
  1392.  
  1393.  
  1394.  
  1395. Assigned Numbers                                                 RFC 870
  1396. APPENDIX A
  1397.  
  1398.  
  1399.          Within the R&D community, it will be the policy that network
  1400.          identifiers will only be granted to applicants who show
  1401.          evidence that they are acquiring standard Bolt Beranek and
  1402.          Newman gateway software or have implemented or are acquiring a
  1403.          gateway meeting the Exterior Gateway Protocol requirements.
  1404.          Acquisition of the Berkeley BSD 4.2 UNIX software might be
  1405.          considered evidence of the latter.
  1406.  
  1407.          Experimental networks which later become operational need not
  1408.          be renumbered.  Rather, the identifiers could be moved from R&D
  1409.          to DoD or Commercial status.  Thus, network identifiers may
  1410.          change state among R&D, DoD and commercial, but the number of
  1411.          identifiers allocated to each use should remain within the
  1412.          limits indicated above.  To make possible this fluid
  1413.          assignment, it is recommended that the network identifier
  1414.          spaces not be allocated by simple partition but rather by
  1415.          specific assignment.
  1416.  
  1417.       Protocol Identifiers
  1418.  
  1419.          In general, all assignments will be made by the R&D community,
  1420.          but any numbers which become R&D, DoD, national or
  1421.          international standards will be marked as such in this RFC.
  1422.  
  1423.          Protocol identifiers 0 and 255 are reserved.
  1424.  
  1425.          95 protocol identifiers are allocated for assignment to DoD
  1426.          standards, 32 for R&D use, and 127 for Commercial, national or
  1427.          international standards.
  1428.  
  1429.       Port Numbers
  1430.  
  1431.          A recommendation for allocation and assignment of port numbers
  1432.          is to be developed jointly by representatives of the ICCB and
  1433.          PSTP.
  1434.  
  1435.       ARPANET Link Numbers
  1436.  
  1437.          All unnecessary link number usage will be eliminated by joint
  1438.          effort of the ICCB, PSTP and BBN.
  1439.  
  1440.          BBN will give consideration to the use of link numbers to
  1441.          promote interoperability among various ARPANET interfaces and
  1442.          report to the ICCB, PSTP and DDN/PMO.  Examples of possible
  1443.          interoperability issues are:
  1444.             (i)   interoperability of 1822 and X.25 interfaces
  1445.             (ii)  interoperability of SIP and other interfaces
  1446.             (iii) logical addressing or other special services
  1447.  
  1448.  
  1449. Reynolds & Postel                                              [Page 25]
  1450.  
  1451.  
  1452.  
  1453. Assigned Numbers                                                 RFC 870
  1454. APPENDIX A
  1455.  
  1456.  
  1457.       IP Version Numbers
  1458.  
  1459.          These numbers will be assigned only by the R&D community for
  1460.          the purpose of exploring alternatives in internet protocol
  1461.          service expansion, such as inclusion of stream protocol (ST)
  1462.          services.
  1463.  
  1464.       TCP, IP and Telnet Option Identifiers
  1465.  
  1466.          These numbers will be assigned by the R&D community.  Any
  1467.          permanent or experimental assignments will be identified in the
  1468.          documents specifying those protcols.
  1469.  
  1470.    Implementation:
  1471.  
  1472.       This policy recommendation has not been fully implemented as yet.
  1473.       Currently, Joyce Reynolds is acting coordinator for all number
  1474.       assignments.
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507. Reynolds & Postel                                              [Page 26]
  1508.  
  1509.