home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 900s / rfc900.txt next >
Text File  |  1992-09-22  |  82KB  |  2,495 lines

  1.  
  2.  
  3. Network Working Group                                        J. Reynolds
  4. Request for Comments: 900                                      J. Postel
  5.                                                                      ISI
  6. Obsoletes RFCs:  870, 820,                                     June 1984
  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. Status of this Memo
  16.  
  17.    This memo is an official status report on the numbers used in
  18.    protocols in the ARPA-Internet community.
  19.  
  20. Introduction
  21.  
  22.    This Network Working Group Request for Comments documents the
  23.    currently assigned values from several series of numbers used in
  24.    network protocol implementations.  This RFC will be updated
  25.    periodically, and in any case current information can be obtained
  26.    from Joyce Reynolds.  The assignment of numbers is also handled by
  27.    Joyce.  If you are developing a protocol or application that will
  28.    require the use of a link, socket, port, protocol, network number,
  29.    etc., please contact Joyce to receive a number assignment.
  30.  
  31.       Joyce Reynolds
  32.       USC - Information Sciences Institute
  33.       4676 Admiralty Way
  34.       Marina del Rey, California  90292-6695
  35.  
  36.       Phone: (213) 822-1511
  37.  
  38.       ARPA mail: JKREYNOLDS@USC-ISIF.ARPA
  39.  
  40.    Most of the protocols mentioned here are documented in the RFC series
  41.    of notes.  The more prominent and more generally used are documented
  42.    in the "Internet Protocol Transition Workbook" [31] or in the old
  43.    "ARPANET Protocol Handbook" [32] prepared by the NIC.  Some of the
  44.    items listed are undocumented.  Further information on protocols can
  45.    be found in the memo "Official Protocols" [83].
  46.  
  47.    In all cases the name and mailbox of the responsible individual is
  48.    indicated.  In the lists that follow, a bracketed entry, e.g.,
  49.    [31,iii], at the right hand margin of the page indicates a reference
  50.    for the listed protocol, where the number cites the document and the
  51.    "iii" cites the person.  Whenever possible, this "iii" is a NIC
  52.    Ident.
  53.  
  54.  
  55.  
  56.  
  57. Reynolds & Postel                                               [Page 1]
  58.  
  59.  
  60.  
  61. Assigned Numbers                                                 RFC 900
  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) [31,71].  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 900
  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 USC-ISIF.ARPA in dotted decimal is 010.002.000.052, or
  128.    10.2.0.52.
  129.  
  130.    The dotted decimal notation will be used in the listing of assigned
  131.    network numbers.  The class A networks will have nnn.rrr.rrr.rrr, the
  132.    class B networks will have nnn.nnn.rrr.rrr, and the class C networks
  133.    will have nnn.nnn.nnn.rrr, where nnn represents part or all of a
  134.    network number and rrr represents part or all of a local address.
  135.  
  136.    There are four catagories of users of Internet Addresses: Research,
  137.    Defense, Government (Non-Defense), and Commercial.  To reflect the
  138.    allocation of network identifiers among the categories, a
  139.    one-character code is placed to the left of the network number: R for
  140.    Research, D for Defense, G for Government, and C for Commercial (see
  141.    Appendix A for further details on this division of the network
  142.    identification).
  143.  
  144.    Network numbers are assigned for networks that are connected to the
  145.    ARPA-Internet and DDN-Internet, and for independent networks that use
  146.    the IP family protocols (these are usually commercial).  These
  147.    independent networks are marked with an asterisk preceeding the
  148.    number.
  149.  
  150.    The administrators of independent networks must apply separately for
  151.    permission to interconnect their network with either the
  152.    ARPA-Internet of the DDN-Internet.  Independent networks need not be
  153.    listed in the working tables of either the ARPA-Internet or
  154.    DDN-Internet hosts or gateways.
  155.  
  156.    For various reasons, the assigned numbers of networks are sometimes
  157.    changed.  To ease the transition the old number will be listed for a
  158.    transition period as well.  These "old number" entries will be marked
  159.    with a "T" following the number and preceeding the name, and the
  160.    network name will be suffixed "-TEMP".
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173. Reynolds & Postel                                               [Page 3]
  174.  
  175.  
  176.  
  177. Assigned Numbers                                                 RFC 900
  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 004.rrr.rrr.rrr   SATNET        Atlantic Satellite Network[DM11]
  189.       D 006.rrr.rrr.rrr T YPG-NET-TEMP  Yuma Proving Grounds     [7,BXA]
  190.       D 007.rrr.rrr.rrr T EDN-TEMP      DCEC EDN                   [EC5]
  191.       R 008.rrr.rrr.rrr T BBN-NET-TEMP  BBN Network               [JSG5]
  192.       R 010.rrr.rrr.rrr   ARPANET       ARPANET              [7,32,REK2]
  193.       D 011.rrr.rrr.rrr   DODIIS        DoD INTEL INFO SYS         [AY7]
  194.       C 012.rrr.rrr.rrr   ATT           ATT, Bell Labs            [MH13]
  195.       C 014.rrr.rrr.rrr   PDN           Public Data Network       [REK4]
  196.       R 018.rrr.rrr.rrr T MIT-TEMP      MIT Network         [15,82,DDC2]
  197.       D 023.rrr.rrr.rrr   DDN-TC-NET    DDN-TestCell-Network       [DXH]
  198.       D 024.rrr.rrr.rrr   MINET         MINET                    [7,DHH]
  199.       R 025.rrr.rrr.rrr   RSRE-EXP      RSRE Experimental           [NM]
  200.       D 026.rrr.rrr.rrr   MILNET        MILNET                    [FLM2]
  201.       R 027.rrr.rrr.rrr T NOSC-LCCN-TEMPNOSC / LCCN                [RH6]
  202.       R 028.rrr.rrr.rrr   WIDEBAND      Wide Band Satellite Net   [CJW2]
  203.       R 032.rrr.rrr.rrr   UCL-TAC       UCL TAC                     [PK]
  204.       R 036.rrr.rrr.rrr T SU-NET-TEMP   Stanford University Network[JCM]
  205.       R 039.rrr.rrr.rrr T SRINET-TEMP   SRI Local Network         [GEOF]
  206.       R 041.rrr.rrr.rrr   BBN-TEST-A    BBN-GATE-TEST-A            [RH6]
  207.       R 044.rrr.rrr.rrr   AMPRNET       Amateur Radio Experiment Net[HM]
  208.         001.rrr.rrr.rrr-003.rrr.rrr.rrr Unassigned                 [JBP]
  209.         005.rrr.rrr.rrr                 Unassigned                 [JBP]
  210.         009.rrr.rrr.rrr                 Unassigned                 [JBP]
  211.         013.rrr.rrr.rrr                 Unassigned                 [JBP]
  212.         015.rrr.rrr.rrr-017.rrr.rrr.rrr Unassigned                 [JBP]
  213.         019.rrr.rrr.rrr-022.rrr.rrr.rrr Unassigned                 [JBP]
  214.         029.rrr.rrr.rrr-031.rrr.rrr.rrr Unassigned                 [JBP]
  215.         033.rrr.rrr.rrr-035.rrr.rrr.rrr Unassigned                 [JBP]
  216.         037.rrr.rrr.rrr-038.rrr.rrr.rrr Unassigned                 [JBP]
  217.         040.rrr.rrr.rrr                 Unassigned                 [JBP]
  218.         042.rrr.rrr.rrr-043.rrr.rrr.rrr Unassigned                 [JBP]
  219.         045.rrr.rrr.rrr-126.rrr.rrr.rrr Unassigned                 [JBP]
  220.         127.rrr.rrr.rrr                 Reserved                   [JBP]
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. Reynolds & Postel                                               [Page 4]
  232.  
  233.  
  234.  
  235. Assigned Numbers                                                 RFC 900
  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         [JS38]
  247.       R 128.004.rrr.rrr   DCNET         LINKABIT DCNET         [52,DLM1]
  248.       R 128.005.rrr.rrr   FORDNET       FORD DCNET             [52,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 [52,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         [48,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                  [7,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.       R 128.029.rrr.rrr   MITRE         MITRE Cablenet          [86,APS]
  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            [43,44,RK1]
  279.       R 128.036.rrr.rrr   YALE-NET      YALE NET                [96,JO5]
  280.       D 128.037.rrr.rrr   YPG-NET       Yuma Proving Grounds     [7,BXA]
  281.       D 128.038.rrr.rrr   NSWC-NET      NSWC Local Host Net       [RLH2]
  282.       R 128.039.rrr.rrr   NTANET        NDRE-TIU                   [PS3]
  283.       R 128.040.rrr.rrr   UCL-NET-A     UCL                        [RC7]
  284.       R 128.041.rrr.rrr   UCL-NET-B     UCL                        [RC7]
  285.       R 128.042.rrr.rrr   RICE-NET      Rice University Net  [52,96,PGM]
  286.       R 128.043.rrr.rrr   CRANET        CANADA REF ARPANET      [7,JR17]
  287.  
  288.  
  289. Reynolds & Postel                                               [Page 5]
  290.  
  291.  
  292.  
  293. Assigned Numbers                                                 RFC 900
  294. Network Numbers
  295.  
  296.  
  297.       D 128.044.rrr.rrr   WSMR-NET      White Sands Network        [TBS]
  298.       D 128.045.rrr.rrr   DODIIS-S1     DoD INTEL INFO SYS         [AY5]
  299.       D 128.046.rrr.rrr   DODIIS-S2     DoD INTEL INFO SYS         [AY5]
  300.       D 128.047.rrr.rrr   TACTNET       Tactical Packet Net      [6,KTP]
  301.       C*128.048.rrr.rrr   UCDLA-NET     UCDLA MELVYL Network     [7,CXL]
  302.       R 128.049.rrr.rrr   NOSC-ETHER    NOSC Ethernet          [96,RLB3]
  303.       G 128.050.rrr.rrr   COINS Network COINS On-Line Intel Net    [RXS]
  304.       G 128.051.rrr.rrr   COINSTNET     COINS TEST NETWORK         [RXS]
  305.       R 128.052.rrr.rrr   MIT-AI-NET    MIT AI NET              [96,MDC]
  306.       R 128.053.rrr.rrr   SAC-PR-2      SAC PRNET Number 2         [BG5]
  307.         128.054.rrr.rrr-191.254.rrr.rrr Unassigned                 [JBP]
  308.         191.255.rrr.rrr                 Reserved                   [JBP]
  309.  
  310.    Class C Networks
  311.  
  312.       * Internet Address  Name          Network               References
  313.       - ----------------  ----          -------               ----------
  314.         192.000.000.rrr                 Reserved                   [JBP]
  315.       R 192.000.001.rrr   BBN-TEST-C    BBN-GATE-TEST-C            [RH6]
  316.         192.000.002.rrr-192.000.255.rrr Unassigned                 [JBP]
  317.       R 192.001.000.rrr-192.003.255.rrr BBN local networks         [SGC]
  318.         192.004.000.rrr-192.004.255.rrr Unassigned                 [JBP]
  319.       R 192.005.001.rrr   CISLHYPERNET  Honeywell                  [RK1]
  320.       R 192.005.002.rrr   WISC          Univ of Wisconsin Madison [RS23]
  321.       C 192.005.003.rrr   HP-DESIGN-AIDS HP Design Aids            [NXK]
  322.       C 192.005.004.rrr   HP-TCG-UNIX   Hewlett Packard TCG Unix   [NXK]
  323.       R 192.005.005.rrr   DEC-MRNET     DEC Marlboro Ethernet   [92,KWP]
  324.       R 192.005.006.rrr   DEC-MRRAD     DEC Marlboro Developmt  [92,KWP]
  325.       R 192.005.007.rrr   CIT-CS-NET    Caltech-CS-Net          [95,DSW]
  326.       R 192.005.008.rrr   WASHINGTON    University of Washington  [JAR4]
  327.       R 192.005.009.rrr   AERONET       Aerospace Labnet         [2,LCN]
  328.       R 192.005.010.rrr   ECLNET        USC-ECL-CAMPUS-NET         [MXB]
  329.       R 192.005.011.rrr   CSS-RING      SEISMIC-RESEARCH-NET       [RR2]
  330.       R 192.005.012.rrr   UTAH-NET      UTAH-COMPUTER-SCIENCE-NET  [RF1]
  331.       R 192.005.013.rrr   CCNET         Compion Network         [96,FAS]
  332.       R 192.005.014.rrr   RAND-NET      RAND Network            [96,JDG]
  333.       R 192.005.015.rrr   NYU-NET       NYU Network                [EF5]
  334.       R 192.005.016.rrr   LANL-LAND     Los Alamos Dev LAN     [96,JC11]
  335.       R 192.005.017.rrr   NRL-NET       Naval Research Lab          [AP]
  336.       R 192.005.018.rrr   IPTO-NET      ARPA-IPTO Office Net      [REK2]
  337.       R 192.005.019.rrr   UCIICS        UCI-ICS Res Net            [MXR]
  338.       R 192.005.020.rrr   CISLTTYNET    Honeywell                  [RK1]
  339.       D 192.005.021.rrr   BRLNET1       BRLNET1                 [7,MJM2]
  340.       D 192.005.022.rrr   BRLNET2       BRLNET2                 [7,MJM2]
  341.       D 192.005.023.rrr   BRLNET3       BRLNET3                 [7,MJM2]
  342.       D 192.005.024.rrr   BRLNET4       BRLNET4                 [7,MJM2]
  343.       D 192.005.025.rrr   BRLNET5       BRLNET5                 [7,MJM2]
  344.       D 192.005.026.rrr   NSRDCOA-NET   NSRDC Office Auto Net      [TC4]
  345.  
  346.  
  347. Reynolds & Postel                                               [Page 6]
  348.  
  349.  
  350.  
  351. Assigned Numbers                                                 RFC 900
  352. Network Numbers
  353.  
  354.  
  355.       D 192.005.027.rrr   DTNSRDC-NET   DTNSRDC-NET                [TC4]
  356.       R 192.005.028.rrr   RSRE-NULL     RSRE-NULL                   [NM]
  357.       R 192.005.029.rrr   RSRE-ACC      RSRE-ACC                    [NM]
  358.       R 192.005.030.rrr   RSRE-PR       RSRE-PR                     [NM]
  359.       R*192.005.031.rrr   SIEMENS-NET   Siemens Research Network   [PXN]
  360.       R 192.005.032.rrr   CISLTESTNET2  Honeywell            [43,44,RK1]
  361.       R 192.005.033.rrr   CISLTESTNET3  Honeywell            [27,28,RK1]
  362.       R 192.005.034.rrr   CISLTESTNET4  Honeywell            [27,28,RK1]
  363.       R 192.005.035.rrr   RIACS         USRA                   [96,RLB1]
  364.       R 192.005.036.rrr   CORNELL-CS    CORNELL CS Research     [96,DK2]
  365.       R 192.005.037.rrr   UR-CS-NET     U of R CS 3Mb Net       [51,LB1]
  366.       R 192.005.038.rrr   SRI-C3ETHER   SRI-AITAD C3ETHERNET    [96,BG5]
  367.       R 192.005.039.rrr   UDEL-EECIS    Udel EECIS LAN          [93,CC2]
  368.       R 192.005.040.rrr   PUCC-NET-A    PURDUE Comp Cntr Net       [JXS]
  369.       D 192.005.041.rrr   WISLAN        WIS Research LAN       [86,JRM1]
  370.       D 192.005.042.rrr   AFDSC-HYPER   AFDSC Hypernet            [MCSJ]
  371.       R 192.005.043.rrr   CUCSNET       Columbia CS Net         [96,LH2]
  372.       R 192.005.044.rrr   Farber-PC-Net Farber PC Network          [DJF]
  373.       R 192.005.045.rrr   AIDS-NET      AI&DS Network            [96,HA]
  374.       R 192.005.046.rrr   NTA-RING      NDRE-RING                  [PS3]
  375.       R 192.005.047.rrr   NSRDC         NSRDC                      [PXM]
  376.       R 192.005.048.rrr   PURDUE-CS-IL  Purdue CS IL Ethernet   [96,CAK]
  377.       R 192.005.049.rrr   UCSF          Univ of Calif, San Fran [93,TXF]
  378.       R 192.005.050.rrr   CTH-CS-NET    Chalmers CSN Local Net  [93,UXB]
  379.       R 192.005.051.rrr   Theorynet     Cornell Theory Center  [96,AB13]
  380.       R 192.005.052.rrr   NLM-ETHER     NLM-LHNCBC-ETHERNET     [71,JA1]
  381.       R 192.005.053.rrr   UR-CS-ETHER   U of R CS 10Mb Net      [51,LB1]
  382.       R 192.005.054.rrr   AERO-A6       Aerospace                [2,LCN]
  383.       R 192.005.055.rrr   UCLA-CECS     UCLA-CECS Network       [96,RBW]
  384.       C 192.005.056.rrr   TARTAN-NET    Tartan Labs                [SXB]
  385.       R 192.005.057.rrr   UDEL-CC       UDEL Comp Center        [93,RXR]
  386.       R 192.005.058.rrr   CSNET-PDN     CSNET X.25 Network     [47,RDR4]
  387.       R*192.005.059.rrr   Inria SM90    Inria GIP SM-90            [MXS]
  388.       R*192.005.060.rrr   SM90 X1       Inria SM-90 exp. 1         [MXS]
  389.       R*192.005.061.rrr   SM90 X2       Inria SM-90 exp. 2         [MXS]
  390.       R*192.005.062.rrr   LITP SM90     LITP SM-90                 [MXS]
  391.       R 192.005.064.rrr   AMES-NAS-NET  NASA ARC NAS LAN       [92, MXF]
  392.       R 192.005.065.rrr   NPRDC-Ether   NPRDC TRCF Ethernet        [LRB]
  393.       R 192.005.066.rrr   HARV-NET      Harvard Comp Sci Net      [SXB1]
  394.       R 192.005.067.rrr   CECOM-ETHER   CECOM ADDCOMPE ETHER    [93,GXH]
  395.       R 192.005.068.rrr   AERO-130      AEROSPACE-130              [LCN]
  396.       R 192.005.069.rrr   UIUC-NET      Univ of IL at Urbana    [96,AXC]
  397.       G 192.005.070.rrr   CELAN         COINS Exper. LAN           [MXM]
  398.       R 192.005.071.rrr   SAC-ETHER     SAC C3 Ethernet         [96,BG5]
  399.       R*192.005.072.rrr-192.005.087.rrr U Chicago                  [TXN]
  400.       R 192.005.088.rrr   YALE-EE-NET   YALE-EE-NET            [96,AXG1]
  401.       R 192.005.089.rrr   UTEXAS        U. Texas Austin Net    [96,JSQ1]
  402.         192.005.090.rrr-192.005.255.rrr Unassigned                 [JBP]
  403.  
  404.  
  405. Reynolds & Postel                                               [Page 7]
  406.  
  407.  
  408.  
  409. Assigned Numbers                                                 RFC 900
  410. Network Numbers
  411.  
  412.  
  413.       C*192.006.000.rrr-192.006.255.rrr Hewlett Packard            [AXG]
  414.       C*192.007.000.rrr-192.007.255.rrr Computer Consoles, Inc.   [RA11]
  415.       C*192.008.000.rrr-192.008.255.rrr Spartacus Computers, Inc.  [SXM]
  416.       C*192.009.000.rrr-192.009.255.rrr SUN Microsystem, Inc.      [WNJ]
  417.       C*192.010.000.rrr-192.010.040.rrr Symbolics, Inc.            [CH2]
  418.       R 192.010.041.rrr   SCRC-ETHERNET SCRC ETHERNET           [96,CH2]
  419.       C*192.010.042.rrr-192.010.255.rrr Symbolics, Inc.            [CH2]
  420.       C*192.011.000.rrr-192.011.255.rrr ATT, Bell Labs            [MH12]
  421.       C*192.012.000.rrr   CADMUS        CADMUS-NET                 [MS9]
  422.       C*192.012.001.rrr   CADMUS-EXP-1  CADMUS-NET-EXP-1           [MS9]
  423.       C*192.012.002.rrr   CADMUS-EXP-2  CADMUS-NET-EXP-2           [MS9]
  424.       C*192.012.003.rrr   FLAIR         Fairchild AI Lab Net   [96,AMS1]
  425.       C*192.012.004.rrr   SCG-NET       Hughes SCG Net          [96,MXP]
  426.         192.012.005.rrr-223.255.254.rrr Unassigned                 [JBP]
  427.         223.255.255.rrr                 Reserved                   [JBP]
  428.  
  429.    Other Reserved Internet Addresses
  430.  
  431.       * Internet Address  Name          Network               References
  432.       - ----------------  ----          -------               ----------
  433.         224.000.000.000-255.255.255.255 Reserved                   [JBP]
  434.  
  435.    Network Totals
  436.  
  437.       Assigned for the ARPA-Internet and the DDN-Internet
  438.  
  439.          Class         A         B         C     Total
  440.  
  441.          Research      7        36       824       867
  442.  
  443.          Defense       4        14         9        27
  444.  
  445.          Government    0         2         1         3
  446.  
  447.          Commercial    2         0         3         5
  448.  
  449.          Total        13        52       837       902
  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 900
  468. Network Numbers
  469.  
  470.  
  471.       Allocated for Internet and Independent Uses
  472.  
  473.          Class         A         B         C     Total
  474.  
  475.          Research      7        36       845       888
  476.  
  477.          Defense       4        14         9        27
  478.  
  479.          Government    0         2         1         3
  480.  
  481.          Commercial    2         1      1543      1546
  482.  
  483.          Total        13        53      2398      2464
  484.  
  485.       Maximum Allowed
  486.  
  487.          Class         A         B         C     Total
  488.  
  489.          Research      8      1024     65536     66568
  490.  
  491.          Defense      24      3072    458752    461848
  492.  
  493.          Government   24      3072    458752    461848
  494.  
  495.          Commercial   74      9214   1114137   1123394
  496.  
  497.          Total       126     16382   2097150   2113658
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521. Reynolds & Postel                                               [Page 9]
  522.  
  523.  
  524.  
  525. Assigned Numbers                                                 RFC 900
  526. Version Numbers
  527.  
  528.  
  529.                         ASSIGNED VERSION NUMBERS
  530.  
  531.    In the Internet Protocol (IP) [31,71] there is a field to identify
  532.    the version of the internetwork general protocol.  This field is 4
  533.    bits in size.
  534.  
  535.    Assigned Internet Version Numbers
  536.  
  537.       Decimal   Keyword    Version                            References
  538.       -------   -------    -------                            ----------
  539.           0                Reserved                                [JBP]
  540.         1-3                Unassigned                              [JBP]
  541.           4       IP       Internet Protocol                 [31,71,JBP]
  542.           5       ST       ST Datagram Mode                     [34,JWF]
  543.        6-14                Unassigned                              [JBP]
  544.          15                Reserved                                [JBP]
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  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 900
  584. Protocol Numbers
  585.  
  586.  
  587.                        ASSIGNED PROTOCOL NUMBERS
  588.  
  589.    In the Internet Protocol (IP) [31,71] there is a field, called
  590.    Protocol, to identify the the next level protocol.  This is an 8 bit
  591.    field.
  592.  
  593.    Assigned Internet Protocol Numbers
  594.  
  595.       Decimal    Keyword     Protocol                         References
  596.       -------    -------     --------                         ----------
  597.            0                 Reserved                              [JBP]
  598.            1      ICMP       Internet Control Message           [63,JBP]
  599.            2                 Unassigned                            [JBP]
  600.            3      GGP        Gateway-to-Gateway                  [42,MB]
  601.            4                 Unassigned                            [JBP]
  602.            5      ST         Stream                             [34,JWF]
  603.            6      TCP        Transmission Control            [31,72,JBP]
  604.            7                 UCL                                    [PK]
  605.            8      EGP        Exterior Gateway Protocol         [85,DLM1]
  606.            9      IGP        any private interior gateway          [JBP]
  607.           10                 BBN RCC Monitoring                    [SGC]
  608.           11      NVP-II     Network Voice Protocol             [16,SC3]
  609.           12                 PUP                                [11,HGM]
  610.           13                 ARGUS                                [RWS4]
  611.           14                 Unassigned                            [JBP]
  612.           15      XNET       Cross Net Debugger                [40,JFH2]
  613.           16                 Chaos Stream                          [NC3]
  614.           17      UDP        User Datagram                   [31,70,JBP]
  615.           18      MUX        Multiplexing                       [17,JBP]
  616.           19                 DCN Measurement Subsystems           [DLM1]
  617.           20      HMP        Host Monitoring                    [41,RH6]
  618.           21                 Packet Radio Measurement              [ZSU]
  619.           22                 XEROX NS IDP                       [97,LLG]
  620.           23                 Trunk-1                               [BML]
  621.           24                 Trunk-2                               [BML]
  622.           25                 Leaf-1                                [BML]
  623.           26                 Leaf-2                                [BML]
  624.        27-60                 Unassigned                            [JBP]
  625.           61                 any host internal protocol            [JBP]
  626.           62                 CFTP                              [35,HCF2]
  627.           63                 any local network                     [JBP]
  628.           64                 SATNET and Backroom EXPAK            [DM11]
  629.           65                 MIT Subnet Support                    [NC3]
  630.           66     RVD         MIT Remote Virtual Disk Protocol      [MBG]
  631.           67                 Internet Pluribus Packet Core        [DM11]
  632.           68                 Unassigned                            [JBP]
  633.           69                 SATNET Monitoring                    [DM11]
  634.           70                 Unassigned                            [JBP]
  635.  
  636.  
  637. Reynolds & Postel                                              [Page 11]
  638.  
  639.  
  640.  
  641. Assigned Numbers                                                 RFC 900
  642. Protocol Numbers
  643.  
  644.  
  645.           71                 Internet Packet Core Utility         [DM11]
  646.        72-75                 Unassigned                            [JBP]
  647.           76                 Backroom SATNET Monitoring           [DM11]
  648.           77                 Unassigned                            [JBP]
  649.           78                 WIDEBAND Monitoring                  [DM11]
  650.           79                 WIDEBAND EXPAK                       [DM11]
  651.       80-254                 Unassigned                            [JBP]
  652.          255                 Reserved                              [JBP]
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695. Reynolds & Postel                                              [Page 12]
  696.  
  697.  
  698.  
  699. Assigned Numbers                                                 RFC 900
  700. Port Numbers
  701.  
  702.  
  703.                          ASSIGNED PORT NUMBERS
  704.  
  705.    Ports are used in the TCP [31,72] to name the ends of logical
  706.    connections which carry long term conversations.  For the purpose of
  707.    providing services to unknown callers, a service contact port is
  708.    defined.  This list specifies the port used by the server process as
  709.    its contact port.  The contact port is sometimes called the
  710.    "well-known port".
  711.  
  712.    To the extent possible, these same port assignments are used with the
  713.    UDP [31,70].
  714.  
  715.    The assigned ports use a small portion of the possible port numbers.
  716.    The assigned ports have all except the low order eight bits cleared
  717.    to zero.  The low order eight bits are specified here.
  718.  
  719.    Port Assignments:
  720.  
  721.       Decimal   Keyword   Description                         References
  722.       -------   -------   -----------                         ----------
  723.       0                   Reserved                                 [JBP]
  724.       1-4                 Unassigned                               [JBP]
  725.       5          RJE      Remote Job Entry                   [13,32,JBP]
  726.       7          ECHO     Echo                                  [61,JBP]
  727.       9          DISCARD  Discard                               [60,JBP]
  728.       11         USERS    Active Users                          [56,JBP]
  729.       13         DAYTIME  Daytime                               [59,JBP]
  730.       15         NETSTAT  Who is up or NETSTAT                     [JBP]
  731.       17         QUOTE    Quote of the Day                      [66,JBP]
  732.       19         CHARGEN  Character Generator                   [58,JBP]
  733.       20         FTP      File Transfer [Default Data]       [31,62,JBP]
  734.       21         FTP      File Transfer [Control]            [31,62,JBP]
  735.       23         TELNET   Telnet                                [78,JBP]
  736.       25         SMTP     Simple Mail Transfer               [31,68,JBP]
  737.       27                  NSW User System FE                    [18,RHT]
  738.       29                  MSG ICP                               [54,RHT]
  739.       31                  MSG Authentication                    [54,RHT]
  740.       33                  Unassigned                               [JBP]
  741.       35                  Any Printer Server                       [JBP]
  742.       37         TIME     Time                                  [74,JBP]
  743.       39         RLP      Resource Location Protocol              [1,MA]
  744.       41         GRAPHICS Graphics                           [32,90,JBP]
  745.       42       NAMESERVER Host Name Server                   [31,65,JBP]
  746.       43         NICNAME  Who Is                            [31,39,JAKE]
  747.       44                  MPM FLAGS Protocol                       [JBP]
  748.       45         MPM      Message Processing Module [recv]      [64,JBP]
  749.       46         MPM      MPM [default send]                    [64,JBP]
  750.       47                  NI FTP                                 [94,SK]
  751.  
  752.  
  753. Reynolds & Postel                                              [Page 13]
  754.  
  755.  
  756.  
  757. Assigned Numbers                                                 RFC 900
  758. Port Numbers
  759.  
  760.  
  761.       49                  Login Host Protocol                      [PXD]
  762.       51                  IMP Logical Address Maintenance       [50,AGM]
  763.       53         DOMAIN   Domain Name Server                       [PM1]
  764.       55                  ISI Graphics Language                 [10,RB6]
  765.       57                  Any Private Terminal Access              [JBP]
  766.       59                  Any Private File Service                 [JBP]
  767.       61                  NI MAIL                                 [8,SK]
  768.       63                  VIA Systems - FTP                        [DXD]
  769.       65                  Unassigned                               [JBP]
  770.       67                  Unassigned                               [JBP]
  771.       69         TFTP     Trivial File Transfer              [31,87,KRS]
  772.       71         NETRJS   Remote Job Service                 [12,32,RTB]
  773.       72         NETRJS   Remote Job Service                 [12,32,RTB]
  774.       73         NETRJS   Remote Job Service                 [12,32,RTB]
  775.       74         NETRJS   Remote Job Service                 [12,32,RTB]
  776.       75                  Any Private Dial Out Service             [JBP]
  777.       77                  Any Private RJE Service                  [JBP]
  778.       79         FINGER   Finger                             [32,37,KLH]
  779.       81                  HOSTS2 Name Server                      [EAK1]
  780.       83                  MIT ML Device                            [DPR]
  781.       85                  MIT ML Device                            [DPR]
  782.       87                  Any Private Terminal Link                [JBP]
  783.       89                  SU/MIT Telnet Gateway                    [MRC]
  784.       91                  MIT Dover Spooler                        [EBM]
  785.       93                  Device Control Protocol                  [DCT]
  786.       95         SUPDUP   SUPDUP                                [21,MRC]
  787.       97                  Unassigned                               [JBP]
  788.       99                  Metagram Relay                          [GEOF]
  789.       101        HOSTNAME NIC Host Name Server              [31,38,JAKE]
  790.       103                 Unassigned                               [JBP]
  791.       105        CSNET-NS Mailbox Name Nameserver              [88,MHS1]
  792.       107        RTELNET  Remote Telnet Service                 [67,JBP]
  793.       109        POP      Post Office Protocol                     [JBP]
  794.       110-129             Unassigned                               [JBP]
  795.       131                 Unassigned                               [JBP]
  796.       132-223             Reserved                                 [JBP]
  797.       224-241             Unassigned                               [JBP]
  798.       243                 Survey Measurement                      [9,AV]
  799.       245                 LINK                                 [14,RDB2]
  800.       247-255             Unassigned                               [JBP]
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811. Reynolds & Postel                                              [Page 14]
  812.  
  813.  
  814.  
  815. Assigned Numbers                                                 RFC 900
  816. Autonomous System Numbers
  817.  
  818.  
  819.                    ASSIGNED AUTONOMOUS SYSTEM NUMBERS
  820.  
  821.    The Exterior Gateway Protocol (EGP) [85,84] specifies that groups of
  822.    gateways may form autonomous systems.  The EGP provides a 16-bit
  823.    field for identifying such systems.  The values of this field are
  824.    registered here.
  825.  
  826.    Autonomous System Numbers:
  827.  
  828.       Decimal   Name                                          References
  829.       -------   ----                                          ----------
  830.             0   Reserved                                           [JBP]
  831.             1   The BBN Gateways                                    [MB]
  832.             2   DCN-AS                                            [DLM1]
  833.             3   The MIT Gateways                                   [LM8]
  834.             4   ISI-AS                                             [PXK]
  835.             5   Symbolics                                          [CH2]
  836.             6   HIS-Multics                                    [BIM,RK1]
  837.             7   UK-MOD                                            [RNM1]
  838.             8   RICE-AS                                            [PGM]
  839.             9   CMU-ROUTER                                          [MA]
  840.       10-65534  Unassigned                                         [JBP]
  841.         65535   Reserved                                           [JBP]
  842.  
  843.  
  844.  
  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 900
  874. ARPANET Logical Addresses
  875.  
  876.  
  877.                    ASSIGNED ARPANET LOGICAL ADDRESSES
  878.  
  879.    The ARPANET facility for "logical addressing" is described in RFC 878
  880.    [49].  A portion of the possible logical addresses are reseved for
  881.    standard uses.
  882.  
  883.    There are 49,152 possible logical host addresses.  Of these, 256 are
  884.    reserved for assignment to well-known functions.  Assignments for
  885.    well-known functions are made by Joyce Reynolds.  Assignments for
  886.    other logical host addresses are made by the NIC.
  887.  
  888.    Logical Address Assignments:
  889.  
  890.       Decimal    Description                                  References
  891.       -------    -----------                                  ----------
  892.       0          Reserved                                          [JBP]
  893.       1          The BBN Gateways                                   [MB]
  894.       2-255      Unassigned                                        [JBP]
  895.       256        Reserved                                          [JBP]
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927. Reynolds & Postel                                              [Page 16]
  928.  
  929.  
  930.  
  931. Assigned Numbers                                                 RFC 900
  932. ARPANET Link Numbers
  933.  
  934.  
  935.                      ASSIGNED ARPANET LINK NUMBERS
  936.  
  937.    The word "link" here refers to a field in the original ARPANET
  938.    Host/IMP interface leader.  The link was originally defined as an
  939.    8-bit field.  Later specifications defined this field as the
  940.    "message-id" with a length of 12 bits.  The name link now refers to
  941.    the high order 8 bits of this 12-bit message-id field.  The Host/IMP
  942.    interface is defined in BBN Report 1822 [7].
  943.  
  944.    The low-order 4 bits of the message-id field are called the sub-link.
  945.    Unless explicitly specified otherwise for a particular protocol,
  946.    there is no sender to receiver significance to the sub-link.  The
  947.    sender may use the sub-link in any way he chooses (it is returned in
  948.    the RFNM by the destination IMP), the receiver should ignore the
  949.    sub-link.
  950.  
  951.    Link Assignments:
  952.  
  953.       Decimal   Description                                   References
  954.       -------   -----------                                   ----------
  955.       0         Reserved                                           [JBP]
  956.       1-149     Unassigned                                         [JBP]
  957.       150       Xerox NS IDP                                    [97,LLG]
  958.       151       Unassigned                                         [JBP]
  959.       152       PARC Universal Protocol                         [11,HGM]
  960.       153       TIP Status Reporting                               [JGH]
  961.       154       TIP Accounting                                     [JGH]
  962.       155       Internet Protocol [regular]                  [31,71,JBP]
  963.       156-158   Internet Protocol [experimental]             [31,71,JBP]
  964.       159       Figleaf Link                                      [JBW1]
  965.       160-195   Unassigned                                         [JBP]
  966.       196-247   Experimental Protocols                             [JBP]
  967.       248-255   Network Maintenance                                [JGH]
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985. Reynolds & Postel                                              [Page 17]
  986.  
  987.  
  988.  
  989. Assigned Numbers                                                 RFC 900
  990. IEEE 802 SAP Numbers
  991.  
  992.  
  993.                     IEEE 802 SAP NUMBERS OF INTEREST
  994.  
  995.    Many of the networks of all classes are IEEE 802 Networks.  These
  996.    systems use a Service Access Point field in much the same way the
  997.    ARPANET uses the "link" field.
  998.  
  999.    Assignments:
  1000.  
  1001.       Service Access Point               Description          References
  1002.       --------------------               -----------          ----------
  1003.       decimal  binary
  1004.          96   01100000                   DOD IP              [31,70,JBP]
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043. Reynolds & Postel                                              [Page 18]
  1044.  
  1045.  
  1046.  
  1047. Assigned Numbers                                                 RFC 900
  1048. Ethernet Numbers
  1049.  
  1050.  
  1051.                       ETHERNET NUMBERS OF INTEREST
  1052.  
  1053.    Many of the networks of all classes are Ethernets (10Mb) or
  1054.    Experimental Ethernets (3Mb).  These systems use a message "type"
  1055.    field in much the same way the ARPANET uses the "link" field.
  1056.  
  1057.    Assignments:
  1058.  
  1059.       Ethernet          Exp. Ethernet    Description          References
  1060.       -------------     -------------   -----------           ----------
  1061.       decimal  Hex      decimal  octal
  1062.          512   0200        512   1000   XEROX PUP                [1,HGM]
  1063.         1536   0600       1536   3000   XEROX NS IDP            [97,LLG]
  1064.         2048   0800        513   1001   DOD IP              [131,71,JBP]
  1065.         2049   0801        -      -     X.75 Internet              [LLG]
  1066.         2050   0802        -      -     NBS Internet               [LLG]
  1067.         2051   0803        -      -     ECMA Internet              [LLG]
  1068.         2052   0804        -      -     Chaosnet                   [LLG]
  1069.         2053   0805        -      -     X.25 Level 3               [LLG]
  1070.         2054   0806        -      -     Address Res            [55,DCP1]
  1071.         2076   081C        -      -     Symbolics Private         [DCP1]
  1072.        32771   8003        -      -     Cronus VLN              [91,DCT]
  1073.        32772   8004        -      -     Cronus Direct           [91,DCT]
  1074.        32774   8006        -      -     Nestar                     [LLG]
  1075.        36864   9000        -      -     Loopback                   [LLG]
  1076.  
  1077.    The standard for transmission of IP datagrams over Ethernets and
  1078.    Experimental Ethernets is specified in RFC 894 [41] and RFC 895 [57]
  1079.    respectively.
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101. Reynolds & Postel                                              [Page 19]
  1102.  
  1103.  
  1104.  
  1105. Assigned Numbers                                                 RFC 900
  1106. Address Resolution Protocol
  1107.  
  1108.  
  1109.             ASSIGNED ADDRESS RESOLUTION PROTOCOL PARAMETERS
  1110.  
  1111.    The Address Resolution Protocol (ARP) specified in RFC 826 [55] has
  1112.    several parameters.  The assigned values for these parameters are
  1113.    listed here.
  1114.  
  1115.    Assignments:
  1116.  
  1117.       Operation Code (op)
  1118.  
  1119.          1   REQUEST
  1120.          2   REPLY
  1121.  
  1122.       Hardware Type (hrd)
  1123.  
  1124.          1   ETHERNET (10Mb)
  1125.          2   EXPERIMENTAL ETHERNET (3Mb)
  1126.  
  1127.       Protocol Type (pro)
  1128.  
  1129.          Use the same codes as listed in the section called "Ethernet
  1130.          Numbers of Interest".
  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 900
  1164. Public Data Network Numbers
  1165.  
  1166.  
  1167.                   ASSIGNED PUBLIC DATA NETWORK NUMBERS
  1168.  
  1169.    One of the Internet Class A Networks is the international system of
  1170.    Public Data Networks.  This section lists the mapping between the
  1171.    Internet Addresses and the Public Data Network Addresses (X.121).
  1172.  
  1173.    Assignments:
  1174.  
  1175.       Internet           Public Data Net    Description       References
  1176.       ---------------   -----------------   -----------       ----------
  1177.       014.000.000.000                       Reserved               [JBP]
  1178.       014.000.000.001   3110-317-00035 00   PURDUE-TN              [CAK]
  1179.       014.000.000.002   3110-608-00027 00   UWISC-TN               [CAK]
  1180.       014.000.000.003   3110-302-00024 00   UDEL-TN                [CAK]
  1181.       014.000.000.004   2342-192-00149 23   UCL-VTEST               [PK]
  1182.       014.000.000.005   2342-192-00300 23   UCL-TG                  [PK]
  1183.       014.000.000.006   2342-192-00300 25   UK-SATNET               [PK]
  1184.       014.000.000.007   3110-608-00024 00   UWISC-IBM             [MHS1]
  1185.       014.000.000.008   3110-213-00045 00   RAND-TN                [MO2]
  1186.       014.000.000.009   2342-192-00300 23   UCL-CS                  [PK]
  1187.       014.000.000.010   3110-617-00025 00   BBN-VAN-GW            [JD21]
  1188.       014.000.000.011   2405-015-50300 00   CHALMERS               [UXB]
  1189.       014.000.000.012   3110-713-00165 00   RICE                  [PAM6]
  1190.       014.000.000.013   3110-415-00261 00   DECWRL                [PAM6]
  1191.       014.000.000.014   3110-408-00051 00   IBM-SJ                 [SA1]
  1192.       014.000.000.015   2041-117-01000 00   SHAPE                  [PG3]
  1193.       014.000.000.016   2628-153-90075 00   DFVLR                 [HDC1]
  1194.       014.000.000.017-014.255.255.254       Unassigned             [JBP]
  1195.       014.255.255.255                       Reserved               [JBP]
  1196.  
  1197.    The standard for transmission of IP datagrams over the Public Data
  1198.    Network is specified in RFC 877 [47].
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217. Reynolds & Postel                                              [Page 21]
  1218.  
  1219.  
  1220.  
  1221. Assigned Numbers                                                 RFC 900
  1222. Telnet Options
  1223.  
  1224.  
  1225.                         ASSIGNED TELNET OPTIONS
  1226.  
  1227.    The Telnet Protocol has a number of options that may be negotiated.
  1228.    These options are listed here.  The "Official Protocols" document
  1229.    [83] provides more detailed information.
  1230.  
  1231.    Options  Name                                              References
  1232.    -------  -----------------------                           ----------
  1233.       0     Binary Transmission                                 [76,JBP]
  1234.       1     Echo                                                [77,JBP]
  1235.       2     Reconnection                                         [5,JBP]
  1236.       3     Suppress Go Ahead                                   [80,JBP]
  1237.       4     Approx Message Size Negotiation                     [32,JBP]
  1238.       5     Status                                              [79,JBP]
  1239.       6     Timing Mark                                         [81,JBP]
  1240.       7     Remote Controlled Trans and Echo                    [73,JBP]
  1241.       8     Output Line Width                                    [3,JBP]
  1242.       9     Output Page Size                                     [4,JBP]
  1243.      10     Output Carriage-Return Disposition                  [22,JBP]
  1244.      11     Output Horizontal Tab Stops                         [26,JBP]
  1245.      12     Output Horizontal Tab Disposition                   [25,JBP]
  1246.      13     Output Formfeed Disposition                         [23,JBP]
  1247.      14     Output Vertical Tabstops                            [28,JBP]
  1248.      15     Output Vertical Tab Disposition                     [27,JBP]
  1249.      16     Output Linefeed Disposition                         [24,JBP]
  1250.      17     Extended ASCII                                      [53,JBP]
  1251.      18     Logout                                              [19,MRC]
  1252.      19     Byte Macro                                          [29,JBP]
  1253.      20     Data Entry Terminal                                 [30,JBP]
  1254.      22     SUPDUP                                           [21,20,MRC]
  1255.      22     SUPDUP Output                                       [36,MRC]
  1256.      23     Send Location                                      [46,EAK1]
  1257.      24     Terminal Type                                      [89,MHS1]
  1258.      25     End of Record                                       [69,JBP]
  1259.     255     Extended-Options-List                               [75,JBP]
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275. Reynolds & Postel                                              [Page 22]
  1276.  
  1277.  
  1278.  
  1279. Assigned Numbers                                                 RFC 900
  1280. Machine Names
  1281.  
  1282.  
  1283.                          OFFICIAL MACHINE NAMES
  1284.  
  1285.    These are the Official Machine Names as they appear in the NIC Host
  1286.    Table.  Their use is described in RFC 810 [33].
  1287.  
  1288.    ALTO
  1289.    AMDAHL-V7
  1290.    BURROUGHS-B/29
  1291.    C/30
  1292.    C/70
  1293.    CADLINC
  1294.    CADR
  1295.    CDC-173
  1296.    DEC-10
  1297.    DEC-1050
  1298.    DEC-1080
  1299.    DEC-1090
  1300.    DEC-1090B
  1301.    DEC-1090T
  1302.    DEC-2020T
  1303.    DEC-2040
  1304.    DEC-2040T
  1305.    DEC-2050T
  1306.    DEC-2060
  1307.    DEC-2060T
  1308.    DEC-FALCON
  1309.    DPS8/70M
  1310.    FOONLY-F2
  1311.    FOONLY-F3
  1312.    FOONLY-F4
  1313.    H-316
  1314.    H-60/68
  1315.    H-68
  1316.    H-68/80
  1317.    H-89
  1318.    HONEYWELL-DPS-8/70M
  1319.    IBM-158
  1320.    IBM-360/67
  1321.    IBM-370/3033
  1322.    IBM-4341
  1323.    IBM-PC
  1324.    IMSAI
  1325.    K102
  1326.    LSI-11
  1327.    LSI-11/23
  1328.    M6800
  1329.    MAXC
  1330.    MLC
  1331.  
  1332.  
  1333. Reynolds & Postel                                              [Page 23]
  1334.  
  1335.  
  1336.  
  1337. Assigned Numbers                                                 RFC 900
  1338. Machine Names
  1339.  
  1340.  
  1341.    NAS-AS/5
  1342.    ONYX-09001
  1343.    ONYX-28000
  1344.    PDP-11
  1345.    PDP-11/34
  1346.    PDP-11/40
  1347.    PDP-11/44
  1348.    PDP-11/45
  1349.    PDP-11/50
  1350.    PDP-11/70
  1351.    PERQ
  1352.    PLURIBUS
  1353.    ROLM-1666
  1354.    SMI
  1355.    SUN-150
  1356.    SYMBOLICS-3600
  1357.    UNIVAC-1100
  1358.    VAX-11/730
  1359.    VAX-11/750
  1360.    VAX-11/780
  1361.    XEROX-8010
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391. Reynolds & Postel                                              [Page 24]
  1392.  
  1393.  
  1394.  
  1395. Assigned Numbers                                                 RFC 900
  1396. System Names
  1397.  
  1398.  
  1399.                          OFFICIAL SYSTEM NAMES
  1400.  
  1401.    These are the Official System Names as they appear in the NIC Host
  1402.    Table.  Their use is described in RFC 810 [33].
  1403.  
  1404.    ASP
  1405.    AUGUST
  1406.    BKY
  1407.    CCP
  1408.    DOS/360
  1409.    ELF
  1410.    EPOS
  1411.    EXEC-8
  1412.    GCOS
  1413.    GPOS
  1414.    ITS
  1415.    INTERCOM
  1416.    INTERLISP
  1417.    KRONOS
  1418.    MCP
  1419.    MOS
  1420.    MPX-RT
  1421.    MULTICS
  1422.    MVT
  1423.    NOS
  1424.    NOS/BE
  1425.    OS/MVS
  1426.    OS/MVT
  1427.    RIG
  1428.    RSX-11M
  1429.    RT11
  1430.    SCOPE
  1431.    SIGNAL
  1432.    SINTRAN
  1433.    TENEX
  1434.    TOPS-10
  1435.    TOPS-20
  1436.    TSS
  1437.    UNIX
  1438.    VM/370
  1439.    VM/CMS
  1440.    VMS
  1441.    WAITS
  1442.    XDE
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449. Reynolds & Postel                                              [Page 25]
  1450.  
  1451.  
  1452.  
  1453. Assigned Numbers                                                 RFC 900
  1454. Protocol Names
  1455.  
  1456.  
  1457.                   OFFICIAL PROTOCOL AND SERVICE NAMES
  1458.  
  1459.    These are the Official Protocol Names.  Their use is described in
  1460.    greater detail in RFC 810 [33].
  1461.  
  1462.    CHARGEN             - Character Generator Protocol
  1463.    CLOCK               - DCNET Time Server Protocol
  1464.    CSNET-NS            - CSNET Mailbox Nameserver Protocol
  1465.    DAYTIME             - Daytime Protocol
  1466.    DISCARD             - Discard Protocol
  1467.    DOMAIN              - Domain Name Server Protocol
  1468.    ECHO                - Echo Protocol
  1469.    EGP                 - Exterior Gateway Protocol
  1470.    FINGER              - Finger Protocol
  1471.    FTP                 - File Transfer Protocol
  1472.    GGP                 - Gateway Gateway Protocol
  1473.    GRAPHICS            - Graphics Protocol
  1474.    HMP                 - Host Monitoring Protocol
  1475.    HOSTNAME            - Hostname Protocol
  1476.    ICMP                - Internet Control Message Protocol
  1477.    IGP                 - Interior Gateway Protocol
  1478.    IP                  - Internet Protocol
  1479.    MPM                 - Internet Message Protocol
  1480.    MUX                 - Multiplexing Protocol
  1481.    NAMESERVER          - Host Name Server Protocol
  1482.    NETED               - Network Standard Text Editor
  1483.    NETRJS              - Remote Job Service
  1484.    NICNAME             - Who Is Protocol
  1485.    NVP-II              - Network Voice Protocol
  1486.    POP                 - Post Office Protocol
  1487.    QUOTE               - Quote of the Day Protocol
  1488.    RVD                 - Remote Virtual Disk Protocol
  1489.    RLP                 - Resource Location Protocol
  1490.    RJE                 - Remote Job Entry Protocol
  1491.    RTELNET             - Remote Telnet Service
  1492.    SMTP                - Simple Mail Transfer Protocol
  1493.    ST                  - Stream Protocol
  1494.    SUPDUP              - SUPDUP Protocol
  1495.    TELNET              - Telnet Protocol
  1496.    TCP                 - Transmission Control Protocol
  1497.    TFTP                - Trivial File Transfer Protocol
  1498.    TIME                - Time Server Protocol
  1499.    UDP                 - User Datagram Protocol
  1500.    USERS               - Active Users Protocol
  1501.    XNET                - Cross Net Debugger
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507. Reynolds & Postel                                              [Page 26]
  1508.  
  1509.  
  1510.  
  1511. Assigned Numbers                                                 RFC 900
  1512. Terminal Type Names
  1513.  
  1514.  
  1515.                       OFFICIAL TERMINAL TYPE NAMES
  1516.  
  1517.    These are the Official Terminal Type Names.  Their use is described
  1518.    in RFC 884 [89].
  1519.  
  1520.    ADDS-CONSUL-980
  1521.    ADDS-REGENT-100
  1522.    ADDS-REGENT-20
  1523.    ADDS-REGENT-200
  1524.    ADDS-REGENT-25
  1525.    ADDS-REGENT-40
  1526.    ADDS-REGENT-60
  1527.    AMPEX-DIALOGUE-80
  1528.    ANDERSON-JACOBSON-630
  1529.    ANDERSON-JACOBSON-832
  1530.    ANDERSON-JACOBSON-841
  1531.    ANN-ARBOR-AMBASSADOR
  1532.    ARDS
  1533.    BITGRAPH
  1534.    BUSSIPLEXER
  1535.    CALCOMP-565
  1536.    CDC-456
  1537.    CDI-1030
  1538.    CDI-1203
  1539.    COMPUCOLOR-II
  1540.    CONCEPT-100
  1541.    DATA-100
  1542.    DATA-GENERAL-6053
  1543.    DATAGRAPHIX-132A
  1544.    DATAMEDIA-1520
  1545.    DATAMEDIA-1521
  1546.    DATAMEDIA-2500
  1547.    DATAMEDIA-3025
  1548.    DATAMEDIA-3025A
  1549.    DATAMEDIA-3045
  1550.    DATAMEDIA-3045A
  1551.    DATAMEDIA-DT80/1
  1552.    DATAPOINT-2200
  1553.    DATAPOINT-3000
  1554.    DATAPOINT-3300
  1555.    DATAPOINT-3360
  1556.    DEC-DECWRITER-I
  1557.    DEC-DECWRITER-II
  1558.    DEC-GT40
  1559.    DEC-GT40A
  1560.    DEC-GT42
  1561.    DEC-LA120
  1562.    DEC-LA30
  1563.  
  1564.  
  1565. Reynolds & Postel                                              [Page 27]
  1566.  
  1567.  
  1568.  
  1569. Assigned Numbers                                                 RFC 900
  1570. Terminal Type Names
  1571.  
  1572.  
  1573.    DEC-LA36
  1574.    DEC-LA38
  1575.    DEC-VT05
  1576.    DEC-VT100
  1577.    DEC-VT132
  1578.    DEC-VT50
  1579.    DEC-VT50H
  1580.    DEC-VT52
  1581.    DELTA-DATA-5000
  1582.    DELTA-TELTERM-2
  1583.    DIABLO-1620
  1584.    DIABLO-1640
  1585.    DIGILOG-333
  1586.    DTC-300S
  1587.    EDT-1200
  1588.    EXECUPORT-4000
  1589.    EXECUPORT-4080
  1590.    GENERAL-TERMINAL-100A
  1591.    GSI
  1592.    HAZELTINE-1500
  1593.    HAZELTINE-1510
  1594.    HAZELTINE-1520
  1595.    HAZELTINE-2000
  1596.    HP-2621
  1597.    HP-2621A
  1598.    HP-2621P
  1599.    HP-2626
  1600.    HP-2626A
  1601.    HP-2626P
  1602.    HP-2640
  1603.    HP-2640A
  1604.    HP-2640B
  1605.    HP-2645
  1606.    HP-2645A
  1607.    HP-2648
  1608.    HP-2648A
  1609.    HP-2649
  1610.    HP-2649A
  1611.    IBM-3101
  1612.    IBM-3101-10
  1613.    IBM-3275-2
  1614.    IBM-3276-2
  1615.    IBM-3276-3
  1616.    IBM-3276-4
  1617.    IBM-3277-2
  1618.    IBM-3278-2
  1619.    IBM-3278-3
  1620.    IBM-3278-4
  1621.  
  1622.  
  1623. Reynolds & Postel                                              [Page 28]
  1624.  
  1625.  
  1626.  
  1627. Assigned Numbers                                                 RFC 900
  1628. Terminal Type Names
  1629.  
  1630.  
  1631.    IBM-3278-5
  1632.    IBM-3279-2
  1633.    IBM-3279-3
  1634.    IMLAC
  1635.    INFOTON-100
  1636.    INFOTONKAS
  1637.    ISC-8001
  1638.    LSI-ADM-3
  1639.    LSI-ADM-31
  1640.    LSI-ADM-3A
  1641.    LSI-ADM-42
  1642.    MEMOREX-1240
  1643.    MICROBEE
  1644.    MICROTERM-ACT-IV
  1645.    MICROTERM-ACT-V
  1646.    MICROTERM-MIME-1
  1647.    MICROTERM-MIME-2
  1648.    NETRONICS
  1649.    NETWORK-VIRTUAL-TERMINAL
  1650.    OMRON-8025AG
  1651.    PERKIN-ELMER-1100
  1652.    PERKIN-ELMER-1200
  1653.    PLASMA-PANEL
  1654.    QUME-SPRINT-5
  1655.    SOROC
  1656.    SOROC-120
  1657.    SOUTHWEST-TECHNICAL-PRODUCTS-CT82
  1658.    SUPERBEE
  1659.    SUPERBEE-III-M
  1660.    TEC
  1661.    TEKTRONIX-4010
  1662.    TEKTRONIX-4012
  1663.    TEKTRONIX-4013
  1664.    TEKTRONIX-4014
  1665.    TEKTRONIX-4023
  1666.    TEKTRONIX-4024
  1667.    TEKTRONIX-4025
  1668.    TEKTRONIX-4027
  1669.    TELERAY-1061
  1670.    TELERAY-3700
  1671.    TELERAY-3800
  1672.    TELETEC-DATASCREEN
  1673.    TELETERM-1030
  1674.    TELETYPE-33
  1675.    TELETYPE-35
  1676.    TELETYPE-37
  1677.    TELETYPE-38
  1678.    TELETYPE-43
  1679.  
  1680.  
  1681. Reynolds & Postel                                              [Page 29]
  1682.  
  1683.  
  1684.  
  1685. Assigned Numbers                                                 RFC 900
  1686. Terminal Type Names
  1687.  
  1688.  
  1689.    TELEVIDEO-912
  1690.    TELEVIDEO-920
  1691.    TELEVIDEO-920B
  1692.    TELEVIDEO-920C
  1693.    TELEVIDEO-950
  1694.    TERMINET-1200
  1695.    TERMINET-300
  1696.    TI-700
  1697.    TI-733
  1698.    TI-735
  1699.    TI-743
  1700.    TI-745
  1701.    TYCOM
  1702.    UNIVAC-DCT-500
  1703.    VIDEO-SYSTEMS-1200
  1704.    VIDEO-SYSTEMS-5000
  1705.    VISUAL-200
  1706.    XEROX-1720
  1707.    ZENITH-H19
  1708.    ZENTEC-30
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739. Reynolds & Postel                                              [Page 30]
  1740.  
  1741.  
  1742.  
  1743. Assigned Numbers                                                 RFC 900
  1744. Documents
  1745.  
  1746.  
  1747.                                DOCUMENTS
  1748.  
  1749.    [1]    Accetta, Mike, "Resource Location Protocol", RFC 887,
  1750.           Carnegie-Mellon University, December 1983.
  1751.  
  1752.    [2]    Aerospace, Internal Report, ATM-83(3920-01)-3, 1982.
  1753.  
  1754.    [3]    ARPANET Protocol Handbook, "Telnet Output Line Width Option",
  1755.           NIC 20196, 13-November-1973.
  1756.  
  1757.    [4]    ARPANET Protocol Handbook, "Telnet Output Page Size Option",
  1758.           NIC 20197, 13-November-1973.
  1759.  
  1760.    [5]    ARPANET Protocol Handbook, "Telnet Reconnection Option",
  1761.           NIC 15391, August 1973.
  1762.  
  1763.    [6]    BBN Proposal No. P83-COM-40, "Packet Switched Overlay to
  1764.           Tactical Multichannel/Satellite Systems".
  1765.  
  1766.    [7]    BBN, "Specifications for the Interconnection of a Host and an
  1767.           IMP", Report 1822, Bolt Beranek and Newman, Cambridge,
  1768.           Massachusetts, revised, December 1981.
  1769.  
  1770.    [8]    Bennett, C., "A Simple NIFTP-Based Mail System", IEN 169,
  1771.           University College, London, January 1981.
  1772.  
  1773.    [9]    Bhushan, A., "A Report on the Survey Project", RFC 530,
  1774.           NIC 17375, 22 June 1973.
  1775.  
  1776.    [10]   Bisbey, R., D. Hollingworth, and B. Britt, "Graphics Language
  1777.           (version 2.1)", ISI/TM-80-18, USC/Information Sciences
  1778.           Institute, July 1980.
  1779.  
  1780.    [11]   Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
  1781.           Internetwork Architecture", XEROX Palo Alto Research Center,
  1782.           CSL-79-10, July 1979; also in IEEE Transactions on
  1783.           Communication, Volume COM-28, Number 4, April 1980.
  1784.  
  1785.    [12]   Braden, R., "NETRJS Protocol", RFC 740, NIC 42423,
  1786.           22 November 1977.  Also in [32].
  1787.  
  1788.    [13]   Bressler, B., "Remote Job Entry Protocol",  RFC 407, NIC
  1789.           12112, 16 October 72.  Also in [32].
  1790.  
  1791.    [14]   Bressler, R., "Inter-Entity Communication -- An Experiment",
  1792.           RFC 441, NIC 13773, 19 January 1973.
  1793.  
  1794.  
  1795.  
  1796.  
  1797. Reynolds & Postel                                              [Page 31]
  1798.  
  1799.  
  1800.  
  1801. Assigned Numbers                                                 RFC 900
  1802. Documents
  1803.  
  1804.  
  1805.    [15]   Clark, D., "Revision of DSP Specification", Local Network
  1806.           Note 9, Laboratory for Computer Science, MIT, 17 June 1977.
  1807.  
  1808.    [16]   Cohen, D., "Specifications for the Network Voice Protocol",
  1809.           RFC 741, ISI/RR 7539, USC/Information Sciences Institute,
  1810.           March 1976.
  1811.  
  1812.    [17]   Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90,
  1813.           USC/Information Sciences Institute, May 1979.
  1814.  
  1815.    [18]   COMPASS, "Semi-Annual Technical Report", CADD-7603-0411,
  1816.           Massachusetts Computer Associates, 4 March 1976. Also as,
  1817.           "National Software Works, Status Report No. 1,"
  1818.           RADC-TR-76-276, Volume 1, September 1976. And COMPASS. "Second
  1819.           Semi-Annual Report," CADD-7608-1611, Massachusetts Computer
  1820.           Associates, 16 August 1976.
  1821.  
  1822.    [19]   Crispin, Mark, "Telnet Logout Option", Stanford University-AI,
  1823.           RFC 727, 27 April 1977.
  1824.  
  1825.    [20]   Crispin, Mark, "Telnet SUPDUP Option", Stanford University-AI,
  1826.           RFC 736, 31-October-1977.
  1827.  
  1828.    [21]   Crispin, M., "SUPDUP Protocol", RFC 734, NIC 41953,
  1829.           7 October 1977.  Also in [32].
  1830.  
  1831.    [22]   Crocker, D., "Telnet Output Carriage-Return Disposition
  1832.           Option", RFC 652, 25-October-1974.
  1833.  
  1834.    [23]   Crocker, D., "Telnet Output Formfeed Disposition Option",
  1835.           RFC 655, 25-October-1974.
  1836.  
  1837.    [24]   Crocker, D., "Telnet Output Linefeed Disposition", RFC 658,
  1838.           25-October-1974.
  1839.  
  1840.    [25]   Crocker, D., "Telnet Output Horizontal Tab Disposition
  1841.           Option", RFC 654, 25-October-1974.
  1842.  
  1843.    [26]   Crocker, D., "Telnet Output Horizontal Tabstops Option",
  1844.           RFC 653, 25-October-1974.
  1845.  
  1846.    [27]   Crocker, D., "Telnet Output Vertical Tab Disposition Option",
  1847.           RFC 657, 25-October-1974.
  1848.  
  1849.    [28]   Crocker, D., "Telnet Output Vertical Tabstops Option",
  1850.           RFC 656, 25-October-1974.
  1851.  
  1852.  
  1853.  
  1854.  
  1855. Reynolds & Postel                                              [Page 32]
  1856.  
  1857.  
  1858.  
  1859. Assigned Numbers                                                 RFC 900
  1860. Documents
  1861.  
  1862.  
  1863.    [29]   Crocker, D.H. and R.H. Gumpertz, "Revised Telnet Byte Marco
  1864.           Option", RFC 735, 3-November-1977..
  1865.  
  1866.    [30]   Day, John, "Telnet Data Entry Terminal Option", RFC 732,
  1867.           13-September-1977.
  1868.  
  1869.    [31]   Feinler, E., "Internet Protocol Transition Workbook", Network
  1870.           Information Center, SRI International, March 1982.
  1871.  
  1872.    [32]   Feinler, E. and J. Postel, eds., "ARPANET Protocol Handbook",
  1873.           NIC 7104, for the Defense Communications Agency by SRI
  1874.           International, Menlo Park, California, Revised January 1978.
  1875.  
  1876.    [33]   Feinler, E., K. Harrenstien, and Z. Su, "DoD Internet Host
  1877.           Table Specification", RFC 810, SRI International, 1 March
  1878.           1982.
  1879.  
  1880.    [34]   Forgie, J., "ST - A Proposed Internet Stream Protocol",
  1881.           IEN 119, M.I.T. Lincoln Laboratory, September 1979.
  1882.  
  1883.    [35]   Forsdick, H., "CFTP", Network Message, Bolt Berenak and
  1884.           Newman, January 1982.
  1885.  
  1886.    [36]   Greenberg, B., "Telnet SUPDUP-OUTPUT Option", RFC 749,
  1887.           MIT-Multics, 26-September-1978.
  1888.  
  1889.    [37]   Harrenstien, K., "Name/Finger", RFC 742, NIC 42758,
  1890.           30 December 1977.  Also in [32].
  1891.  
  1892.    [38]   Harrenstien, K., V. White, and E. Feinler, "Hostnames Server",
  1893.           RFC 811, SRI International, March 1982.
  1894.  
  1895.    [39]   Harrenstien, K., and V. White, "Nicname/Whois", RFC 812, SRI
  1896.           International, March 1982.
  1897.  
  1898.    [40]   Haverty, J., "XNET Formats for Internet Protocol Version 4",
  1899.           IEN 158, October 1980.
  1900.  
  1901.    [41]   Hinden, Robert M., "A Host Monitoring Protocol", RFC 869, Bolt
  1902.           Berenak and Newman, December 1983.
  1903.  
  1904.    [42]   Hinden, R., A. Sheltzer, "The DARPA Internet Gateway",
  1905.           RFC 823, September 1982.
  1906.  
  1907.    [43]   Honeywell CISL, Internal Document, "AFSDSC Hyperchannel RPQ
  1908.           Project Plan".
  1909.  
  1910.    [44]   Honeywell CISL, Internal Document, "Multics MR11 PFS".
  1911.  
  1912.  
  1913. Reynolds & Postel                                              [Page 33]
  1914.  
  1915.  
  1916.  
  1917. Assigned Numbers                                                 RFC 900
  1918. Documents
  1919.  
  1920.  
  1921.    [45]   Hornig, C., "A Standard for the Transmission of IP Datagrams
  1922.           over Ethernet Networks, RFC 894, Symbolics, April 1984.
  1923.  
  1924.    [46]   Killian, E., "Telnet Send-Location Option", RFC 779,
  1925.           April 1981.
  1926.  
  1927.    [47]   Korb, John T., "A Standard for the Transmission of IP
  1928.           Datagrams Over Public Data Networks", RFC 877, Purdue
  1929.           University, September 1983.
  1930.  
  1931.    [48]   Macgregor, W., and D. Tappan, "The CRONUS Virtual Local
  1932.           Network", RFC 824, Bolt Beranek and Newman, 22 August 1982.
  1933.  
  1934.    [49]   Malis, Andrew G.  "The ARPANET 1822L Host Access Protocol",
  1935.           RFC 878, BBN Communications Corp., Cambridge, Mass,
  1936.           December 1983.
  1937.  
  1938.    [50]   Malis, A., "Logical Addressing Implementation Specification",
  1939.           BBN Report 5256, pp 31-36, May 1983.
  1940.  
  1941.    [51]   Metcalfe, R.M. and D.R. Boggs, "Ethernet: Distributed Packet
  1942.           Switching for Local Computer Networks", Communications of the
  1943.           ACM, 19 (7), pp 395-402, July 1976.
  1944.  
  1945.    [52]   Mills, D.L., "DCN Local-Network Protocols", RFC 891, December
  1946.           1983.
  1947.  
  1948.    [53]   Tovar, "Telnet Extended ASCII Option", RFC 698, Stanford
  1949.           University-AI, 23-July-1975.
  1950.  
  1951.    [54]   NSW Protocol Committee, "MSG: The Interprocess Communication
  1952.           Facility for the National Software Works", CADD-7612-2411,
  1953.           Massachusetts Computer Associates, BBN 3237, Bolt Beranek and
  1954.           Newman, Revised 24 December 1976.
  1955.  
  1956.    [55]   Plummer, D., "An Ethernet Address Resolution Protocol or
  1957.           Converting Network Protocol Addresses to 48-bit Ethernet
  1958.           Addresses for Transmission on Ethernet Hardware", RFC 826, MIT
  1959.           LCS, November 1982.
  1960.  
  1961.    [56]   Postel, J., "Active Users", RFC 866, USC/Information Sciences
  1962.           Institute, May 1983.
  1963.  
  1964.    [57]   Postel, J., "A Standard for the Transmission of IP Datagrams
  1965.           over Experimental Ethernet Networks, RFC 895, USC/Information
  1966.           Sciences Institute, April 1984.
  1967.  
  1968.  
  1969.  
  1970.  
  1971. Reynolds & Postel                                              [Page 34]
  1972.  
  1973.  
  1974.  
  1975. Assigned Numbers                                                 RFC 900
  1976. Documents
  1977.  
  1978.  
  1979.    [58]   Postel, J., "Character Generator Protocol", RFC 864,
  1980.           USC/Information Sciences Institute, May 1983.
  1981.  
  1982.    [59]   Postel, J., "Daytime Protocol", RFC 867, USC/Information
  1983.           Sciences Institute, May 1983.
  1984.  
  1985.    [60]   Postel, J., "Discard Protocol", RFC 863, USC/Information
  1986.           Sciences Institute, May 1983.
  1987.  
  1988.    [61]   Postel, J., "Echo Protocol", RFC 862, USC/Information Sciences
  1989.           Institute, May 1983.
  1990.  
  1991.    [62]   Postel, J., "File Transfer Protocol", RFC 765, IEN 149,
  1992.           USC/Information Sciences Institute, June 1980.
  1993.  
  1994.    [63]   Postel, J., "Internet Control Message Protocol - DARPA
  1995.           Internet Program Protocol Specification", RFC 792,
  1996.           USC/Information Sciences Institute, September 1981.
  1997.  
  1998.    [64]   Postel, J., "Internet Message Protocol", RFC 759, IEN 113,
  1999.           USC/Information Sciences Institute, August 1980.
  2000.  
  2001.    [65]   Postel, J., "Name Server", IEN 116, USC/Information Sciences
  2002.           Institute, August 1979.
  2003.  
  2004.    [66]   Postel, J., "Quote of the Day Protocol", RFC 865,
  2005.           USC/Information Sciences Institute, May 1983.
  2006.  
  2007.    [67]   Postel, J., "Remote Telnet Service", RFC 818, USC/Information
  2008.           Sciences Institute, November 1982.
  2009.  
  2010.    [68]   Postel, J., "Simple Mail Transfer Protocol", RFC 821,
  2011.           USC/Information Sciences Institute, August 1982.
  2012.  
  2013.    [69]   Postel, J., "Telnet End of Record Option", RFC 885,
  2014.           USC/Information Sciences Institute, December 1983.
  2015.  
  2016.    [70]   Postel, J., "User Datagram Protocol", RFC 768 USC/Information
  2017.           Sciences Institute, August 1980.
  2018.  
  2019.    [71]   Postel, J., ed., "Internet Protocol - DARPA Internet Program
  2020.           Protocol Specification", RFC 791, USC/Information Sciences
  2021.           Institute, September 1981.
  2022.  
  2023.    [72]   Postel, J., ed., "Transmission Control Protocol - DARPA
  2024.           Internet Program Protocol Specification", RFC 793,
  2025.           USC/Information Sciences Institute, September 1981.
  2026.  
  2027.  
  2028.  
  2029. Reynolds & Postel                                              [Page 35]
  2030.  
  2031.  
  2032.  
  2033. Assigned Numbers                                                 RFC 900
  2034. Documents
  2035.  
  2036.  
  2037.    [73]   Postel, J. and D. Crocker, "Remote Controlled Transmission and
  2038.           Echoing Telnet Option", RFC 726, 8-March-1977.
  2039.  
  2040.    [74]   Postel, J., and K. Harrenstien, "Time Protocol", RFC 868,
  2041.           USC/Information Sciences Institute, May 1983.
  2042.  
  2043.    [75]   Postel, J. and J. Reynolds, "Telnet Extended Options - List
  2044.           Option", RFC 861, USC/Information Sciences Institute,
  2045.           May 1983.
  2046.  
  2047.    [76]   Postel, J. and J. Reynolds, "Telnet Binary Transmission",
  2048.           RFC 856, USC/Information Sciences Institute, May 1983.
  2049.  
  2050.    [77]   Postel, J. and J. Reynolds, "Telnet Echo Option", RFC 857,
  2051.           USC/Information Sciences Institute, May 1983.
  2052.  
  2053.    [78]   Postel, J., and J. Reynolds, "Telnet Protocol Specification",
  2054.           RFC 854, USC/Information Sciences Institute, May 1983.
  2055.  
  2056.    [79]   Postel, J. and J. Reynolds, "Telnet Status Option", RFC 859,
  2057.           USC/Information Sciences Institute, May 1983.
  2058.  
  2059.    [80]   Postel, J. and J. Reynolds, "Telnet Suppress Go Ahead Option",
  2060.           RFC 858, USC/Information Sciences Institute, May 1983.
  2061.  
  2062.    [81]   Postel, J. and J. Reynolds, "Telnet Timing Mark Option",
  2063.           RFC 860, USC/Information Sciences Institute, May 1983.
  2064.  
  2065.    [82]   Reed, D., "Protocols for the LCS Network", Local Network Note
  2066.           3, Laboratory for Computer Science, MIT, 29 November 1976.
  2067.  
  2068.    [83]   Reynolds, J. and J. Postel, "Official Protocols", RFC 901,
  2069.           USC/Information Sciences Institute, June 1984.
  2070.  
  2071.    [84]   Rosen, E., "Exterior Gateway Protocol" RFC 827, Bolt Berenak
  2072.           and Newman, October 1982.
  2073.  
  2074.    [85]   Seamonson, L.J., and E.C. Rosen, "STUB" Exterior Gateway
  2075.           Protocol", RFC 888, BBN Communications Corporation,
  2076.           January 1984.
  2077.  
  2078.    [86]   Skelton, A., S. Holmgren, and D. Wood, "The MITRE Cablenet
  2079.           Project", IEN 96, April 1979.
  2080.  
  2081.    [87]   Sollins, K., "The TFTP Protocol (Revision 2)", RFC 783,
  2082.           MIT/LCS, June 1981.
  2083.  
  2084.  
  2085.  
  2086.  
  2087. Reynolds & Postel                                              [Page 36]
  2088.  
  2089.  
  2090.  
  2091. Assigned Numbers                                                 RFC 900
  2092. Documents
  2093.  
  2094.  
  2095.    [88]   Solomon, M., L. Landweber, and D, Neuhengen, "The CSNET Name
  2096.           Server", Computer Networks, v.6, n.3, pp. 161-172, July 1982.
  2097.  
  2098.    [89]   Solomon, M., and E. Wimmers, "Telnet Terminal Type Option",
  2099.           RFC 884, University of Wisconsin, Madison, December 1983.
  2100.  
  2101.    [90]   Sproull, R., and E. Thomas, "A Networks Graphics Protocol",
  2102.           NIC 24308, 16 August 1974.  Also in [33].
  2103.  
  2104.    [91]   Tappan, D.C., "The CRONUS Virtual Local Network", RFC 824,
  2105.           Bolt Beranek and Newman, Inc., 26 August 1982.
  2106.  
  2107.    [92]   "The Ethernet, a Local Area Network: Data Link Layer and
  2108.           Physical Layer Specification", AA-K759B-TK, Digital Equipment
  2109.           Corporation, Maynard, VA.
  2110.  
  2111.    [93]   "The Ethernet - A Local Area Network", Version 1.0, Digital
  2112.           Equipment Corporation, Intel Corporation, Xerox Corporation,
  2113.           September 1980.
  2114.  
  2115.    [94]   The High Level Protocol Group, "A Network Independent File
  2116.           Transfer Protocol",  INWG Protocol Note 86, December 1977.
  2117.  
  2118.    [95]   Whelan, D., "The Caltech Computer Science Department Network",
  2119.           5052:DF:82, Caltech Computer Science Department, 1982.
  2120.  
  2121.    [96]   XEROX, "The Ethernet, A Local Area Network: Data Link Layer
  2122.           and Physical Layer Specification", X3T51/80-50, Xerox
  2123.           Corporation, Stamford, CT., October 1980.
  2124.  
  2125.    [97]   XEROX, "Internet Transport Protocols",  XSIS 028112, Xerox
  2126.           Corporation, Stamford, Connecticut, December 1981.
  2127.  
  2128.    
  2129.  
  2130.  
  2131.  
  2132.  
  2133.  
  2134.  
  2135.  
  2136.  
  2137.  
  2138.  
  2139.  
  2140.  
  2141.  
  2142.  
  2143.  
  2144.  
  2145. Reynolds & Postel                                              [Page 37]
  2146.  
  2147.  
  2148.  
  2149. Assigned Numbers                                                 RFC 900
  2150. People
  2151.  
  2152.  
  2153.                                  PEOPLE
  2154.  
  2155.    [AB13]    Alison Brown        CORNELL   alison@Cornell.ARPA
  2156.    [AGM]     Andy Malis          BBN       Malis@BBN-UNIX.ARPA
  2157.    [APS]     Anita Skelton       MITRE     skelton@MITRE.ARPA
  2158.    [AP]      Alan Parker         NRL       parker@NRL-CSS.ARPA
  2159.    [AV]      Al Vezza            MIT       AV@MIT-XX.ARPA
  2160.    [AXC]     Albert Cheng        UIUC      acheng.uiuc@csnet-relay.ARPA
  2161.    [AXG]     Atul Garg           HP        ---none---
  2162.    [AXG1]    Alfred Ganz         YALE      GANZ@YALE
  2163.    [AY5]     Akiharu Yasuda      DODIIS    dia@PAXRV-NES.ARPA
  2164.    [BG5]     Bob Gilligan        SRI       Gilligan@SRI-KL.ARPA
  2165.    [BIM]     Benson I. Margulies Honeywell Margulies@CISL.ARPA
  2166.    [BML]     Barry Leiner        ARPA      Leiner@USC-ISIA.ARPA
  2167.    [BXA]     Bobby W. Allen      YPG       WYMER@OFFICE.ARPA
  2168.    [CAK]     Chris Kent          PURDUE    Kent@PURDUE.ARPA
  2169.    [CC2]     Chase Cotton        UDEL      Cotton@Udel-EE.ARPA
  2170.    [CH2]     Charles Hornig      Symbolics Hornig@MIT-MC.ARPA
  2171.    [CJW2]    Cliff Weinstein     LL        cjw@LL-11.ARPA
  2172.    [CLH3]    Charles Hedrick     RUTGERS   Hedrick@RUTGERS.ARPA
  2173.    [CMR]     Craig Rogers        ISI       Rogers@USC-ISIB.ARPA
  2174.    [CXL]     Clifford A. Lynch   UCB       UCDLA@BBNCCY.ARPA
  2175.    [DAM1]    David A. Mosher     UCB       Mosher@BERKELEY.ARPA
  2176.    [DCP1]    David Plummer       MIT       DCP@MIT-MC.ARPA
  2177.    [DCT]     Dan Tappan          BBN       Tappan@BBNG.ARPA
  2178.    [DDC2]    Dave Clark          MIT-LCS   Clark@MIT-Multics.ARPA
  2179.    [DHH]     Doug Hunt           BBN       DHunt@BBN-Unix.ARPA
  2180.    [DJF]     David J. Farber     U of Del. Farber@Udel-ee.ARPA
  2181.    [DK2]     Dean B. Krafft      CORNELL   Dean@CORNELL.ARPA
  2182.    [DLM1]    David Mills         LINKABIT  Mills@USC-ISID.ARPA
  2183.    [DM11]    Dale McNeill        BBN       mcneill@BBN-Unix.ARPA
  2184.    [DPR]     David Reed          MIT-LCS   DPR@MIT-XX.ARPA
  2185.    [DSW]     Dan Whelan          Caltech   Dan@CIT-20.ARPA
  2186.    [DXD]     Dennis J.W. Dube    VIA Systems ---none---
  2187.    [DXH]     Douglas Hirsch      BBN       hirsch@bbn-unix.ARPA
  2188.    [EAK1]    Earl Killian        LLL       EAK@MIT-MC.ARPA
  2189.    [EBM]     Eliot Moss          MIT       EBM@MIT-XX.ARPA
  2190.    [EC5]     Ed Cain             DCEC      cain@EDN-Unix.ARPA
  2191.    [EF5]     Ed Franceschini     NYU       Franceschini@NYU.ARPA
  2192.    [EHP]     Ed Perry            SRI       Perry@SRI-KL.ARPA
  2193.    [FAS]     Fred Segovich       Compion   fred@COMPION-VMS.ARPA
  2194.    [FLM2]    F. Lee Maybaum      MILNET    Maybaum@DDN1
  2195.    [GEOF]    Geoff Goodfellow    SRI       Geoff@DARCOM-KA.ARPA
  2196.    [GXH]     Glenn I. Hastie II  SRI       Hastie@SRI-SPAM.ARPA
  2197.    [HA]      Howard Alt          AIDS      alt@aids-unix.ARPA
  2198.    [HCF2]    Harry Forsdick      BBN       Forsdick@BBNG.ARPA
  2199.    [HDC1]    Horst Clausen       DFVLR     Clausen@USC-ISID.ARPA
  2200.    [HDW2]    Howard Wactlar      CMU       Wactlar@CMU-CS-A.ARPA
  2201.  
  2202.  
  2203. Reynolds & Postel                                              [Page 38]
  2204.  
  2205.  
  2206.  
  2207. Assigned Numbers                                                 RFC 900
  2208. People
  2209.  
  2210.  
  2211.    [HGM]     Hallam Murray       PARC      Murray.PA@PARC-MAXC.ARPA
  2212.    [HM]      Hank Magnuski       ---       JOSE@PARC-MAXC.ARPA
  2213.    [JA1]     Jules P. Aronson    NLM       Aronson@nlm-mcs.ARPA
  2214.    [JAKE]    Jake Feinler        SRI       Feinler@SRI-KL.ARPA
  2215.    [JAR4]    Jim Rees            WASHINGTON JIM@WASHINGTON.ARPA
  2216.    [JAW3]    Jil Westcott        BBN       Westcott@BBNF.ARPA
  2217.    [JBP]     Jon Postel          ISI       Postel@USC-ISIF.ARPA
  2218.    [JBW1]    Joseph Walters, Jr. BBN       JWalters@BBN-UNIX.ARPA
  2219.    [JC11]    Jim Clifford        LANL      jrc@LANL.ARPA
  2220.    [JCM]     Jeff Mogul          STANFORD  Mogul@SU-SCORE.ARPA
  2221.    [JD21]    Jonathan Dreyer     BBN       JDreyer@BBN-Unix.ARPA
  2222.    [JDG]     Jim Guyton          RAND      guyton@RAND-Unix.ARPA
  2223.    [JEM]     Jim Mathis          SRI       Mathis@SRI-KL.ARPA
  2224.    [JFH2]    Jack Haverty        BBN       Haverty@BBN-Unix.ARPA
  2225.    [JGH]     Jim Herman          BBN       Herman@BBN-Unix.ARPA
  2226.    [JKR1]    Joyce K. Reynolds   ISI       JKREYNOLDS@USC-ISIF.ARPA
  2227.    [JO5]     John O'Donnell      YALE      ODonnell@YALE.ARPA
  2228.    [JR17]    John L. Robinson    CANADA    DREO-CRC@USC-ISID.ARPA
  2229.    [JRM1]    John Mullen         MITRE     Mullen@MITRE.ARPA
  2230.    [JS38]    Joseph Sventek      LBL       j@LBL-CSAM.ARPA
  2231.    [JSG5]    Jon Goodridge       BBN       jsg@BBN-UNIX.ARPA
  2232.    [JSQ1]    John S. Quarterman  UT        jsq@ut-sally.ARPA
  2233.    [JWF]     Jim Forgie          LL        Forgie@BBNC.ARPA
  2234.    [JXS]     Jeffrey R. Schwab   PURDUE    jrs@PURDUE.ARPA
  2235.    [KLH]     Ken Harrenstien     SRI       KLH@NIC.ARPA
  2236.    [KRS]     Karen Sollins       MIT       Sollins@MIT-XX.ARPA
  2237.    [KTP]     Kenneth T. Pogran   BBN       Pogran@BBN-UNIX.ARPA
  2238.    [KWP]     Kevin W. Paetzold   DEC       Paetzold@DEC-MARLBORO.ARPA
  2239.    [LB1]     Liudvikas Bukys     ROCHESTER Bukys@ROCHESTER.ARPA
  2240.    [LCN]     Lou Nelson          AEROSPACE Lou@AEROSPACE.ARPA
  2241.    [LCS]     Lou Schreier        SRI       Schreier@USC-ISID.ARPA
  2242.    [LH2]     Lincoln Hu          COLUMBIA  Hu@Columbia-20.ARPA
  2243.    [LLG]     Larry Garlick       XEROX     Garlick@PARC-MAXC.ARPA
  2244.    [LM8]     Liza Martin         MIT-LCS   Martin@MIT-XX.ARPA
  2245.    [LRB]     Larry Bierma        NPRDC     Bierma@NPRDC.ARPA
  2246.    [MA]      Mike Accetta        CMU       Accetta@CMU-CS-A.ARPA
  2247.    [MBG]     Michael Greenwald   MIT-LCS   Greenwald@MIT-Multics.ARPA
  2248.    [MB]      Michael Brescia     BBN       Brescia@BBN-Unix.ARPA
  2249.    [MCSJ]    Mike StJohns        AFDSC     StJohns@MIT-MULTICS.ARPA
  2250.    [MDC]     Martin D. Connor    MIT AI    Marty@MIT-MC.ARPA
  2251.    [MH12]    Mark Horton         ATT       mark@BERKELEY.ARPA
  2252.    [MHS1]    Marvin Solomon      WISC      Solomon@UWISC.ARPA
  2253.    [MJM2]    Mike Muuss          BRL       Mike@BRL.ARPA
  2254.    [MO2]     Michael O'Brien     RAND      OBrien@RAND-Unix.ARPA
  2255.    [MRC]     Mark Crispin        Stanford  Admin.MRC@SU-SCORE.ARPA
  2256.    [MS9]     Martin Schoffstall  CADMUS    decvax!yvax!marty@Berkeley
  2257.    [MXB]     Mark Brown          USC       Mark@USC-ECLB.ARPA
  2258.    [MXF]     Martin J. Fouts     NASA-Ames nep.fouts@ames-amelia.ARPA
  2259.  
  2260.  
  2261. Reynolds & Postel                                              [Page 39]
  2262.  
  2263.  
  2264.  
  2265. Assigned Numbers                                                 RFC 900
  2266. People
  2267.  
  2268.  
  2269.    [MXP]     Michael K. Peterson HUGHES    scgvaxd!mkp@cit-vax.ARPA
  2270.    [MXR]     Marshall Rose       Irvine    MRose.UCI@RAND-Relay.ARPA
  2271.    [MXM]     Marc M. Meilleur    COINS     COINS@USC-ISI.ARPA
  2272.    [MXS]     Marc Shapiro        INRIA     Shapiro@CMU-CS-C.ARPA
  2273.    [NC3]     J. Noel Chiappa     MIT       JNC@MIT-XX.ARPA
  2274.    [NXK]     Neil Katin          HP        hpda.neil@BERKELEY.ARPA
  2275.    [PAM6]    Paul McNabb         RICE      pam@PURDUE.ARPA
  2276.    [PG3]     Phill Gross         LINKABIT  gross@dcn7.ARPA
  2277.    [PGM]     Paul G. Milazzo     RICE      Milazzo@RICE.ARPA
  2278.    [PK]      Peter Kirstein      UCL       Kirstein@USC-ISIA.ARPA
  2279.    [PM1]     Paul Mockapetris    ISI       Mockapetris@USC-ISIF.ARPA
  2280.    [PS3]     Paal Spilling       NDRE      Paal@NTA-VAX.ARPA
  2281.    [PXD]     Pieter Ditmars      BBN       pditmars@BBN-UNIX.ARPA
  2282.    [PXK]     Paul Kirton         ISI       Kirton@USC-ISIF.ARPA
  2283.    [PXM]     Pat Marques         NSRDC     marques@dtrc.ARPA
  2284.    [PXN]     Peter Nellessen     SIEMENS   crtvax!pn@CMU-CS-SPICE.ARPA
  2285.    [RA11]    Rick Adams          CCI       rlgvax!ra@SEISMO.ARPA
  2286.    [RB6]     Richard Bisbey      ISI       Bisbey@USC-ISIB.ARPA
  2287.    [RBW]     Richard B. Wales    UCLA      wales@UCLA-LOCUS.ARPA
  2288.    [RC7]     Robert Cole         UCL       robert@ucl-cs.ARPA
  2289.    [RDB2]    Robert Bressler     BBN       Bressler@BBN-Unix.ARPA
  2290.    [RDR4]    Dennis Rockwell     BBN       DRockwell@BBN-UNIX.ARPA
  2291.    [REK2]    Robert Kahn         ARPA      Kahn@USC-ISIA.ARPA
  2292.    [RF1]     Randy Frank         UTAH      Frank@UTAH-20.ARPA
  2293.    [RH6]     Robert Hinden       BBN       Hinden@BBN-Unix.ARPA
  2294.    [RHT]     Robert Thomas       BBN       BThomas@BBNG.ARPA
  2295.    [RK1]     Richard Kovalcik    Honeywell Kovalcik@MIT-MULTICS.ARPA
  2296.    [RLB1]    Bob Brown           USRA      rlb@ames-vmsb.ARPA
  2297.    [RLB3]    Ronald L. Broersma  NOSC      Ron@NOSC.ARPA
  2298.    [RLH2]    Ronald L. Hartung   NSWC      ron@nswc-wo.ARPA
  2299.    [RNM1]    Neil MacKenzie      RSRE      T45@USC-ISID.ARPA
  2300.    [RR2]     Raleigh Romine      Teledyne  romine@SEISMO.ARPA
  2301.    [RS23]    Russel Sandberg     WISC      root@UWISC.ARPA
  2302.    [RTB]     Bob Braden          UCLA      Braden@USC-ISIA.ARPA
  2303.    [RWS4]    Robert W. Scheifler ARGUS     RWS@MIT-XX.ARPA
  2304.    [RXR]     Ron Reisor          UDEL      ron.udel-cc-relay@udel.ARPA
  2305.    [RXS]     Ronald L. Smith     COINS     COINS@USC-ISIA.ARPA
  2306.    [SA1]     Sten Andler         ARPA     andler.ibm-sj@csnet-relay.ARPA
  2307.    [SC3]     Steve Casner        ISI       Casner@USC-ISIB.ARPA
  2308.    [SGC]     Steve Chipman       BBN       Chipman@BBNA.ARPA
  2309.    [SK]      Steve Kille         UCL       UKSAT@USC-ISID.ARPA
  2310.    [SXB]     Steve Byrne         TARTAN    Byrne@CMU-CS-C.ARPA
  2311.    [SXB1]    Scott Bradner       HARVARD   bradner@HARV.10.ARPA
  2312.    [SXM]     Scott Marcus        Spartacus ---none---
  2313.    [TBS]     Claude S. Steffey   WSMR      csteffey@wsmr70a.ARPA
  2314.    [TC4]     Tony Cincotta       DTNSRDC   tony@NALCON.ARPA
  2315.    [TXF]     Thomas Ferrin       UCSF      ucsfcgl!tef@Berkeley.ARPA
  2316.    [TXN]     Todd Nugent         U Chicago Nugent@ANL-MCS.ARPA
  2317.  
  2318.  
  2319. Reynolds & Postel                                              [Page 40]
  2320.  
  2321.  
  2322.  
  2323. Assigned Numbers                                                 RFC 900
  2324. People
  2325.  
  2326.  
  2327.    [UXB]     Ulf Bilting         CHALMERS  bilting@purdue.ARPA
  2328.    [WIM]     William Macgregor   BBN       macg@BBN.ARPA
  2329.    [WNJ]     Bill Joy            SMI       sun!wnj@BERKELEY.ARPA
  2330.    [ZSU]     Zaw-Sing Su         SRI       ZSu@SRI-TSC.ARPA
  2331.       
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377. Reynolds & Postel                                              [Page 41]
  2378.  
  2379.  
  2380.  
  2381. Assigned Numbers                                                 RFC 900
  2382. Appendix A
  2383.  
  2384.  
  2385.                                APPENDIX A
  2386.  
  2387.    Network Numbers
  2388.  
  2389.       The network numbers in class A, B, and C network addresses are
  2390.       allocated among Research, Defense, Government (Non-Defense) and
  2391.       Commercial uses.
  2392.  
  2393.       Class A (highest-order bit 0)
  2394.  
  2395.          Research allocation:             8
  2396.          Defense allocation:             24
  2397.          Government allocation:          24
  2398.          Commercial allocation:          94
  2399.          Reserved Addresses:   (0, 127)
  2400.          Total                          128
  2401.  
  2402.       Class B (highest-order bits 1-0)
  2403.  
  2404.          Research allocation:          1024
  2405.          Defense allocation:           3072
  2406.          Government allocation:        3072
  2407.          Commercial allocation:       12286
  2408.          Reserved Addresses: (0, 16383)
  2409.          Total                        16384
  2410.  
  2411.       Class C (highest-order bits 1-1-0)
  2412.  
  2413.          Research allocation:           65536
  2414.          Defense allocation:           458725
  2415.          Government allocation:        458725
  2416.          Commercial allocation:       1572862
  2417.          Reserved Addresses: (0, 2097151)
  2418.          Total                        2097152
  2419.  
  2420.       Class D (highest-order bits 1-1-1)
  2421.  
  2422.          All addresses in this class are reserved for future use.
  2423.  
  2424.       Within the Research community, network identifiers will only be
  2425.       granted to applicants who show evidence that they are acquiring
  2426.       standard Bolt Beranek and Newman gateway software or have
  2427.       implemented or are acquiring a gateway meeting the Exterior
  2428.       Gateway Protocol requirements.  Acquisition of the Berkeley BSD
  2429.       4.2 UNIX software might be considered evidence of the latter.
  2430.  
  2431.  
  2432.  
  2433.  
  2434.  
  2435. Reynolds & Postel                                              [Page 42]
  2436.  
  2437.  
  2438.  
  2439. Assigned Numbers                                                 RFC 900
  2440. Appendix A
  2441.  
  2442.  
  2443.       Experimental networks which later become operational need not be
  2444.       renumbered.  Rather, the identifiers could be moved from Research
  2445.       to Defense, Government or Commercial status.  Thus, network
  2446.       identifiers may change state among Research, Defense, Government
  2447.       and Commercial, but the number of identifiers allocated to each
  2448.       use must remain within the limits indicated above.  To make
  2449.       possible this fluid assignment, the network identifier spaces are
  2450.       not allocated by simple partition, but rather by specific
  2451.       assignment.
  2452.  
  2453.    Protocol Identifiers
  2454.  
  2455.       These assignments are shared by the four communities.
  2456.  
  2457.    Port Numbers
  2458.  
  2459.       These assignments are shared by the four communities.
  2460.  
  2461.    ARPANET Link Numbers
  2462.  
  2463.       These assignments are shared by the four communities.
  2464.  
  2465.    IP Version Numbers
  2466.  
  2467.       These assignments are shared by the four communities.
  2468.  
  2469.    TCP, IP and Telnet Option Identifiers
  2470.  
  2471.       These assignments are shared by the four communities.
  2472.  
  2473.    Implementation:
  2474.  
  2475.       Joyce Reynolds is the coordinator for all number assignments.
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481.  
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488.  
  2489.  
  2490.  
  2491.  
  2492.  
  2493. Reynolds & Postel                                              [Page 43]
  2494.  
  2495.