home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 900s / rfc923.txt < prev    next >
Text File  |  1992-09-21  |  96KB  |  2,727 lines

  1.  
  2.  
  3. Network Working Group                                        J. Reynolds
  4. Request for Comments:  923                                     J. Postel
  5.                                                                      ISI
  6. Obsoletes RFCs:  900, 870, 820,                             October 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.  Distribution of this memo
  19.    is unlimited.
  20.  
  21. Introduction
  22.  
  23.    This Network Working Group Request for Comments documents the
  24.    currently assigned values from several series of numbers used in
  25.    network protocol implementations.  This RFC will be updated
  26.    periodically, and in any case current information can be obtained
  27.    from Joyce Reynolds.  The assignment of numbers is also handled by
  28.    Joyce.  If you are developing a protocol or application that will
  29.    require the use of a link, socket, port, protocol, network number,
  30.    etc., please contact Joyce to receive a number assignment.
  31.  
  32.       Joyce Reynolds
  33.       USC - Information Sciences Institute
  34.       4676 Admiralty Way
  35.       Marina del Rey, California  90292-6695
  36.  
  37.       Phone: (213) 822-1511
  38.  
  39.       ARPA mail: JKREYNOLDS@USC-ISIF.ARPA
  40.  
  41.    Most of the protocols mentioned here are documented in the RFC series
  42.    of notes.  The more prominent and more generally used are documented
  43.    in the "Internet Protocol Transition Workbook" [33] or in the old
  44.    "ARPANET Protocol Handbook" [34] prepared by the NIC.  Some of the
  45.    items listed are undocumented.  Further information on protocols can
  46.    be found in the memo "Official ARPA-Internet Protocols" [89].
  47.  
  48.    In all cases the name and mailbox of the responsible individual is
  49.    indicated.  In the lists that follow, a bracketed entry, e.g.,
  50.    [nn,iii], at the right hand margin of the page indicates a reference
  51.    for the listed protocol, where the number ("nn") cites the document
  52.    and the letters ("iii") cites the person.  Whenever possible, letters
  53.    are a NIC Ident as used in the WHOIS service.
  54.  
  55.  
  56.  
  57. Reynolds & Postel                                               [Page 1]
  58.  
  59.  
  60.  
  61. Assigned Numbers                                                 RFC 923
  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) [33,77].  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 923
  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 preceding 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 preceding the name, and the
  160.    network name will be suffixed "-TEMP".
  161.  
  162.    Special Addresses:
  163.  
  164.       In certain contexts, it is useful to have fixed addresses with
  165.       functional significance rather than as identifiers of specific
  166.       hosts.  When such usage is called for, the address zero is to be
  167.       interpreted as meaning "this", as in "this network".  The address
  168.       of all ones are to be interpreted as meaning "all", as in "all
  169.       hosts".  For example, the address 128.9.255.255 could be
  170.  
  171.  
  172.  
  173. Reynolds & Postel                                               [Page 3]
  174.  
  175.  
  176.  
  177. Assigned Numbers                                                 RFC 923
  178. Network Numbers
  179.  
  180.  
  181.       interpreted as meaning all hosts on the network 128.9.  Or, the
  182.       address 0.0.0.37 could be interpreted as meaning host 37 on this
  183.       network.
  184.  
  185.    Assigned Network Numbers
  186.  
  187.    Class A Networks
  188.  
  189.       * Internet Address  Name          Network               References
  190.       - ----------------  ----          -------               ----------
  191.         000.rrr.rrr.rrr                 Reserved                   [JBP]
  192.       R 004.rrr.rrr.rrr   SATNET        Atlantic Satellite Network[DM11]
  193.       D 006.rrr.rrr.rrr T YPG-NET-TEMP  Yuma Proving Grounds     [7,BXA]
  194.       D 007.rrr.rrr.rrr T EDN-TEMP      DCEC EDN                   [EC5]
  195.       R 008.rrr.rrr.rrr T BBN-NET-TEMP  BBN Network               [JSG5]
  196.       R 010.rrr.rrr.rrr   ARPANET       ARPANET              [7,34,REK2]
  197.       D 011.rrr.rrr.rrr   DODIIS        DoD INTEL INFO SYS         [AY7]
  198.       C 012.rrr.rrr.rrr   ATT           ATT, Bell Labs            [MH13]
  199.       C 014.rrr.rrr.rrr   PDN           Public Data Network       [REK4]
  200.       R 018.rrr.rrr.rrr T MIT-TEMP      MIT Network         [15,88,DDC2]
  201.       D 022.rrr.rrr.rrr   DISNET        DISNET                    [FLM2]
  202.       D 023.rrr.rrr.rrr   DDN-TC-NET    DDN-TestCell-Network      [DH17]
  203.       D 024.rrr.rrr.rrr   MINET         MINET                    [7,DHH]
  204.       D 026.rrr.rrr.rrr   MILNET        MILNET                    [FLM2]
  205.       R 027.rrr.rrr.rrr T NOSC-LCCN-TEMPNOSC / LCCN                [RH6]
  206.       R 028.rrr.rrr.rrr   WIDEBAND      Wide Band Satellite Net   [CJW2]
  207.       R 032.rrr.rrr.rrr   UCL-TAC       UCL TAC                     [PK]
  208.       R 036.rrr.rrr.rrr T SU-NET-TEMP   Stanford University Network[JCM]
  209.       R 039.rrr.rrr.rrr T SRINET-TEMP   SRI Local Network         [GEOF]
  210.       R 041.rrr.rrr.rrr   BBN-TEST-A    BBN-GATE-TEST-A            [RH6]
  211.       R 044.rrr.rrr.rrr   AMPRNET       Amateur Radio Experiment Net[HM]
  212.         001.rrr.rrr.rrr-003.rrr.rrr.rrr Unassigned                 [JBP]
  213.         005.rrr.rrr.rrr                 Unassigned                 [JBP]
  214.         009.rrr.rrr.rrr                 Unassigned                 [JBP]
  215.         013.rrr.rrr.rrr                 Unassigned                 [JBP]
  216.         015.rrr.rrr.rrr-017.rrr.rrr.rrr Unassigned                 [JBP]
  217.         019.rrr.rrr.rrr-021.rrr.rrr.rrr Unassigned                 [JBP]
  218.         025.rrr.rrr.rrr                 Unassigned                 [JBP]
  219.         029.rrr.rrr.rrr-031.rrr.rrr.rrr Unassigned                 [JBP]
  220.         033.rrr.rrr.rrr-035.rrr.rrr.rrr Unassigned                 [JBP]
  221.         037.rrr.rrr.rrr-038.rrr.rrr.rrr Unassigned                 [JBP]
  222.         040.rrr.rrr.rrr                 Unassigned                 [JBP]
  223.         042.rrr.rrr.rrr-043.rrr.rrr.rrr Unassigned                 [JBP]
  224.         045.rrr.rrr.rrr-126.rrr.rrr.rrr Unassigned                 [JBP]
  225.         127.rrr.rrr.rrr                 Reserved                   [JBP]
  226.  
  227.  
  228.  
  229.  
  230.  
  231. Reynolds & Postel                                               [Page 4]
  232.  
  233.  
  234.  
  235. Assigned Numbers                                                 RFC 923
  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         [59,DLM1]
  248.       R 128.005.rrr.rrr   FORDNET       FORD DCNET             [59,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 [59,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         [55,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          [94,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            [46,47,RK1]
  279.       R 128.036.rrr.rrr   YALE-NET      YALE NET               [108,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     [59,108,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 923
  294. Network Numbers
  295.  
  296.  
  297.       D 128.044.rrr.rrr   WSMR-NET      White Sands Network        [TBS]
  298.       C 128.045.rrr.rrr   DEC-WRL-NET   DEC WRL Network       [108,RKJ2]
  299.         128.046.rrr.rrr   Unassigned    Unassigned                 [JBP]
  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         [108,RLB3]
  303.       G 128.050.rrr.rrr   COINS Network COINS On-Line Intel Net   [RLS6]
  304.       G 128.051.rrr.rrr   COINSTNET     COINS TEST NETWORK        [RLS6]
  305.       R 128.052.rrr.rrr   MIT-AI-NET    MIT AI NET             [108,MDC]
  306.       R 128.053.rrr.rrr   SAC-PR-2      SAC PRNET Number 2         [BG5]
  307.       R 128.054.rrr.rrr   UCSD          UC San Diego Network  [108,GH29]
  308.         128.055.rrr.rrr-128.063.rrr.rrr Unassigned                 [JBP]
  309.       R 128.064.rrr.rrr-128.079.rrr.rrr Net Dynamics Exp           [ZSU]
  310.         128.080.rrr.rrr-191.254.rrr.rrr Unassigned                 [JBP]
  311.         191.255.rrr.rrr                 Reserved                   [JBP]
  312.  
  313.    Class C Networks
  314.  
  315.       * Internet Address  Name          Network               References
  316.       - ----------------  ----          -------               ----------
  317.         192.000.000.rrr                 Reserved                   [JBP]
  318.       R 192.000.001.rrr   BBN-TEST-C    BBN-GATE-TEST-C            [RH6]
  319.         192.000.002.rrr-192.000.255.rrr Unassigned                 [JBP]
  320.       R 192.001.000.rrr-192.003.255.rrr BBN local networks         [SGC]
  321.       R*192.004.000.rrr-192.004.255.rrr Bellcore-Net           [108,PXK]
  322.       R 192.005.001.rrr   CISLHYPERNET  Honeywell                  [RK1]
  323.       R 192.005.002.rrr   WISC          Univ of Wisconsin Madison [RS23]
  324.       C 192.005.003.rrr   HP-DESIGN-AIDS HP Design Aids            [NXK]
  325.       C 192.005.004.rrr   HP-TCG-UNIX   Hewlett Packard TCG Unix   [NXK]
  326.       R 192.005.005.rrr   DEC-MRNET     DEC Marlboro Ethernet  [101,KWP]
  327.       R 192.005.006.rrr   DEC-MRRAD     DEC Marlboro Developmt [101,KWP]
  328.       R 192.005.007.rrr   CIT-CS-NET    Caltech-CS-Net         [107,DSW]
  329.       R 192.005.008.rrr   WASHINGTON    University of Washington  [JAR4]
  330.       R 192.005.009.rrr   AERONET       Aerospace Labnet         [2,LCN]
  331.       R 192.005.010.rrr   ECLNET        USC-ECL-CAMPUS-NET        [MAB4]
  332.       R 192.005.011.rrr   CSS-RING      SEISMIC-RESEARCH-NET       [RR2]
  333.       R 192.005.012.rrr   UTAH-NET      UTAH-COMPUTER-SCIENCE-NET  [RF1]
  334.       R 192.005.013.rrr   GSWDNET       Compion Network        [108,FAS]
  335.       R 192.005.014.rrr   RAND-NET      RAND Network           [108,JDG]
  336.       R 192.005.015.rrr   NYU-NET       NYU Network                [EF5]
  337.       R 192.005.016.rrr   LANL-LAND     Los Alamos Dev LAN    [108,JC11]
  338.       R 192.005.017.rrr   NRL-NET       Naval Research Lab          [AP]
  339.       R 192.005.018.rrr   IPTO-NET      ARPA-IPTO Office Net      [REK2]
  340.       R 192.005.019.rrr   UCIICS        UCI-ICS Res Net            [MTR]
  341.       R 192.005.020.rrr   CISLTTYNET    Honeywell                  [RK1]
  342.       D 192.005.021.rrr   BRLNET1       BRLNET1                 [7,MJM2]
  343.       D 192.005.022.rrr   BRLNET2       BRLNET2                 [7,MJM2]
  344.       D 192.005.023.rrr   BRLNET3       BRLNET3                 [7,MJM2]
  345.  
  346.  
  347. Reynolds & Postel                                               [Page 6]
  348.  
  349.  
  350.  
  351. Assigned Numbers                                                 RFC 923
  352. Network Numbers
  353.  
  354.  
  355.       D 192.005.024.rrr   BRLNET4       BRLNET4                 [7,MJM2]
  356.       D 192.005.025.rrr   BRLNET5       BRLNET5                 [7,MJM2]
  357.       D 192.005.026.rrr   NSRDCOA-NET   NSRDC Office Auto Net      [TC4]
  358.       D 192.005.027.rrr   DTNSRDC-NET   DTNSRDC-NET                [TC4]
  359.       R 192.005.028.rrr   RSRE-NULL     RSRE-NULL                   [NM]
  360.       R 192.005.029.rrr   RSRE-ACC      RSRE-ACC                    [NM]
  361.       R 192.005.030.rrr   RSRE-PR       RSRE-PR                     [NM]
  362.       R*192.005.031.rrr   SIEMENS-NET   Siemens Research Network   [PXN]
  363.       R 192.005.032.rrr   CISLTESTNET2  Honeywell            [46,47,RK1]
  364.       R 192.005.033.rrr   CISLTESTNET3  Honeywell            [27,28,RK1]
  365.       R 192.005.034.rrr   CISLTESTNET4  Honeywell            [27,28,RK1]
  366.       R 192.005.035.rrr   RIACS         USRA                  [108,RLB1]
  367.       R 192.005.036.rrr   CORNELL-CS    CORNELL CS Research    [108,DK2]
  368.       R 192.005.037.rrr   UR-CS-NET     U of R CS 3Mb Net       [58,LB1]
  369.       R 192.005.038.rrr   SRI-C3ETHER   SRI-AITAD C3ETHERNET   [108,BG5]
  370.       R 192.005.039.rrr   UDEL-EECIS    Udel EECIS LAN         [102,CC2]
  371.       R 192.005.040.rrr   PUCC-NET-A    PURDUE Comp Cntr Net      [JRS8]
  372.       D 192.005.041.rrr   WISLAN        WIS Research LAN       [94,JRM1]
  373.       D 192.005.042.rrr   AFDSC-HYPER   AFDSC Hypernet            [MCSJ]
  374.       R 192.005.043.rrr   CUCSNET       Columbia CS Net        [108,LH2]
  375.       R 192.005.044.rrr   Farber-PC-Net Farber PC Network          [DJF]
  376.       R 192.005.045.rrr   AIDS-NET      AI&DS Network           [108,HA]
  377.       R 192.005.046.rrr   NTA-RING      NDRE-RING                  [PS3]
  378.       R 192.005.047.rrr   NSRDC         NSRDC                      [PXM]
  379.       R 192.005.048.rrr   PURDUE-CS-IL  Purdue CS IL Ethernet  [108,CAK]
  380.       R 192.005.049.rrr   UCSF          Univ of Calif, San Fran[102,TF6]
  381.       R 192.005.050.rrr   CTH-CS-NET    Chalmers CSN Net       [102,UXB]
  382.       R 192.005.051.rrr   Theorynet     Cornell Theory Center [108,AB13]
  383.       R 192.005.052.rrr   NLM-ETHER     NLM-LHNCBC-ETHERNET     [77,JA1]
  384.       R 192.005.053.rrr   UR-CS-ETHER   U of R CS 10Mb Net      [58,LB1]
  385.       R 192.005.054.rrr   AERO-A6       Aerospace                [2,LCN]
  386.       R*192.005.055.rrr   UCLA-CECS     UCLA-CECS Network      [108,RBW]
  387.       C 192.005.056.rrr   TARTAN-NET    Tartan Labs                [SXB]
  388.       R 192.005.057.rrr   UDEL-CC       UDEL Comp Center      [102,RR18]
  389.       R 192.005.058.rrr   CSNET-PDN     CSNET X.25 Network     [52,RDR4]
  390.       R*192.005.059.rrr   Inria SM90    Inria GIP SM-90            [MXS]
  391.       R*192.005.060.rrr   SM90 X1       Inria SM-90 exp. 1         [MXS]
  392.       R*192.005.061.rrr   SM90 X2       Inria SM-90 exp. 2         [MXS]
  393.       R*192.005.062.rrr   LITP SM90     LITP SM-90                 [MXS]
  394.       R 192.005.064.rrr   AMES-NAS-NET  NASA ARC NAS LAN      [101,MF31]
  395.       R 192.005.065.rrr   NPRDC-Ether   NPRDC TRCF Ethernet        [LRB]
  396.       R 192.005.066.rrr   HARV-NET      Harvard Comp Sci Net      [SXB1]
  397.       R 192.005.067.rrr   CECOM-ETHER   CECOM ADDCOMPE ETHER   [102,GIH]
  398.       R 192.005.068.rrr   AERO-130      AEROSPACE-130              [LCN]
  399.       R 192.005.069.rrr   UIUC-NET      Univ of IL at Urbana   [108,AXC]
  400.       G 192.005.070.rrr   CELAN         COINS Exper. LAN           [MXM]
  401.       R 192.005.071.rrr   SAC-ETHER     SAC C3 Ethernet        [108,BG5]
  402.       R*192.005.072.rrr-192.005.087.rrr U Chicago                  [TXN]
  403.  
  404.  
  405. Reynolds & Postel                                               [Page 7]
  406.  
  407.  
  408.  
  409. Assigned Numbers                                                 RFC 923
  410. Network Numbers
  411.  
  412.  
  413.       R 192.005.088.rrr   YALE-EE-NET   YALE-EE-NET           [108,AG22]
  414.       R 192.005.089.rrr   UTEXAS-NET    U. Texas Austin Net   [108,JSQ1]
  415.       R 192.005.090.rrr   HARV-ETHER    Harvard CS Ethernet       [SXB1]
  416.       R 192.005.091.rrr   PURDUE-ECN1   Purdue ECN          [30,49,GG11]
  417.       R 192.005.092.rrr   BRAGG-ETHER   SRI Bragg Ether        [103,GIH]
  418.       R 192.005.093.rrr   SRI-DEMO      SRI Ether Demo         [103,GIH]
  419.       R*192.005.094.rrr   SDCRDCF-10MB  SDC R&D primary net   [108,DJV1]
  420.       R*192.005.095.rrr   SDCRDCF-3MB   SDC R&D old net        [58,DJV1]
  421.       R*192.005.096.rrr   UBC-CS-NET    UBC Comp Sci Net       [108,PXB]
  422.       R*192.005.097.rrr   UCLA-CS-LNI   UCLA CS LNI Network        [RBW]
  423.       R*192.005.098.rrr   UCLA-PIC      UCLA PIC Network       [108,RBW]
  424.       R 192.005.099.rrr   SPACENET      S-1 Workstation Network[108,TXW]
  425.       R 192.005.100.rrr   PURDUE-ECN2   Purdue ECN          [30,49,GG11]
  426.       R 192.005.101.rrr   PUCC-GW-NET   Purdue Gateway Network    [JRS8]
  427.       R 192.005.102.rrr   PUCC-RHF-NET  PUCC RHF Based Net        [JRS8]
  428.       C*192.005.103.rrr   TYM-NTD-NET   Tymnet NTD Ethernet        [SMF]
  429.       R 192.005.104.rrr   TMC-INET      Thinking Machines     [108,BJN1]
  430.       R 192.005.105.rrr   CCA-POND      CCA Ethernet1 (POND)   [108,AL6]
  431.       C*192.005.106.rrr   BITSTREAM     Bitstream Type Foundry [108,PXA]
  432.       R*192.005.107.rrr   PASC-ETHER    IBM PASC Ethernet      [108,GXL]
  433.       R*192.005.108.rrr   PASC-BB       IBM PASC Broadband      [50,GXL]
  434.         192.005.109.rrr-192.005.255.rrr Unassigned                 [JBP]
  435.       C*192.006.000.rrr-192.006.255.rrr Hewlett Packard            [AXG]
  436.       C*192.007.000.rrr-192.007.255.rrr Computer Consoles, Inc.   [RA11]
  437.       C*192.008.000.rrr-192.008.255.rrr Spartacus Computers, Inc.  [SXM]
  438.       C*192.009.000.rrr-192.009.255.rrr SUN Microsystem, Inc.      [WNJ]
  439.       C*192.010.000.rrr-192.010.040.rrr Symbolics, Inc.            [CH2]
  440.       R 192.010.041.rrr   SCRC-ETHERNET SCRC ETHERNET          [108,CH2]
  441.       C*192.010.042.rrr-192.010.255.rrr Symbolics, Inc.            [CH2]
  442.       C*192.011.000.rrr-192.011.255.rrr ATT, Bell Labs            [MH12]
  443.       C*192.012.000.rrr   CADMUS-ETHERNET CADMUS-NET               [MS9]
  444.       C*192.012.001.rrr   CADMUS-EXP-1  CADMUS-NET-EXP-1           [MS9]
  445.       C*192.012.002.rrr   CADMUS-EXP-2  CADMUS-NET-EXP-2           [MS9]
  446.       C*192.012.003.rrr   FLAIR         Fairchild AI Lab Net  [108,AMS1]
  447.       C*192.012.004.rrr   SCG-NET       Hughes SCG Net         [108,MXP]
  448.       R 192.012.005.rrr   AIC-LISPMS    SRI-AIC-LispMachNet    [108,PM4]
  449.       R 192.012.006.rrr   NPS-C2        NPS-C2                 [108,AW9]
  450.       R 192.012.007.rrr   NYU-CS-ETHER  NYU CompSci Ethernet   [108,LOU]
  451.       D 192.012.008.rrr   PICANET1      Picatinny Arsenal LAN1[108,RFD1]
  452.       R 192.012.009.rrr   CADRE-NET     Decision Systems Lab       [SM6]
  453.       R 192.012.010.rrr   CORNELL-ENG   Cornell-Engineering    [108,BN9]
  454.       R 192.012.011.rrr   MIT-36        MIT Building 36       [108,RH60]
  455.       R 192.012.012.rrr   WISC-ETHER    Wisconsin Ether Net    [108,CBP]
  456.       R 192.012.013.rrr   JHU-NET1      JHU-NET1              [108,MO14]
  457.       R 192.012.014.rrr   JHU-NET2      JHU-NET2              [108,MO14]
  458.       R 192.012.015.rrr   BROOKNET      BNL Brooknet III        [108,GC]
  459.       R 192.012.016.rrr   PRMNET        SRI-SURAN-EN          [108,BP17]
  460.       G 192.012.017.rrr   LLL-TIS-NET   LLL-TIS-NET       [101,105,GP10]
  461.  
  462.  
  463. Reynolds & Postel                                               [Page 8]
  464.  
  465.  
  466.  
  467. Assigned Numbers                                                 RFC 923
  468. Network Numbers
  469.  
  470.  
  471.       R 192.012.018.rrr   CIT-CS-10NET  Caltech 10Meg EtherNet[107,AD22]
  472.       R 192.012.019.rrr   CIT-NET       Caltech Campus Net    [107,AD22]
  473.       R 192.012.020.rrr   CIT-SUN-NET   Caltech Sun Net       [107,AD22]
  474.       R 192.012.021.rrr   CIT-PHYSCOMP  Caltech Phys Comp Net [107,AD22]
  475.       R 192.012.022.rrr   UTCSRES       UTCS Net Research     [108,JSQ1]
  476.       R 192.012.023.rrr   UTCSTTY       UTCS TTY Kludgenet    [108,JSQ1]
  477.       R 192.012.024.rrr   MICANET       MITRE (Experimental)       [JN2]
  478.       R 192.012.025.rrr   CSS-GRAMINAE  CSS Workstation Net     [53,RR2]
  479.       R 192.012.026.rrr   BBN-NETR      Net-R Testbed at BBN   [91,CP10]
  480.       R 192.012.027.rrr   UR-LASER      UR Laser Energetics    [108,WXL]
  481.         192.012.028.rrr-192.012.255.rrr Unassigned                 [JBP]
  482.       D 192.013.000.rrr-192.014.255.rrr DODIIS Subnetworks         [AY5]
  483.         192.015.000.rrr-223.255.254.rrr Unassigned                 [JBP]
  484.         223.255.255.rrr                 Reserved                   [JBP]
  485.  
  486.    Other Reserved Internet Addresses
  487.  
  488.       * Internet Address  Name          Network               References
  489.       - ----------------  ----          -------               ----------
  490.         224.000.000.000-255.255.255.255 Reserved                   [JBP]
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  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 923
  526. Network Numbers
  527.  
  528.  
  529.    Network Totals
  530.  
  531.       Assigned for the ARPA-Internet and the DDN-Internet
  532.  
  533.          Class         A         B         C     Total
  534.  
  535.          Research      6        53       854       913
  536.  
  537.          Defense       5        12       523       540
  538.  
  539.          Government    0         2         2         4
  540.  
  541.          Commercial    2         1         3         6
  542.  
  543.          Total        13        68      1382      1463
  544.  
  545.       Allocated for Internet and Independent Uses
  546.  
  547.          Class         A         B         C     Total
  548.  
  549.          Research      6        53      1139      1198
  550.  
  551.          Defense       5        12       523       540
  552.  
  553.          Government    0         2         2         4
  554.  
  555.          Commercial    2         2      1545      1549
  556.  
  557.          Total        13        69      3209      3291
  558.  
  559.       Maximum Allowed
  560.  
  561.          Class         A         B         C     Total
  562.  
  563.          Research      8      1024     65536     66568
  564.  
  565.          Defense      24      3072    458752    461848
  566.  
  567.          Government   24      3072    458752    461848
  568.  
  569.          Commercial   74      9214   1114137   1123394
  570.  
  571.          Total       126     16382   2097150   2113658
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579. Reynolds & Postel                                              [Page 10]
  580.  
  581.  
  582.  
  583. Assigned Numbers                                                 RFC 923
  584. Version Numbers
  585.  
  586.  
  587.                         ASSIGNED VERSION NUMBERS
  588.  
  589.    In the Internet Protocol (IP) [33,77] there is a field to identify
  590.    the version of the internetwork general protocol.  This field is 4
  591.    bits in size.
  592.  
  593.    Assigned Internet Version Numbers
  594.  
  595.       Decimal   Keyword    Version                            References
  596.       -------   -------    -------                            ----------
  597.           0                Reserved                                [JBP]
  598.         1-3                Unassigned                              [JBP]
  599.           4       IP       Internet Protocol                 [31,71,JBP]
  600.           5       ST       ST Datagram Mode                     [34,JWF]
  601.        6-14                Unassigned                              [JBP]
  602.          15                Reserved                                [JBP]
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637. Reynolds & Postel                                              [Page 11]
  638.  
  639.  
  640.  
  641. Assigned Numbers                                                 RFC 923
  642. Protocol Numbers
  643.  
  644.  
  645.                        ASSIGNED PROTOCOL NUMBERS
  646.  
  647.    In the Internet Protocol (IP) [33,77] there is a field, called
  648.    Protocol, to identify the the next level protocol.  This is an 8 bit
  649.    field.
  650.  
  651.    Assigned Internet Protocol Numbers
  652.  
  653.       Decimal    Keyword     Protocol                         References
  654.       -------    -------     --------                         ----------
  655.            0                 Reserved                              [JBP]
  656.            1     ICMP        Internet Control Message           [69,JBP]
  657.            2                 Unassigned                            [JBP]
  658.            3     GGP         Gateway-to-Gateway                  [45,MB]
  659.            4                 Unassigned                            [JBP]
  660.            5     ST          Stream                             [37,JWF]
  661.            6     TCP         Transmission Control            [33,78,JBP]
  662.            7     UCL         UCL                                    [PK]
  663.            8     EGP         Exterior Gateway Protocol         [93,DLM1]
  664.            9     IGP         any private interior gateway          [JBP]
  665.           10     BBN-RCC-MON BBN RCC Monitoring                    [SGC]
  666.           11     NVP-II      Network Voice Protocol             [16,SC3]
  667.           12     PUP         PUP                                [11,HGM]
  668.           13     ARGUS       ARGUS                                [RWS4]
  669.           14     EMCON       EMCON                                 [BN7]
  670.           15     XNET        Cross Net Debugger                [43,JFH2]
  671.           16     CHAOS       Chaos                                 [NC3]
  672.           17     UDP         User Datagram                   [33,76,JBP]
  673.           18     MUX         Multiplexing                       [17,JBP]
  674.           19     DCN-MEAS    DCN Measurement Subsystems           [DLM1]
  675.           20     HMP         Host Monitoring                     [4,RH6]
  676.           21     PRM         Packet Radio Measurement              [ZSU]
  677.           22     XNS-IDP     XEROX NS IDP                      [109,LLG]
  678.           23     TRUNK-1     Trunk-1                               [BML]
  679.           24     TRUNK-2     Trunk-2                               [BML]
  680.           25     LEAF-1      Leaf-1                                [BML]
  681.           26     LEAF-2      Leaf-2                                [BML]
  682.           27     RDP         Reliable Data Protocol            [106,RH6]
  683.        28-60                 Unassigned                            [JBP]
  684.           61                 any host internal protocol            [JBP]
  685.           62     CFTP        CFTP                              [38,HCF2]
  686.           63                 any local network                     [JBP]
  687.           64     SAT-EXPAK   SATNET and Backroom EXPAK            [DM11]
  688.           65     MIT-SUBNET  MIT Subnet Support                    [NC3]
  689.           66     RVD         MIT Remote Virtual Disk Protocol      [MBG]
  690.           67     IPPC        Internet Pluribus Packet Core        [DM11]
  691.           68                 any distributed file system           [JBP]
  692.           69     SAT-MON     SATNET Monitoring                    [DM11]
  693.  
  694.  
  695. Reynolds & Postel                                              [Page 12]
  696.  
  697.  
  698.  
  699. Assigned Numbers                                                 RFC 923
  700. Protocol Numbers
  701.  
  702.  
  703.           70                 Unassigned                            [JBP]
  704.           71     IPCV        Internet Packet Core Utility         [DM11]
  705.        72-75                 Unassigned                            [JBP]
  706.           76     BR-SAT-MON  Backroom SATNET Monitoring           [DM11]
  707.           77                 Unassigned                            [JBP]
  708.           78     WB-MON      WIDEBAND Monitoring                  [DM11]
  709.           79     WB-EXPAK    WIDEBAND EXPAK                       [DM11]
  710.       80-254                 Unassigned                            [JBP]
  711.          255                 Reserved                              [JBP]
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. Reynolds & Postel                                              [Page 13]
  754.  
  755.  
  756.  
  757. Assigned Numbers                                                 RFC 923
  758. Port Numbers
  759.  
  760.  
  761.                          ASSIGNED PORT NUMBERS
  762.  
  763.    Ports are used in the TCP [33,78] to name the ends of logical
  764.    connections which carry long term conversations.  For the purpose of
  765.    providing services to unknown callers, a service contact port is
  766.    defined.  This list specifies the port used by the server process as
  767.    its contact port.  The contact port is sometimes called the
  768.    "well-known port".
  769.  
  770.    To the extent possible, these same port assignments are used with the
  771.    UDP [33,76].
  772.  
  773.    The assigned ports use a small portion of the possible port numbers.
  774.    The assigned ports have all except the low order eight bits cleared
  775.    to zero.  The low order eight bits are specified here.
  776.  
  777.    Port Assignments:
  778.  
  779.       Decimal   Keyword   Description                         References
  780.       -------   -------   -----------                         ----------
  781.       0                   Reserved                                 [JBP]
  782.       1-4                 Unassigned                               [JBP]
  783.       5        RJE        Remote Job Entry                   [13,34,JBP]
  784.       7        ECHO       Echo                                  [67,JBP]
  785.       9        DISCARD    Discard                               [66,JBP]
  786.       11       USERS      Active Users                          [62,JBP]
  787.       13       DAYTIME    Daytime                               [65,JBP]
  788.       15       NETSTAT    Who is up or NETSTAT                     [JBP]
  789.       17       QUOTE      Quote of the Day                      [72,JBP]
  790.       19       CHARGEN    Character Generator                   [64,JBP]
  791.       20       FTP        File Transfer [Default Data]       [33,68,JBP]
  792.       21       FTP        File Transfer [Control]            [33,68,JBP]
  793.       23       TELNET     Telnet                                [84,JBP]
  794.       25       SMTP       Simple Mail Transfer               [33,74,JBP]
  795.       27       NSW-FE     NSW User System FE                    [18,RHT]
  796.       29       MSG-ICP    MSG ICP                               [60,RHT]
  797.       31       MSG-AUTH   MSG Authentication                    [60,RHT]
  798.       33                  Unassigned                               [JBP]
  799.       35                  any printer server                       [JBP]
  800.       37       TIME       Time                                  [80,JBP]
  801.       39       RLP        Resource Location Protocol              [1,MA]
  802.       41       GRAPHICS   Graphics                           [34,98,JBP]
  803.       42       NAMESERVER Host Name Server                   [33,71,JBP]
  804.       43       NICNAME    Who Is                            [33,42,JAKE]
  805.       44       MPM-FLAGS  MPM FLAGS Protocol                       [JBP]
  806.       45       MPM        Message Processing Module [recv]      [70,JBP]
  807.       46       MPM        MPM [default send]                    [76,JBP]
  808.       47       NI-FTP     NI FTP                                [104,SK]
  809.  
  810.  
  811. Reynolds & Postel                                              [Page 14]
  812.  
  813.  
  814.  
  815. Assigned Numbers                                                 RFC 923
  816. Port Numbers
  817.  
  818.  
  819.       49       LOGIN      Login Host Protocol                     [PHD1]
  820.       51       LA-MAINT   IMP Logical Address Maintenance       [57,AGM]
  821.       53       DOMAIN     Domain Name Server                       [PM1]
  822.       55       ISI-GL     ISI Graphics Language                 [10,RB6]
  823.       57                  any private terminal access              [JBP]
  824.       59                  any private file service                 [JBP]
  825.       61       NI-MAIL    NI MAIL                                 [8,SK]
  826.       63       VIA-FTP    VIA Systems - FTP                        [DXD]
  827.       65                  Unassigned                               [JBP]
  828.       67                  Unassigned                               [JBP]
  829.       69       TFTP       Trivial File Transfer              [33,87,KRS]
  830.       71       NETRJS     Remote Job Service                 [12,34,RTB]
  831.       72       NETRJS     Remote Job Service                 [12,34,RTB]
  832.       73       NETRJS     Remote Job Service                 [12,34,RTB]
  833.       74       NETRJS     Remote Job Service                 [12,34,RTB]
  834.       75                  any private dial out service             [JBP]
  835.       77                  any private RJE service                  [JBP]
  836.       79       FINGER     Finger                             [34,40,KLH]
  837.       81                  HOSTS2 Name Server                      [EAK1]
  838.       83       HOSTS2-NS  MIT ML Device                            [DPR]
  839.       85       MIT-ML-DEV MIT ML Device                            [DPR]
  840.       87       MIT-ML-DEV Any Private Terminal Link                [JBP]
  841.       89       SU-MIT-TG  SU/MIT Telnet Gateway                    [MRC]
  842.       91       MIT-DOV    MIT Dover Spooler                        [EBM]
  843.       93       DCP        Device Control Protocol                 [DT15]
  844.       95       SUPDUP     SUPDUP                                [21,MRC]
  845.       97       SWIFT-RVF  Swift Remote Vitural File Protocol       [MXR]
  846.       99       METAGRAM   Metagram Relay                          [GEOF]
  847.       101      HOSTNAME   NIC Host Name Server              [33,41,JAKE]
  848.       103                 Unassigned                               [JBP]
  849.       105      CSNET-NS   Mailbox Name Nameserver              [96,MHS1]
  850.       107      RTELNET    Remote Telnet Service                 [73,JBP]
  851.       109      POP        Post Office Protocol                [110,JKR1]
  852.       111      SUNRPC     SUN Remote Procedure Call                [DXG]
  853.       113      AUTH       Authentication Service               [99,MCSJ]
  854.       115      SFTP       Simple File Transfer Protocol         [54,MXL]
  855.       116                 Unassigned                               [JBP]
  856.       117      UUCP-PATH  UUCP Path Service                     [32,MAE]
  857.       118-129             Unassigned                               [JBP]
  858.       131                 Unassigned                               [JBP]
  859.       132-223             Reserved                                 [JBP]
  860.       224-241             Unassigned                               [JBP]
  861.       243      SUR-MEAS   Survey Measurement                      [9,AV]
  862.       245      LINK       LINK                                 [14,RDB2]
  863.       247-255             Unassigned                               [JBP]
  864.  
  865.  
  866.  
  867.  
  868.  
  869. Reynolds & Postel                                              [Page 15]
  870.  
  871.  
  872.  
  873. Assigned Numbers                                                 RFC 923
  874. Autonomous System Numbers
  875.  
  876.  
  877.                    ASSIGNED AUTONOMOUS SYSTEM NUMBERS
  878.  
  879.    The Exterior Gateway Protocol (EGP) [93,90] specifies that groups of
  880.    gateways may form autonomous systems.  The EGP provides a 16-bit
  881.    field for identifying such systems.  The values of this field are
  882.    registered here.
  883.  
  884.    Autonomous System Numbers:
  885.  
  886.       Decimal   Name                                          References
  887.       -------   ----                                          ----------
  888.             0   Reserved                                           [JBP]
  889.             1   The BBN Gateways                                    [MB]
  890.             2   DCN-AS                                            [DLM1]
  891.             3   The MIT Gateways                                   [LM8]
  892.             4   ISI-AS                                            [JKR1]
  893.             5   Symbolics                                          [CH2]
  894.             6   HIS-Multics                                    [BIM,RK1]
  895.             7   UK-MOD                                            [RNM1]
  896.             8   RICE-AS                                            [PGM]
  897.             9   CMU-ROUTER                                          [MA]
  898.             10  CSNET-PDN-AS                                      [RDR4]
  899.             11  HARVARD                                           [SXB1]
  900.             12  NYU-DOMAIN                                         [EF5]
  901.             13  BRL-AS                                            [RBN1]
  902.             14  COLUMBIA-GW                                       [BC14]
  903.             15  NET DYNAMICS EXP                                   [ZSU]
  904.             16  LBL                                                 [WG]
  905.             17  PURDUE-CS                                         [KCS1]
  906.             18  UTEXAS                                            [JSQ1]
  907.             19  CSS-DOMAIN                                         [RR2]
  908.             20  UR                                                [LB16]
  909.             21  RAND                                               [JDG]
  910.             22  NOSC                                              [RLB3]
  911.             23  RIACS-AS                                          [DG28]
  912.             24  AMES-NAS-GW                                       [MF31]
  913.             25  UCB                                               [MK17]
  914.             26  CORNELL                                            [BN9]
  915.             27  UMDNET                                            [JWO1]
  916.             28  DFVLR-SYS                                         [HDC1]
  917.             29  YALE-AS                                           [JG46]
  918.             30  SRI-AICnet                                         [PM4]
  919.             31  CIT-CS                                            [AD22]
  920.             32  STANFORD                                           [PA5]
  921.             33  DEC-WRL-AS                                        [RKJ2]
  922.             34  UDEL-EECIS                                         [NMM]
  923.             35  MICATON                                            [JN2]
  924.       36-65534  Unassigned                                         [JBP]
  925.  
  926.  
  927. Reynolds & Postel                                              [Page 16]
  928.  
  929.  
  930.  
  931. Assigned Numbers                                                 RFC 923
  932. Autonomous System Numbers
  933.  
  934.  
  935.         65535   Reserved                                           [JBP]
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  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 923
  990. ARPANET Logical Addresses
  991.  
  992.  
  993.                    ASSIGNED ARPANET LOGICAL ADDRESSES
  994.  
  995.    The ARPANET facility for "logical addressing" is described in
  996.    RFC 878 [56].  A portion of the possible logical addresses are
  997.    reserved for standard uses.
  998.  
  999.    There are 49,152 possible logical host addresses.  Of these, 256 are
  1000.    reserved for assignment to well-known functions.  Assignments for
  1001.    well-known functions are made by Joyce Reynolds.  Assignments for
  1002.    other logical host addresses are made by the NIC.
  1003.  
  1004.    Logical Address Assignments:
  1005.  
  1006.       Decimal    Description                                  References
  1007.       -------    -----------                                  ----------
  1008.       0          Reserved                                          [JBP]
  1009.       1          The BBN Gateways                                   [MB]
  1010.       2-255      Unassigned                                        [JBP]
  1011.       256        Reserved                                          [JBP]
  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 923
  1048. ARPANET Link Numbers
  1049.  
  1050.  
  1051.                      ASSIGNED ARPANET LINK NUMBERS
  1052.  
  1053.    The word "link" here refers to a field in the original ARPANET
  1054.    Host/IMP interface leader.  The link was originally defined as an
  1055.    8-bit field.  Later specifications defined this field as the
  1056.    "message-id" with a length of 12 bits.  The name link now refers to
  1057.    the high order 8 bits of this 12-bit message-id field.  The Host/IMP
  1058.    interface is defined in BBN Report 1822 [7].
  1059.  
  1060.    The low-order 4 bits of the message-id field are called the sub-link.
  1061.    Unless explicitly specified otherwise for a particular protocol,
  1062.    there is no sender to receiver significance to the sub-link.  The
  1063.    sender may use the sub-link in any way he chooses (it is returned in
  1064.    the RFNM by the destination IMP), the receiver should ignore the
  1065.    sub-link.
  1066.  
  1067.    Link Assignments:
  1068.  
  1069.       Decimal   Description                                   References
  1070.       -------   -----------                                   ----------
  1071.       0         Reserved                                           [JBP]
  1072.       1-149     Unassigned                                         [JBP]
  1073.       150       Xerox NS IDP                                   [109,LLG]
  1074.       151       Unassigned                                         [JBP]
  1075.       152       PARC Universal Protocol                         [11,HGM]
  1076.       153       TIP Status Reporting                               [JGH]
  1077.       154       TIP Accounting                                     [JGH]
  1078.       155       Internet Protocol [regular]                  [33,77,JBP]
  1079.       156-158   Internet Protocol [experimental]             [33,77,JBP]
  1080.       159       Figleaf Link                                      [JBW1]
  1081.       160-195   Unassigned                                         [JBP]
  1082.       196-247   Experimental Protocols                             [JBP]
  1083.       248-255   Network Maintenance                                [JGH]
  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 923
  1106. IEEE 802 SAP Numbers
  1107.  
  1108.  
  1109.                     IEEE 802 SAP NUMBERS OF INTEREST
  1110.  
  1111.    Many of the networks of all classes are IEEE 802 Networks.  These
  1112.    systems use a Service Access Point field in much the same way the
  1113.    ARPANET uses the "link" field.  For further information and SAP
  1114.    number assignments, please contact: Mr. Maris Graube, Chairman, IEEE
  1115.    802, c/o Tektronix, P.O. Box 500, D/S 50-473, Beaverton,
  1116.    Oregon, 97077.
  1117.  
  1118.    Assignments:
  1119.  
  1120.       Service Access Point               Description          References
  1121.       --------------------               -----------          ----------
  1122.       decimal  binary
  1123.          96   01100000                   DOD IP              [33,76,JBP]
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159. Reynolds & Postel                                              [Page 20]
  1160.  
  1161.  
  1162.  
  1163. Assigned Numbers                                                 RFC 923
  1164. Ethernet Numbers
  1165.  
  1166.  
  1167.                       ETHERNET NUMBERS OF INTEREST
  1168.  
  1169.    Many of the networks of all classes are Ethernets (10Mb) or
  1170.    Experimental Ethernets (3Mb).  These systems use a message "type"
  1171.    field in much the same way the ARPANET uses the "link" field.
  1172.  
  1173.    If you need an Ethernet number, contact the XEROX Corporation, Office
  1174.    Products Division, Network Systems Administration Office, 333 Coyote
  1175.    Hill Road, Palo Alto, California, 94304.
  1176.  
  1177.    Assignments:
  1178.  
  1179.       Ethernet          Exp. Ethernet    Description          References
  1180.       -------------     -------------   -----------           ----------
  1181.       decimal  Hex      decimal  octal
  1182.          512   0200        512   1000   XEROX PUP                [1,HGM]
  1183.         1536   0600       1536   3000   XEROX NS IDP           [109,LLG]
  1184.         2048   0800        513   1001   DOD IP               [33,77,JBP]
  1185.         2049   0801        -      -     X.75 Internet              [LLG]
  1186.         2050   0802        -      -     NBS Internet               [LLG]
  1187.         2051   0803        -      -     ECMA Internet              [LLG]
  1188.         2052   0804        -      -     Chaosnet                   [LLG]
  1189.         2053   0805        -      -     X.25 Level 3               [LLG]
  1190.         2054   0806        -      -     ARP                    [61,DCP1]
  1191.         2076   081C        -      -     Symbolics Private         [DCP1]
  1192.        32771   8003        -      -     Cronus VLN            [100,DT15]
  1193.        32772   8004        -      -     Cronus Direct         [100,DT15]
  1194.        32774   8006        -      -     Nestar                     [LLG]
  1195.        32784   8010        -      -     Excelan                    [---]
  1196.        32821   8035        -      -     Reverse ARP             [36,JCM]
  1197.        36864   9000        -      -     Loopback                   [LLG]
  1198.  
  1199.    The standard for transmission of IP datagrams over Ethernets and
  1200.    Experimental Ethernets is specified in RFC 894 [48] and RFC 895 [63]
  1201.    respectively.
  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 923
  1222. Address Resolution Protocol
  1223.  
  1224.  
  1225.             ASSIGNED ADDRESS RESOLUTION PROTOCOL PARAMETERS
  1226.  
  1227.    The Address Resolution Protocol (ARP) specified in RFC 826 [61] has
  1228.    several parameters.  The assigned values for these parameters are
  1229.    listed here.
  1230.  
  1231.    Assignments:
  1232.  
  1233.       Operation Code (op)
  1234.  
  1235.          1   REQUEST
  1236.          2   REPLY
  1237.  
  1238.       Hardware Type (hrd)
  1239.  
  1240.          Type   Description                                   References
  1241.          ----   -----------                                   ----------
  1242.            1    Ethernet (10Mb)                                    [JBP]
  1243.            2    Experimental Ethernet (3Mb)                        [JBP]
  1244.            3    Amateur Radio AX.25                                [PXK]
  1245.  
  1246.       Protocol Type (pro)
  1247.  
  1248.          Use the same codes as listed in the section called "Ethernet
  1249.          Numbers of Interest".
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  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 923
  1280. Public Data Network Numbers
  1281.  
  1282.  
  1283.                   ASSIGNED PUBLIC DATA NETWORK NUMBERS
  1284.  
  1285.    One of the Internet Class A Networks is the international system of
  1286.    Public Data Networks.  This section lists the mapping between the
  1287.    Internet Addresses and the Public Data Network Addresses (X.121).
  1288.  
  1289.    Assignments:
  1290.  
  1291.       Internet           Public Data Net    Description       References
  1292.       ---------------   -----------------   -----------       ----------
  1293.       014.000.000.000                       Reserved               [JBP]
  1294.       014.000.000.001   3110-317-00035 00   PURDUE-TN              [CAK]
  1295.       014.000.000.002   3110-608-00027 00   UWISC-TN               [CAK]
  1296.       014.000.000.003   3110-302-00024 00   UDEL-TN                [CAK]
  1297.       014.000.000.004   2342-192-00149 23   UCL-VTEST               [PK]
  1298.       014.000.000.005   2342-192-00300 23   UCL-TG                  [PK]
  1299.       014.000.000.006   2342-192-00300 25   UK-SATNET               [PK]
  1300.       014.000.000.007   3110-608-00024 00   UWISC-IBM             [MHS1]
  1301.       014.000.000.008   3110-213-00045 00   RAND-TN                [MO2]
  1302.       014.000.000.009   2342-192-00300 23   UCL-CS                  [PK]
  1303.       014.000.000.010   3110-617-00025 00   BBN-VAN-GW            [JD21]
  1304.       014.000.000.011   2405-015-50300 00   CHALMERS               [UXB]
  1305.       014.000.000.012   3110-713-00165 00   RICE                  [PAM6]
  1306.       014.000.000.013   3110-415-00261 00   DECWRL                [PAM6]
  1307.       014.000.000.014   3110-408-00051 00   IBM-SJ                 [SA1]
  1308.       014.000.000.015   2041-117-01000 00   SHAPE                  [PG3]
  1309.       014.000.000.016   2628-153-90075 00   DFVLR                 [HDC1]
  1310.       014.000.000.017   3110-213-00032 00   ISI-VAN-GW            [JD21]
  1311.       014.000.000.018-014.255.255.254       Unassigned             [JBP]
  1312.       014.255.255.255                       Reserved               [JBP]
  1313.  
  1314.    The standard for transmission of IP datagrams over the Public Data
  1315.    Network is specified in RFC 877 [52].
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333. Reynolds & Postel                                              [Page 23]
  1334.  
  1335.  
  1336.  
  1337. Assigned Numbers                                                 RFC 923
  1338. Telnet Options
  1339.  
  1340.  
  1341.                         ASSIGNED TELNET OPTIONS
  1342.  
  1343.    The Telnet Protocol has a number of options that may be negotiated.
  1344.    These options are listed here.  "Official ARPA-Internet
  1345.    Protocols" [89] provides more detailed information.
  1346.  
  1347.    Options  Name                                              References
  1348.    -------  -----------------------                           ----------
  1349.       0     Binary Transmission                                 [82,JBP]
  1350.       1     Echo                                                [83,JBP]
  1351.       2     Reconnection                                         [5,JBP]
  1352.       3     Suppress Go Ahead                                   [86,JBP]
  1353.       4     Approx Message Size Negotiation                     [34,JBP]
  1354.       5     Status                                              [85,JBP]
  1355.       6     Timing Mark                                         [87,JBP]
  1356.       7     Remote Controlled Trans and Echo                    [79,JBP]
  1357.       8     Output Line Width                                    [3,JBP]
  1358.       9     Output Page Size                                     [4,JBP]
  1359.      10     Output Carriage-Return Disposition                  [22,JBP]
  1360.      11     Output Horizontal Tab Stops                         [26,JBP]
  1361.      12     Output Horizontal Tab Disposition                   [25,JBP]
  1362.      13     Output Formfeed Disposition                         [23,JBP]
  1363.      14     Output Vertical Tabstops                            [28,JBP]
  1364.      15     Output Vertical Tab Disposition                     [27,JBP]
  1365.      16     Output Linefeed Disposition                         [24,JBP]
  1366.      17     Extended ASCII                                     [105,JBP]
  1367.      18     Logout                                              [19,MRC]
  1368.      19     Byte Macro                                          [29,JBP]
  1369.      20     Data Entry Terminal                                 [31,JBP]
  1370.      22     SUPDUP                                           [21,20,MRC]
  1371.      22     SUPDUP Output                                       [39,MRC]
  1372.      23     Send Location                                      [51,EAK1]
  1373.      24     Terminal Type                                      [97,MHS1]
  1374.      25     End of Record                                       [75,JBP]
  1375.     255     Extended-Options-List                               [81,JBP]
  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 923
  1396. Machine Names
  1397.  
  1398.  
  1399.                          OFFICIAL MACHINE NAMES
  1400.  
  1401.    These are the Official Machine Names as they appear in the NIC Host
  1402.    Table.  Their use is described in RFC 810 [35].
  1403.  
  1404.    ALTO
  1405.    AMDAHL-V7
  1406.    BURROUGHS-B/29
  1407.    C/30
  1408.    C/70
  1409.    CADLINC
  1410.    CADR
  1411.    CDC-173
  1412.    DEC-10
  1413.    DEC-1050
  1414.    DEC-1080
  1415.    DEC-1090
  1416.    DEC-1090B
  1417.    DEC-1090T
  1418.    DEC-2020T
  1419.    DEC-2040
  1420.    DEC-2040T
  1421.    DEC-2050T
  1422.    DEC-2060
  1423.    DEC-2060T
  1424.    DEC-FALCON
  1425.    DPS8/70M
  1426.    FOONLY-F2
  1427.    FOONLY-F3
  1428.    FOONLY-F4
  1429.    H-316
  1430.    H-60/68
  1431.    H-68
  1432.    H-68/80
  1433.    H-89
  1434.    HONEYWELL-DPS-8/70M
  1435.    IBM-158
  1436.    IBM-360/67
  1437.    IBM-370/3033
  1438.    IBM-4341
  1439.    IBM-PC
  1440.    IMSAI
  1441.    K102
  1442.    LSI-11
  1443.    LSI-11/23
  1444.    M6800
  1445.    MAXC
  1446.    MLC
  1447.  
  1448.  
  1449. Reynolds & Postel                                              [Page 25]
  1450.  
  1451.  
  1452.  
  1453. Assigned Numbers                                                 RFC 923
  1454. Machine Names
  1455.  
  1456.  
  1457.    NAS-AS/5
  1458.    ONYX-09001
  1459.    ONYX-28000
  1460.    PDP-11
  1461.    PDP-11/34
  1462.    PDP-11/40
  1463.    PDP-11/44
  1464.    PDP-11/45
  1465.    PDP-11/50
  1466.    PDP-11/70
  1467.    PERQ
  1468.    PLURIBUS
  1469.    ROLM-1666
  1470.    SMI
  1471.    SUN-150
  1472.    SYMBOLICS-3600
  1473.    UNIVAC-1100
  1474.    VAX-11/730
  1475.    VAX-11/750
  1476.    VAX-11/780
  1477.    VAX-11/785
  1478.    XEROX-8010
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507. Reynolds & Postel                                              [Page 26]
  1508.  
  1509.  
  1510.  
  1511. Assigned Numbers                                                 RFC 923
  1512. System Names
  1513.  
  1514.  
  1515.                          OFFICIAL SYSTEM NAMES
  1516.  
  1517.    These are the Official System Names as they appear in the NIC Host
  1518.    Table.  Their use is described in RFC 810 [35].
  1519.  
  1520.    ASP
  1521.    AUGUST
  1522.    BKY
  1523.    CCP
  1524.    DOS/360
  1525.    ELF
  1526.    EPOS
  1527.    EXEC-8
  1528.    GCOS
  1529.    GPOS
  1530.    ITS
  1531.    INTERCOM
  1532.    INTERLISP
  1533.    KRONOS
  1534.    MCP
  1535.    MOS
  1536.    MPX-RT
  1537.    MULTICS
  1538.    MVT
  1539.    NOS
  1540.    NOS/BE
  1541.    OS/MVS
  1542.    OS/MVT
  1543.    RIG
  1544.    RSX-11M
  1545.    RT11
  1546.    SCOPE
  1547.    SIGNAL
  1548.    SINTRAN
  1549.    TENEX
  1550.    TOPS-10
  1551.    TOPS-20
  1552.    TSS
  1553.    UNIX
  1554.    VM/370
  1555.    VM/CMS
  1556.    VMS
  1557.    WAITS
  1558.    XDE
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565. Reynolds & Postel                                              [Page 27]
  1566.  
  1567.  
  1568.  
  1569. Assigned Numbers                                                 RFC 923
  1570. Protocol Names
  1571.  
  1572.  
  1573.                   OFFICIAL PROTOCOL AND SERVICE NAMES
  1574.  
  1575.    These are the Official Protocol Names.  Their use is described in
  1576.    greater detail in RFC 810 [35].
  1577.  
  1578.    ARGUS               - ARGUS Protocol
  1579.    AUTH                - Authentication Service
  1580.    BBN-RCC-MON         - BBN RCC Monitoring
  1581.    BR-SAT-MON          - Backroom SATNET Monitoring
  1582.    CFTP                - CFTP
  1583.    CHAOS               - CHAOS Protocol
  1584.    CHARGEN             - Character Generator Protocol
  1585.    CLOCK               - DCNET Time Server Protocol
  1586.    CSNET-NS            - CSNET Mailbox Nameserver Protocol
  1587.    DAYTIME             - Daytime Protocol
  1588.    DCN-MEAS            - DCN Measurement Subsystems Protocol
  1589.    DCP                 - Device Control Protocol
  1590.    DISCARD             - Discard Protocol
  1591.    DOMAIN              - Domain Name Server
  1592.    ECHO                - Echo Protocol
  1593.    EGP                 - Exterior Gateway Protocol
  1594.    EMCON               - Emission Control Protocol
  1595.    FINGER              - Finger Protocol
  1596.    FTP                 - File Transfer Protocol
  1597.    GGP                 - Gateway Gateway Protocol
  1598.    GRAPHICS            - Graphics Protocol
  1599.    HMP                 - Host Monitoring Protocol
  1600.    HOST2-NS            - Host2 Name Server
  1601.    HOSTNAME            - Hostname Protocol
  1602.    ICMP                - Internet Control Message Protocol
  1603.    IGP                 - Interior Gateway Protocol
  1604.    IP                  - Internet Protocol
  1605.    IPCU                - Internet Packet Core Utility
  1606.    IPPC                - Internet Pluribus Packet Core
  1607.    ISI-GL              - ISI Graphics Language Protocol
  1608.    LA-MAINT            - IMP Logical Address Maintenance
  1609.    LEAF-1              - Leaf-1 Protocol
  1610.    LEAF-2              - Leaf-2 Protocol
  1611.    LINK                - Link Protocol
  1612.    LOGIN               - Login Host Protocol
  1613.    METAGRAM            - Metagram Relay
  1614.    MIT-ML-DEV          - MIT ML Device
  1615.    MIT-SUBNET          - MIT Subnet Support
  1616.    MIT-DOV             - MIT Dover Spooler
  1617.    MPM                 - Internet Message Protocol
  1618.    MPM-FLAGS           - MP Flags Protocol
  1619.    MSG-AUTH            - MSG Authentication Protocol
  1620.    MSG-ICP             - MSG ICP Protocol
  1621.  
  1622.  
  1623. Reynolds & Postel                                              [Page 28]
  1624.  
  1625.  
  1626.  
  1627. Assigned Numbers                                                 RFC 923
  1628. Protocol Names
  1629.  
  1630.  
  1631.    MUX                 - Multiplexing Protocol
  1632.    NAMESERVER          - Host Name Server
  1633.    NETED               - Network Standard Text Editor
  1634.    NETRJS              - Remote Job Service
  1635.    NI-FTP              - NI File Transfer Protocol
  1636.    NI-MAIL             - NI Mail Protocol
  1637.    NICNAME             - Who Is Protocol
  1638.    NSW-FE              - NSW User System Front End
  1639.    NVP-II              - Network Voice Protocol
  1640.    POP                 - Post Office Protocol
  1641.    PRM                 - Packet Radio Measurement
  1642.    PUP                 - PUP Protocol
  1643.    QUOTE               - Quote of the Day Protocol
  1644.    RDP                 - Reliable Data Protocol
  1645.    RJE                 - Remote Job Entry
  1646.    RLP                 - Resource Location Protocol
  1647.    RTELNET             - Remote Telnet Service
  1648.    RVD                 - Remote Virtual Disk Protocol
  1649.    SAT-EXPAK           - Satnet and Backroom EXPAK
  1650.    SAT-MON             - SATNET Monitoring
  1651.    SFTP                - Simple File Transfer Protocol
  1652.    SMTP                - Simple Mail Transfer Protocol
  1653.    ST                  - Stream Protocol
  1654.    SU-MIT-TG           - SU/MIT Telnet Gateway Protocol
  1655.    SUNRPC              - SUN Remote Procedure Call
  1656.    SUPDUP              - SUPDUP Protocol
  1657.    SUR-MEAS            - Survey Measurement
  1658.    SWIFT-RVF           - Remote Virtual File Protocol
  1659.    TCP                 - Transmission Control Protocol
  1660.    TELNET              - Telnet Protocol
  1661.    TFTP                - Trivial File Transfer Protocol
  1662.    TIME                - Time Server Protocol
  1663.    TRUNK-1             - Trunk-1 Protocol
  1664.    TRUNK-2             - Trunk-2 Protocol
  1665.    UCL                 - University College London Protocol
  1666.    UDP                 - User Datagram Protocol
  1667.    USERS               - Active Users Protocol
  1668.    UUCP-PATH           - UUCP Path Service
  1669.    VIA-FTP             - VIA Systems-File Transfer Protocol
  1670.    WB-EXPAK            - Wideband EXPAK
  1671.    WB-MON              - Wideband Monitoring
  1672.    XNET                - Cross Net Debugger
  1673.    XNS-IDP             - Xerox NS IDP
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681. Reynolds & Postel                                              [Page 29]
  1682.  
  1683.  
  1684.  
  1685. Assigned Numbers                                                 RFC 923
  1686. Terminal Type Names
  1687.  
  1688.  
  1689.                       OFFICIAL TERMINAL TYPE NAMES
  1690.  
  1691.    These are the Official Terminal Type Names.  Their use is described
  1692.    in RFC 884 [97].
  1693.  
  1694.    ADDS-CONSUL-980
  1695.    ADDS-REGENT-100
  1696.    ADDS-REGENT-20
  1697.    ADDS-REGENT-200
  1698.    ADDS-REGENT-25
  1699.    ADDS-REGENT-40
  1700.    ADDS-REGENT-60
  1701.    AMPEX-DIALOGUE-80
  1702.    ANDERSON-JACOBSON-630
  1703.    ANDERSON-JACOBSON-832
  1704.    ANDERSON-JACOBSON-841
  1705.    ANN-ARBOR-AMBASSADOR
  1706.    ARDS
  1707.    BITGRAPH
  1708.    BUSSIPLEXER
  1709.    CALCOMP-565
  1710.    CDC-456
  1711.    CDI-1030
  1712.    CDI-1203
  1713.    COMPUCOLOR-II
  1714.    CONCEPT-100
  1715.    DATA-100
  1716.    DATA-GENERAL-6053
  1717.    DATAGRAPHIX-132A
  1718.    DATAMEDIA-1520
  1719.    DATAMEDIA-1521
  1720.    DATAMEDIA-2500
  1721.    DATAMEDIA-3025
  1722.    DATAMEDIA-3025A
  1723.    DATAMEDIA-3045
  1724.    DATAMEDIA-3045A
  1725.    DATAMEDIA-DT80/1
  1726.    DATAPOINT-2200
  1727.    DATAPOINT-3000
  1728.    DATAPOINT-3300
  1729.    DATAPOINT-3360
  1730.    DEC-DECWRITER-I
  1731.    DEC-DECWRITER-II
  1732.    DEC-GT40
  1733.    DEC-GT40A
  1734.    DEC-GT42
  1735.    DEC-LA120
  1736.    DEC-LA30
  1737.  
  1738.  
  1739. Reynolds & Postel                                              [Page 30]
  1740.  
  1741.  
  1742.  
  1743. Assigned Numbers                                                 RFC 923
  1744. Terminal Type Names
  1745.  
  1746.  
  1747.    DEC-LA36
  1748.    DEC-LA38
  1749.    DEC-VT05
  1750.    DEC-VT100
  1751.    DEC-VT132
  1752.    DEC-VT50
  1753.    DEC-VT50H
  1754.    DEC-VT52
  1755.    DELTA-DATA-5000
  1756.    DELTA-TELTERM-2
  1757.    DIABLO-1620
  1758.    DIABLO-1640
  1759.    DIGILOG-333
  1760.    DTC-300S
  1761.    EDT-1200
  1762.    EXECUPORT-4000
  1763.    EXECUPORT-4080
  1764.    GENERAL-TERMINAL-100A
  1765.    GSI
  1766.    HAZELTINE-1500
  1767.    HAZELTINE-1510
  1768.    HAZELTINE-1520
  1769.    HAZELTINE-2000
  1770.    HP-2621
  1771.    HP-2621A
  1772.    HP-2621P
  1773.    HP-2626
  1774.    HP-2626A
  1775.    HP-2626P
  1776.    HP-2640
  1777.    HP-2640A
  1778.    HP-2640B
  1779.    HP-2645
  1780.    HP-2645A
  1781.    HP-2648
  1782.    HP-2648A
  1783.    HP-2649
  1784.    HP-2649A
  1785.    IBM-3101
  1786.    IBM-3101-10
  1787.    IBM-3275-2
  1788.    IBM-3276-2
  1789.    IBM-3276-3
  1790.    IBM-3276-4
  1791.    IBM-3277-2
  1792.    IBM-3278-2
  1793.    IBM-3278-3
  1794.    IBM-3278-4
  1795.  
  1796.  
  1797. Reynolds & Postel                                              [Page 31]
  1798.  
  1799.  
  1800.  
  1801. Assigned Numbers                                                 RFC 923
  1802. Terminal Type Names
  1803.  
  1804.  
  1805.    IBM-3278-5
  1806.    IBM-3279-2
  1807.    IBM-3279-3
  1808.    IMLAC
  1809.    INFOTON-100
  1810.    INFOTONKAS
  1811.    ISC-8001
  1812.    LSI-ADM-3
  1813.    LSI-ADM-31
  1814.    LSI-ADM-3A
  1815.    LSI-ADM-42
  1816.    MEMOREX-1240
  1817.    MICROBEE
  1818.    MICROTERM-ACT-IV
  1819.    MICROTERM-ACT-V
  1820.    MICROTERM-MIME-1
  1821.    MICROTERM-MIME-2
  1822.    NETRONICS
  1823.    NETWORK-VIRTUAL-TERMINAL
  1824.    OMRON-8025AG
  1825.    PERKIN-ELMER-1100
  1826.    PERKIN-ELMER-1200
  1827.    PLASMA-PANEL
  1828.    QUME-SPRINT-5
  1829.    SOROC
  1830.    SOROC-120
  1831.    SOUTHWEST-TECHNICAL-PRODUCTS-CT82
  1832.    SUPERBEE
  1833.    SUPERBEE-III-M
  1834.    TEC
  1835.    TEKTRONIX-4010
  1836.    TEKTRONIX-4012
  1837.    TEKTRONIX-4013
  1838.    TEKTRONIX-4014
  1839.    TEKTRONIX-4023
  1840.    TEKTRONIX-4024
  1841.    TEKTRONIX-4025
  1842.    TEKTRONIX-4027
  1843.    TELERAY-1061
  1844.    TELERAY-3700
  1845.    TELERAY-3800
  1846.    TELETEC-DATASCREEN
  1847.    TELETERM-1030
  1848.    TELETYPE-33
  1849.    TELETYPE-35
  1850.    TELETYPE-37
  1851.    TELETYPE-38
  1852.    TELETYPE-43
  1853.  
  1854.  
  1855. Reynolds & Postel                                              [Page 32]
  1856.  
  1857.  
  1858.  
  1859. Assigned Numbers                                                 RFC 923
  1860. Terminal Type Names
  1861.  
  1862.  
  1863.    TELEVIDEO-912
  1864.    TELEVIDEO-920
  1865.    TELEVIDEO-920B
  1866.    TELEVIDEO-920C
  1867.    TELEVIDEO-950
  1868.    TERMINET-1200
  1869.    TERMINET-300
  1870.    TI-700
  1871.    TI-733
  1872.    TI-735
  1873.    TI-743
  1874.    TI-745
  1875.    TYCOM
  1876.    UNIVAC-DCT-500
  1877.    VIDEO-SYSTEMS-1200
  1878.    VIDEO-SYSTEMS-5000
  1879.    VISUAL-200
  1880.    XEROX-1720
  1881.    ZENITH-H19
  1882.    ZENTEC-30
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913. Reynolds & Postel                                              [Page 33]
  1914.  
  1915.  
  1916.  
  1917. Assigned Numbers                                                 RFC 923
  1918. Documents
  1919.  
  1920.  
  1921.                                DOCUMENTS
  1922.  
  1923.    [1]    Accetta, Mike, "Resource Location Protocol", RFC 887,
  1924.           Carnegie-Mellon University, December 1983.
  1925.  
  1926.    [2]    Aerospace, Internal Report, ATM-83(3920-01)-3, 1982.
  1927.  
  1928.    [3]    ARPANET Protocol Handbook, "Telnet Output Line Width Option",
  1929.           NIC 20196, November 1973.
  1930.  
  1931.    [4]    ARPANET Protocol Handbook, "Telnet Output Page Size Option",
  1932.           NIC 20197, November 1973.
  1933.  
  1934.    [5]    ARPANET Protocol Handbook, "Telnet Reconnection Option",
  1935.           NIC 15391, August 1973.
  1936.  
  1937.    [6]    BBN Proposal No. P83-COM-40, "Packet Switched Overlay to
  1938.           Tactical Multichannel/Satellite Systems".
  1939.  
  1940.    [7]    BBN, "Specifications for the Interconnection of a Host and an
  1941.           IMP", Report 1822, Bolt Beranek and Newman, Cambridge,
  1942.           Massachusetts, revised, December 1981.
  1943.  
  1944.    [8]    Bennett, C., "A Simple NIFTP-Based Mail System", IEN 169,
  1945.           University College, London, January 1981.
  1946.  
  1947.    [9]    Bhushan, A., "A Report on the Survey Project", RFC 530,
  1948.           NIC 17375, June 1973.
  1949.  
  1950.    [10]   Bisbey, R., D. Hollingworth, and B. Britt, "Graphics Language
  1951.           (version 2.1)", ISI/TM-80-18, USC/Information Sciences
  1952.           Institute, July 1980.
  1953.  
  1954.    [11]   Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
  1955.           Internetwork Architecture", XEROX Palo Alto Research Center,
  1956.           CSL-79-10, July 1979; also in IEEE Transactions on
  1957.           Communication, Volume COM-28, Number 4, April 1980.
  1958.  
  1959.    [12]   Braden, R., "NETRJS Protocol", RFC 740, NIC 42423,
  1960.           November 1977.
  1961.  
  1962.    [13]   Bressler, B., "Remote Job Entry Protocol",  RFC 407, NIC
  1963.           12112, October 72.
  1964.  
  1965.    [14]   Bressler, R., "Inter-Entity Communication -- An Experiment",
  1966.           RFC 441, NIC 13773, January 1973.
  1967.  
  1968.  
  1969.  
  1970.  
  1971. Reynolds & Postel                                              [Page 34]
  1972.  
  1973.  
  1974.  
  1975. Assigned Numbers                                                 RFC 923
  1976. Documents
  1977.  
  1978.  
  1979.    [15]   Clark, D., "Revision of DSP Specification", Local Network
  1980.           Note 9, Laboratory for Computer Science, MIT, June 1977.
  1981.  
  1982.    [16]   Cohen, D., "Specifications for the Network Voice Protocol",
  1983.           RFC 741, ISI/RR 7539, USC/Information Sciences Institute,
  1984.           March 1976.
  1985.  
  1986.    [17]   Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90,
  1987.           USC/Information Sciences Institute, May 1979.
  1988.  
  1989.    [18]   COMPASS, "Semi-Annual Technical Report", CADD-7603-0411,
  1990.           Massachusetts Computer Associates, 4 March 1976. Also as,
  1991.           "National Software Works, Status Report No. 1,"
  1992.           RADC-TR-76-276, Volume 1, September 1976. And COMPASS. "Second
  1993.           Semi-Annual Report," CADD-7608-1611, Massachusetts Computer
  1994.           Associates, August 1976.
  1995.  
  1996.    [19]   Crispin, Mark, "Telnet Logout Option", Stanford University-AI,
  1997.           RFC 727, April 1977.
  1998.  
  1999.    [20]   Crispin, Mark, "Telnet SUPDUP Option", Stanford University-AI,
  2000.           RFC 736, October 1977.
  2001.  
  2002.    [21]   Crispin, M., "SUPDUP Protocol", RFC 734, NIC 41953,
  2003.           October 1977.
  2004.  
  2005.    [22]   Crocker, D., "Telnet Output Carriage-Return Disposition
  2006.           Option", RFC 652, October 1974.
  2007.  
  2008.    [23]   Crocker, D., "Telnet Output Formfeed Disposition Option",
  2009.           RFC 655, October 1974.
  2010.  
  2011.    [24]   Crocker, D., "Telnet Output Linefeed Disposition", RFC 658,
  2012.           October 1974.
  2013.  
  2014.    [25]   Crocker, D., "Telnet Output Horizontal Tab Disposition
  2015.           Option", RFC 654,
  2016.  
  2017.    [26]   Crocker, D., "Telnet Output Horizontal Tabstops Option",
  2018.           RFC 653, October 1974.
  2019.  
  2020.    [27]   Crocker, D., "Telnet Output Vertical Tab Disposition Option",
  2021.           RFC 657, October 1974.
  2022.  
  2023.    [28]   Crocker, D., "Telnet Output Vertical Tabstops Option",
  2024.           RFC 656, October 1974.
  2025.  
  2026.  
  2027.  
  2028.  
  2029. Reynolds & Postel                                              [Page 35]
  2030.  
  2031.  
  2032.  
  2033. Assigned Numbers                                                 RFC 923
  2034. Documents
  2035.  
  2036.  
  2037.    [29]   Crocker, D.H. and R.H. Gumpertz, "Revised Telnet Byte Marco
  2038.           Option", RFC 735, November 1977.
  2039.  
  2040.    [30]   Croft, W. J., "Unix Networking at Purdue", USENIX Conference,
  2041.           1980.
  2042.  
  2043.    [31]   Day, John, "Telnet Data Entry Terminal Option", RFC 732,
  2044.           September 1977.
  2045.  
  2046.    [32]   Elvy, Marc A., "UUCP Path Service", RFC 915, Harvard
  2047.           University, October 1984.
  2048.  
  2049.    [33]   Feinler, E., "Internet Protocol Transition Workbook", Network
  2050.           Information Center, SRI International, March 1982.
  2051.  
  2052.    [34]   Feinler, E. and J. Postel, eds., "ARPANET Protocol Handbook",
  2053.           NIC 7104, for the Defense Communications Agency by SRI
  2054.           International, Menlo Park, California, Revised January 1978.
  2055.  
  2056.    [35]   Feinler, E., K. Harrenstien, and Z. Su, "DoD Internet Host
  2057.           Table Specification", RFC 810, SRI International, March 1982.
  2058.  
  2059.    [36]   Finlayson, R., T. Mann, J. Mogul, and M. Theimer, "A Reverse
  2060.           Address Resolution Protocol", RFC 903, Stanford University,
  2061.           June 1984.
  2062.  
  2063.    [37]   Forgie, J., "ST - A Proposed Internet Stream Protocol",
  2064.           IEN 119, M.I.T. Lincoln Laboratory, September 1979.
  2065.  
  2066.    [38]   Forsdick, H., "CFTP", Network Message, Bolt Beranek and
  2067.           Newman, January 1982.
  2068.  
  2069.    [39]   Greenberg, B., "Telnet SUPDUP-OUTPUT Option", RFC 749,
  2070.           MIT-Multics, September 1978.
  2071.  
  2072.    [40]   Harrenstien, K., "Name/Finger", RFC 742, NIC 42758,
  2073.           December 1977.
  2074.  
  2075.    [41]   Harrenstien, K., V. White, and E. Feinler, "Hostnames Server",
  2076.           RFC 811, SRI International, March 1982.
  2077.  
  2078.    [42]   Harrenstien, K., and V. White, "Nicname/Whois", RFC 812, SRI
  2079.           International, March 1982.
  2080.  
  2081.    [43]   Haverty, J., "XNET Formats for Internet Protocol Version 4",
  2082.           IEN 158, October 1980.
  2083.  
  2084.  
  2085.  
  2086.  
  2087. Reynolds & Postel                                              [Page 36]
  2088.  
  2089.  
  2090.  
  2091. Assigned Numbers                                                 RFC 923
  2092. Documents
  2093.  
  2094.  
  2095.    [44]   Hinden, Robert M., "A Host Monitoring Protocol", RFC 869, Bolt
  2096.           Beranek and Newman, December 1983.
  2097.  
  2098.    [45]   Hinden, R., and A. Sheltzer, "The DARPA Internet Gateway",
  2099.           RFC 823, September 1982.
  2100.  
  2101.    [46]   Honeywell CISL, Internal Document, "AFSDSC Hyperchannel RPQ
  2102.           Project Plan".
  2103.  
  2104.    [47]   Honeywell CISL, Internal Document, "Multics MR11 PFS".
  2105.  
  2106.    [48]   Hornig, C., "A Standard for the Transmission of IP Datagrams
  2107.           over Ethernet Networks, RFC 894, Symbolics, April 1984.
  2108.  
  2109.    [49]   Hwang, Kai, W. J. Croft and G. H. Goble, "A Unix-Based Local
  2110.           Computer Network with Load Balancing", IEEE Computer,
  2111.           April 1982.
  2112.  
  2113.    [50]   IBM Corporation, "Technical Reference Manual for the IBM PC
  2114.           Network", 6322505, IBM, Boca Raton, Florida, 1984.
  2115.  
  2116.    [51]   Killian, E., "Telnet Send-Location Option", RFC 779,
  2117.           April 1981.
  2118.  
  2119.    [52]   Korb, John T., "A Standard for the Transmission of IP
  2120.           Datagrams Over Public Data Networks", RFC 877, Purdue
  2121.           University, September 1983.
  2122.  
  2123.    [53]   Leffler, Samuel J., et al., "4.2bsd Network Implementation
  2124.           Notes", University of California, Berkeley, July 1983.
  2125.  
  2126.    [54]   Lottor, Mark K., "Simple File Transfer Protocol", RFC 913,
  2127.           M.I.T., September 1984.
  2128.  
  2129.    [55]   Macgregor, W., and D. Tappan, "The CRONUS Virtual Local
  2130.           Network", RFC 824, Bolt Beranek and Newman, August 1982.
  2131.  
  2132.    [56]   Malis, Andrew G.  "The ARPANET 1822L Host Access Protocol",
  2133.           RFC 878, BBN-CC, Cambridge, December 1983.
  2134.  
  2135.    [57]   Malis, A., "Logical Addressing Implementation Specification",
  2136.           BBN Report 5256, pp 31-36, May 1983.
  2137.  
  2138.    [58]   Metcalfe, R.M. and D.R. Boggs, "Ethernet: Distributed Packet
  2139.           Switching for Local Computer Networks", Communications of the
  2140.           ACM, 19 (7), pp 395-402, July 1976.
  2141.  
  2142.  
  2143.  
  2144.  
  2145. Reynolds & Postel                                              [Page 37]
  2146.  
  2147.  
  2148.  
  2149. Assigned Numbers                                                 RFC 923
  2150. Documents
  2151.  
  2152.  
  2153.    [59]   Mills, D., "DCN Local Network Protocols", RFC 891, Linkabit,
  2154.           December 1983.
  2155.  
  2156.    [60]   NSW Protocol Committee, "MSG: The Interprocess Communication
  2157.           Facility for the National Software Works", CADD-7612-2411,
  2158.           Massachusetts Computer Associates, BBN 3237, Bolt Beranek and
  2159.           Newman, Revised December 1976.
  2160.  
  2161.    [61]   Plummer, D., "An Ethernet Address Resolution Protocol or
  2162.           Converting Network Protocol Addresses to 48-bit Ethernet
  2163.           Addresses for Transmission on Ethernet Hardware", RFC 826,
  2164.           MIT-LCS, November 1982.
  2165.  
  2166.    [62]   Postel, J., "Active Users", RFC 866, USC/Information Sciences
  2167.           Institute, May 1983.
  2168.  
  2169.    [63]   Postel, J., "A Standard for the Transmission of IP Datagrams
  2170.           over Experimental Ethernet Networks, RFC 895, USC/Information
  2171.           Sciences Institute, April 1984.
  2172.  
  2173.    [64]   Postel, J., "Character Generator Protocol", RFC 864,
  2174.           USC/Information Sciences Institute, May 1983.
  2175.  
  2176.    [65]   Postel, J., "Daytime Protocol", RFC 867, USC/Information
  2177.           Sciences Institute, May 1983.
  2178.  
  2179.    [66]   Postel, J., "Discard Protocol", RFC 863, USC/Information
  2180.           Sciences Institute, May 1983.
  2181.  
  2182.    [67]   Postel, J., "Echo Protocol", RFC 862, USC/Information Sciences
  2183.           Institute, May 1983.
  2184.  
  2185.    [68]   Postel, J., "File Transfer Protocol", RFC 765, IEN 149,
  2186.           USC/Information Sciences Institute, June 1980.
  2187.  
  2188.    [69]   Postel, J., "Internet Control Message Protocol - DARPA
  2189.           Internet Program Protocol Specification", RFC 792,
  2190.           USC/Information Sciences Institute, September 1981.
  2191.  
  2192.    [70]   Postel, J., "Internet Message Protocol", RFC 759, IEN 113,
  2193.           USC/Information Sciences Institute, August 1980.
  2194.  
  2195.    [71]   Postel, J., "Name Server", IEN 116, USC/Information Sciences
  2196.           Institute, August 1979.
  2197.  
  2198.    [72]   Postel, J., "Quote of the Day Protocol", RFC 865,
  2199.           USC/Information Sciences Institute, May 1983.
  2200.  
  2201.  
  2202.  
  2203. Reynolds & Postel                                              [Page 38]
  2204.  
  2205.  
  2206.  
  2207. Assigned Numbers                                                 RFC 923
  2208. Documents
  2209.  
  2210.  
  2211.    [73]   Postel, J., "Remote Telnet Service", RFC 818, USC/Information
  2212.           Sciences Institute, November 1982.
  2213.  
  2214.    [74]   Postel, J., "Simple Mail Transfer Protocol", RFC 821,
  2215.           USC/Information Sciences Institute, August 1982.
  2216.  
  2217.    [75]   Postel, J., "Telnet End of Record Option", RFC 885,
  2218.           USC/Information Sciences Institute, December 1983.
  2219.  
  2220.    [76]   Postel, J., "User Datagram Protocol", RFC 768 USC/Information
  2221.           Sciences Institute, August 1980.
  2222.  
  2223.    [77]   Postel, J., ed., "Internet Protocol - DARPA Internet Program
  2224.           Protocol Specification", RFC 791, USC/Information Sciences
  2225.           Institute, September 1981.
  2226.  
  2227.    [78]   Postel, J., ed., "Transmission Control Protocol - DARPA
  2228.           Internet Program Protocol Specification", RFC 793,
  2229.           USC/Information Sciences Institute, September 1981.
  2230.  
  2231.    [79]   Postel, J. and D. Crocker, "Remote Controlled Transmission and
  2232.           Echoing Telnet Option", RFC 726, March 1977.
  2233.  
  2234.    [80]   Postel, J., and K. Harrenstien, "Time Protocol", RFC 868,
  2235.           USC/Information Sciences Institute, May 1983.
  2236.  
  2237.    [81]   Postel, J. and J. Reynolds, "Telnet Extended Options - List
  2238.           Option", RFC 861, USC/Information Sciences Institute,
  2239.           May 1983.
  2240.  
  2241.    [82]   Postel, J. and J. Reynolds, "Telnet Binary Transmission",
  2242.           RFC 856, USC/Information Sciences Institute, May 1983.
  2243.  
  2244.    [83]   Postel, J. and J. Reynolds, "Telnet Echo Option", RFC 857,
  2245.           USC/Information Sciences Institute, May 1983.
  2246.  
  2247.    [84]   Postel, J., and J. Reynolds, "Telnet Protocol Specification",
  2248.           RFC 854, USC/Information Sciences Institute, May 1983.
  2249.  
  2250.    [85]   Postel, J. and J. Reynolds, "Telnet Status Option", RFC 859,
  2251.           USC/Information Sciences Institute, May 1983.
  2252.  
  2253.    [86]   Postel, J. and J. Reynolds, "Telnet Suppress Go Ahead Option",
  2254.           RFC 858, USC/Information Sciences Institute, May 1983.
  2255.  
  2256.    [87]   Postel, J. and J. Reynolds, "Telnet Timing Mark Option",
  2257.           RFC 860, USC/Information Sciences Institute, May 1983.
  2258.  
  2259.  
  2260.  
  2261. Reynolds & Postel                                              [Page 39]
  2262.  
  2263.  
  2264.  
  2265. Assigned Numbers                                                 RFC 923
  2266. Documents
  2267.  
  2268.  
  2269.    [88]   Reed, D., "Protocols for the LCS Network", Local Network Note
  2270.           3, Laboratory for Computer Science, MIT, November 1976.
  2271.  
  2272.    [89]   Reynolds, J. and J. Postel, "Official ARPA-Internet
  2273.           Protocols", RFC 924, USC/Information Sciences Institute,
  2274.           October 1984.
  2275.  
  2276.    [90]   Rosen, E., "Exterior Gateway Protocol" RFC 827, Bolt Beranek
  2277.           and Newman, October 1982.
  2278.  
  2279.    [91]   Saltzer, J.H., "Design of a Ten-megabit/sec Token Ring
  2280.           Network", MIT Laboratory for Computer Science Technical
  2281.           Report.
  2282.  
  2283.    [92]   Scott, Walter S., "2.9bsd/TIS Network Implementation",
  2284.           Lawrence Livermore National Laboratory, September 1984.
  2285.  
  2286.    [93]   Seamonson, L.J., and E.C. Rosen, "STUB" Exterior Gateway
  2287.           Protocol", RFC 888, BBN Communications Corporation,
  2288.           January 1984.
  2289.  
  2290.    [94]   Skelton, A., S. Holmgren, and D. Wood, "The MITRE Cablenet
  2291.           Project", IEN 96, April 1979.
  2292.  
  2293.    [95]   Sollins, K., "The TFTP Protocol (Revision 2)", RFC 783,
  2294.           MIT/LCS, June 1981.
  2295.  
  2296.    [96]   Solomon, M., L. Landweber, and D. Neuhengen, "The CSNET Name
  2297.           Server", Computer Networks, v.6, n.3, pp. 161-172, July 1982.
  2298.  
  2299.    [97]   Solomon, M., and E. Wimmers, "Telnet Terminal Type Option",
  2300.           RFC 884, University of Wisconsin, Madison, December 1983.
  2301.  
  2302.    [98]   Sproull, R., and E. Thomas, "A Networks Graphics Protocol",
  2303.           NIC 24308, August 1974.
  2304.  
  2305.    [99]   StJohns, Mike, "Authentication Service", RFC 912, TPSC,
  2306.           September 1984.
  2307.  
  2308.    [100]  Tappan, D.C., "The CRONUS Virtual Local Network", RFC 824,
  2309.           Bolt Beranek and Newman, Inc., August 1982.
  2310.  
  2311.    [101]  "The Ethernet, a Local Area Network: Data Link Layer and
  2312.           Physical Layer Specification", AA-K759B-TK, Digital Equipment
  2313.           Corporation, Maynard, MA.
  2314.  
  2315.  
  2316.  
  2317.  
  2318.  
  2319. Reynolds & Postel                                              [Page 40]
  2320.  
  2321.  
  2322.  
  2323. Assigned Numbers                                                 RFC 923
  2324. Documents
  2325.  
  2326.  
  2327.    [102]  "The Ethernet - A Local Area Network", Version 1.0, Digital
  2328.           Equipment Corporation, Intel Corporation, Xerox Corporation,
  2329.           September 1980.
  2330.  
  2331.    [103]  "The Ethernet, A Local Area Network: Data Link Layer and
  2332.           Physical Layer Specifications", Digital, Intel and Xerox,
  2333.           November 1982.
  2334.  
  2335.    [104]  The High Level Protocol Group, "A Network Independent File
  2336.           Transfer Protocol",  INWG Protocol Note 86, December 1977.
  2337.  
  2338.    [105]  Tovar, "Telnet Extended ASCII Option", RFC 698, Stanford
  2339.           University-AI, July 1975.
  2340.  
  2341.    [106]  Velten, David, Robert Hinden, and Jack Sax, "Reliable Data
  2342.           Protocol", RFC 908, BBN Communications Corporation, July 1984.
  2343.  
  2344.    [107]  Whelan, D., "The Caltech Computer Science Department Network",
  2345.           5052:DF:82, Caltech Computer Science Department, 1982.
  2346.  
  2347.    [108]  XEROX, "The Ethernet, A Local Area Network: Data Link Layer
  2348.           and Physical Layer Specification", X3T51/80-50, Xerox
  2349.           Corporation, Stamford, CT., October 1980.
  2350.  
  2351.    [109]  XEROX, "Internet Transport Protocols",  XSIS 028112, Xerox
  2352.           Corporation, Stamford, Connecticut, December 1981.
  2353.  
  2354.    [110]  Reynolds, J., "Post Office Protocol",  RFC 918,
  2355.           USC/Information Sciences Institute, October 1984.
  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 923
  2382. People
  2383.  
  2384.  
  2385.                                  PEOPLE
  2386.  
  2387.    [AB13]    Alison Brown        CORNELL   alison@CORNELL.ARPA
  2388.    [AD22]    Arlene DesJardins   CIT       arlene@CIT-20.ARPA
  2389.    [AG22]    Alfred Ganz         YALE      GANZ@YALE.ARPA
  2390.    [AGM]     Andy Malis          BBN       Malis@BBN-UNIX.ARPA
  2391.    [AL6]     Alexis Layton       CCA       alex@CCA-UNIX.ARPA
  2392.    [APS]     Anita Skelton       MITRE     skelton@MITRE.ARPA
  2393.    [AP]      Alan Parker         NRL       parker@NRL-CSS.ARPA
  2394.    [AV]      Al Vezza            MIT       AV@MIT-XX.ARPA
  2395.    [AW9]     Albert Wong         NPS       AWong@USC-ISI.ARPA
  2396.    [AXC]     Albert Cheng        UIUC      acheng.uiuc@CSNET-RELAY.ARPA
  2397.    [AXG]     Atul Garg           HP        ---none---
  2398.    [AY5]     Akiharu Yasuda      DODIIS    dia@PAXRV-NES.ARPA
  2399.    [BC14]    Robert Cattani      Columbia  Cattani@COLUMBIA-20.ARPA
  2400.    [BG5]     Bob Gilligan        SRI       Gilligan@SRI-KL.ARPA
  2401.    [BIM]     Benson I. Margulies Honeywell Margulies@CISL.ARPA
  2402.    [BJN1]    Bruce Nemnich       TMC       BJN@MIT-MC.ARPA
  2403.    [BML]     Barry Leiner        ARPA      Leiner@USC-ISIA.ARPA
  2404.    [BN7]     Bich T. Nguyen      SRI       btn@SRI-TSC.ARPA
  2405.    [BN9]     Bill Nesheim        CORNELL   bill@CORNELL.ARPA
  2406.    [BP17]    Bobbi Phillips      SRI       bobbi@SRI-TSC.ARPA
  2407.    [BXA]     Bobby W. Allen      YPG       WYMER@OFFICE.ARPA
  2408.    [CAK]     Chris Kent          PURDUE    Kent@PURDUE.ARPA
  2409.    [CBP]     Brian Pinkerton     Wisconson Brian@WISC-RSCH.ARPA
  2410.    [CC2]     Chase Cotton        UDEL      Cotton@UDEL-EE.ARPA
  2411.    [CH2]     Charles Hornig      Symbolics Hornig@MIT-MC.ARPA
  2412.    [CJW2]    Cliff Weinstein     LL        cjw@LL-11.ARPA
  2413.    [CLH3]    Charles Hedrick     RUTGERS   Hedrick@RUTGERS.ARPA
  2414.    [CMR]     Craig Rogers        ISI       Rogers@USC-ISIB.ARPA
  2415.    [CP10]    Craig Partridge     BBN       craig@BBN-UNIX.ARPA
  2416.    [CXL]     Clifford A. Lynch   UCB       UCDLA@BBNCCY.ARPA
  2417.    [DAM1]    David A. Mosher     UCB       Mosher@BERKELEY.ARPA
  2418.    [DCP1]    David Plummer       MIT       DCP@MIT-MC.ARPA
  2419.    [DT15]    Dan Tappan          BBN       Tappan@BBNG.ARPA
  2420.    [DDC2]    Dave Clark          MIT-LCS   Clark@MIT-MULTICS.ARPA
  2421.    [DG28]    David L. Gehrt      RIACS     Dave@RIACS.ARPA
  2422.    [DH17]    Douglas Hirsch      BBN       hirsch@BBN-UNIX.ARPA
  2423.    [DHH]     Doug Hunt           BBN       DHunt@BBN-UNIX.ARPA
  2424.    [DJF]     David J. Farber     U of Del. Farber@UDEL-EE.ARPA
  2425.    [DJV1]    Darrel J. Van Buer  SDC       vanbuer@ISI-VAXA.ARPA
  2426.    [DK2]     Dean B. Krafft      CORNELL   Dean@CORNELL.ARPA
  2427.    [DLM1]    David Mills         LINKABIT  Mills@USC-ISID.ARPA
  2428.    [DM11]    Dale McNeill        BBN       mcneill@BBN-UNIX.ARPA
  2429.    [DPR]     David Reed          MIT-LCS   DPR@MIT-XX.ARPA
  2430.    [DSW]     Dan Whelan          Caltech   Dan@CIT-20.ARPA
  2431.    [DXD]     Dennis J.W. Dube    VIA Systems ---none---
  2432.    [DXG]     David Goldberg      SMI       sun!dg@BERKELEY.ARPA
  2433.  
  2434.  
  2435. Reynolds & Postel                                              [Page 42]
  2436.  
  2437.  
  2438.  
  2439. Assigned Numbers                                                 RFC 923
  2440. People
  2441.  
  2442.  
  2443.    [EAK1]    Earl Killian        LLL       EAK@MIT-MC.ARPA
  2444.    [EBM]     Eliot Moss          MIT       EBM@MIT-XX.ARPA
  2445.    [EC5]     Ed Cain             DCEC      cain@EDN-UNIX.ARPA
  2446.    [EF5]     Ed Franceschini     NYU       Franceschini@NYU.ARPA
  2447.    [EHP]     Ed Perry            SRI       Perry@SRI-KL.ARPA
  2448.    [FAS]     Fred Segovich       Compion   fred@COMPION-VMS.ARPA
  2449.    [FLM2]    F. Lee Maybaum      MILNET    Maybaum@DDN1
  2450.    [GEOF]    Geoff Goodfellow    SRI       Geoff@DARCOM-KA.ARPA
  2451.    [GC]      Graham Campbell     BNL       gc@BNL.ARPA
  2452.    [GG11]    George Goble        Purdue    ghg@PURDUE.ARPA
  2453.    [GH29]    Gregory Hidley      UCSD      hidley@NOSC.ARPA
  2454.    [GIH]     Glenn I. Hastie II  SRI       Hastie@SRI-SPAM.ARPA
  2455.    [GP10]    George Pavel        LLNL      liaison@LLL-TIS.ARPA
  2456.    [GXL]     Guillermo A. Loyola IBM      Loyola%ibm-sj@CSNET-RELAY.ARPA
  2457.    [HA]      Howard Alt          AIDS      alt@AIDS-UNIX.ARPA
  2458.    [HCF2]    Harry Forsdick      BBN       Forsdick@BBNG.ARPA
  2459.    [HDC1]    Horst Clausen       DFVLR     Clausen@USC-ISID.ARPA
  2460.    [HDW2]    Howard Wactlar      CMU       Wactlar@CMU-CS-A.ARPA
  2461.    [HGM]     Hallam Murray       PARC      Murray.PA@PARC-MAXC.ARPA
  2462.    [HM]      Hank Magnuski       ---       JOSE@PARC-MAXC.ARPA
  2463.    [JA1]     Jules P. Aronson    NLM       Aronson@NLM-MCS.ARPA
  2464.    [JAKE]    Jake Feinler        SRI       Feinler@SRI-KL.ARPA
  2465.    [JAR4]    Jim Rees            WASHINGTON JIM@WASHINGTON.ARPA
  2466.    [JAW3]    Jil Westcott        BBN       Westcott@BBNF.ARPA
  2467.    [JBP]     Jon Postel          ISI       Postel@USC-ISIF.ARPA
  2468.    [JBW1]    Joseph Walters, Jr. BBN       JWalters@BBN-UNIX.ARPA
  2469.    [JC11]    Jim Clifford        LANL      jrc@LANL.ARPA
  2470.    [JCM]     Jeff Mogul          STANFORD  Mogul@SU-SCORE.ARPA
  2471.    [JD21]    Jonathan Dreyer     BBN       JDreyer@BBN-UNIX.ARPA
  2472.    [JDG]     Jim Guyton          RAND      guyton@RAND-UNIX.ARPA
  2473.    [JEM]     Jim Mathis          SRI       Mathis@SRI-KL.ARPA
  2474.    [JFH2]    Jack Haverty        BBN       Haverty@BBN-UNIX.ARPA
  2475.    [JGH]     Jim Herman          BBN       Herman@BBN-UNIX.ARPA
  2476.    [JG46]    Jonathan Goodman    YALE      Goodman@YALE.ARPA
  2477.    [JKR1]    Joyce K. Reynolds   ISI       JKREYNOLDS@USC-ISIF.ARPA
  2478.    [JN2]     Jose Nabielsky      MITRE     jnd@MITRE.ARPA
  2479.    [JO5]     John O'Donnell      YALE      ODonnell@YALE.ARPA
  2480.    [JR17]    John L. Robinson    CANADA    DREO-CRC@USC-ISID.ARPA
  2481.    [JRM1]    John Mullen         MITRE     Mullen@MITRE.ARPA
  2482.    [JRS8]    Jeffrey R. Schwab   PURDUE    jrs@PURDUE.ARPA
  2483.    [JS38]    Joseph Sventek      LBL       j@LBL-CSAM.ARPA
  2484.    [JSG5]    Jon Goodridge       BBN       jsg@BBN-UNIX.ARPA
  2485.    [JSQ1]    John S. Quarterman  UT        jsq@UT-SALLY.ARPA
  2486.    [JWF]     Jim Forgie          LL        Forgie@BBNC.ARPA
  2487.    [JWO1]    James W. O'Toole    UMD       james@MARYLAND.ARPA
  2488.    [KCS1]    Kevin C. Smallwood  PURDUE    kcs@PURDUE.ARPA
  2489.    [KLH]     Ken Harrenstien     SRI       KLH@NIC.ARPA
  2490.    [KRS]     Karen Sollins       MIT       Sollins@MIT-XX.ARPA
  2491.  
  2492.  
  2493. Reynolds & Postel                                              [Page 43]
  2494.  
  2495.  
  2496.  
  2497. Assigned Numbers                                                 RFC 923
  2498. People
  2499.  
  2500.  
  2501.    [KTP]     Kenneth T. Pogran   BBN       Pogran@BBN-UNIX.ARPA
  2502.    [KWP]     Kevin W. Paetzold   DEC       Paetzold@DEC-MARLBORO.ARPA
  2503.    [LB1]     Liudvikas Bukys     ROCHESTER Bukys@ROCHESTER.ARPA
  2504.    [LCN]     Lou Nelson          AEROSPACE Lou@AEROSPACE.ARPA
  2505.    [LCS]     Lou Schreier        SRI       Schreier@USC-ISID.ARPA
  2506.    [LH2]     Lincoln Hu          COLUMBIA  Hu@COLUMBIA-20.ARPA
  2507.    [LLG]     Larry Garlick       XEROX     Garlick@PARC-MAXC.ARPA
  2508.    [LOU]     Lou Salkind         NYU       Salkind@NYU.ARPA
  2509.    [LM8]     Liza Martin         MIT-LCS   Martin@MIT-XX.ARPA
  2510.    [LRB]     Larry Bierma        NPRDC     Bierma@NPRDC.ARPA
  2511.    [MA]      Mike Accetta        CMU       Accetta@CMU-CS-A.ARPA
  2512.    [MAB4]    Mark Brown          USC       Mark@USC-ECLB.ARPA
  2513.    [MAE]     Marc A. Elvy        Harvard   Elvy@HARVARD.ARPA
  2514.    [MBG]     Michael Greenwald   MIT-LCS   Greenwald@MIT-MULTICS.ARPA
  2515.    [MB]      Michael Brescia     BBN       Brescia@BBN-UNIX.ARPA
  2516.    [MCSJ]    Mike StJohns        AFDSC     StJohns@MIT-MULTICS.ARPA
  2517.    [MDC]     Martin D. Connor    MIT AI    Marty@MIT-MC.ARPA
  2518.    [MF31]    Martin J. Fouts     NASA-Ames nep.fouts@AMES-AMELIA.ARPA
  2519.    [MH12]    Mark Horton         ATT       mark@BERKELEY.ARPA
  2520.    [MHS1]    Marvin Solomon      WISC      Solomon@UWISC.ARPA
  2521.    [MJM2]    Mike Muuss          BRL       Mike@BRL.ARPA
  2522.    [MK17]    Mike Karels         UCB       Karels@UCB-ARPA.ARPA
  2523.    [MO2]     Michael O'Brien     RAND      OBrien@RAND-UNIX.ARPA
  2524.    [MO14]    Michael O'Donnel    JHU       Odonnel%jhu@CSNET-RELAY.ARPA
  2525.    [MRC]     Mark Crispin        Stanford  Admin.MRC@SU-SCORE.ARPA
  2526.    [MS9]     Martin Schoffstall  CADMUS    cadmus!schoff@SEISMO.ARPA
  2527.    [MTR]     Marshall Rose       Irvine    MRose.UCI@RAND-RELAY.ARPA
  2528.    [MXL]     Mark Lottor         MIT       MKL@MIT-XX.ARPA
  2529.    [MXM]     Marc M. Meilleur    COINS     COINS@USC-ISI.ARPA
  2530.    [MXP]     Michael K. Peterson HUGHES    scgvaxd!mkp@CIT-VAX.ARPA
  2531.    [MXR]     Mark A. Rosenstein  MIT       mar@MIT-BORAX.ARPA
  2532.    [MXS]     Marc Shapiro        INRIA     Shapiro@CMU-CS-C.ARPA
  2533.    [NC3]     J. Noel Chiappa     MIT       JNC@MIT-XX.ARPA
  2534.    [NMM]     Mike Minnich        UDELEE    MMinnich@UDEL-EE.ARPA
  2535.    [NXK]     Neil Katin          HP        hpda.neil@BERKELEY.ARPA
  2536.    [PA5]     Philip Almquist     Stanford  Almquist@SU-SCORE.ARPA
  2537.    [PAM6]    Paul McNabb         RICE      pam@PURDUE.ARPA
  2538.    [PG3]     Phill Gross         LINKABIT  gross@DCN7.ARPA
  2539.    [PGM]     Paul G. Milazzo     RICE      Milazzo@RICE.ARPA
  2540.    [PHD1]    Pieter Ditmars      BBN       pditmars@BBN-UNIX.ARPA
  2541.    [PK]      Peter Kirstein      UCL       Kirstein@USC-ISIA.ARPA
  2542.    [PM1]     Paul Mockapetris    ISI       Mockapetris@USC-ISIF.ARPA
  2543.    [PM4]     Paul Martin         SRI       PMartin@SRI-AI.ARPA
  2544.    [PS3]     Paal Spilling       NDRE      Paal@NTA-VAX.ARPA
  2545.    [PXA]     Phillip G. Apley    Bitstream PGA@MIT-OZ.ARPA
  2546.    [PXB]     Pat Boyle           UBC       boyle.ubc@CSNET-RELAY.ARPA
  2547.    [PXK]     Philip R. Karn, Jr. BCR       allegra!karn@BERKELEY.ARPA
  2548.    [PXM]     Pat Marques         NSRDC     marques@DTRC.ARPA
  2549.  
  2550.  
  2551. Reynolds & Postel                                              [Page 44]
  2552.  
  2553.  
  2554.  
  2555. Assigned Numbers                                                 RFC 923
  2556. People
  2557.  
  2558.  
  2559.    [PXN]     Peter Nellessen     SIEMENS   crtvax!pn@CMU-CS-SPICE.ARPA
  2560.    [RA11]    Rick Adams          CCI       rlgvax!ra@SEISMO.ARPA
  2561.    [RB6]     Richard Bisbey      ISI       Bisbey@USC-ISIB.ARPA
  2562.    [RBN1]    Ronald Natalie, Jr. BRL       ron@BRL-TGR.ARPA
  2563.    [RBW]     Richard B. Wales    UCLA      wales@UCLA-LOCUS.ARPA
  2564.    [RC7]     Robert Cole         UCL       robert@UCL-CS.ARPA
  2565.    [RDB2]    Robert Bressler     BBN       Bressler@BBN-UNIX.ARPA
  2566.    [RDR4]    Dennis Rockwell     BBN       DRockwell@BBN-UNIX.ARPA
  2567.    [REK2]    Robert Kahn         ARPA      Kahn@USC-ISIA.ARPA
  2568.    [RF1]     Randy Frank         UTAH      Frank@UTAH-20.ARPA
  2569.    [RFD1]    Robert F. Donnelly  ARDC      donnelly@ARDC.ARPA
  2570.    [RH6]     Robert Hinden       BBN       Hinden@BBN-UNIX.ARPA
  2571.    [RH60]    Roger Hale          MIT       Network%MIT-BUGS@MIT-MC.ARPA
  2572.    [RHT]     Robert Thomas       BBN       BThomas@BBNG.ARPA
  2573.    [RK1]     Richard Kovalcik    Honeywell Kovalcik@MIT-MULTICS.ARPA
  2574.    [RKJ2]    Richard Johnsson    DEC       johnsson@DECWRL.ARPA
  2575.    [RLB1]    Bob Brown           USRA      rlb@AMES-VMSB.ARPA
  2576.    [RLB3]    Ronald L. Broersma  NOSC      Ron@NOSC.ARPA
  2577.    [RLH2]    Ronald L. Hartung   NSWC      ron@NSWC-WO.ARPA
  2578.    [RLS6]    Ronald L. Smith     COINS     COINS@USC-ISIA.ARPA
  2579.    [RNM1]    Neil MacKenzie      RSRE      T45@USC-ISID.ARPA
  2580.    [RR2]     Raleigh Romine      Teledyne  romine@SEISMO.ARPA
  2581.    [RR18]    Ron Reisor          UDEL      ron.udel-cc-relay@UDEL.ARPA
  2582.    [RS23]    Russel Sandberg     WISC      root@UWISC.ARPA
  2583.    [RTB]     Bob Braden          UCLA      Braden@USC-ISIA.ARPA
  2584.    [RWS4]    Robert W. Scheifler ARGUS     RWS@MIT-XX.ARPA
  2585.    [SA1]     Sten Andler         ARPA     andler.ibm-sj@CSNET-RELAY.ARPA
  2586.    [SC3]     Steve Casner        ISI       Casner@USC-ISIB.ARPA
  2587.    [SGC]     Steve Chipman       BBN       Chipman@BBNA.ARPA
  2588.    [SK]      Steve Kille         UCL       UKSAT@USC-ISID.ARPA
  2589.    [SM6]     Sean McLinden       DSL       SMcLinden@CADRE.ARPA
  2590.    [SMF]     Steven M. Feldman   TYMNET    feldman%ucbarpa@BERKELEY.ARPA
  2591.    [SXB]     Steve Byrne         TARTAN    Byrne@CMU-CS-C.ARPA
  2592.    [SXB1]    Scott Bradner       HARVARD   bradner@HARV.10.ARPA
  2593.    [SXM]     Scott Marcus        Spartacus ---none---
  2594.    [TBS]     Claude S. Steffey   WSMR      csteffey@WSMR70A.ARPA
  2595.    [TC4]     Tony Cincotta       DTNSRDC   tony@NALCON.ARPA
  2596.    [TF6]     Thomas Ferrin       UCSF      ucsfcgl!tef@BERKELEY.ARPA
  2597.    [TW11]    Tom Wadlow          LLL       TAW@S1-A.ARPA
  2598.    [TXN]     Todd Nugent         U Chicago Nugent@ANL-MCS.ARPA
  2599.    [UXB]     Ulf Bilting         CHALMERS  bilting@PURDUE.ARPA
  2600.    [WG]      Wayne Graves        LBL       wayne@LBL-CSAM.ARPA
  2601.    [WIM]     William Macgregor   BBN       macg@BBN.ARPA
  2602.    [WNJ]     Bill Joy            SMI       sun!wnj@BERKELEY.ARPA
  2603.    [WXL]     William Lampeter    UR        bill@ROCHESTER.ARPA
  2604.    [ZSU]     Zaw-Sing Su         SRI       ZSu@SRI-TSC.ARPA
  2605.       
  2606.  
  2607.  
  2608.  
  2609. Reynolds & Postel                                              [Page 45]
  2610.  
  2611.  
  2612.  
  2613. Assigned Numbers                                                 RFC 923
  2614. Appendix A
  2615.  
  2616.  
  2617.                                APPENDIX A
  2618.  
  2619.    Network Numbers
  2620.  
  2621.       The network numbers in class A, B, and C network addresses are
  2622.       allocated among Research, Defense, Government (Non-Defense) and
  2623.       Commercial uses.
  2624.  
  2625.       Class A (highest-order bit 0)
  2626.  
  2627.          Research allocation:             8
  2628.          Defense allocation:             24
  2629.          Government allocation:          24
  2630.          Commercial allocation:          94
  2631.          Reserved Addresses:   (0, 127)
  2632.          Total                          128
  2633.  
  2634.       Class B (highest-order bits 1-0)
  2635.  
  2636.          Research allocation:          1024
  2637.          Defense allocation:           3072
  2638.          Government allocation:        3072
  2639.          Commercial allocation:       12286
  2640.          Reserved Addresses: (0, 16383)
  2641.          Total                        16384
  2642.  
  2643.       Class C (highest-order bits 1-1-0)
  2644.  
  2645.          Research allocation:           65536
  2646.          Defense allocation:           458725
  2647.          Government allocation:        458725
  2648.          Commercial allocation:       1572862
  2649.          Reserved Addresses: (0, 2097151)
  2650.          Total                        2097152
  2651.  
  2652.       Class D (highest-order bits 1-1-1)
  2653.  
  2654.          All addresses in this class are reserved for future use.
  2655.  
  2656.       Within the Research community, network identifiers will only be
  2657.       granted to applicants who show evidence that they are acquiring
  2658.       standard Bolt Beranek and Newman gateway software or have
  2659.       implemented or are acquiring a gateway meeting the Exterior
  2660.       Gateway Protocol requirements.  Acquisition of the Berkeley BSD
  2661.       4.2 UNIX software might be considered evidence of the latter.
  2662.  
  2663.  
  2664.  
  2665.  
  2666.  
  2667. Reynolds & Postel                                              [Page 46]
  2668.  
  2669.  
  2670.  
  2671. Assigned Numbers                                                 RFC 923
  2672. Appendix A
  2673.  
  2674.  
  2675.       Experimental networks which later become operational need not be
  2676.       renumbered.  Rather, the identifiers could be moved from Research
  2677.       to Defense, Government or Commercial status.  Thus, network
  2678.       identifiers may change state among Research, Defense, Government
  2679.       and Commercial, but the number of identifiers allocated to each
  2680.       use must remain within the limits indicated above.  To make
  2681.       possible this fluid assignment, the network identifier spaces are
  2682.       not allocated by simple partition, but rather by specific
  2683.       assignment.
  2684.  
  2685.    Protocol Identifiers
  2686.  
  2687.       These assignments are shared by the four communities.
  2688.  
  2689.    Port Numbers
  2690.  
  2691.       These assignments are shared by the four communities.
  2692.  
  2693.    ARPANET Link Numbers
  2694.  
  2695.       These assignments are shared by the four communities.
  2696.  
  2697.    IP Version Numbers
  2698.  
  2699.       These assignments are shared by the four communities.
  2700.  
  2701.    TCP, IP and Telnet Option Identifiers
  2702.  
  2703.       These assignments are shared by the four communities.
  2704.  
  2705.    Implementation:
  2706.  
  2707.       Joyce Reynolds is the coordinator for all number assignments.
  2708.  
  2709.  
  2710.  
  2711.  
  2712.  
  2713.  
  2714.  
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.  
  2722.  
  2723.  
  2724.  
  2725. Reynolds & Postel                                              [Page 47]
  2726.  
  2727.