home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 900s / rfc960.txt < prev    next >
Text File  |  1987-01-26  |  126KB  |  3,479 lines

  1. Network Working Group                                        J. Reynolds
  2. Request for Comments:  960                                     J. Postel
  3.                                                                      ISI
  4. Obsoletes RFCs:  943, 923, 900, 870,                       December 1985
  5. 820, 790, 776, 770, 762, 758,
  6. 755, 750, 739, 604, 503, 433, 349
  7. Obsoletes IENs:  127, 117, 93
  8.  
  9.  
  10.                             ASSIGNED NUMBERS
  11.  
  12.  
  13. Status of this Memo
  14.  
  15.    This memo is an official status report on the numbers used in
  16.    protocols in the ARPA-Internet community.  Distribution of this memo
  17.    is unlimited.
  18.  
  19. Introduction
  20.  
  21.    This Network Working Group Request for Comments documents the
  22.    currently assigned values from several series of numbers used in
  23.    network protocol implementations.  This RFC will be updated
  24.    periodically, and in any case current information can be obtained
  25.    from Joyce Reynolds.  The assignment of numbers is also handled by
  26.    Joyce.  If you are developing a protocol or application that will
  27.    require the use of a link, socket, port, protocol, network number,
  28.    etc., please contact Joyce to receive a number assignment.
  29.  
  30.       Joyce Reynolds
  31.       USC - Information Sciences Institute
  32.       4676 Admiralty Way
  33.       Marina del Rey, California  90292-6695
  34.  
  35.       Phone: (213) 822-1511
  36.  
  37.       ARPA mail: JKREYNOLDS@USC-ISIB.ARPA
  38.  
  39.    Most of the protocols mentioned here are documented in the RFC series
  40.    of notes.  The more prominent and more generally used are documented
  41.    in the "Internet Protocol Transition Workbook" [39] or in the old
  42.    "ARPANET Protocol Handbook" [40] prepared by the NIC.  Some of the
  43.    items listed are undocumented.  Further information on protocols can
  44.    be found in the memo "Official ARPA-Internet Protocols" [104].
  45.  
  46.    In all cases the name and mailbox of the responsible individual is
  47.    indicated.  In the lists that follow, a bracketed entry, e.g.,
  48.    [nn,iii], at the right hand margin of the page indicates a reference
  49.    for the listed protocol, where the number ("nn") cites the document
  50.    and the letters ("iii") cites the person.  Whenever possible, the
  51.    letters are a NIC Ident as used in the WHOIS service.
  52.  
  53.  
  54.  
  55. Reynolds & Postel                                               [Page 1]
  56.  
  57.  
  58.  
  59. Assigned Numbers                                                 RFC 960
  60. Network Numbers
  61.  
  62.  
  63.                         ASSIGNED NETWORK NUMBERS
  64.  
  65.    The network numbers listed here are used as internet addresses by the
  66.    Internet Protocol (IP) [39,92].  The IP uses a 32-bit address field
  67.    and divides that address into a network part and a "rest" or local
  68.    address part.  The division takes 3 forms or classes.
  69.  
  70.       The first type of address, or class A, has a 7-bit network number
  71.       and a 24-bit local address.  The highest-order bit is set to 0.
  72.       This allows 128 class A networks.
  73.  
  74.                            1                   2                   3   
  75.        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 
  76.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  77.       |0|   NETWORK   |                Local Address                  |
  78.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  79.  
  80.                              Class A Address
  81.  
  82.       The second type of address, class B, has a 14-bit network number
  83.       and a 16-bit local address.  The two highest-order bits are set to
  84.       1-0.  This allows 16,384 class B networks.
  85.  
  86.                            1                   2                   3   
  87.        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 
  88.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  89.       |1 0|           NETWORK         |          Local Address        |
  90.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  91.  
  92.                              Class B Address
  93.  
  94.       The third type of address, class C, has a 21-bit network number
  95.       and a 8-bit local address.  The three highest-order bits are set
  96.       to 1-1-0.  This allows 2,097,152 class C networks.
  97.  
  98.                            1                   2                   3   
  99.        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 
  100.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  101.       |1 1 0|                    NETWORK              | Local Address |
  102.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  103.  
  104.                              Class C Address
  105.  
  106.       Note:  No addresses are allowed with the three highest-order bits
  107.       set to 1-1-1.  These addresses (sometimes called "class D") are
  108.       reserved.
  109.  
  110.  
  111.  
  112.  
  113. Reynolds & Postel                                               [Page 2]
  114.  
  115.  
  116.  
  117. Assigned Numbers                                                 RFC 960
  118. Network Numbers
  119.  
  120.  
  121.    One commonly used notation for internet host addresses divides the
  122.    32-bit address into four 8-bit fields and specifies the value of each
  123.    field as a decimal number with the fields separated by periods.  This
  124.    is called the "dotted decimal" notation.  For example, the internet
  125.    address of USC-ISIB.ARPA in dotted decimal is 010.003.000.052, or
  126.    10.3.0.52.
  127.  
  128.    The dotted decimal notation will be used in the listing of assigned
  129.    network numbers.  The class A networks will have nnn.rrr.rrr.rrr, the
  130.    class B networks will have nnn.nnn.rrr.rrr, and the class C networks
  131.    will have nnn.nnn.nnn.rrr, where nnn represents part or all of a
  132.    network number and rrr represents part or all of a local address.
  133.  
  134.    There are four catagories of users of Internet Addresses: Research,
  135.    Defense, Government (Non-Defense), and Commercial.  To reflect the
  136.    allocation of network identifiers among the categories, a
  137.    one-character code is placed to the left of the network number: R for
  138.    Research, D for Defense, G for Government, and C for Commercial (see
  139.    Appendix A for further details on this division of the network
  140.    identification).
  141.  
  142.    Network numbers are assigned for networks that are connected to the
  143.    ARPA-Internet and DDN-Internet, and for independent networks that use
  144.    the IP family protocols (these are usually commercial).  These
  145.    independent networks are marked with an asterisk preceding the
  146.    number.
  147.  
  148.    The administrators of independent networks must apply separately for
  149.    permission to interconnect their network with either the
  150.    ARPA-Internet of the DDN-Internet.  Independent networks should not
  151.    be listed in the working tables of either the ARPA-Internet or
  152.    DDN-Internet hosts or gateways.
  153.  
  154.    For various reasons, the assigned numbers of networks are sometimes
  155.    changed.  To ease the transition the old number will be listed for a
  156.    transition period as well.  These "old number" entries will be marked
  157.    with a "T" following the number and preceding the name, and the
  158.    network name will be suffixed "-TEMP".
  159.  
  160.    Special Addresses:
  161.  
  162.       In certain contexts, it is useful to have fixed addresses with
  163.       functional significance rather than as identifiers of specific
  164.       hosts.  When such usage is called for, the address zero is to be
  165.       interpreted as meaning "this", as in "this network".  The address
  166.       of all ones are to be interpreted as meaning "all", as in "all
  167.       hosts".  For example, the address 128.9.255.255 could be
  168.  
  169.  
  170.  
  171. Reynolds & Postel                                               [Page 3]
  172.  
  173.  
  174.  
  175. Assigned Numbers                                                 RFC 960
  176. Network Numbers
  177.  
  178.  
  179.       interpreted as meaning all hosts on the network 128.9.  Or, the
  180.       address 0.0.0.37 could be interpreted as meaning host 37 on this
  181.       network.
  182.  
  183.    Assigned Network Numbers
  184.  
  185.    Class A Networks
  186.  
  187.       * Internet Address  Name          Network               References
  188.       - ----------------  ----          -------               ----------
  189.         000.rrr.rrr.rrr                 Reserved                   [JBP]
  190.       R 004.rrr.rrr.rrr   SATNET        Atlantic Satellite Network [SHB]
  191.       D 006.rrr.rrr.rrr T YPG-NET-TEMP  Yuma Proving Grounds    [10,BXA]
  192.       D 007.rrr.rrr.rrr T EDN-TEMP      DCEC EDN                   [EC5]
  193.       R 008.rrr.rrr.rrr T BBN-NET-TEMP  BBN Network               [JSG5]
  194.       R 010.rrr.rrr.rrr   ARPANET       ARPANET              [10,40,SA2]
  195.       D 011.rrr.rrr.rrr   DODIIS        DoD INTEL INFO SYS         [AY7]
  196.       C 012.rrr.rrr.rrr   ATT           ATT, Bell Labs            [MH12]
  197.       C 014.rrr.rrr.rrr   PDN           Public Data Network       [REK4]
  198.       R 018.rrr.rrr.rrr T MIT-TEMP      MIT Network        [20,103,DDC1]
  199.       D 021.rrr.rrr.rrr   DDN-RVN       DDN-RVN                    [MLC]
  200.       D 022.rrr.rrr.rrr   DISNET        DISNET                    [FLM2]
  201.       D 023.rrr.rrr.rrr   DDN-TC-NET    DDN-TestCell-Network      [DH17]
  202.       D 024.rrr.rrr.rrr   MINET         MINET                   [10,DHH]
  203.       R 025.rrr.rrr.rrr   RSRE-EXP      RSRE                      [RNM1]
  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.       D 029.rrr.rrr.rrr T MILX25-TEMP   MILNET X.25 Temp           [MLC]
  208.       D 030.rrr.rrr.rrr T ARPAX25-TEMP  ARPA X.25 Temp             [MLC]
  209.       G*031.rrr.rrr.rrr   UCDLA-NET     UCDLA-CATALOG-NET          [CXL]
  210.       R 032.rrr.rrr.rrr   UCL-TAC       UCL TAC                     [PK]
  211.       R 036.rrr.rrr.rrr T SU-NET-TEMP   Stanford University Network[PA5]
  212.       R 039.rrr.rrr.rrr T SRINET-TEMP   SRI Local Network         [GEOF]
  213.       R 041.rrr.rrr.rrr   BBN-TEST-A    BBN-GATE-TEST-A            [RH6]
  214.       R 044.rrr.rrr.rrr   AMPRNET       Amateur Radio Experiment Net[HM]
  215.         001.rrr.rrr.rrr-003.rrr.rrr.rrr Unassigned                 [JBP]
  216.         005.rrr.rrr.rrr                 Unassigned                 [JBP]
  217.         009.rrr.rrr.rrr                 Unassigned                 [JBP]
  218.         013.rrr.rrr.rrr                 Unassigned                 [JBP]
  219.         015.rrr.rrr.rrr-017.rrr.rrr.rrr Unassigned                 [JBP]
  220.         019.rrr.rrr.rrr-020.rrr.rrr.rrr Unassigned                 [JBP]
  221.         033.rrr.rrr.rrr-035.rrr.rrr.rrr Unassigned                 [JBP]
  222.         037.rrr.rrr.rrr-038.rrr.rrr.rrr Unassigned                 [JBP]
  223.         040.rrr.rrr.rrr                 Unassigned                 [JBP]
  224.         042.rrr.rrr.rrr-043.rrr.rrr.rrr Unassigned                 [JBP]
  225.         045.rrr.rrr.rrr-126.rrr.rrr.rrr Unassigned                 [JBP]
  226.         127.rrr.rrr.rrr                 Reserved                   [JBP]
  227.  
  228.  
  229. Reynolds & Postel                                               [Page 4]
  230.  
  231.  
  232.  
  233. Assigned Numbers                                                 RFC 960
  234. Network Numbers
  235.  
  236.  
  237.    Class B Networks
  238.  
  239.       * Internet Address  Name          Network               References
  240.       - ----------------  ----          -------               ----------
  241.         128.000.rrr.rrr                 Reserved                   [JBP]
  242.       R 128.001.rrr.rrr   BBN-TEST-B    BBN-GATE-TEST-B            [RH6]
  243.       R 128.002.rrr.rrr   CMU-NET       CMU-Ethernet              [HDW2]
  244.       R 128.003.rrr.rrr   LBL-CSAM      LBL-CSAM-RESEARCH         [JS38]
  245.       R 128.004.rrr.rrr   DCNET         LINKABIT DCNET         [69,DLM1]
  246.       R 128.005.rrr.rrr   FORDNET       FORD DCNET             [69,DLM1]
  247.       R 128.006.rrr.rrr   RUTGERS       RUTGERS                   [CLH3]
  248.       R 128.007.rrr.rrr   DFVLR         DFVLR DCNET Network       [HDC1]
  249.       R 128.008.rrr.rrr   UMDNET        Univ of Maryland DCNET [69,DLM1]
  250.       R 128.009.rrr.rrr   ISI-NET       USC-ISI Local Network      [CMR]
  251.       R 128.010.rrr.rrr   PURDUE-CS-NET Purdue Computer Science    [CAK]
  252.       R 128.011.rrr.rrr   BBN-CRONUS    BBN DOS Project         [64,WIM]
  253.       R 128.012.rrr.rrr   SU-NET        Stanford University Net    [LB3]
  254.       D 128.013.rrr.rrr   MATNET        Mobile Access Terminal Net [SHB]
  255.       R 128.014.rrr.rrr   BBN-SAT-TEST  BBN SATNET Test Net        [SHB]
  256.       R 128.015.rrr.rrr   S1NET         LLL-S1-NET                [EAK1]
  257.       R 128.016.rrr.rrr   UCLNET        University College London   [PK]
  258.       D 128.017.rrr.rrr   MATNET-ALT    Mobile Access Terminal Alt [SHB]
  259.       R 128.018.rrr.rrr   SRINET        SRI Local Network         [GEOF]
  260.       D 128.019.rrr.rrr   EDN           DCEC EDN                   [EC5]
  261.       D 128.020.rrr.rrr   BRLNET        BRLNET                 [10,MJM2]
  262.       R 128.021.rrr.rrr   SF-PR-1       SF-1 Packet Radio Network  [JEM]
  263.       R 128.022.rrr.rrr   SF-PR-2       SF-2 Packet Radio Network  [JEM]
  264.       R 128.023.rrr.rrr   BBN-PR        BBN Packet Radio Network  [JAW3]
  265.       R 128.024.rrr.rrr   ROCKWELL-PR   Rockwell Packet Radio Net  [EHP]
  266.       D 128.025.rrr.rrr   BRAGG-PR      Ft. Bragg Packet Radio Net [JEM]
  267.       D 128.026.rrr.rrr   SAC-PR        SAC Packet Radio Network   [BG5]
  268.       D 128.027.rrr.rrr   DEMO-PR-1     Demo-1 Packet Radio Network[LCS]
  269.       D 128.028.rrr.rrr   C3-PR-TEMP    Testbed Development PR NET [BG5]
  270.       R 128.029.rrr.rrr   MITRE         MITRE Cablenet         [111,TML]
  271.       R 128.030.rrr.rrr   MIT-NET       MIT Local Network         [DDC1]
  272.       R 128.031.rrr.rrr   MIT-RES       MIT Research Network      [DDC1]
  273.       R 128.032.rrr.rrr   UCB-ETHER     UC Berkeley Ethernet      [DAM1]
  274.       R 128.033.rrr.rrr   BBN-NET       BBN Network               [JSG5]
  275.       R 128.034.rrr.rrr   NOSC-LCCN     NOSC / LCCN                [RH6]
  276.       R 128.035.rrr.rrr   CISLTESTNET1  Honeywell          [52,53,JLM23]
  277.       R 128.036.rrr.rrr   YALE-NET      YALE NET               [128,JO5]
  278.       D 128.037.rrr.rrr   YPG-NET       Yuma Proving Grounds    [10,BXA]
  279.       D 128.038.rrr.rrr   NSWC-NET      NSWC Local Host Net       [RLH2]
  280.       R 128.039.rrr.rrr   NTANET        NDRE-TIU                   [PS3]
  281.       R 128.040.rrr.rrr   UCL-NET-A     UCL                        [RC7]
  282.       R 128.041.rrr.rrr   UCL-NET-B     UCL                        [RC7]
  283.       R 128.042.rrr.rrr   RICE-NET      Rice University     [69,128,PGM]
  284.       R 128.043.rrr.rrr   DRENET        Canada REF ARPANET     [10,JR17]
  285.  
  286.  
  287. Reynolds & Postel                                               [Page 5]
  288.  
  289.  
  290.  
  291. Assigned Numbers                                                 RFC 960
  292. Network Numbers
  293.  
  294.  
  295.       D 128.044.rrr.rrr   WSMR-NET      White Sands Network        [TBS]
  296.       C 128.045.rrr.rrr   DEC-WRL-NET   DEC WRL Network       [128,RKJ2]
  297.       R 128.046.rrr.rrr   PURDUE-NET    Purdue Campus Network      [CAK]
  298.       D 128.047.rrr.rrr   TACTNET       Tactical Packet Net      [9,KTP]
  299.       G*128.048.rrr.rrr   UCDLA-NET-B   UCDLA-Network-B         [10,CXL]
  300.       R 128.049.rrr.rrr   NOSC-ETHER    NOSC Ethernet         [128,RLB3]
  301.       G 128.050.rrr.rrr   COINS         COINS On-Line Intel Net   [RLS6]
  302.       G 128.051.rrr.rrr   COINSTNET     COINS TEST NETWORK        [RLS6]
  303.       R 128.052.rrr.rrr   MIT-AI-NET    MIT AI NET             [128,MDC]
  304.       R 128.053.rrr.rrr   SAC-PR-2      SAC PRNET Number 2         [BG5]
  305.       R 128.054.rrr.rrr   UCSD          UC San Diego Network  [128,GH29]
  306.       R*128.055.rrr.rrr   MFENET        LLNL MFE Network       [109,DRP]
  307.       D 128.056.rrr.rrr   USNA-NET      US Naval Academy Network   [TXS]
  308.       D 128.057.rrr.rrr   DEMO-PR-2     Demo-2 Packet Radio Net    [LCS]
  309.       C*128.058.rrr.rrr   SPAR          Schlumberger PA Net    [128,RXB]
  310.       R 128.059.rrr.rrr   CU-NET        Columbia University    [128,LH2]
  311.       D 128.060.rrr.rrr   NRL-LAN       NRL Lab Area Net           [WF3]
  312.       R*128.061.rrr.rrr   GATECH        Georgia Tech           [128,SXA]
  313.       R 128.062.rrr.rrr   MCC-NET       MCC Corporate Net      [128,CBD]
  314.       R 128.063.rrr.rrr   BRL-SUBNET    BRL-SUBNET-EXP            [RBN1]
  315.       R 128.064.rrr.rrr-128.079.rrr.rrr Net Dynamics Exp           [ZSU]
  316.       D 128.080.rrr.rrr   CECOMNET      CECOM EPR NET             [PFS2]
  317.       R 128.081.rrr.rrr   SCRC-ETHERNET SCRC ETHERNET          [128,CH2]
  318.       R 128.082.rrr.rrr   UMICH         UOFMICHIGAN              [8,HWB]
  319.       R 128.083.rrr.rrr   UTAUSTIN      U. Texas Austin       [128,JSQ1]
  320.       R 128.084.rrr.rrr   CORNELL-NET   Cornell Backbone Net   [128,BN9]
  321.       C*128.085.rrr.rrr   DRILL-NET     Teleco Drilltech Net       [DBJ]
  322.       R 128.086.rrr.rrr   MRC           UK.CO.GEC.RL.MRC          [RHC3]
  323.       R 128.087.rrr.rrr   HIRST         UK.CO.GEC.RL.HRC          [RHC3]
  324.       R*128.088.rrr.rrr   HP-NET        HEWLETT-PACKARD-NET        [AXG]
  325.       R 128.089.rrr.rrr   BBN-ENET-TEMP BBN ETHER NETWORK      [128,SGC]
  326.       C*128.090.rrr.rrr   PQS           PERQ SYSTEMS CORP      [128,DXS]
  327.       R 128.091.rrr.rrr   UPENN         UPenn Campus Network   [128,IXW]
  328.       R 128.092.rrr.rrr   INTELLINET    INTELLICORP NET       [128,DAVE]
  329.       R*128.093.rrr.rrr   INRIA-ROCQU   INRIA Rocquencourt        [MXA1]
  330.       R*128.094.rrr.rrr   SYSNET        AT&T SYSNETWORK            [EXY]
  331.       R*128.095.rrr.rrr   WASHINGTON    Comp Sci Ether Net    [128,RA17]
  332.       C*128.096.rrr.rrr   BELLCORE-NET  BELLCORE-NET              [PK28]
  333.       R 128.097.rrr.rrr   UCLANET       UCLA Network              [BJL5]
  334.         128.098.rrr.rrr-191.254.rrr.rrr Unassigned                 [JBP]
  335.         191.255.rrr.rrr                 Reserved                   [JBP]
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345. Reynolds & Postel                                               [Page 6]
  346.  
  347.  
  348.  
  349. Assigned Numbers                                                 RFC 960
  350. Network Numbers
  351.  
  352.  
  353.    Class C Networks
  354.  
  355.       * Internet Address  Name          Network               References
  356.       - ----------------  ----          -------               ----------
  357.         192.000.000.rrr                 Reserved                   [JBP]
  358.       R 192.000.001.rrr   BBN-TEST-C    BBN-GATE-TEST-C            [RH6]
  359.         192.000.002.rrr-192.000.255.rrr Unassigned                 [JBP]
  360.       R 192.001.000.rrr-192.001.004.rrr BBN local networks         [SGC]
  361.       R 192.001.005.rrr   BBN-ENET2     BBN-ENET2                  [SGC]
  362.       R 192.001.006.rrr                 BBN local network          [SGC]
  363.       R 192.001.007.rrr   BBN-ENET      BBN-ENET                   [SGC]
  364.       R 192.001.008.rrr                 BBN local network          [SGC]
  365.       R 192.001.009.rrr   BBN-ENET3     BBN-ENET3                  [SGC]
  366.       R 192.001.010.rrr   BBN-NETR      BBN-NETR                   [SGC]
  367.       R 192.001.011.rrr   BBN-SPC-ENET  BBN-SPC-ENET               [SGC]
  368.       R 192.001.012.rrr-192.003.255.rrr BBN local networks         [SGC]
  369.       R*192.004.000.rrr-192.004.255.rrr BELLCORE-NET          [128,PK28]
  370.       R 192.005.001.rrr   CISLHYPERNET  Honeywell                [JLM23]
  371.       R 192.005.002.rrr   WISC          Univ of Wisconsin Madison [RS23]
  372.       C 192.005.003.rrr   HP-DESIGN-AIDS HP Design Aids            [NXK]
  373.       C 192.005.004.rrr   HP-TCG-UNIX   Hewlett Packard TCG Unix   [NXK]
  374.       R 192.005.005.rrr   DEC-MRNET     DEC Marlboro Ethernet  [119,KWP]
  375.       R 192.005.006.rrr   DEC-MRRAD     DEC Marlboro Developmt [119,KWP]
  376.       R 192.005.007.rrr   CIT-CS-NET    Caltech-CS-Net         [126,DSW]
  377.       R 192.005.008.rrr   WASHINGTON    University of Washington  [JAR4]
  378.       R 192.005.009.rrr   AERONET       Aerospace Labnet         [2,LCN]
  379.       R 192.005.010.rrr   ECLNET        USC-ECL-CAMPUS-NET        [MAB4]
  380.       R 192.005.011.rrr   CSS-RING      SEISMIC-RESEARCH-NET       [RR2]
  381.       R 192.005.012.rrr   UTAH-NET      UTAH-COMPUTER-SCIENCE-NET [GW22]
  382.       R 192.005.013.rrr   GSWDNET       Compion Network        [128,FAS]
  383.       R 192.005.014.rrr   RAND-NET      RAND Network           [128,JDG]
  384.       R 192.005.015.rrr   NYU-NET       NYU Network                [EF5]
  385.       R 192.005.016.rrr   LANLLAND      Los Alamos Dev LAN    [128,JC11]
  386.       R 192.005.017.rrr   NRL-NET       Naval Research Lab          [AP]
  387.       R 192.005.018.rrr   IPTO-NET      ARPA-IPTO Office Net       [SA2]
  388.       R 192.005.019.rrr   UCIICS        UCI-ICS Res Net            [MTR]
  389.       R 192.005.020.rrr   CISLTTYNET    Honeywell                [JLM23]
  390.       D 192.005.021.rrr   BRLNET1       BRLNET1                [10,MJM2]
  391.       D 192.005.022.rrr   BRLNET2       BRLNET2                [10,MJM2]
  392.       D 192.005.023.rrr   BRLNET3       BRLNET3                [10,MJM2]
  393.       D 192.005.024.rrr   BRLNET4       BRLNET4                [10,MJM2]
  394.       D 192.005.025.rrr   BRLNET5       BRLNET5                [10,MJM2]
  395.       D 192.005.026.rrr   NSRDCOA-NET   NSRDC Office Auto Net      [TC4]
  396.       D 192.005.027.rrr   DTNSRDC-NET   DTNSRDC-NET                [TC4]
  397.       R 192.005.028.rrr   RSRE-NULL     RSRE-NULL                 [RNM1]
  398.       R 192.005.029.rrr   RSRE-ACC      RSRE-ACC                  [RNM1]
  399.       R 192.005.030.rrr   RSRE-PR       RSRE-PR                   [RNM1]
  400.       R*192.005.031.rrr   SIEMENS-NET   Siemens Research Network   [PXN]
  401.  
  402.  
  403. Reynolds & Postel                                               [Page 7]
  404.  
  405.  
  406.  
  407. Assigned Numbers                                                 RFC 960
  408. Network Numbers
  409.  
  410.  
  411.       R 192.005.032.rrr   CISLTESTNET2  Honeywell          [52,53,JLM23]
  412.       R 192.005.033.rrr   CISLTESTNET3  Honeywell          [32,33,JLM23]
  413.       R 192.005.034.rrr   CISLTESTNET4  Honeywell          [32,33,JLM23]
  414.       R 192.005.035.rrr   RIACS         USRA                  [113,RLB1]
  415.       R 192.005.036.rrr   CORNELL-CS    CORNELL CS Research    [128,DK2]
  416.       R 192.005.037.rrr   UR-CS-NET     U of R CS 3Mb Net       [67,LB1]
  417.       R 192.005.038.rrr   SRI-C3ETHER   SRI-AITAD C3ETHERNET   [128,BG5]
  418.       R 192.005.039.rrr   UDEL-EECIS    Udel EECIS LAN         [120,CC2]
  419.       R 192.005.040.rrr   PUCC-NET-A    PURDUE Comp Cntr Net      [JRS8]
  420.       D 192.005.041.rrr   WISLAN        WIS Research LAN      [111,JRM1]
  421.       D 192.005.042.rrr   AFDSC-HYPER   AFDSC Hypernet            [MCA1]
  422.       R 192.005.043.rrr   CUCSNET       Columbia CS Net        [128,LH2]
  423.       R 192.005.044.rrr   Farber-PC-Net Farber PC Network          [DJF]
  424.       R 192.005.045.rrr   AIDS-NET      AI&DS Network          [128,KFD]
  425.       R 192.005.046.rrr   NTA-RING      NDRE-RING                  [PS3]
  426.       R 192.005.047.rrr   NSRDC         NSRDC                      [PXM]
  427.       R 192.005.048.rrr   PURDUE-CS-EN  Purdue CS Ethernet     [128,CAK]
  428.       R 192.005.049.rrr   UCSF          Univ of Calif, San Fran[120,TF6]
  429.       R 192.005.050.rrr   CTH-CS-NET    Chalmers CSN Net       [120,UXB]
  430.       R 192.005.051.rrr   Theorynet     Cornell Theory Center [128,AB13]
  431.       R 192.005.052.rrr   NLM-ETHER     NLM-LHNCBC-ETHERNET     [92,JA1]
  432.       R 192.005.053.rrr   UR-CS-ETHER   U of R CS 10Mb Net      [67,LB1]
  433.       R 192.005.054.rrr   AERO-A6       Aerospace                [2,LCN]
  434.       R 192.005.055.rrr   UCLA-CECS     UCLA-CECS Network      [128,RBW]
  435.       C 192.005.056.rrr   TARTAN-NET    Tartan Labs                [SXB]
  436.       R 192.005.057.rrr   UDEL-CC       UDEL Comp Center      [120,RR18]
  437.       R 192.005.058.rrr   CSNET-PDN     CSNET X.25 Network     [60,RDR4]
  438.       R*192.005.059.rrr   INRIA SM90    Inria GIP SM-90            [MXS]
  439.       R*192.005.060.rrr   SM90 X1       Inria SM-90 exp. 1         [MXS]
  440.       R*192.005.061.rrr   SM90 X2       Inria SM-90 exp. 2         [MXS]
  441.       R*192.005.062.rrr   LITP SM90     LITP SM-90                 [MXS]
  442.       R 192.005.064.rrr   AMES-NAS-NET  NASA ARC NAS LAN      [119,MF31]
  443.       R 192.005.065.rrr   NPRDC-Ether   NPRDC TRCF Ethernet        [LRB]
  444.       R 192.005.066.rrr   HARV-NET      Harvard Comp Sci Net      [SB28]
  445.       R 192.005.067.rrr   CECOM-ETHER   CECOM ADDCOMPE ETHER   [120,GIH]
  446.       R 192.005.068.rrr   AERO-130      AEROSPACE-130              [LCN]
  447.       R 192.005.069.rrr   UIUC-NET      Univ of IL at Urbana   [128,AKC]
  448.       G 192.005.070.rrr   CELAN         COINS Exper. LAN           [MXM]
  449.       R 192.005.071.rrr   SAC-ETHER     SAC C3 Ethernet        [128,BG5]
  450.       R*192.005.072.rrr-192.005.087.rrr U Chicago                  [TXN]
  451.       R 192.005.088.rrr   YALE-EE-NET   YALE-EE-NET           [128,AG22]
  452.       R 192.005.089.rrr   HARV-APPOLLO  Harvard University      [4,SB28]
  453.       R 192.005.090.rrr   HARV-ETHER    Harvard CS Ethernet       [SB28]
  454.       R 192.005.091.rrr   PURDUE-ECN1   Purdue ECN          [36,55,GG11]
  455.       R 192.005.092.rrr   BRAGG-ETHER   SRI Bragg Ether        [121,GIH]
  456.       R 192.005.093.rrr   SRI-DEMO      SRI Ether Demo         [121,GIH]
  457.       R*192.005.094.rrr   SDCRDCF-10MB  SDC R&D primary net   [128,DJV1]
  458.       R*192.005.095.rrr   SDCRDCF-3MB   SDC R&D old net        [67,DJV1]
  459.  
  460.  
  461. Reynolds & Postel                                               [Page 8]
  462.  
  463.  
  464.  
  465. Assigned Numbers                                                 RFC 960
  466. Network Numbers
  467.  
  468.  
  469.       R*192.005.096.rrr   UBC-CS-NET    UBC Comp Sci Net       [128,PXB]
  470.       R*192.005.097.rrr   UCLA-CS-LNI   UCLA CS LNI Network        [RBW]
  471.       R*192.005.098.rrr   UCLA-PIC      UCLA PIC Network       [128,RBW]
  472.       R 192.005.099.rrr   SPACENET      S-1 Workstation Net.  [128,TW11]
  473.       R*192.005.100.rrr   HCSC-NET      Honeywell CSC Net      [128,RL2]
  474.       R 192.005.101.rrr   PUCC-NET-B    Purdue Gateway Network    [JRS8]
  475.       R 192.005.102.rrr   PUCC-RHF-NET  PUCC RHF Based Net        [JRS8]
  476.       C*192.005.103.rrr   TYM-NTD-NET   Tymnet NTD Ethernet        [SMF]
  477.       R 192.005.104.rrr   THINK-INET    Thinking Machines     [128,BJN1]
  478.       R 192.005.105.rrr   CCA-POND      CCA Ethernet1 (POND)   [128,AL6]
  479.       C*192.005.106.rrr   BITSTREAM     Bitstream Type Foundry [128,PXA]
  480.       R*192.005.107.rrr   PASC-ETHER    IBM PASC Ethernet      [128,GXL]
  481.       R*192.005.108.rrr   PASC-BB       IBM PASC Broadband      [56,GXL]
  482.       R*192.005.109.rrr   CWR-JCC-T     ARJCC TOPS-20 NET     [128,JAG3]
  483.       R*192.005.110.rrr   CWR-JCC-L     ARJCC LOCAL NET       [128,JAG3]
  484.       R*192.005.111.rrr   CWR-QUAD      Campus QUAD NET       [128,JAG3]
  485.       R*192.005.112.rrr   CWR-CAISR     CAISR LOCAL NET       [128,JAG3]
  486.       R*192.005.113.rrr   CWR-CES       CES LOCAL NET             [JAG3]
  487.       C*192.005.114.rrr   I2-RING-1     INTERMETRICS PRONET    [128,NXH]
  488.       C*192.005.115.rrr   I2-ETHER-1    INTERMETRICS ETHER     [128,NXH]
  489.       R 192.005.116.rrr   BRAGGNET-1    BRAGG/ADDCOMPE        [128,BG25]
  490.       R 192.005.117.rrr   BRAGGNET-2    BRAGG/ADDCOMPE        [128,BG25]
  491.       R 192.005.118.rrr   BRAGGNET-3    BRAGG/ADDCOMPE        [128,BG25]
  492.       R 192.005.119.rrr   BRAGGNET-4    BRAGG/ADDCOMPE        [128,BG25]
  493.       R 192.005.120.rrr   BRAGGNET-5    BRAGG/ADDCOMPE        [128,BG25]
  494.       R 192.005.121.rrr   BRAGGNET-6    BRAGG/ADDCOMPE        [128,BG25]
  495.       R 192.005.122.rrr   BRAGGNET-7    BRAGG/ADDCOMPE        [128,BG25]
  496.       R 192.005.123.rrr   BRAGGNET-8    BRAGG/ADDCOMPE        [128,BG25]
  497.       R 192.005.124.rrr   BRAGGNET-9    BRAGG/ADDCOMPE        [128,BG25]
  498.       R 192.005.125.rrr   BRAGGNET-10   BRAGG/ADDCOMPE        [128,BG25]
  499.       R 192.005.126.rrr   BRAGGNET-11   BRAGG/ADDCOMPE        [128,BG25]
  500.       R 192.005.127.rrr   BRAGGNET-12   BRAGG/ADDCOMPE        [128,BG25]
  501.       R 192.005.128.rrr   BRAGGNET-13   BRAGG/ADDCOMPE        [128,BG25]
  502.       R 192.005.129.rrr   BRAGGNET-14   BRAGG/ADDCOMPE        [128,BG25]
  503.       R 192.005.130.rrr   BRAGGNET-15   BRAGG/ADDCOMPE        [128,BG25]
  504.       R 192.005.131.rrr   BRAGGNET-16   BRAGG/ADDCOMPE        [128,BG25]
  505.       R 192.005.132.rrr   BRAGGNET-17   BRAGG/ADDCOMPE        [128,BG25]
  506.       R*192.005.133.rrr   PERCEPT-AI    Perceptronics, AI Div.     
  507.                                     [KXC]
  508.         192.005.134.rrr-192.005.255.rrr Unassigned                 [JBP]
  509.       C*192.006.000.rrr-192.006.255.rrr Hewlett Packard            [AXG]
  510.       C*192.007.000.rrr-192.007.255.rrr Computer Consoles, Inc.   [RA11]
  511.       C*192.008.000.rrr-192.008.255.rrr Spartacus Computers, Inc.  [SXM]
  512.       C*192.009.000.rrr-192.009.255.rrr SUN Microsystems, Inc.     [BN4]
  513.       C*192.010.000.rrr-192.010.040.rrr Symbolics, Inc.            [CH2]
  514.       R 192.010.041.rrr T SCRC-ETHERNET SCRC ETHERNET          [128,CH2]
  515.       C*192.010.042.rrr-192.010.255.rrr Symbolics, Inc.            [CH2]
  516.       C*192.011.000.rrr-192.011.255.rrr ATT, Bell Labs            [MH12]
  517.  
  518.  
  519. Reynolds & Postel                                               [Page 9]
  520.  
  521.  
  522.  
  523. Assigned Numbers                                                 RFC 960
  524. Network Numbers
  525.  
  526.  
  527.       C*192.012.000.rrr   CADMUS-ETHERNET CADMUS-NET               [MS9]
  528.       C*192.012.001.rrr   CADMUS-EXP-1  CADMUS-NET-EXP-1           [MS9]
  529.       C*192.012.002.rrr   CADMUS-EXP-2  CADMUS-NET-EXP-2           [MS9]
  530.       C*192.012.003.rrr   FLAIR         Fairchild AI Lab Net  [128,AMS1]
  531.       C*192.012.004.rrr   SCG-NET       Hughes SCG Net         [122,MXP]
  532.       R 192.012.005.rrr   AIC-LISPMS    SRI-AIC-LispMachNet    [128,PM4]
  533.       R 192.012.006.rrr   NPS-C2        NPS-C2                 [128,AW9]
  534.       R 192.012.007.rrr   NYU-CS-ETHER  NYU CompSci Ethernet   [128,LOU]
  535.       D 192.012.008.rrr   PICANET1      Picatinny Arsenal LAN1[128,RFD1]
  536.       R 192.012.009.rrr   CADRE-NET     Decision Systems Lab       [SM6]
  537.       R 192.012.010.rrr   CORNELL-ENG   Cornell-Engineering    [128,BN9]
  538.       R 192.012.011.rrr   MIT-TEST      MIT Gateway TEST NET   [128,NC3]
  539.       R 192.012.012.rrr   WISC-ETHER    Wisconsin Ether Net    [128,CBP]
  540.       R 192.012.013.rrr   JHU-NET1      JHU-NET1              [128,MO14]
  541.       R 192.012.014.rrr   JHU-NET2      JHU-NET2              [128,MO14]
  542.       R 192.012.015.rrr   BROOKNET      BNL Brooknet III        [128,GC]
  543.       R 192.012.016.rrr   PRMNET        SRI-SURAN-EN          [128,BP17]
  544.       G 192.012.017.rrr   LLL-TIS-NET   LLL-TIS-NET       [119,123,GP10]
  545.       R 192.012.018.rrr   CIT-CS-10NET  Caltech 10Meg EtherNet[126,AD22]
  546.       R 192.012.019.rrr   CIT-NET       Caltech Campus Net    [126,AD22]
  547.       R 192.012.020.rrr   CIT-SUN-NET   Caltech Sun Net       [126,AD22]
  548.       R 192.012.021.rrr   CIT-PHYSCOMP  Caltech Phys Comp Net [126,AD22]
  549.       R 192.012.022.rrr   UTCSRES       UTCS Net Research     [128,JSQ1]
  550.       R 192.012.023.rrr   UTCSTTY       UTCS TTY Kludgenet    [128,JSQ1]
  551.       R 192.012.024.rrr   MICANET       MITRE (Experimental)       [WDL]
  552.       R 192.012.025.rrr   CSS-GRAMINAE  CSS Workstation Net     [62,RR2]
  553.       R 192.012.026.rrr   NOSC-NETR     Net-R Testbed at BBN  [106,CP10]
  554.       R 192.012.027.rrr   UR-LASER      UR Laser Energetics    [128,WXL]
  555.       R*192.012.028.rrr   RIACS-X-NET   RIACS-Experimental-Net    [DG28]
  556.       D 192.012.029.rrr   RF-EVANS      ADDCOMPE DC3 LAN1     [120,MB31]
  557.       D 192.012.030.rrr   RF-HEX-A      ADDCOMPE DC3 LAN2     [120,MB31]
  558.       D 192.012.031.rrr   USNA-ENET     USNA Engineering Net   [120,TXS]
  559.       R*192.012.032.rrr   CMU-VINEYARD  CMU File Cluster Net   [128,MXK]
  560.       R 192.012.033.rrr   SRI-CSL-NET   SRI-CSL 10MB Ethernet     [GEOF]
  561.       C*192.012.034.rrr-192.012.043.rrr Schlumberger PA Net    [128,RXB]
  562.       R 192.012.044.rrr   NRTC-NET      Northrop Research Net [128,RSM1]
  563.       R 192.012.045.rrr   ACC-SB-IMP-NET ACC Santa Barbara IMP    [AB20]
  564.       R 192.012.046.rrr   ACC-SB-ETHER  ACC Santa Barbara Ethernet[AB20]
  565.       R 192.012.047.rrr   UMN-UCC-NET   Univ. of Minnesota        [RG12]
  566.       G 192.012.048.rrr   AMES-ED-EXPNET Code ED Exp. Net.    [128,MSM1]
  567.       G 192.012.049.rrr   AMES-ED-NET   Code ED IP Net        [128,MSM1]
  568.       G 192.012.050.rrr   AMES-DB-NET   Ames DBridge Net      [128,MSM1]
  569.       R 192.012.051.rrr   THINK-CHAOS   TMC Chaos             [128,BJN1]
  570.       R*192.012.052.rrr   NEURO-NET     NEURO-NET              [128,JXB]
  571.       R*192.012.053.rrr   PU-LCA        Princeton U. LCA       [128,CXH]
  572.       R 192.012.054.rrr   WISC-MADISON  Univ Wisc - MACC       [128,JXD]
  573.       R 192.012.055.rrr   HAZ-LPR-BETA  Hazeltine LPR Net      [128,KXK]
  574.       R 192.012.056.rrr   UTAH-AP-NET   Utah-Appolo-Ring-Net      [JL15]
  575.  
  576.  
  577. Reynolds & Postel                                              [Page 10]
  578.  
  579.  
  580.  
  581. Assigned Numbers                                                 RFC 960
  582. Network Numbers
  583.  
  584.  
  585.       R 192.012.057.rrr   MCC-CAD-NET   MCC AI Subnet          [128,CBD]
  586.       R 192.012.058.rrr   MCC-PP-NET    MCC CAD Subnet         [128,CBD]
  587.       R 192.012.059.rrr   MCC-DB-NET    MCC DB Subnet          [128,CBD]
  588.       R 192.012.060.rrr   MCC-HI-NET    MCC HI Subnet          [128,CBD]
  589.       R 192.012.061.rrr   MCC-SW-NET    MCC SW Subnet          [128,CBD]
  590.       R 192.012.062.rrr   DREA-ENET     DREA Lispm & Vaxen    [128,GLH5]
  591.       R 192.012.063.rrr   CYPRESS       CYPRESS Serial Net         [CAK]
  592.       D 192.012.064.rrr   LOGNET        Logistics Net GW        [62,JXR]
  593.       D 192.012.065.rrr   HELNET1       HELNET1               [128,MJM2]
  594.       D 192.012.066.rrr   HELNET2       HELNET2               [128,MJM2]
  595.       D 192.012.067.rrr   HELNET3       HELNET3                   [MJM2]
  596.       G 192.012.068.rrr   ORNL-MSRNET   ORNL Local Area Net      [62,HD]
  597.       R 192.012.069.rrr   UA-CS-NET     UNIV. OF ARIZ-CS DEPT  [128,BXM]
  598.       R 192.012.070.rrr   NPRDC-IPD     NPRDC-IPD REMOTE ETHERNET  [LRB]
  599.       R 192.012.071.rrr   NPRDC-ISG     NPRDC-ISG REMOTE ETHERNET  [LRB]
  600.       R 192.012.072.rrr   ULCC          UK.AC.ULCC                [RHC3]
  601.       R 192.012.073.rrr   BTRL          UK.CO.BT-RESEARCH-LABS    [RHC3]
  602.       R*192.012.074.rrr   APPLE-ETHER   APPLE COMPUTER ETHER   [128,RXJ]
  603.       R*192.012.075.rrr   PASC-RING     IBM PASC TOKEN RING        [GXL]
  604.       R*192.012.076.rrr   UQ-NET        UNIV. OF QLD NETWORK   [128,AXH]
  605.       C*192.012.077.rrr   PRIME         PRIME COMPUTER, INC.       [FXS]
  606.       C*192.012.078.rrr   GENNET        GENENTECH NET          [128,SXM]
  607.       C*192.012.079.rrr   SLI           SOFTWARE LEVERAGE INC.     [MXG]
  608.       R 192.012.080.rrr   CAEN          UMICH-CAEN                 [HWB]
  609.       R 192.012.081.rrr   YALE-RING-NET YALE RESEARCH RING        [RC77]
  610.       C 192.012.082.rrr   CU-CC-NET     Columbia CC Net       [128,BC14]
  611.       G*192.012.083.rrr   UCDLA-EXNET   UCDLA EXPERIMENTAL NET     [CXL]
  612.       G*192.012.084.rrr   UCDLA-PCNET   UCDLA PERSONAL NET         [CXL]
  613.       G*192.012.085.rrr   UCDLA-OPNET   UCDLA OPTICAL DISK         [CXL]
  614.       G*192.012.086.rrr   UCDLA-RADNET  UCDLA PACKET RADIO         [CXL]
  615.       G*192.012.087.rrr   UCDLA-CSLNET  UCDLA STATE LIBRARY        [CXL]
  616.       R*192.012.088.rrr   RUTGERS-NWK   RUTGERS, NEWARK            [DXB]
  617.       R 192.012.089.rrr   SBCS-CSDEPT-1 SB Computer Science        [JXS]
  618.       R 192.012.090.rrr   SBCS-CSDEPT-2 SB Computer Science        [JXS]
  619.       R*192.012.091.rrr   RPICSNET0     RPICS-LOCALNET-0           [MS9]
  620.       R*192.012.092.rrr   RPICSNET1     RPICS-LOCALNET-1           [MS9]
  621.       R*192.012.093.rrr   RPICSNET2     RPICS-LOCALNET-2           [MS9]
  622.       R*192.012.094.rrr   RPICSNET3     RPICS-LOCALNET-3           [MS9]
  623.       R*192.012.095.rrr   RPICSNET4     RPICS-LOCALNET-4           [MS9]
  624.       R*192.012.096.rrr   RPICSNET5     RPICS-LOCALNET-5           [MS9]
  625.       R*192.012.097.rrr   RPICSNET6     RPICS-LOCALNET-6           [MS9]
  626.       R*192.012.098.rrr   RPICSNET7     RPICS-LOCALNET-7           [MS9]
  627.       R*192.012.099.rrr   RPICSNET8     RPICS-LOCALNET-8           [MS9]
  628.       R*192.012.100.rrr   RPICSNET9     RPICS-LOCALNET-9           [MS9]
  629.       R*192.012.101.rrr   OSU-CGRG      OSU Computer Graphics  [128,KXS]
  630.       G 192.012.102.rrr   AMES-NAS-HY   AMES NAS HY NET           [MF31]
  631.       R*192.012.103 rrr-192.012.118.rrr Colorado State Univ Nets  [RXB1]
  632.       G 192.012.119.rrr   ICST          ICST Network          [128,JCN2]
  633.  
  634.  
  635. Reynolds & Postel                                              [Page 11]
  636.  
  637.  
  638.  
  639. Assigned Numbers                                                 RFC 960
  640. Network Numbers
  641.  
  642.  
  643.       D 192.012.120.rrr   MITRE-B-NET   MITRE BEDFORD ETHER        [BSW]
  644.       R*192.012.121.rrr   FSUCS         FSU COMPUTER SCIENCE 1     [TXB]
  645.       R*192.012.122.rrr   FSUCS2        FSU COMPUTER SCIENCE 2     [TXB]
  646.       G 192.012.123.rrr   AMES-CCF-NET  AMES CCF NETWORK      [128,MSM1]
  647.       D 192.012.124.rrr   ETL-LAN       ETL LOCAL AREA NET     [128,WWS]
  648.       D 192.012.125.rrr   CRDC-NET1     CRDC-NET1              [128,JXY]
  649.       D 192.012.126.rrr   CRDC-NET2     CRDC-NET2              [128,JXY]
  650.       R 192.012.127.rrr   LL-MI-NET     LL-Machine Intell.     [128,GAA]
  651.       R 192.012.128.rrr   AITAC-ADMIN   SRI-AITAC ADMIN NET    [128,DVC]
  652.       C*192.012.129.rrr   SYM-CAN       Symbolics/Canada           [MXH]
  653.       R 192.012.130.rrr   SDC-SM        SDC Santa Monica           [CAS]
  654.       R 192.012.131.rrr   SAC-ADMIN     SRI-SAC ADMIN NET     [128,KMC3]
  655.       R 192.012.132.rrr   LLL-MON       LLL Open Labnet-1    [128,BANDY]
  656.       R 192.012.133.rrr   LLL-TUES      LLL Open Labnet-2    [128,BANDY]
  657.       R 192.012.134.rrr   LLL-WED       LLL Open Labnet-3    [128,BANDY]
  658.       R 192.012.135.rrr   LLL-THU       LLL Open Labnet-4    [128,BANDY]
  659.       R 192.012.136.rrr   LLL-FRI       LLL Open Labnet-5    [128,BANDY]
  660.       R 192.012.137.rrr   LLL-SAT       LLL Open Labnet-6    [128,BANDY]
  661.       R 192.012.138.rrr   LLL-SUN       LLL Open Labnet-7    [128,BANDY]
  662.       D 192.012.139.rrr   JTELS-BEN-GW  JUMPS Teleprocessing      [RR26]
  663.       R*192.012.140.rrr   INFERENCE     INFERENCE                  [DXT]
  664.       R 192.012.141.rrr   CSS-ETHER     CSS Workstation Net 2     [RA11]
  665.       C*192.012.142.rrr   SENTRY        Sentry Adv. Prod. Net      [LXL]
  666.       C*192.012.143.rrr   VHSIC-NET     Sentry VHSIC Test          [LXL]
  667.       R*192.012.144.rrr   ECRCNET       ECRC Internet          [128,PXD]
  668.       C*192.012.145 rrr-192.012.154.rrr RCA-CADNET             [128,RXG]
  669.       C*192.012.155 rrr-192.012.170.rrr MTCS-CUST                  [SXF]
  670.       D 192.012.171.rrr   PICANET2      Picatinny Arsenal 2       [RFD1]
  671.       R 192.012.172.rrr   ROCKWELLENET  ROCKWELL ETHERNET           [NG]
  672.       D 192.012.173.rrr   JTELS-BEN1-GW JUMPS Teleprocessing      [RR26]
  673.       R*192.012.174 rrr-192.012.183.rrr TORONTO                [128,BXD]
  674.         192.012.184 rrr-192.012.255.rrr Unassigned                 [JBP]
  675.       D 192.013.000.rrr-192.014.255.rrr DODIIS Subnetworks         [AY5]
  676.       C*192.015.000.rrr-192.015.255.rrr NBINET                     [WW2]
  677.       G 192.016.000.rrr-192.016.049.rrr LANLLAN               [128,JC11]
  678.         192.016.050.rrr-192.016.255.rrr Unassigned                 [JBP]
  679.       R*192.017.000.rrr-192.017.255.rrr NIBELUNG                   [MXA]
  680.       C*192.018.000.rrr-192.018.255.rrr SUN Microsystems, Inc.     [BN4]
  681.       C*192.019.000.rrr-192.019.255.rrr SYSNET-2                   [EXY]
  682.       C*192.020.000.rrr-192.020.255.rrr ATT-MD-NET            [128,MH12]
  683.         192.021.000.rrr-223.255.254.rrr Unassigned                 [JBP]
  684.         223.255.255.rrr                 Reserved                   [JBP]
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693. Reynolds & Postel                                              [Page 12]
  694.  
  695.  
  696.  
  697. Assigned Numbers                                                 RFC 960
  698. Network Numbers
  699.  
  700.  
  701.    Other Reserved Internet Addresses
  702.  
  703.       * Internet Address  Name          Network               References
  704.       - ----------------  ----          -------               ----------
  705.         224.000.000.000-255.255.255.255 Reserved                   [JBP]
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  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. Reynolds & Postel                                              [Page 13]
  752.  
  753.  
  754.  
  755. Assigned Numbers                                                 RFC 960
  756. Network Numbers
  757.  
  758.  
  759.    Network Totals
  760.  
  761.       Assigned for the ARPA-Internet and the DDN-Internet
  762.  
  763.          Class         A         B         C     Total
  764.  
  765.          Research      7        63       911       981
  766.  
  767.          Defense       8        15       536       559
  768.  
  769.          Government    0         2        59        61
  770.  
  771.          Commercial    2         1         4         7
  772.  
  773.          Total        17        81      1510      1608
  774.  
  775.       Allocated for Internet and Independent Uses
  776.  
  777.          Class         A         B         C     Total
  778.  
  779.          Research      7        68      1764      1838
  780.  
  781.          Defense       8        15       536       559
  782.  
  783.          Government    1         3        64        68
  784.  
  785.          Commercial    2         5      2357      2364
  786.  
  787.          Total        18        91      4721      4829
  788.  
  789.       Maximum Allowed
  790.  
  791.          Class         A         B         C     Total
  792.  
  793.          Research      8      1024     65536     66568
  794.  
  795.          Defense      24      3072    458752    461848
  796.  
  797.          Government   24      3072    458752    461848
  798.  
  799.          Commercial   74      9214   1114137   1123394
  800.  
  801.          Total       126     16382   2097150   2113658
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809. Reynolds & Postel                                              [Page 14]
  810.  
  811.  
  812.  
  813. Assigned Numbers                                                 RFC 960
  814. Version Numbers
  815.  
  816.  
  817.                         ASSIGNED VERSION NUMBERS
  818.  
  819.    In the Internet Protocol (IP) [39,92] there is a field to identify
  820.    the version of the internetwork general protocol.  This field is 4
  821.    bits in size.
  822.  
  823.    Assigned Internet Version Numbers
  824.  
  825.       Decimal   Keyword    Version                            References
  826.       -------   -------    -------                            ----------
  827.           0                Reserved                                [JBP]
  828.         1-3                Unassigned                              [JBP]
  829.           4       IP       Internet Protocol                 [37,85,JBP]
  830.           5       ST       ST Datagram Mode                     [40,JWF]
  831.        6-14                Unassigned                              [JBP]
  832.          15                Reserved                                [JBP]
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867. Reynolds & Postel                                              [Page 15]
  868.  
  869.  
  870.  
  871. Assigned Numbers                                                 RFC 960
  872. Protocol Numbers
  873.  
  874.  
  875.                        ASSIGNED PROTOCOL NUMBERS
  876.  
  877.    In the Internet Protocol (IP) [39,92] there is a field, called
  878.    Protocol, to identify the the next level protocol.  This is an 8 bit
  879.    field.
  880.  
  881.    Assigned Internet Protocol Numbers
  882.  
  883.       Decimal    Keyword     Protocol                         References
  884.       -------    -------     --------                         ----------
  885.            0                 Reserved                              [JBP]
  886.            1     ICMP        Internet Control Message           [84,JBP]
  887.            2                 Unassigned                            [JBP]
  888.            3     GGP         Gateway-to-Gateway                  [51,MB]
  889.            4                 Unassigned                            [JBP]
  890.            5     ST          Stream                             [43,JWF]
  891.            6     TCP         Transmission Control            [39,93,JBP]
  892.            7     UCL         UCL                                    [PK]
  893.            8     EGP         Exterior Gateway Protocol        [108,DLM1]
  894.            9     IGP         any private interior gateway          [JBP]
  895.           10     BBN-RCC-MON BBN RCC Monitoring                    [SGC]
  896.           11     NVP-II      Network Voice Protocol             [21,SC3]
  897.           12     PUP         PUP                                [15,HGM]
  898.           13     ARGUS       ARGUS                                [RWS4]
  899.           14     EMCON       EMCON                                 [BN7]
  900.           15     XNET        Cross Net Debugger                [49,JFH2]
  901.           16     CHAOS       Chaos                                 [NC3]
  902.           17     UDP         User Datagram                   [39,91,JBP]
  903.           18     MUX         Multiplexing                       [22,JBP]
  904.           19     DCN-MEAS    DCN Measurement Subsystems           [DLM1]
  905.           20     HMP         Host Monitoring                     [6,RH6]
  906.           21     PRM         Packet Radio Measurement              [ZSU]
  907.           22     XNS-IDP     XEROX NS IDP                      [129,LLG]
  908.           23     TRUNK-1     Trunk-1                               [SA2]
  909.           24     TRUNK-2     Trunk-2                               [SA2]
  910.           25     LEAF-1      Leaf-1                                [SA2]
  911.           26     LEAF-2      Leaf-2                                [SA2]
  912.           27     RDP         Reliable Data Protocol            [125,RH6]
  913.           28     IRTP        Internet Reliable Transaction      [68,TXM]
  914.           29     ISO-TP4     ISO Transport Protocol Class 4     [57,RC7]
  915.        30-60                 Unassigned                            [JBP]
  916.           61                 any host internal protocol            [JBP]
  917.           62     CFTP        CFTP                              [44,HCF2]
  918.           63                 any local network                     [JBP]
  919.           64     SAT-EXPAK   SATNET and Backroom EXPAK             [SHB]
  920.           65     MIT-SUBNET  MIT Subnet Support                    [NC3]
  921.           66     RVD         MIT Remote Virtual Disk Protocol      [MBG]
  922.           67     IPPC        Internet Pluribus Packet Core         [SHB]
  923.  
  924.  
  925. Reynolds & Postel                                              [Page 16]
  926.  
  927.  
  928.  
  929. Assigned Numbers                                                 RFC 960
  930. Protocol Numbers
  931.  
  932.  
  933.           68                 any distributed file system           [JBP]
  934.           69     SAT-MON     SATNET Monitoring                     [SHB]
  935.           70                 Unassigned                            [JBP]
  936.           71     IPCV        Internet Packet Core Utility          [SHB]
  937.        72-75                 Unassigned                            [JBP]
  938.           76     BR-SAT-MON  Backroom SATNET Monitoring            [SHB]
  939.           77                 Unassigned                            [JBP]
  940.           78     WB-MON      WIDEBAND Monitoring                   [SHB]
  941.           79     WB-EXPAK    WIDEBAND EXPAK                        [SHB]
  942.       80-254                 Unassigned                            [JBP]
  943.          255                 Reserved                              [JBP]
  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. Reynolds & Postel                                              [Page 17]
  984.  
  985.  
  986.  
  987. Assigned Numbers                                                 RFC 960
  988. Port Numbers
  989.  
  990.  
  991.                          ASSIGNED PORT NUMBERS
  992.  
  993.    Ports are used in the TCP [39,93] to name the ends of logical
  994.    connections which carry long term conversations.  For the purpose of
  995.    providing services to unknown callers, a service contact port is
  996.    defined.  This list specifies the port used by the server process as
  997.    its contact port.  The contact port is sometimes called the
  998.    "well-known port".
  999.  
  1000.    To the extent possible, these same port assignments are used with the
  1001.    UDP [39,91].
  1002.  
  1003.    To the extent possible, these same port assignments are used with the
  1004.    ISO-TP4 [57].
  1005.  
  1006.    The assigned ports use a small portion of the possible port numbers.
  1007.    The assigned ports have all except the low order eight bits cleared
  1008.    to zero.  The low order eight bits are specified here.
  1009.  
  1010.    Port Assignments:
  1011.  
  1012.       Decimal   Keyword   Description                         References
  1013.       -------   -------   -----------                         ----------
  1014.       0                   Reserved                                 [JBP]
  1015.       1-4                 Unassigned                               [JBP]
  1016.       5        RJE        Remote Job Entry                   [17,40,JBP]
  1017.       7        ECHO       Echo                                  [82,JBP]
  1018.       9        DISCARD    Discard                               [80,JBP]
  1019.       11       USERS      Active Users                          [76,JBP]
  1020.       13       DAYTIME    Daytime                               [79,JBP]
  1021.       15       NETSTAT    Who is up or NETSTAT                     [JBP]
  1022.       17       QUOTE      Quote of the Day                      [87,JBP]
  1023.       19       CHARGEN    Character Generator                   [78,JBP]
  1024.       20       FTP-DATA   File Transfer [Default Data]       [39,83,JBP]
  1025.       21       FTP        File Transfer [Control]            [39,83,JBP]
  1026.       23       TELNET     Telnet                                [99,JBP]
  1027.       25       SMTP       Simple Mail Transfer               [39,89,JBP]
  1028.       27       NSW-FE     NSW User System FE                    [23,RHT]
  1029.       29       MSG-ICP    MSG ICP                               [74,RHT]
  1030.       31       MSG-AUTH   MSG Authentication                    [74,RHT]
  1031.       33       DSP        Display Support Protocol                 [MLC]
  1032.       35                  any private printer server               [JBP]
  1033.       37       TIME       Time                                  [95,JBP]
  1034.       39       RLP        Resource Location Protocol              [1,MA]
  1035.       41       GRAPHICS   Graphics                          [40,115,JBP]
  1036.       42       NAMESERVER Host Name Server                   [39,86,JBP]
  1037.       43       NICNAME    Who Is                            [39,48,JAKE]
  1038.       44       MPM-FLAGS  MPM FLAGS Protocol                       [JBP]
  1039.  
  1040.  
  1041. Reynolds & Postel                                              [Page 18]
  1042.  
  1043.  
  1044.  
  1045. Assigned Numbers                                                 RFC 960
  1046. Port Numbers
  1047.  
  1048.  
  1049.       45       MPM        Message Processing Module [recv]      [85,JBP]
  1050.       46       MPM-SND    MPM [default send]                    [91,JBP]
  1051.       47       NI-FTP     NI FTP                                [122,SK]
  1052.       49       LOGIN      Login Host Protocol                     [PHD1]
  1053.       51       LA-MAINT   IMP Logical Address Maintenance       [66,AGM]
  1054.       53       DOMAIN     Domain Name Server                 [81,71,PM1]
  1055.       55       ISI-GL     ISI Graphics Language                 [14,RB6]
  1056.       57                  any private terminal access              [JBP]
  1057.       59                  any private file service                 [JBP]
  1058.       61       NI-MAIL    NI MAIL                                [12,SK]
  1059.       63       VIA-FTP    VIA Systems - FTP                        [DXD]
  1060.       65       TACACS-DS  TACACS-Database Service               [11,RHT]
  1061.       67       BOOTPS     Bootstrap Protocol Server            [35,WJC2]
  1062.       68       BOOTPC     Bootstrap Protocol Client            [35,WJC2]
  1063.       69       TFTP       Trivial File Transfer            [39,102,DDC1]
  1064.       71       NETRJS-1   Remote Job Service                 [16,40,RTB]
  1065.       72       NETRJS-2   Remote Job Service                 [16,40,RTB]
  1066.       73       NETRJS-3   Remote Job Service                 [16,40,RTB]
  1067.       74       NETRJS-4   Remote Job Service                 [16,40,RTB]
  1068.       75                  any private dial out service             [JBP]
  1069.       77                  any private RJE service                  [JBP]
  1070.       79       FINGER     Finger                             [40,46,KLH]
  1071.       81       HOSTS2-NS  HOSTS2 Name Server                      [EAK1]
  1072.       83       MIT-ML-DEV MIT ML Device                            [DPR]
  1073.       85       MIT-ML-DEV MIT ML Device                            [DPR]
  1074.       87                  any private terminal link                [JBP]
  1075.       89       SU-MIT-TG  SU/MIT Telnet Gateway                    [MRC]
  1076.       91       MIT-DOV    MIT Dover Spooler                        [EBM]
  1077.       93       DCP        Device Control Protocol                 [DT15]
  1078.       95       SUPDUP     SUPDUP                                [26,MRC]
  1079.       97       SWIFT-RVF  Swift Remote Vitural File Protocol       [MXR]
  1080.       98       TACNEWS    TAC News                                [FRAN]
  1081.       99       METAGRAM   Metagram Relay                          [GEOF]
  1082.       101      HOSTNAME   NIC Host Name Server              [39,47,JAKE]
  1083.       103                 Unassigned                               [JBP]
  1084.       105      CSNET-NS   Mailbox Name Nameserver             [113,MHS1]
  1085.       107      RTELNET    Remote Telnet Service                 [88,JBP]
  1086.       109      POP-2      Post Office Protocol - Version 2     [19,JKR1]
  1087.       111      SUNRPC     SUN Remote Procedure Call                [DXG]
  1088.       113      AUTH       Authentication Service              [116,MCSJ]
  1089.       115      SFTP       Simple File Transfer Protocol        [60,MKL1]
  1090.       117      UUCP-PATH  UUCP Path Service                     [38,MAE]
  1091.       119      UNTP       USENET News Transfer Protocol         [61,PL4]
  1092.       121      ERPC       HYDRA Expedited Remote Procedure Call[118,JXO]
  1093.       123      NTP        Network Time Protocol                [70,DLM1]
  1094.       125      LOCUS-MAP  Locus PC-Interface Net Map Server    [124,BXG]
  1095.       127      LOCUS-CON  Locus PC-Interface Conn Server       [124,BXG]
  1096.       129                 Unassigned                               [JBP]
  1097.  
  1098.  
  1099. Reynolds & Postel                                              [Page 19]
  1100.  
  1101.  
  1102.  
  1103. Assigned Numbers                                                 RFC 960
  1104. Port Numbers
  1105.  
  1106.  
  1107.       131                 Unassigned                               [JBP]
  1108.       133-223             Reserved                                 [JBP]
  1109.       224-241             Unassigned                               [JBP]
  1110.       243      SUR-MEAS   Survey Measurement                     [13,AV]
  1111.       245      LINK       LINK                                 [18,RDB2]
  1112.       247-255             Unassigned                               [JBP]
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  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. Reynolds & Postel                                              [Page 20]
  1158.  
  1159.  
  1160.  
  1161. Assigned Numbers                                                 RFC 960
  1162. Autonomous System Numbers
  1163.  
  1164.  
  1165.                    ASSIGNED AUTONOMOUS SYSTEM NUMBERS
  1166.  
  1167.    The Exterior Gateway Protocol (EGP) [108,105] specifies that groups
  1168.    of gateways may form autonomous systems.  The EGP provides a 16-bit
  1169.    field for identifying such systems.  The values of this field are
  1170.    registered here.
  1171.  
  1172.    Autonomous System Numbers:
  1173.  
  1174.       Decimal   Name                                          References
  1175.       -------   ----                                          ----------
  1176.             0   Reserved                                           [JBP]
  1177.             1   The BBN Core Gateways                               [MB]
  1178.             2   DCN-AS                                            [DLM1]
  1179.             3   The MIT Gateways                                   [LM8]
  1180.             4   ISI-AS                                            [JKR1]
  1181.             5   Symbolics                                          [CH2]
  1182.             6   HIS-Multics                                  [BIM,JLM23]
  1183.             7   UK-MOD                                            [RNM1]
  1184.             8   RICE-AS                                            [PGM]
  1185.             9   CMU-ROUTER                                          [MA]
  1186.             10  CSNET-PDN-AS                                      [RDR4]
  1187.             11  HARVARD                                           [SB28]
  1188.             12  NYU-DOMAIN                                         [EF5]
  1189.             13  BRL-AS                                            [RBN1]
  1190.             14  COLUMBIA-GW                                       [BC14]
  1191.             15  NET DYNAMICS EXP                                   [ZSU]
  1192.             16  LBL                                                 [WG]
  1193.             17  PURDUE-CS                                         [KCS1]
  1194.             18  UTEXAS                                            [JSQ1]
  1195.             19  CSS-DOMAIN                                         [RR2]
  1196.             20  UR                                                [LB16]
  1197.             21  RAND                                               [JDG]
  1198.             22  NOSC                                              [RLB3]
  1199.             23  RIACS-AS                                          [DG28]
  1200.             24  AMES-NAS-GW                                       [MF31]
  1201.             25  UCB                                               [MK17]
  1202.             26  CORNELL                                            [BN9]
  1203.             27  UMDNET                                            [JWO1]
  1204.             28  DFVLR-SYS                                         [HDC1]
  1205.             29  YALE-AS                                           [JG46]
  1206.             30  SRI-AICNET                                         [PM4]
  1207.             31  CIT-CS                                            [AD22]
  1208.             32  STANFORD                                           [PA5]
  1209.             33  DEC-WRL-AS                                        [RKJ2]
  1210.             34  UDEL-EECIS                                         [NMM]
  1211.             35  MICATON                                            [WDL]
  1212.             36  EGP-TESTOR                                        [BP17]
  1213.  
  1214.  
  1215. Reynolds & Postel                                              [Page 21]
  1216.  
  1217.  
  1218.  
  1219. Assigned Numbers                                                 RFC 960
  1220. Autonomous System Numbers
  1221.  
  1222.  
  1223.             37  NSWC                                              [MXP1]
  1224.             38  UIUC                                               [AKC]
  1225.             39  NRL-ITD                                             [AP]
  1226.             40  MIT-TEST                                           [NC3]
  1227.             41  AMES                                              [MSM1]
  1228.             42  THINK-AS                                          [BJN1]
  1229.             43  BNL-AS                                              [GC]
  1230.             44  S1-DOMAIN                                          [LWR]
  1231.             45  LLL-TIS-AS                                        [GP10]
  1232.             46  RUTGERS                                            [RM8]
  1233.             47  USC-OBERON                                        [DRS4]
  1234.             48  NRL-AS                                             [WF3]
  1235.             49  ICST-AS                                           [JCN2]
  1236.             50  ORNL-MSRNET                                        [THD]
  1237.             51  USAREUR-EM-AS                                      [WXD]
  1238.             52  UCLA                                               [BXL]
  1239.       53-65534  Unassigned                                         [JBP]
  1240.         65535   Reserved                                           [JBP]
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273. Reynolds & Postel                                              [Page 22]
  1274.  
  1275.  
  1276.  
  1277. Assigned Numbers                                                 RFC 960
  1278. Domain System Parameters
  1279.  
  1280.  
  1281.                         DOMAIN SYSTEM PARAMETERS
  1282.  
  1283.    The Internet Domain Naming System (DOMAIN) includes several
  1284.    parameters.  These are documented in RFC 883 [72].  The CLASS
  1285.    parameter is listed here.  The per CLASS parameters are defined in
  1286.    separate RFCs as indicated.
  1287.  
  1288.    Domain System Parameters:
  1289.  
  1290.       Decimal   Name                                          References
  1291.       -------   ----                                          ----------
  1292.             0   Reserved                                           [PM1]
  1293.             1   Internet                                        [72,PM1]
  1294.             2   Unassigned                                         [PM1]
  1295.             3   Chaos                                              [PM1]
  1296.       4-65534   Unassigned                                         [PM1]
  1297.         65535   Reserved                                           [PM1]
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331. Reynolds & Postel                                              [Page 23]
  1332.  
  1333.  
  1334.  
  1335. Assigned Numbers                                                 RFC 960
  1336. ARPANET Logical Addresses
  1337.  
  1338.  
  1339.                    ASSIGNED ARPANET LOGICAL ADDRESSES
  1340.  
  1341.    The ARPANET facility for "logical addressing" is described in
  1342.    RFC 878 [65].  A portion of the possible logical addresses are
  1343.    reserved for standard uses.
  1344.  
  1345.    There are 49,152 possible logical host addresses.  Of these, 256 are
  1346.    reserved for assignment to well-known functions.  Assignments for
  1347.    well-known functions are made by Joyce Reynolds.  Assignments for
  1348.    other logical host addresses are made by the NIC.
  1349.  
  1350.    Logical Address Assignments:
  1351.  
  1352.       Decimal    Description                                  References
  1353.       -------    -----------                                  ----------
  1354.       0          Reserved                                          [JBP]
  1355.       1          The BBN Core Gateways                              [MB]
  1356.       2-255      Unassigned                                        [JBP]
  1357.       256        Reserved                                          [JBP]
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389. Reynolds & Postel                                              [Page 24]
  1390.  
  1391.  
  1392.  
  1393. Assigned Numbers                                                 RFC 960
  1394. ARPANET Link Numbers
  1395.  
  1396.  
  1397.                      ASSIGNED ARPANET LINK NUMBERS
  1398.  
  1399.    The word "link" here refers to a field in the original ARPANET
  1400.    Host/IMP interface leader.  The link was originally defined as an
  1401.    8-bit field.  Later specifications defined this field as the
  1402.    "message-id" with a length of 12 bits.  The name link now refers to
  1403.    the high order 8 bits of this 12-bit message-id field.  The Host/IMP
  1404.    interface is defined in BBN Report 1822 [10].
  1405.  
  1406.    The low-order 4 bits of the message-id field are called the sub-link.
  1407.    Unless explicitly specified otherwise for a particular protocol,
  1408.    there is no sender to receiver significance to the sub-link.  The
  1409.    sender may use the sub-link in any way he chooses (it is returned in
  1410.    the RFNM by the destination IMP), the receiver should ignore the
  1411.    sub-link.
  1412.  
  1413.    Link Assignments:
  1414.  
  1415.       Decimal   Description                                   References
  1416.       -------   -----------                                   ----------
  1417.       0         Reserved                                           [JBP]
  1418.       1-149     Unassigned                                         [JBP]
  1419.       150       Xerox NS IDP                                   [129,LLG]
  1420.       151       Unassigned                                         [JBP]
  1421.       152       PARC Universal Protocol                         [15,HGM]
  1422.       153       TIP Status Reporting                               [JGH]
  1423.       154       TIP Accounting                                     [JGH]
  1424.       155       Internet Protocol [regular]                  [39,92,JBP]
  1425.       156-158   Internet Protocol [experimental]             [39,92,JBP]
  1426.       159       Figleaf Link                                      [JBW1]
  1427.       160-194   Unassigned                                         [JBP]
  1428.       195       ISO-IP                                          [58,RXM]
  1429.       196-247   Experimental Protocols                             [JBP]
  1430.       248-255   Network Maintenance                                [JGH]
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447. Reynolds & Postel                                              [Page 25]
  1448.  
  1449.  
  1450.  
  1451. Assigned Numbers                                                 RFC 960
  1452. IEEE 802 SAP Numbers
  1453.  
  1454.  
  1455.                     IEEE 802 SAP NUMBERS OF INTEREST
  1456.  
  1457.    Some of the networks of all classes are IEEE 802 Networks.  These
  1458.    systems may use a Service Access Point field in much the same way the
  1459.    ARPANET uses the "link" field.  For further information and SAP
  1460.    number assignments, please contact: Mr. Maris Graube, Chairman, IEEE
  1461.    802, Route 1, 244 H, Forest Grove, Oregon, 97116.
  1462.  
  1463.    Assignments:
  1464.  
  1465.       Service Access Point               Description          References
  1466.       --------------------               -----------          ----------
  1467.       decimal  binary
  1468.         127   01111111                   ISO DIS 8473              [JXJ]
  1469.          96   01100000                   DOD IP              [39,91,JBP]
  1470.  
  1471.    The IEEE 802.3 header does not have a type field to indicate what
  1472.    protocol is used at the next level.  As a work around for this
  1473.    problem, one can put the Ethernet type field value in the IEEE 802.3
  1474.    header's length field and use the following test to determine the
  1475.    appropriate processing on receipt.
  1476.  
  1477.    If the value in the length field of the IEEE 802.3 header is greater
  1478.    than the Ethernet maximum packet length, then interpret the value as
  1479.    an Ethernet type field.  Otherwise, interpret the packet as an IEEE
  1480.    802.3 packet.
  1481.  
  1482.    The proposed standard for transmission of IP datagrams over IEEE
  1483.    802.3 networks is specified in RFC 948 [127].
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505. Reynolds & Postel                                              [Page 26]
  1506.  
  1507.  
  1508.  
  1509. Assigned Numbers                                                 RFC 960
  1510. Ethernet Numbers
  1511.  
  1512.  
  1513.                       ETHERNET NUMBERS OF INTEREST
  1514.  
  1515.    Many of the networks of all classes are Ethernets (10Mb) or
  1516.    Experimental Ethernets (3Mb).  These systems use a message "type"
  1517.    field in much the same way the ARPANET uses the "link" field.
  1518.  
  1519.    If you need an Ethernet number, contact the XEROX Corporation, Office
  1520.    Products Division, Network Systems Administration Office, 333 Coyote
  1521.    Hill Road, Palo Alto, California, 94304.
  1522.  
  1523.    Assignments:
  1524.  
  1525.       Ethernet          Exp. Ethernet    Description          References
  1526.       -------------     -------------   -----------           ----------
  1527.       decimal  Hex      decimal  octal
  1528.          512   0200        512   1000   XEROX PUP                [1,HGM]
  1529.          513   0201        -      -     PUP Addr. Trans.           [HGM]
  1530.         1536   0600       1536   3000   XEROX NS IDP           [128,HGM]
  1531.         2048   0800        513   1001   DOD IP               [39,91,JBP]
  1532.         2049   0801        -      -     X.75 Internet              [HGM]
  1533.         2050   0802        -      -     NBS Internet               [HGM]
  1534.         2051   0803        -      -     ECMA Internet              [HGM]
  1535.         2052   0804        -      -     Chaosnet                   [HGM]
  1536.         2053   0805        -      -     X.25 Level 3               [HGM]
  1537.         2054   0806        -      -     ARP                     [74,JBP]
  1538.         2055   0807        -      -     XNS Compatability          [HGM]
  1539.         2076   081C        -      -     Symbolics Private         [DCP1]
  1540.        32771   8003        -      -     Cronus VLN            [116,DT15]
  1541.        32772   8004        -      -     Cronus Direct         [116,DT15]
  1542.        32774   8006        -      -     Nestar                     [HGM]
  1543.        32784   8010        -      -     Excelan                    [HGM]
  1544.        32821   8035        -      -     Reverse ARP             [42,JCM]
  1545.        36864   9000        -      -     Loopback                   [HGM]
  1546.  
  1547.    The standard for transmission of IP datagrams over Ethernets and
  1548.    Experimental Ethernets is specified in RFC 894 [54] and RFC 895 [76]
  1549.    respectively.
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563. Reynolds & Postel                                              [Page 27]
  1564.  
  1565.  
  1566.  
  1567. Assigned Numbers                                                 RFC 960
  1568. Address Resolution Protocol
  1569.  
  1570.  
  1571.             ASSIGNED ADDRESS RESOLUTION PROTOCOL PARAMETERS
  1572.  
  1573.    The Address Resolution Protocol (ARP) specified in RFC 826 [75] has
  1574.    several parameters.  The assigned values for these parameters are
  1575.    listed here.
  1576.  
  1577.    Assignments:
  1578.  
  1579.       Operation Code (op)
  1580.  
  1581.          1   REQUEST
  1582.          2   REPLY
  1583.  
  1584.       Hardware Type (hrd)
  1585.  
  1586.          Type   Description                                   References
  1587.          ----   -----------                                   ----------
  1588.            1    Ethernet (10Mb)                                    [JBP]
  1589.            2    Experimental Ethernet (3Mb)                        [JBP]
  1590.            3    Amateur Radio AX.25                                [PXK]
  1591.            4    Proton ProNET Token Ring                           [JBP]
  1592.            5    Chaos                                              [GXP]
  1593.  
  1594.       Protocol Type (pro)
  1595.  
  1596.          Use the same codes as listed in the section called "Ethernet
  1597.          Numbers of Interest" (all hardware types use this code set for
  1598.          the protocol type).
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621. Reynolds & Postel                                              [Page 28]
  1622.  
  1623.  
  1624.  
  1625. Assigned Numbers                                                 RFC 960
  1626. Public Data Network Numbers
  1627.  
  1628.  
  1629.                   ASSIGNED PUBLIC DATA NETWORK NUMBERS
  1630.  
  1631.    One of the Internet Class A Networks is the international system of
  1632.    Public Data Networks.  This section lists the mapping between the
  1633.    Internet Addresses and the Public Data Network Addresses (X.121).
  1634.  
  1635.    Assignments:
  1636.  
  1637.       Internet           Public Data Net    Description       References
  1638.       ---------------   -----------------   -----------       ----------
  1639.       014.000.000.000                       Reserved               [JBP]
  1640.       014.000.000.001   3110-317-00035 00   PURDUE-TN              [CAK]
  1641.       014.000.000.002   3110-608-00027 00   UWISC-TN               [CAK]
  1642.       014.000.000.003   3110-302-00024 00   UDEL-TN                [CAK]
  1643.       014.000.000.004   2342-192-00149 23   UCL-VTEST               [PK]
  1644.       014.000.000.005   2342-192-00300 23   UCL-TG                  [PK]
  1645.       014.000.000.006   2342-192-00300 25   UK-SATNET               [PK]
  1646.       014.000.000.007   3110-608-00024 00   UWISC-IBM             [MHS1]
  1647.       014.000.000.008   3110-213-00045 00   RAND-TN                [MO2]
  1648.       014.000.000.009   2342-192-00300 23   UCL-CS                  [PK]
  1649.       014.000.000.010   3110-617-00025 00   BBN-VAN-GW            [JD21]
  1650.       014.000.000.011   2405-015-50300 00   CHALMERS               [UXB]
  1651.       014.000.000.012   3110-713-00165 00   RICE                  [PAM6]
  1652.       014.000.000.013   3110-415-00261 00   DECWRL                [PAM6]
  1653.       014.000.000.014   3110-408-00051 00   IBM-SJ                 [SA1]
  1654.       014.000.000.015   2041-117-01000 00   SHAPE                  [JFW]
  1655.       014.000.000.016   2628-153-90075 00   DFVLR4-X25            [HDC1]
  1656.       014.000.000.017   3110-213-00032 00   ISI-VAN-GW            [JD21]
  1657.       014.000.000.018   2624-522-80900 52   DFVLR5-X25            [HDC1]
  1658.       014.000.000.019   2041-170-10000 00   SHAPE-X25              [JFW]
  1659.       014.000.000.020   5052-737-20000 50   UQNET                  [AXH]
  1660.       014.000.000.021   3020-801-00057 50   DMC-CRC1              [JR17]
  1661.       014.000.000.022-014.255.255.254       Unassigned             [JBP]
  1662.       014.255.255.255                       Reserved               [JBP]
  1663.  
  1664.    The standard for transmission of IP datagrams over the Public Data
  1665.    Network is specified in RFC 877 [60].
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679. Reynolds & Postel                                              [Page 29]
  1680.  
  1681.  
  1682.  
  1683. Assigned Numbers                                                 RFC 960
  1684. Telnet Options
  1685.  
  1686.  
  1687.                         ASSIGNED TELNET OPTIONS
  1688.  
  1689.    The Telnet Protocol has a number of options that may be negotiated.
  1690.    These options are listed here.  "Official ARPA-Internet
  1691.    Protocols" [104] provides more detailed information.
  1692.  
  1693.    Options  Name                                              References
  1694.    -------  -----------------------                           ----------
  1695.       0     Binary Transmission                                 [97,JBP]
  1696.       1     Echo                                                [98,JBP]
  1697.       2     Reconnection                                         [7,JBP]
  1698.       3     Suppress Go Ahead                                  [101,JBP]
  1699.       4     Approx Message Size Negotiation                     [40,JBP]
  1700.       5     Status                                             [100,JBP]
  1701.       6     Timing Mark                                        [102,JBP]
  1702.       7     Remote Controlled Trans and Echo                    [94,JBP]
  1703.       8     Output Line Width                                    [5,JBP]
  1704.       9     Output Page Size                                     [6,JBP]
  1705.      10     Output Carriage-Return Disposition                  [27,JBP]
  1706.      11     Output Horizontal Tab Stops                         [31,JBP]
  1707.      12     Output Horizontal Tab Disposition                   [30,JBP]
  1708.      13     Output Formfeed Disposition                         [28,JBP]
  1709.      14     Output Vertical Tabstops                            [33,JBP]
  1710.      15     Output Vertical Tab Disposition                     [32,JBP]
  1711.      16     Output Linefeed Disposition                         [29,JBP]
  1712.      17     Extended ASCII                                     [123,JBP]
  1713.      18     Logout                                              [24,MRC]
  1714.      19     Byte Macro                                          [34,JBP]
  1715.      20     Data Entry Terminal                                 [37,JBP]
  1716.      22     SUPDUP                                           [26,25,MRC]
  1717.      22     SUPDUP Output                                       [45,MRC]
  1718.      23     Send Location                                      [59,EAK1]
  1719.      24     Terminal Type                                     [114,MHS1]
  1720.      25     End of Record                                       [89,JBP]
  1721.      26     TACACS User Identification                           [3,BA4]
  1722.      27     Output Marking                                     [110,SXS]
  1723.      28     Terminal Location Number                            [73,RN6]
  1724.     255     Extended-Options-List                               [96,JBP]
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737. Reynolds & Postel                                              [Page 30]
  1738.  
  1739.  
  1740.  
  1741. Assigned Numbers                                                 RFC 960
  1742. Machine Names
  1743.  
  1744.  
  1745.                          OFFICIAL MACHINE NAMES
  1746.  
  1747.    These are the Official Machine Names as they appear in the NIC Host
  1748.    Table.  Their use is described in RFC 810 [41].
  1749.  
  1750.    ALTO
  1751.    AMDAHL-V7
  1752.    APOLLO
  1753.    ATT-3B20
  1754.    BBN-C/60
  1755.    BURROUGHS-B/29
  1756.    BURROUGHS-B/4800
  1757.    BUTTERFLY
  1758.    C/30
  1759.    C/70
  1760.    CADLINC
  1761.    CADR
  1762.    CDC-170
  1763.    CDC-170/750
  1764.    CDC-173
  1765.    CELERITY-1200
  1766.    COMTEN-3690
  1767.    CP8040
  1768.    CTIWS-117
  1769.    DANDELION
  1770.    DEC-10
  1771.    DEC-1050
  1772.    DEC-1077
  1773.    DEC-1080
  1774.    DEC-1090
  1775.    DEC-1090B
  1776.    DEC-1090T
  1777.    DEC-2020T
  1778.    DEC-2040
  1779.    DEC-2040T
  1780.    DEC-2050T
  1781.    DEC-2060
  1782.    DEC-2060T
  1783.    DEC-2065
  1784.    DEC-FALCON
  1785.    DEC-KS10
  1786.    DORADO
  1787.    DPS8/70M
  1788.    ELXSI-6400
  1789.    FOONLY-F2
  1790.    FOONLY-F3
  1791.    FOONLY-F4
  1792.    GOULD
  1793.  
  1794.  
  1795. Reynolds & Postel                                              [Page 31]
  1796.  
  1797.  
  1798.  
  1799. Assigned Numbers                                                 RFC 960
  1800. Machine Names
  1801.  
  1802.  
  1803.    GOULD-6050
  1804.    GOULD-6080
  1805.    GOULD-9050
  1806.    GOULD-9080
  1807.    H-316
  1808.    H-60/68
  1809.    H-68
  1810.    H-68/80
  1811.    H-89
  1812.    HONEYWELL-DPS-6
  1813.    HONEYWELL-DPS-8/70
  1814.    HP3000
  1815.    HP3000/64
  1816.    IBM-158
  1817.    IBM-360/67
  1818.    IBM-370/3033
  1819.    IBM-3081
  1820.    IBM-3084QX
  1821.    IBM-3101
  1822.    IBM-4331
  1823.    IBM-4341
  1824.    IBM-4361
  1825.    IBM-4381
  1826.    IBM-4956
  1827.    IBM-PC
  1828.    IBM-PC/AT
  1829.    IBM-PC/XT
  1830.    IBM-SERIES/1
  1831.    IMAGEN
  1832.    IMAGEN-8/300
  1833.    IMSAI
  1834.    INTEGRATED-SOLUTIONS
  1835.    INTEGRATED-SOLUTIONS-68K
  1836.    INTEGRATED-SOLUTIONS-CREATOR
  1837.    INTEGRATED-SOLUTIONS-CREATOR-8
  1838.    INTEL-IPSC
  1839.    IRIS
  1840.    IRIS-1400
  1841.    IS-1
  1842.    IS-68010
  1843.    LMI
  1844.    LSI-11
  1845.    LSI-11/2
  1846.    LSI-11/23
  1847.    LSI-11/73
  1848.    M-6800
  1849.    M68000
  1850.    MASSCOMP
  1851.  
  1852.  
  1853. Reynolds & Postel                                              [Page 32]
  1854.  
  1855.  
  1856.  
  1857. Assigned Numbers                                                 RFC 960
  1858. Machine Names
  1859.  
  1860.  
  1861.    MC500
  1862.    MC68000
  1863.    MICROVAX
  1864.    MICROVAX-I
  1865.    MV/8000
  1866.    NAS3-5
  1867.    NCR-COMTEN-3690
  1868.    NOW
  1869.    ONYX-Z8000
  1870.    PDP-11
  1871.    PDP-11/3
  1872.    PDP-11/23
  1873.    PDP-11/24
  1874.    PDP-11/34
  1875.    PDP-11/40
  1876.    PDP-11/44
  1877.    PDP-11/45
  1878.    PDP-11/50
  1879.    PDP-11/70
  1880.    PDP-11/73
  1881.    PE-7/32
  1882.    PE-3205
  1883.    PERQ
  1884.    PLEXUS-P/60
  1885.    PLI
  1886.    PLURIBUS
  1887.    PYRAMID-90
  1888.    PYRAMID-90MX
  1889.    PYRAMID-90X
  1890.    RIDGE
  1891.    RIDGE-32
  1892.    RIDGE-32C
  1893.    ROLM-1666
  1894.    S1-MKIIA
  1895.    SMI
  1896.    SEQUENT
  1897.    SEQUENT-BALANCE-8000
  1898.    SGI-IRIS
  1899.    SIEMENS
  1900.    SILICON-GRAPHICS
  1901.    SILICON-GRAPHICS-IRIS
  1902.    SPERRY-DCP/10
  1903.    SUN
  1904.    SUN-2
  1905.    SUN-2/50
  1906.    SUN-2/100
  1907.    SUN-2/120
  1908.    SUN-2/140
  1909.  
  1910.  
  1911. Reynolds & Postel                                              [Page 33]
  1912.  
  1913.  
  1914.  
  1915. Assigned Numbers                                                 RFC 960
  1916. Machine Names
  1917.  
  1918.  
  1919.    SUN-2/150
  1920.    SUN-2/160
  1921.    SUN-2/170
  1922.    SUN-3/160
  1923.    SUN-3/75
  1924.    SUN-50
  1925.    SUN-100
  1926.    SUN-120
  1927.    SUN-130
  1928.    SUN-150
  1929.    SUN-170
  1930.    SUN-68000
  1931.    SYMBOLICS-3600
  1932.    SYMBOLICS-3670
  1933.    TANDEM-TXP
  1934.    TEK-6130
  1935.    TI-EXPLORER
  1936.    TP-4000
  1937.    TRS-80
  1938.    UNIVAC-1100
  1939.    UNIVAC-1100/60
  1940.    UNIVAC-1100/62
  1941.    UNIVAC-1100/63
  1942.    UNIVAC-1100/64
  1943.    UNIVAC-1100/70
  1944.    UNIVAC-1160
  1945.    VAX-11/725
  1946.    VAX-11/730
  1947.    VAX-11/750
  1948.    VAX-11/780
  1949.    VAX-11/785
  1950.    VAX-11/790
  1951.    VAX-11/8600
  1952.    VAX-8600
  1953.    WANG-PC002
  1954.    WANG-VS100
  1955.    WANG-VS400
  1956.    XEROX-1100
  1957.    XEROX-1108
  1958.    XEROX-8010
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969. Reynolds & Postel                                              [Page 34]
  1970.  
  1971.  
  1972.  
  1973. Assigned Numbers                                                 RFC 960
  1974. System Names
  1975.  
  1976.  
  1977.                          OFFICIAL SYSTEM NAMES
  1978.  
  1979.    These are the Official System Names as they appear in the NIC Host
  1980.    Table.  Their use is described in RFC 810 [41].
  1981.  
  1982.    AEGIS
  1983.    APOLLO
  1984.    BS-2000
  1985.    CEDAR
  1986.    CGW
  1987.    CHRYSALIS
  1988.    CMOS
  1989.    CMS
  1990.    COS
  1991.    CPIX
  1992.    CTOS
  1993.    DCN
  1994.    DDNOS
  1995.    DOMAIN
  1996.    EDX
  1997.    ELF
  1998.    EMBOS
  1999.    EMMOS
  2000.    EPOS
  2001.    FOONEX
  2002.    FUZZ
  2003.    GCOS
  2004.    GPOS
  2005.    HDOS
  2006.    IMAGEN
  2007.    INTERCOM
  2008.    IMPRESS
  2009.    INTERLISP
  2010.    IOS
  2011.    ITS
  2012.    LISP
  2013.    LISPM
  2014.    LOCUS
  2015.    MINOS
  2016.    MOS
  2017.    MPE5
  2018.    MSDOS
  2019.    MULTICS
  2020.    MVS
  2021.    MVS/SP
  2022.    NEXUS
  2023.    NMS
  2024.    NONSTOP
  2025.  
  2026.  
  2027. Reynolds & Postel                                              [Page 35]
  2028.  
  2029.  
  2030.  
  2031. Assigned Numbers                                                 RFC 960
  2032. System Names
  2033.  
  2034.  
  2035.    NOS-2
  2036.    OS/DDP
  2037.    OS4
  2038.    OS86
  2039.    OSX
  2040.    PCDOS
  2041.    PERQ-OS
  2042.    PLI
  2043.    PSDOS/MIT
  2044.    RMX/RDOS
  2045.    ROS
  2046.    RSX11M
  2047.    SATOPS
  2048.    SCS
  2049.    SIMP
  2050.    SWIFT
  2051.    TAC
  2052.    TANDEM
  2053.    TENEX
  2054.    TOPS-10
  2055.    TOPS-20
  2056.    TP3010
  2057.    TRSDOS
  2058.    ULTRIX
  2059.    UNIX
  2060.    UT2D
  2061.    V
  2062.    VM
  2063.    VM/370
  2064.    VM/CMS
  2065.    VM/SP
  2066.    VMS
  2067.    VMS/EUNICE
  2068.    VRTX
  2069.    WAITS
  2070.    WANG
  2071.    XDE
  2072.    XENIX
  2073.  
  2074.  
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085. Reynolds & Postel                                              [Page 36]
  2086.  
  2087.  
  2088.  
  2089. Assigned Numbers                                                 RFC 960
  2090. Protocol Names
  2091.  
  2092.  
  2093.                   OFFICIAL PROTOCOL AND SERVICE NAMES
  2094.  
  2095.    These are the Official Protocol Names.  Their use is described in
  2096.    greater detail in RFC 810 [41].
  2097.  
  2098.    ARGUS               - ARGUS Protocol
  2099.    AUTH                - Authentication Service
  2100.    BBN-RCC-MON         - BBN RCC Monitoring
  2101.    BOOTPC              - Bootstrap Protocol Client
  2102.    BOOTPS              - Bootstrap Protocol Server
  2103.    BR-SAT-MON          - Backroom SATNET Monitoring
  2104.    CFTP                - CFTP
  2105.    CHAOS               - CHAOS Protocol
  2106.    CHARGEN             - Character Generator Protocol
  2107.    CLOCK               - DCNET Time Server Protocol
  2108.    CSNET-NS            - CSNET Mailbox Nameserver Protocol
  2109.    DAYTIME             - Daytime Protocol
  2110.    DCN-MEAS            - DCN Measurement Subsystems Protocol
  2111.    DCP                 - Device Control Protocol
  2112.    DISCARD             - Discard Protocol
  2113.    DOMAIN              - Domain Name Server
  2114.    ECHO                - Echo Protocol
  2115.    EGP                 - Exterior Gateway Protocol
  2116.    EMCON               - Emission Control Protocol
  2117.    FINGER              - Finger Protocol
  2118.    FTP                 - File Transfer Protocol
  2119.    GGP                 - Gateway Gateway Protocol
  2120.    GRAPHICS            - Graphics Protocol
  2121.    HMP                 - Host Monitoring Protocol
  2122.    HOST2-NS            - Host2 Name Server
  2123.    HOSTNAME            - Hostname Protocol
  2124.    ICMP                - Internet Control Message Protocol
  2125.    IGP                 - Interior Gateway Protocol
  2126.    IP                  - Internet Protocol
  2127.    IPCU                - Internet Packet Core Utility
  2128.    IPPC                - Internet Pluribus Packet Core
  2129.    IRTP                - Internet Reliable Transaction Protocol
  2130.    ISI-GL              - ISI Graphics Language Protocol
  2131.    ISO-TP4             - ISO Transport Protocol Class 4
  2132.    LA-MAINT            - IMP Logical Address Maintenance
  2133.    LEAF-1              - Leaf-1 Protocol
  2134.    LEAF-2              - Leaf-2 Protocol
  2135.    LINK                - Link Protocol
  2136.    LOGIN               - Login Host Protocol
  2137.    METAGRAM            - Metagram Relay
  2138.    MIT-ML-DEV          - MIT ML Device
  2139.    MIT-SUBNET          - MIT Subnet Support
  2140.    MIT-DOV             - MIT Dover Spooler
  2141.  
  2142.  
  2143. Reynolds & Postel                                              [Page 37]
  2144.  
  2145.  
  2146.  
  2147. Assigned Numbers                                                 RFC 960
  2148. Protocol Names
  2149.  
  2150.  
  2151.    MPM                 - Internet Message Protocol (Multimedia Mail)
  2152.    MPM-FLAGS           - MP Flags Protocol
  2153.    MSG-AUTH            - MSG Authentication Protocol
  2154.    MSG-ICP             - MSG ICP Protocol
  2155.    MUX                 - Multiplexing Protocol
  2156.    NAMESERVER          - Host Name Server
  2157.    NETED               - Network Standard Text Editor
  2158.    NETRJS              - Remote Job Service
  2159.    NI-FTP              - NI File Transfer Protocol
  2160.    NI-MAIL             - NI Mail Protocol
  2161.    NICNAME             - Who Is Protocol
  2162.    NSW-FE              - NSW User System Front End
  2163.    NTP                 - Network Time Protocol
  2164.    NVP-II              - Network Voice Protocol
  2165.    POP2                - Post Office Protocol - Version 2
  2166.    PRM                 - Packet Radio Measurement
  2167.    PUP                 - PUP Protocol
  2168.    QUOTE               - Quote of the Day Protocol
  2169.    RDP                 - Reliable Data Protocol
  2170.    RJE                 - Remote Job Entry
  2171.    RLP                 - Resource Location Protocol
  2172.    RTELNET             - Remote Telnet Service
  2173.    RVD                 - Remote Virtual Disk Protocol
  2174.    SAT-EXPAK           - Satnet and Backroom EXPAK
  2175.    SAT-MON             - SATNET Monitoring
  2176.    SFTP                - Simple File Transfer Protocol
  2177.    SMTP                - Simple Mail Transfer Protocol
  2178.    ST                  - Stream Protocol
  2179.    SU-MIT-TG           - SU/MIT Telnet Gateway Protocol
  2180.    SUNRPC              - SUN Remote Procedure Call
  2181.    SUPDUP              - SUPDUP Protocol
  2182.    SUR-MEAS            - Survey Measurement
  2183.    SWIFT-RVF           - Remote Virtual File Protocol
  2184.    TACACS-DS           - TACACS-Database Service
  2185.    TACNEWS             - TAC News
  2186.    TCP                 - Transmission Control Protocol
  2187.    TELNET              - Telnet Protocol
  2188.    TFTP                - Trivial File Transfer Protocol
  2189.    TIME                - Time Server Protocol
  2190.    TRUNK-1             - Trunk-1 Protocol
  2191.    TRUNK-2             - Trunk-2 Protocol
  2192.    UCL                 - University College London Protocol
  2193.    UDP                 - User Datagram Protocol
  2194.    UNTP                - USENET News Transfer Protocol
  2195.    USERS               - Active Users Protocol
  2196.    UUCP-PATH           - UUCP Path Service
  2197.    VIA-FTP             - VIA Systems-File Transfer Protocol
  2198.    WB-EXPAK            - Wideband EXPAK
  2199.  
  2200.  
  2201. Reynolds & Postel                                              [Page 38]
  2202.  
  2203.  
  2204.  
  2205. Assigned Numbers                                                 RFC 960
  2206. Protocol Names
  2207.  
  2208.  
  2209.    WB-MON              - Wideband Monitoring
  2210.    XNET                - Cross Net Debugger
  2211.    XNS-IDP             - Xerox NS IDP
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223.  
  2224.  
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.  
  2247.  
  2248.  
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258.  
  2259. Reynolds & Postel                                              [Page 39]
  2260.  
  2261.  
  2262.  
  2263. Assigned Numbers                                                 RFC 960
  2264. Terminal Type Names
  2265.  
  2266.  
  2267.                       OFFICIAL TERMINAL TYPE NAMES
  2268.  
  2269.    These are the Official Terminal Type Names.  Their use is described
  2270.    in RFC 930 [114].  The maximum length of a name is 40 characters.
  2271.  
  2272.    ADDS-CONSUL-980
  2273.    ADDS-REGENT-100
  2274.    ADDS-REGENT-20
  2275.    ADDS-REGENT-200
  2276.    ADDS-REGENT-25
  2277.    ADDS-REGENT-40
  2278.    ADDS-REGENT-60
  2279.    AMPEX-DIALOGUE-80
  2280.    ANDERSON-JACOBSON-630
  2281.    ANDERSON-JACOBSON-832
  2282.    ANDERSON-JACOBSON-841
  2283.    ANN-ARBOR-AMBASSADOR
  2284.    ARDS
  2285.    BITGRAPH
  2286.    BUSSIPLEXER
  2287.    CALCOMP-565
  2288.    CDC-456
  2289.    CDI-1030
  2290.    CDI-1203
  2291.    CLNZ
  2292.    COMPUCOLOR-II
  2293.    CONCEPT-100
  2294.    CONCEPT-104
  2295.    CONCEPT-108
  2296.    DATA-100
  2297.    DATA-GENERAL-6053
  2298.    DATAGRAPHIX-132A
  2299.    DATAMEDIA-1520
  2300.    DATAMEDIA-1521
  2301.    DATAMEDIA-2500
  2302.    DATAMEDIA-3025
  2303.    DATAMEDIA-3025A
  2304.    DATAMEDIA-3045
  2305.    DATAMEDIA-3045A
  2306.    DATAMEDIA-DT80/1
  2307.    DATAPOINT-2200
  2308.    DATAPOINT-3000
  2309.    DATAPOINT-3300
  2310.    DATAPOINT-3360
  2311.    DEC-DECWRITER-I
  2312.    DEC-DECWRITER-II
  2313.    DEC-GT40
  2314.    DEC-GT40A
  2315.  
  2316.  
  2317. Reynolds & Postel                                              [Page 40]
  2318.  
  2319.  
  2320.  
  2321. Assigned Numbers                                                 RFC 960
  2322. Terminal Type Names
  2323.  
  2324.  
  2325.    DEC-GT42
  2326.    DEC-LA120
  2327.    DEC-LA30
  2328.    DEC-LA36
  2329.    DEC-LA38
  2330.    DEC-VT05
  2331.    DEC-VT100
  2332.    DEC-VT132
  2333.    DEC-VT50
  2334.    DEC-VT50H
  2335.    DEC-VT52
  2336.    DELTA-DATA-5000
  2337.    DELTA-TELTERM-2
  2338.    DIABLO-1620
  2339.    DIABLO-1640
  2340.    DIGILOG-333
  2341.    DTC-300S
  2342.    EDT-1200
  2343.    EXECUPORT-4000
  2344.    EXECUPORT-4080
  2345.    GENERAL-TERMINAL-100A
  2346.    GSI
  2347.    HAZELTINE-1500
  2348.    HAZELTINE-1510
  2349.    HAZELTINE-1520
  2350.    HAZELTINE-2000
  2351.    HP-2621
  2352.    HP-2621A
  2353.    HP-2621P
  2354.    HP-2626
  2355.    HP-2626A
  2356.    HP-2626P
  2357.    HP-2640
  2358.    HP-2640A
  2359.    HP-2640B
  2360.    HP-2645
  2361.    HP-2645A
  2362.    HP-2648
  2363.    HP-2648A
  2364.    HP-2649
  2365.    HP-2649A
  2366.    IBM-3101
  2367.    IBM-3101-10
  2368.    IBM-3275-2
  2369.    IBM-3276-2
  2370.    IBM-3276-3
  2371.    IBM-3276-4
  2372.    IBM-3277-2
  2373.  
  2374.  
  2375. Reynolds & Postel                                              [Page 41]
  2376.  
  2377.  
  2378.  
  2379. Assigned Numbers                                                 RFC 960
  2380. Terminal Type Names
  2381.  
  2382.  
  2383.    IBM-3278-2
  2384.    IBM-3278-3
  2385.    IBM-3278-4
  2386.    IBM-3278-5
  2387.    IBM-3279-2
  2388.    IBM-3279-3
  2389.    IMLAC
  2390.    INFOTON-100
  2391.    INFOTONKAS
  2392.    ISC-8001
  2393.    LSI-ADM-3
  2394.    LSI-ADM-31
  2395.    LSI-ADM-3A
  2396.    LSI-ADM-42
  2397.    MEMOREX-1240
  2398.    MICROBEE
  2399.    MICROTERM-ACT-IV
  2400.    MICROTERM-ACT-V
  2401.    MICROTERM-MIME-1
  2402.    MICROTERM-MIME-2
  2403.    NETRONICS
  2404.    NETWORK-VIRTUAL-TERMINAL
  2405.    OMRON-8025AG
  2406.    PERKIN-ELMER-1100
  2407.    PERKIN-ELMER-1200
  2408.    PERQ
  2409.    PLASMA-PANEL
  2410.    QUME-SPRINT-5
  2411.    SOROC
  2412.    SOROC-120
  2413.    SOUTHWEST-TECHNICAL-PRODUCTS-CT82
  2414.    SUPERBEE
  2415.    SUPERBEE-III-M
  2416.    TEC
  2417.    TEKTRONIX-4010
  2418.    TEKTRONIX-4012
  2419.    TEKTRONIX-4013
  2420.    TEKTRONIX-4014
  2421.    TEKTRONIX-4023
  2422.    TEKTRONIX-4024
  2423.    TEKTRONIX-4025
  2424.    TEKTRONIX-4027
  2425.    TELERAY-1061
  2426.    TELERAY-3700
  2427.    TELERAY-3800
  2428.    TELETEC-DATASCREEN
  2429.    TELETERM-1030
  2430.    TELETYPE-33
  2431.  
  2432.  
  2433. Reynolds & Postel                                              [Page 42]
  2434.  
  2435.  
  2436.  
  2437. Assigned Numbers                                                 RFC 960
  2438. Terminal Type Names
  2439.  
  2440.  
  2441.    TELETYPE-35
  2442.    TELETYPE-37
  2443.    TELETYPE-38
  2444.    TELETYPE-43
  2445.    TELEVIDEO-912
  2446.    TELEVIDEO-920
  2447.    TELEVIDEO-920B
  2448.    TELEVIDEO-920C
  2449.    TELEVIDEO-950
  2450.    TERMINET-1200
  2451.    TERMINET-300
  2452.    TI-700
  2453.    TI-733
  2454.    TI-735
  2455.    TI-743
  2456.    TI-745
  2457.    TYCOM
  2458.    UNIVAC-DCT-500
  2459.    VIDEO-SYSTEMS-1200
  2460.    VIDEO-SYSTEMS-5000
  2461.    VISUAL-200
  2462.    XEROX-1720
  2463.    ZENITH-H19
  2464.    ZENTEC-30
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481.  
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488.  
  2489.  
  2490.  
  2491. Reynolds & Postel                                              [Page 43]
  2492.  
  2493.  
  2494.  
  2495. Assigned Numbers                                                 RFC 960
  2496. Documents
  2497.  
  2498.  
  2499.                                DOCUMENTS
  2500.  
  2501.    [1]    Accetta, M., "Resource Location Protocol", RFC 887,
  2502.           Carnegie-Mellon University, December 1983.
  2503.  
  2504.    [2]    Aerospace, Internal Report, ATM-83(3920-01)-3, 1982.
  2505.  
  2506.    [3]    Anderson, B., "TACACS User Identification Telnet Option",
  2507.           RFC 927, BBN, December 1984.
  2508.  
  2509.    [4]    Apollo Computer, Inc., "Domain TCP/IP Reference", Order No.
  2510.           003247, Chelmsford, Ma.
  2511.  
  2512.    [5]    ARPANET Protocol Handbook, "Telnet Output Line Width Option",
  2513.           NIC 20196, November 1973.
  2514.  
  2515.    [6]    ARPANET Protocol Handbook, "Telnet Output Page Size Option",
  2516.           NIC 20197, November 1973.
  2517.  
  2518.    [7]    ARPANET Protocol Handbook, "Telnet Reconnection Option",
  2519.           NIC 15391, August 1973.
  2520.  
  2521.    [8]    Aupperle, E. M., "Merit's Evolution - Statistically Speaking",
  2522.           IEEE Transaction on Computers, Vol. C-32, No. 10,
  2523.           October 1983, pp. 881-902.
  2524.  
  2525.    [9]    BBN Proposal No. P83-COM-40, "Packet Switched Overlay to
  2526.           Tactical Multichannel/Satellite Systems".
  2527.  
  2528.    [10]   BBN, "Specifications for the Interconnection of a Host and an
  2529.           IMP", Report 1822, Bolt Beranek and Newman, Cambridge,
  2530.           Massachusetts, revised, December 1981.
  2531.  
  2532.    [11]   BBN, "User Manual for TAC User Database Tool", Bolt Beranek
  2533.           and Newman, September 1984.
  2534.  
  2535.    [12]   Bennett, C., "A Simple NIFTP-Based Mail System", IEN 169,
  2536.           University College, London, January 1981.
  2537.  
  2538.    [13]   Bhushan, A., "A Report on the Survey Project", RFC 530,
  2539.           NIC 17375, June 1973.
  2540.  
  2541.    [14]   Bisbey, R., D. Hollingworth, and B. Britt, "Graphics Language
  2542.           (version 2.1)", ISI/TM-80-18, Information Sciences Institute,
  2543.           July 1980.
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549. Reynolds & Postel                                              [Page 44]
  2550.  
  2551.  
  2552.  
  2553. Assigned Numbers                                                 RFC 960
  2554. Documents
  2555.  
  2556.  
  2557.    [15]   Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
  2558.           Internetwork Architecture", XEROX Palo Alto Research Center,
  2559.           CSL-79-10, July 1979; also in IEEE Transactions on
  2560.           Communication, Volume COM-28, Number 4, April 1980.
  2561.  
  2562.    [16]   Braden, R., "NETRJS Protocol", RFC 740, NIC 42423,
  2563.           November 1977.
  2564.  
  2565.    [17]   Bressler, B., "Remote Job Entry Protocol",  RFC 407,
  2566.           NIC 12112, October 72.
  2567.  
  2568.    [18]   Bressler, R., "Inter-Entity Communication -- An Experiment",
  2569.           RFC 441, NIC 13773, January 1973.
  2570.  
  2571.    [19]   Butler, M., J. Postel, D. Chase, J. Goldberger, and
  2572.           J. K. Reynolds, "Post Office Protocol - Version 2", RFC 937,
  2573.           Information Sciences Institute, February 1985.
  2574.  
  2575.    [20]   Clark, D., "Revision of DSP Specification", Local Network
  2576.           Note 9, Laboratory for Computer Science, MIT, June 1977.
  2577.  
  2578.    [21]   Cohen, D., "Specifications for the Network Voice Protocol",
  2579.           RFC 741, ISI/RR 7539, Information Sciences Institute,
  2580.           March 1976.
  2581.  
  2582.    [22]   Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90,
  2583.           Information Sciences Institute, May 1979.
  2584.  
  2585.    [23]   COMPASS, "Semi-Annual Technical Report", CADD-7603-0411,
  2586.           Massachusetts Computer Associates, 4 March 1976. Also as,
  2587.           "National Software Works, Status Report No. 1,"
  2588.           RADC-TR-76-276, Volume 1, September 1976. And COMPASS. "Second
  2589.           Semi-Annual Report," CADD-7608-1611, Massachusetts Computer
  2590.           Associates, August 1976.
  2591.  
  2592.    [24]   Crispin, M., "Telnet Logout Option", Stanford University-AI,
  2593.           RFC 727, April 1977.
  2594.  
  2595.    [25]   Crispin, M., "Telnet SUPDUP Option", Stanford University-AI,
  2596.           RFC 736, October 1977.
  2597.  
  2598.    [26]   Crispin, M., "SUPDUP Protocol", RFC 734, NIC 41953,
  2599.           October 1977.
  2600.  
  2601.    [27]   Crocker, D., "Telnet Output Carriage-Return Disposition
  2602.           Option", RFC 652, October 1974.
  2603.  
  2604.  
  2605.  
  2606.  
  2607. Reynolds & Postel                                              [Page 45]
  2608.  
  2609.  
  2610.  
  2611. Assigned Numbers                                                 RFC 960
  2612. Documents
  2613.  
  2614.  
  2615.    [28]   Crocker, D., "Telnet Output Formfeed Disposition Option",
  2616.           RFC 655, October 1974.
  2617.  
  2618.    [29]   Crocker, D., "Telnet Output Linefeed Disposition", RFC 658,
  2619.           October 1974.
  2620.  
  2621.    [30]   Crocker, D., "Telnet Output Horizontal Tab Disposition
  2622.           Option", RFC 654,
  2623.  
  2624.    [31]   Crocker, D., "Telnet Output Horizontal Tabstops Option",
  2625.           RFC 653, October 1974.
  2626.  
  2627.    [32]   Crocker, D., "Telnet Output Vertical Tab Disposition Option",
  2628.           RFC 657, October 1974.
  2629.  
  2630.    [33]   Crocker, D., "Telnet Output Vertical Tabstops Option",
  2631.           RFC 656, October 1974.
  2632.  
  2633.    [34]   Crocker, D. H. and R. H. Gumpertz, "Revised Telnet Byte Marco
  2634.           Option", RFC 735, November 1977.
  2635.  
  2636.    [35]   Croft, B., and J. Gilmore, "BOOTSTRAP Protocol (BOOTP)",
  2637.           RFC 951, Stanford and SUN Microsytems, September 1985.
  2638.  
  2639.    [36]   Croft, W. J., "Unix Networking at Purdue", USENIX Conference,
  2640.           1980.
  2641.  
  2642.    [37]   Day, J., "Telnet Data Entry Terminal Option", RFC 732,
  2643.           September 1977.
  2644.  
  2645.    [38]   Elvy, M., and R. Nedved, "Network Mail Path Service", RFC 915,
  2646.           Harvard and CMU, December 1984.
  2647.  
  2648.    [39]   Feinler, E., "Internet Protocol Transition Workbook", Network
  2649.           Information Center, SRI International, March 1982.
  2650.  
  2651.    [40]   Feinler, E. and J. Postel, eds., "ARPANET Protocol Handbook",
  2652.           NIC 7104, for the Defense Communications Agency by SRI
  2653.           International, Menlo Park, California, Revised January 1978.
  2654.  
  2655.    [41]   Feinler, E., K. Harrenstien, Z. Su, and V. White, "DoD
  2656.           Internet Host Table Specification", RFC 810, SRI
  2657.           International, March 1982.
  2658.  
  2659.    [42]   Finlayson, R., T. Mann, J. Mogul, and M. Theimer, "A Reverse
  2660.           Address Resolution Protocol", RFC 903, Stanford University,
  2661.           June 1984.
  2662.  
  2663.  
  2664.  
  2665. Reynolds & Postel                                              [Page 46]
  2666.  
  2667.  
  2668.  
  2669. Assigned Numbers                                                 RFC 960
  2670. Documents
  2671.  
  2672.  
  2673.    [43]   Forgie, J., "ST - A Proposed Internet Stream Protocol",
  2674.           IEN 119, MIT Lincoln Laboratory, September 1979.
  2675.  
  2676.    [44]   Forsdick, H., "CFTP", Network Message, Bolt Beranek and
  2677.           Newman, January 1982.
  2678.  
  2679.    [45]   Greenberg, B., "Telnet SUPDUP-OUTPUT Option", RFC 749,
  2680.           MIT-Multics, September 1978.
  2681.  
  2682.    [46]   Harrenstien, K., "Name/Finger", RFC 742, NIC 42758,
  2683.           SRI International,  December 1977.
  2684.  
  2685.    [47]   Harrenstien, K., V. White, and E. Feinler, "Hostnames Server",
  2686.           RFC 811, SRI International, March 1982.
  2687.  
  2688.    [48]   Harrenstien, K., and V. White, "Nicname/Whois", RFC 812,
  2689.           SRI International, March 1982.
  2690.  
  2691.    [49]   Haverty, J., "XNET Formats for Internet Protocol Version 4",
  2692.           IEN 158, October 1980.
  2693.  
  2694.    [50]   Hinden, R. M., "A Host Monitoring Protocol", RFC 869,
  2695.           Bolt Beranek and Newman, December 1983.
  2696.  
  2697.    [51]   Hinden, R., and A. Sheltzer, "The DARPA Internet Gateway",
  2698.           RFC 823, September 1982.
  2699.  
  2700.    [52]   Honeywell CISL, Internal Document, "AFSDSC Hyperchannel RPQ
  2701.           Project Plan".
  2702.  
  2703.    [53]   Honeywell CISL, Internal Document, "Multics MR11 PFS".
  2704.  
  2705.    [54]   Hornig, C., "A Standard for the Transmission of IP Datagrams
  2706.           over Ethernet Networks, RFC 894, Symbolics, April 1984.
  2707.  
  2708.    [55]   Hwang, K., W. J. Croft and G. H. Goble, "A Unix-Based Local
  2709.           Computer Network with Load Balancing", IEEE Computer,
  2710.           April 1982.
  2711.  
  2712.    [56]   IBM Corporation, "Technical Reference Manual for the IBM PC
  2713.           Network", 6322505, IBM, Boca Raton, Florida, 1984.
  2714.  
  2715.    [57]   International Standards Organization, "ISO Transport Protocol
  2716.           Specification - ISO DP 8073", RFC 905, April 1984.
  2717.  
  2718.    [58]   International Standards Organization, "Protocol for Providing
  2719.           the Connectionless-Mode Network Services", RFC 926, ISO,
  2720.           December 1984.
  2721.  
  2722.  
  2723. Reynolds & Postel                                              [Page 47]
  2724.  
  2725.  
  2726.  
  2727. Assigned Numbers                                                 RFC 960
  2728. Documents
  2729.  
  2730.  
  2731.    [59]   Killian, E., "Telnet Send-Location Option", RFC 779,
  2732.           April 1981.
  2733.  
  2734.    [60]   Korb, J. T., "A Standard for the Transmission of IP Datagrams
  2735.           Over Public Data Networks", RFC 877, Purdue University,
  2736.           September 1983.
  2737.  
  2738.    [61]   Lapsley, P., and B. Kantor, "USENET News Transfer Protocol",
  2739.           Draft Memo, April 1985.
  2740.  
  2741.    [62]   Leffler, S. J., et al., "4.2bsd Network Implementation Notes",
  2742.           University of California, Berkeley, July 1983.
  2743.  
  2744.    [63]   Lottor, M. K., "Simple File Transfer Protocol", RFC 913, MIT,
  2745.           September 1984.
  2746.  
  2747.    [64]   Macgregor, W., and D. Tappan, "The CRONUS Virtual Local
  2748.           Network", RFC 824, Bolt Beranek and Newman, August 1982.
  2749.  
  2750.    [65]   Malis, A.,  "The ARPANET 1822L Host Access Protocol", RFC 878,
  2751.           BBN-CC, Cambridge, December 1983.
  2752.  
  2753.    [66]   Malis, A., "Logical Addressing Implementation Specification",
  2754.           BBN Report 5256, pp 31-36, May 1983.
  2755.  
  2756.    [67]   Metcalfe, R. M. and D. R. Boggs, "Ethernet: Distributed Packet
  2757.           Switching for Local Computer Networks", Communications of the
  2758.           ACM, 19 (7), pp 395-402, July 1976.
  2759.  
  2760.    [68]   Miller, T., "Internet Reliable Transaction Protocol", RFC 938,
  2761.           ACC, February 1985.
  2762.  
  2763.    [69]   Mills, D., "DCN Local Network Protocols", RFC 891, Linkabit,
  2764.           December 1983.
  2765.  
  2766.    [70]   Mills, D., "Network Time Protocol", RFC 958, M/A-COM Linkabit,
  2767.           September 1985.
  2768.  
  2769.    [71]   Mockapetris, P., "Domain Names - Concepts and Facilities",
  2770.           RFC 882, ISI, November 1983.
  2771.  
  2772.    [72]   Mockapetris, P., "Domain Names - Implementation and
  2773.           Specification", RFC 883, ISI, November 1983.
  2774.  
  2775.    [73]   Nedved, R., "Telnet Terminal Location Number Option", RFC 946,
  2776.           Carnegie-Mellon University, May 1985.
  2777.  
  2778.  
  2779.  
  2780.  
  2781. Reynolds & Postel                                              [Page 48]
  2782.  
  2783.  
  2784.  
  2785. Assigned Numbers                                                 RFC 960
  2786. Documents
  2787.  
  2788.  
  2789.    [74]   NSW Protocol Committee, "MSG: The Interprocess Communication
  2790.           Facility for the National Software Works", CADD-7612-2411,
  2791.           Massachusetts Computer Associates, BBN 3237, Bolt Beranek and
  2792.           Newman, Revised December 1976.
  2793.  
  2794.    [75]   Plummer, D., "An Ethernet Address Resolution Protocol or
  2795.           Converting Network Protocol Addresses to 48-bit Ethernet
  2796.           Addresses for Transmission on Ethernet Hardware", RFC 826,
  2797.           MIT-LCS, November 1982.
  2798.  
  2799.    [76]   Postel, J., "Active Users", RFC 866, Information
  2800.           Sciences Institute, May 1983.
  2801.  
  2802.    [77]   Postel, J., "A Standard for the Transmission of IP Datagrams
  2803.           over Experimental Ethernet Networks, RFC 895, Information
  2804.           Sciences Institute, April 1984.
  2805.  
  2806.    [78]   Postel, J., "Character Generator Protocol", RFC 864,
  2807.           Information Sciences Institute, May 1983.
  2808.  
  2809.    [79]   Postel, J., "Daytime Protocol", RFC 867,
  2810.           Information Sciences Institute, May 1983.
  2811.  
  2812.    [80]   Postel, J., "Discard Protocol", RFC 863,
  2813.           Information Sciences Institute, May 1983.
  2814.  
  2815.    [81]   Postel, J., "The Domain Names Plan and Schedule", RFC 881,
  2816.           ISI, November 1983.
  2817.  
  2818.    [82]   Postel, J., "Echo Protocol", RFC 862,
  2819.           Information Sciences Institute, May 1983.
  2820.  
  2821.    [83]   Postel, J., "File Transfer Protocol", RFC 765, IEN 149,
  2822.           Information Sciences Institute, June 1980.
  2823.  
  2824.    [84]   Postel, J., "Internet Control Message Protocol - DARPA
  2825.           Internet Program Protocol Specification", RFC 792,
  2826.           Information Sciences Institute, September 1981.
  2827.  
  2828.    [83]   Postel, J., "Internet Message Protocol", RFC 759, IEN 113,
  2829.           Information Sciences Institute, August 1980.
  2830.  
  2831.    [84]   Postel, J., "Name Server", IEN 116,
  2832.           Information Sciences Institute, August 1979.
  2833.  
  2834.    [85]   Postel, J., "Quote of the Day Protocol", RFC 865,
  2835.           Information Sciences Institute, May 1983.
  2836.  
  2837.  
  2838.  
  2839. Reynolds & Postel                                              [Page 49]
  2840.  
  2841.  
  2842.  
  2843. Assigned Numbers                                                 RFC 960
  2844. Documents
  2845.  
  2846.  
  2847.    [86]   Postel, J., "Remote Telnet Service", RFC 818,
  2848.           Information Sciences Institute, November 1982.
  2849.  
  2850.    [87]   Postel, J., "Simple Mail Transfer Protocol", RFC 821,
  2851.           Information Sciences Institute, August 1982.
  2852.  
  2853.    [90]   Postel, J., "Telnet End of Record Option", RFC 885,
  2854.           Information Sciences Institute, December 1983.
  2855.  
  2856.    [91]   Postel, J., "User Datagram Protocol", RFC 768
  2857.           Information Sciences Institute, August 1980.
  2858.  
  2859.    [92]   Postel, J., ed., "Internet Protocol - DARPA Internet Program
  2860.           Protocol Specification", RFC 791, Information Sciences
  2861.           Institute, September 1981.
  2862.  
  2863.    [93]   Postel, J., ed., "Transmission Control Protocol - DARPA
  2864.           Internet Program Protocol Specification", RFC 793,
  2865.           Information Sciences Institute, September 1981.
  2866.  
  2867.    [94]   Postel, J. and D. Crocker, "Remote Controlled Transmission and
  2868.           Echoing Telnet Option", RFC 726, March 1977.
  2869.  
  2870.    [95]   Postel, J., and K. Harrenstien, "Time Protocol", RFC 868,
  2871.           Information Sciences Institute, May 1983.
  2872.  
  2873.    [96]   Postel, J. and J. Reynolds, "Telnet Extended Options - List
  2874.           Option", RFC 861, Information Sciences Institute, May 1983.
  2875.  
  2876.    [97]   Postel, J. and J. Reynolds, "Telnet Binary Transmission",
  2877.           RFC 856, Information Sciences Institute, May 1983.
  2878.  
  2879.    [98]   Postel, J. and J. Reynolds, "Telnet Echo Option", RFC 857,
  2880.           Information Sciences Institute, May 1983.
  2881.  
  2882.    [99]   Postel, J., and J. Reynolds, "Telnet Protocol Specification",
  2883.           RFC 854, Information Sciences Institute, May 1983.
  2884.  
  2885.    [100]  Postel, J. and J. Reynolds, "Telnet Status Option", RFC 859,
  2886.           Information Sciences Institute, May 1983.
  2887.  
  2888.    [101]  Postel, J. and J. Reynolds, "Telnet Suppress Go Ahead Option",
  2889.           RFC 858, Information Sciences Institute, May 1983.
  2890.  
  2891.    [102]  Postel, J. and J. Reynolds, "Telnet Timing Mark Option",
  2892.           RFC 860, Information Sciences Institute, May 1983.
  2893.  
  2894.  
  2895.  
  2896.  
  2897. Reynolds & Postel                                              [Page 50]
  2898.  
  2899.  
  2900.  
  2901. Assigned Numbers                                                 RFC 960
  2902. Documents
  2903.  
  2904.  
  2905.    [103]  Reed, D., "Protocols for the LCS Network", Local Network Note
  2906.           3, Laboratory for Computer Science, MIT, November 1976.
  2907.  
  2908.    [104]  Reynolds, J. and J. Postel, "Official ARPA-Internet
  2909.           Protocols", RFC 961, Information Sciences Institute,
  2910.           November 1985.
  2911.  
  2912.    [105]  Rosen, E., "Exterior Gateway Protocol" RFC 827, Bolt Beranek
  2913.           and Newman, October 1982.
  2914.  
  2915.    [106]  Saltzer, J. H., "Design of a Ten-megabit/sec Token Ring
  2916.           Network", MIT Laboratory for Computer Science Technical
  2917.           Report.
  2918.  
  2919.    [107]  Scott, W. S., "2.9bsd/TIS Network Implementation", Lawrence
  2920.           Livermore National Laboratory, September 1984.
  2921.  
  2922.    [108]  Seamonson, L. J., and E. C. Rosen, "STUB" Exterior Gateway
  2923.           Protocol", RFC 888, BBN Communications Corporation,
  2924.           January 1984.
  2925.  
  2926.    [109]  Shuttleworth, B., "A Documentary of MFENet, a National
  2927.           Computer Network", UCRL-52317, Lawrence Livermore Labs,
  2928.           Livermore, California, June 1977.
  2929.  
  2930.    [110]  Silverman, S., "Output Marking Telnet Option", RFC 933, MITRE,
  2931.           January 1985.
  2932.  
  2933.    [111]  Skelton, A., S. Holmgren, and D. Wood, "The MITRE Cablenet
  2934.           Project", IEN 96, April 1979.
  2935.  
  2936.    [112]  Sollins, K., "The TFTP Protocol (Revision 2)", RFC 783,
  2937.           MIT/LCS, June 1981.
  2938.  
  2939.    [113]  Solomon, M., L. Landweber, and D. Neuhengen, "The CSNET Name
  2940.           Server", Computer Networks, v.6, n.3, pp. 161-172, July 1982.
  2941.  
  2942.    [114]  Solomon, M., and E. Wimmers, "Telnet Terminal Type Option",
  2943.           RFC 930, Supercedes RFC 884, University of Wisconsin, Madison,
  2944.           January 1985.
  2945.  
  2946.    [115]  Sproull, R., and E. Thomas, "A Networks Graphics Protocol",
  2947.           NIC 24308, August 1974.
  2948.  
  2949.    [116]  StJohns, M., "Authentication Service", RFC 931, TPSC,
  2950.           January 1985.
  2951.  
  2952.  
  2953.  
  2954.  
  2955. Reynolds & Postel                                              [Page 51]
  2956.  
  2957.  
  2958.  
  2959. Assigned Numbers                                                 RFC 960
  2960. Documents
  2961.  
  2962.  
  2963.    [117]  Tappan, D. C., "The CRONUS Virtual Local Network", RFC 824,
  2964.           Bolt Beranek and Newman, August 1982.
  2965.  
  2966.    [118]  Taylor, J., "ERPC Functional Specification", Version 1.04,
  2967.           HYDRA Computer Systems, Inc., July 1984.
  2968.  
  2969.    [119]  "The Ethernet, a Local Area Network: Data Link Layer and
  2970.           Physical Layer Specification", AA-K759B-TK, Digital Equipment
  2971.           Corporation, Maynard, MA.
  2972.  
  2973.    [120]  "The Ethernet - A Local Area Network", Version 1.0, Digital
  2974.           Equipment Corporation, Intel Corporation, Xerox Corporation,
  2975.           September 1980.
  2976.  
  2977.    [121]  "The Ethernet, A Local Area Network: Data Link Layer and
  2978.           Physical Layer Specifications", Digital, Intel and Xerox,
  2979.           November 1982.
  2980.  
  2981.    [122]  The High Level Protocol Group, "A Network Independent File
  2982.           Transfer Protocol",  INWG Protocol Note 86, December 1977.
  2983.  
  2984.    [123]  Tovar, "Telnet Extended ASCII Option", RFC 698, Stanford
  2985.           University-AI, July 1975.
  2986.  
  2987.    [124]  Uttal, J, J. Rothschild, and C. Kline, "Transparent
  2988.           Integration of UNIX and MS-DOS", Locus Computing Corporation.
  2989.  
  2990.    [125]  Velten, D., R. Hinden, and J. Sax, "Reliable Data Protocol",
  2991.           RFC 908, BBN Communications Corporation, July 1984.
  2992.  
  2993.    [126]  Whelan, D., "The Caltech Computer Science Department Network",
  2994.           5052:D F:82, Caltech Computer Science Department, 1892.
  2995.  
  2996.    [127]  Winston, I., "Two Methods for the Transmission of IP Datagrams
  2997.           Over IEEE 802.3 Networks", RFC 948, University Of
  2998.           Pennsylvania, June 1985.
  2999.  
  3000.    [128]  XEROX, "The Ethernet, A Local Area Network: Data Link Layer
  3001.           and Physical Layer Specification", X3T51/80-50, Xerox
  3002.           Corporation, Stamford, CT., October 1980.
  3003.  
  3004.    [129]  XEROX, "Internet Transport Protocols",  XSIS 028112, Xerox
  3005.           Corporation, Stamford, Connecticut, December 1981.
  3006.  
  3007.    
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013. Reynolds & Postel                                              [Page 52]
  3014.  
  3015.  
  3016.  
  3017. Assigned Numbers                                                 RFC 960
  3018. People
  3019.  
  3020.  
  3021.                                  PEOPLE
  3022.  
  3023.    [AB13]    Alison Brown        CORNELL   alison@CORNELL.ARPA
  3024.    [AB20]    Art Berggreen       ACC       ART@ACC.ARPA
  3025.    [AD22]    Arlene DesJardins   CIT       arlene@CIT-20.ARPA
  3026.    [AG22]    Alfred Ganz         YALE      GANZ@YALE.ARPA
  3027.    [AGM]     Andy Malis          BBN       Malis@BBNCCS.ARPA
  3028.    [AKC]     Albert Cheng        UIUC      acheng@UIUC.ARPA
  3029.    [AL6]     Alexis Layton       CCA       alex@CCA-UNIX.ARPA
  3030.    [AP]      Alan Parker         NRL       parker@NRL-CSS.ARPA
  3031.    [AV]      Al Vezza            MIT       AV@MIT-XX.ARPA
  3032.    [AW34]    Albert Wong         NPS       AWong@NPS-CS.ARPA
  3033.    [AXG]     Atul Garg           HP        ---none---
  3034.    [AXH]     Arthur Hartwig      UQNET     ---none---
  3035.    [AY5]     Akiharu Yasuda      DODIIS    dia@PAXRV-NES.ARPA
  3036.    [BA4]     Brian Anderson      BBN       baanders@BBNCCQ.ARPA
  3037.    [BANDY]   Andrew S. Beals     LLNL      bandy@LLL-CRG.ARPA
  3038.    [BC14]    Robert Cattani      COLUMBIA  Cattani@COLUMBIA-20.ARPA
  3039.    [BG5]     Bob Gilligan        SRI       Gilligan@SRI-SPAM.ARPA
  3040.    [BG25]    Bryan L. Gorman     SRI       GORMAN@SRI-SPAM.ARPA
  3041.    [BIM]     Benson I. Margulies HONEYWELL Margulies@CISL.ARPA
  3042.    [BJL5]    Barry J. Lustig     UCLA      barry@LOCUS.UCLA.EDU
  3043.    [BJN1]    Bruce Nemnich       TMC       BJN@THINK.ARPA
  3044.    [BN4]     Bill Nowicki        SUN       Nowicki@SU-GLACIER.ARPA
  3045.    [BN7]     Bich T. Nguyen      SRI       btn@SRI-TSC.ARPA
  3046.    [BN9]     Bill Nesheim        CORNELL   bill@CORNELL.ARPA
  3047.    [BP17]    Bobbi Phillips      SRI       bobbi@SRI-TSC.ARPA
  3048.    [BSW]     Barbara Seber-Wagner MITRE    bnsw@MITRE-BEDFORD.ARPA
  3049.    [BXA]     Bobby W. Allen      YPG       WYMER@OFFICE.ARPA
  3050.    [BXD]     Brian Down          TORONTO  bdown%TORONTO@CSNET-RELAY.ARPA
  3051.    [BXG]     Barry Lustig        UCLA      BARRY@LOCUS.UCLA.EDU
  3052.    [BXL]     Barry Greenberg     LOCUS     ---none---
  3053.    [BXM]     Bill Mitchell       U OF ARIZ ---none---
  3054.    [CAK]     Chris Kent          PURDUE    CAK@PURDUE.EDU
  3055.    [CAS]     Carl Sunshine       SDC       Sunshine@USC-ISIB.ARPA
  3056.    [CBD]     Clive B. Dawson     MCC       Clive@MCC.ARPA
  3057.    [CBP]     Brian Pinkerton     WISCONSON Brian@WISC-RSCH.ARPA
  3058.    [CJC3]    Chase Cotton        UDEL      Cotton@UDEL-EE.ARPA
  3059.    [CH2]     Charles Hornig      SYMBOLICS CAH@MIT-MC.ARPA
  3060.    [CJW2]    Cliff Weinstein     LL        cjw@LL-SST.ARPA
  3061.    [CLH3]    Charles Hedrick     RUTGERS   Hedrick@RUTGERS.EDU
  3062.    [CMR]     Craig Rogers        ISI       Rogers@USC-ISIB.ARPA
  3063.    [CP10]    Craig Partridge     BBN       craig@BBN-UNIX.ARPA
  3064.    [CXH]     Chien Y. Huang      PRINCETON
  3065.                                           6026959%PUCC.BINET@WISCVM.ARPA
  3066.    [CXL]     Clifford A. Lynch   BERKELEY
  3067.                                   udcla%ucbtopaz.cc@UCBARPA.BERKELEY.EDU
  3068.    [DAM1]    David A. Mosher     BERKELEY  Mosher@UCBARPA.BERKELEY.EDU
  3069.  
  3070.  
  3071. Reynolds & Postel                                              [Page 53]
  3072.  
  3073.  
  3074.  
  3075. Assigned Numbers                                                 RFC 960
  3076. People
  3077.  
  3078.  
  3079.    [DAVE]    David Roode         IntelliCorp Roode@SUMEX-AIM.ARPA
  3080.    [DBJ]     David B. Johnson    DRILLTECH DBJ@RICE.ARPA
  3081.    [DCP1]    David Plummer       MIT       DCP@SYMBOLICS.ARPA
  3082.    [DDC1]    David Clark         MIT       DClark@BBN-UNIX.ARPA
  3083.    [DT15]    Dan Tappan          BBN       Tappan@BBNG.ARPA
  3084.    [DG28]    David L. Gehrt      RIACS     Dave@RIACS.ARPA
  3085.    [DH17]    Douglas Hirsch      BBN       hirsch@BBNCCS.ARPA
  3086.    [DHH]     Doug Hunt           BBN       DHunt@BBNCCJ.ARPA
  3087.    [DJF]     David J. Farber     UDEL      Farber@UDEL-EE.ARPA
  3088.    [DJV1]    Darrel J. Van Buer  SDC       vanbuer@USC-ECL.ARPA
  3089.    [DK2]     Dean B. Krafft      CORNELL   Dean@CORNELL.ARPA
  3090.    [DLM1]    David Mills         LINKABIT  Mills@USC-ISID.ARPA
  3091.    [DPR]     David Reed          MIT-LCS   Reed@MIT-MULTICS.ARPA
  3092.    [DRP]     Don Provan          LLNL      Provan@LLL-MFE.ARPA
  3093.    [DRS4]    Dennis R. Smith     USC       Smith@USC-ECLC.ARPA
  3094.    [DSW]     Dan Whelan          CALTECH   Dan@CIT-20.ARPA
  3095.    [DVC]     Don Cone            SRI       CONE@SRI-SPAM.ARPA
  3096.    [DXB]     David Bloom         RUTGERS   andromeda!bloom@RUTGERS.EDU
  3097.    [DXD]     Dennis J.W. Dube    VIA SYSTEMS ---none---
  3098.    [DXG]     David Goldberg      SMI       sun!dg@UCBARPA.BERKELEY.EDU
  3099.    [DXS]     Don Scelza          PERQ      ---none---
  3100.    [DXT]     Dave Taylor         INFERENCE ---none---
  3101.    [EAK1]    Earl Killian        LLL       EAK@S1-C.ARPA
  3102.    [EBM]     Eliot Moss          MIT       EBM@MIT-XX.ARPA
  3103.    [EC5]     Ed Cain             DCEC      cain@EDN-UNIX.ARPA
  3104.    [EF5]     Ed Franceschini     NYU       Franceschini@NYU.ARPA
  3105.    [EHP]     Ed Perry            SRI       Perry@SRI-KL.ARPA
  3106.    [EXY]     Elaine Yamin        ATT       ---none---
  3107.    [FAS]     Fred Segovich       GSWD      fred@GSWD-VMS.ARPA
  3108.    [FLM2]    F. Lee Maybaum      MILNET    Maybaum@DDN1.ARPA
  3109.    [FRAN]    Francine Perillo    SRI       Perillo@SRI-NIC.ARPA
  3110.    [FXS]     Frank Solensky      PRIME     ---none---
  3111.    [GEOF]    Geoff Goodfellow    SRI       Geoff@SRI-CSL.ARPA
  3112.    [GAA]     Glenn A. Adams, Jr. MIT/LL    glenn@LL-XN.ARPA
  3113.    [GC]      Graham Campbell     BNL       gc@BNL.ARPA
  3114.    [GH29]    Gregory Hidley      UCSD      hidley@UCSD.ARPA
  3115.    [GIH]     Glenn I. Hastie II  SRI       Hastie@SRI-SPAM.ARPA
  3116.    [GLH5]    Gavin L. Hamphill   DREA      Hemphill@DREA-XX.ARPA
  3117.    [GP10]    George Pavel        LLNL      liaison@LLL-TIS.ARPA
  3118.    [GW22]    Grant Weiler        UTAH      Weiler@UTAH-20.ARPA
  3119.    [GXL]     Guillermo A. Loyola IBM      Loyola%ibm-sj@CSNET-RELAY.ARPA
  3120.    [GXP]     Gill Pratt          MIT       gill%mit-ccc@MIT-MC.ARPA
  3121.    [HCF2]    Harry Forsdick      BBN       Forsdick@BBNA.ARPA
  3122.    [HDC1]    Horst Clausen       DFVLR     Clausen@USC-ISID.ARPA
  3123.    [HDW2]    Howard Wactlar      CMU       Wactlar@CMU-CS-A.ARPA
  3124.    [HGM]     Hallam Murray       XEROX     Murray.PA@XEROX.ARPA
  3125.    [HM]      Hank Magnuski       ---       JOSE@XEROX.PA.ARPA
  3126.    [HWB]     Hans-Werner Braun   MICHIGAN  HWB@UMICH1.ARPA
  3127.  
  3128.  
  3129. Reynolds & Postel                                              [Page 54]
  3130.  
  3131.  
  3132.  
  3133. Assigned Numbers                                                 RFC 960
  3134. People
  3135.  
  3136.  
  3137.    [JA1]     Jules P. Aronson    NLM       Aronson@NLM-MCS.ARPA
  3138.    [JAG3]    Jeff Gumpf          CWRU      G.Gumpf@COLUMBIA-20.ARPA
  3139.    [JAKE]    Jake Feinler        SRI       Feinler@SRI-NIC.ARPA
  3140.    [JAR4]    Jim Rees            WASHINGTON JIM@WASHINGTON.ARPA
  3141.    [JBP]     Jon Postel          ISI       Postel@USC-ISIB.ARPA
  3142.    [JBW1]    Joseph Walters, Jr. BBN       JWalters@BBNCCX.ARPA
  3143.    [JC11]    Jim Clifford        LANL      jrc@LANL.ARPA
  3144.    [JCN2]    John C. Nunn        NBS       NUNN@NBS-VMS.ARPA
  3145.    [JD21]    Jonathan Dreyer     BBN       JDreyer@BBNCCV.ARPA
  3146.    [JDG]     Jim Guyton          RAND      guyton@RAND-UNIX.ARPA
  3147.    [JEM]     Jim Mathis          SRI       Mathis@SRI-KL.ARPA
  3148.    [JFH2]    Jack Haverty        BBN       Haverty@BBNCCV.ARPA
  3149.    [JFW]     Jon F. Wilkes       STC       Wilkes@STC.ARPA
  3150.    [JGH]     Jim Herman          BBN       Herman@BBNCCJ.ARPA
  3151.    [JG46]    Jonathan Goodman    YALE      Goodman@YALE.ARPA
  3152.    [JKR1]    Joyce K. Reynolds   ISI       JKREYNOLDS@USC-ISIB.ARPA
  3153.    [JL15]    Jay Lepreau         UTAH      Lepreau@UTAH-CS.ARPA
  3154.    [JLM23]   John L. Mills       HONEYWELL
  3155.                                          Mills@CISL-SERVICE-MULTICS.ARPA
  3156.    [JO5]     John O'Donnell      YALE      ODonnell@YALE.ARPA
  3157.    [JR15]    John Rhodes         LOGNET    JRhodes@LOGNET2.ARPA
  3158.    [JR17]    John L. Robinson    CANADA    Robinson@DMC-CRC.ARPA
  3159.    [JRM1]    John Mullen         MITRE     Mullen@MITRE.ARPA
  3160.    [JRS8]    Jeffrey R. Schwab   PURDUE    jrs@PURDUE.EDU
  3161.    [JS38]    Joseph Sventek      LBL       JSSventek@LBL.ARPA
  3162.    [JSG5]    Jon Goodridge       BBN       jsg@BBNCCM.ARPA
  3163.    [JSQ1]    John S. Quarterman  UT        jsq@UT-SALLY.ARPA
  3164.    [JW1]     Jill Westcott       BBN       Westcott@BBNA.ARPA
  3165.    [JWF]     Jim Forgie          LL        jwf@LL-EN.ARPA
  3166.    [JWO1]    James W. O'Toole    UMD       james@MARYLAND.ARPA
  3167.    [JXB]     John Blair          NEOCM
  3168.                                cbosgd!neoucom!johnb@UCBARPA.BERKELEY.EDU
  3169.    [JXD]     Jean Darling        WISC-MADI Darling@UWISC.ARPA
  3170.    [JXJ]     Jackie Jones        NBS       ----none----
  3171.    [JXO]     Jack O'Neil         ENCORE    ----none----
  3172.    [JXS]     J. Simonetti        SUNY      joes@SBCS.ARPA
  3173.    [JXY]     Joe Yancone         USARMY    Yancone@CRDC.ARPA
  3174.    [KCS1]    Kevin C. Smallwood  PURDUE    kcs@PURDUE.EDU
  3175.    [KFD]     Ken Dove            AIDS      kfd@AID-UNIX.ARPA
  3176.    [KLH]     Ken Harrenstien     SRI       KLH@SRI-NIC.ARPA
  3177.    [KMC3]    Kenneth M. Crepea   SRI       Crepea@SRI-SPAM.ARPA
  3178.    [KO11]    Kevin O'Keefe       HAZELTINE Hazeltine@USC-ISI.ARPA
  3179.    [KRS]     Karen Sollins       MIT       Sollins@MIT-XX.ARPA
  3180.    [KTP]     Kenneth T. Pogran   BBN       Pogran@BBNBBNCCQ.ARPA
  3181.    [KWP]     Kevin W. Paetzold   DEC       Paetzold@DEC-MARLBORO.ARPA
  3182.    [KXC]     Ken Chen            Perceptronics  ----none----
  3183.    [KXS]     Kathy Simpson       OSU       ----none----
  3184.    [LB3]     Len Bosack          STANFORD  Bosack@SU-SCORE.ARPA
  3185.  
  3186.  
  3187. Reynolds & Postel                                              [Page 55]
  3188.  
  3189.  
  3190.  
  3191. Assigned Numbers                                                 RFC 960
  3192. People
  3193.  
  3194.  
  3195.    [LB16]    Liudvikas Bukys     ROCHESTER Bukys@ROCHESTER.ARPA
  3196.    [LCN]     Lou Nelson          AEROSPACE Lou@AEROSPACE.ARPA
  3197.    [LCS]     Lou Schreier        SRI       Schreier@USC-ISID.ARPA
  3198.    [LH2]     Lincoln Hu          COLUMBIA  Hu@COLUMBIA-20.ARPA
  3199.    [LOU]     Lou Salkind         NYU       Salkind@NYU.ARPA
  3200.    [LM8]     Liza Martin         MIT-LCS   Martin@MIT-XX.ARPA
  3201.    [LRB]     Larry Bierma        NPRDC     Bierma@NPRDC.ARPA
  3202.    [LWR]     Larry Robinson      LLNL      lwr@S1-C.ARPA
  3203.    [LXL]     Len Lattanzi        SENTRY    ----none----
  3204.    [MA]      Mike Accetta        CMU       MIKE.ACCETTA@CMU-CS-A.ARPA
  3205.    [MAB4]    Mark Brown          USC       Mark@USC-ECLB.ARPA
  3206.    [MAE]     Marc A. Elvy        HARVARD   elvy@HARVARD.EDU
  3207.    [MBG]     Michael Greenwald   MIT-LCS   Greenwald@MIT-MULTICS.ARPA
  3208.    [MB]      Michael Brescia     BBN       Brescia@BBNCCV.ARPA
  3209.    [MB31]    Michael BereschinskyUSARMY    Bereschinsky@USC-ISID.ARPA
  3210.    [MCA1]    Mary C. Akers       FISG      MCAkers@TPSC-T.ARPA
  3211.    [MCSJ]    Mike StJohns        TPSC      StJohns@MIT-MULTICS.ARPA
  3212.    [MDC]     Martin D. Connor    MIT AI    Marty@MIT-HTVAX.ARPA
  3213.    [MF31]    Martin J. Fouts     NASA-AMES fouts@AMES-NAS.ARPA
  3214.    [MH12]    Mark Horton         ATT       mark@UCBARPA.BERKELEY.EDU
  3215.    [MJM2]    Mike Muuss          BRL       Mike@BRL.ARPA
  3216.    [MK17]    Mike Karels         BERKELEY  Karels@UCBARPA.BERKELEY.EDU
  3217.    [MKL1]    Mark Lottor         MIT       MKL@SRI-NIC.ARPA
  3218.    [MLC]     Mike Corrigan       DDN       Corrigan@DDN1.ARPA
  3219.    [MO2]     Michael O'Brien     RAND      OBrien@RAND-UNIX.ARPA
  3220.    [MO14]    Michele Olivant     JHU       Olivant@HAWAII-EMH.ARPA
  3221.    [MRC]     Mark Crispin        STANFORD  Admin.MRC@SU-SCORE.ARPA
  3222.    [MS9]     Martin Schoffstall  RPI       schoff%rpi@CSNET-RELAY.ARPA
  3223.    [MS56]    Marvin Solomon      WISC      Solomon@UWISC.ARPA
  3224.    [MSM1]    Milo S. Medin       AMES      medin@AMES.ARPA
  3225.    [MTR]     Marshall Rose       IRVINE    MRose.UCI@RAND-RELAY.ARPA
  3226.    [MXA]     Melanie Anderson    UIUC Melanie%UIUCVMD.BITNET@WISCVM.ARPA
  3227.    [MXA1]    M. Aziza            INRIA     ----none----
  3228.    [MXG]     Mike Gilbert        SLI     Software-Leverage@USC-ECLB.ARPA
  3229.    [MXH]     Martin Hayman       Symbolics ----none----
  3230.    [MXK]     Michael Kazar       CMU       Mike.Kazar@CMU-CS-K.ARPA
  3231.    [MXM]     Marc M. Meilleur    COINS     COINS@USC-ISI.ARPA
  3232.    [MXP]     Michael K. Peterson HUGHES    scgvaxd!mkp@CIT-VAX.ARPA
  3233.    [MXP1]    Mark C. Powers      NSWC      mpowers@NSWC-G.ARPA
  3234.    [MXR]     Mark A. Rosenstein  MIT       mar@MIT-BORAX.ARPA
  3235.    [MXS]     Marc Shapiro        INRIA     Marc.Shapiro@C.CS.CMU.EDU
  3236.    [NC3]     J. Noel Chiappa     MIT       JNC@MIT-XX.ARPA
  3237.    [NG]      Neil Gower          ROCKWELL  GOWER@USC-ISID.ARPA
  3238.    [NMM]     Mike Minnich        UDELEE    MMinnich@UDEL-HUEY.ARPA
  3239.    [NXH]     Nat Howard          IM        nrh@DDN1.ARPA
  3240.    [NXK]     Neil Katin          HP       hpda.neil@UCBARPA.BERKELEY.EDU
  3241.    [PA5]     Philip Almquist     STANFORD  Almquist@SU-SCORE.ARPA
  3242.    [PAM6]    Paul McNabb         RICE      pam@PURDUE.EDU
  3243.  
  3244.  
  3245. Reynolds & Postel                                              [Page 56]
  3246.  
  3247.  
  3248.  
  3249. Assigned Numbers                                                 RFC 960
  3250. People
  3251.  
  3252.  
  3253.    [PFS2]    Paul Sass           CECOM     Sass@USC-ISID.ARPA
  3254.    [PGM]     Paul G. Milazzo     RICE      Milazzo@RICE.ARPA
  3255.    [PHD1]    Pieter Ditmars      BBN       pditmars@BBNCCX.ARPA
  3256.    [PK]      Peter Kirstein      UCL       Kirstein@USC-ISI.ARPA
  3257.    [PK28]    Philip R. Karn, Jr. BCR       Karn@BELLCORE-CS-GW.ARPA
  3258.    [PL4]     Phil Lapsley        BERKELEY  phil@UCBARPA.BERKELEY.EDU
  3259.    [PM1]     Paul Mockapetris    ISI       Mockapetris@USC-ISIB.ARPA
  3260.    [PM4]     Paul Martin         SRI       PMartin@SRI-AI.ARPA
  3261.    [PS27]    Paal Spilling       NTA       Spilling@USC-ISID.ARPA
  3262.    [PXA]     Phillip G. Apley    BITSTREAM PGA@MIT-OZ.ARPA
  3263.    [PXB]     Pat Boyle           UBC       boyle.ubc@CSNET-RELAY.ARPA
  3264.    [PXD]     Pete Delaney        ECRC      pete%ecrcvax@CSNET-RELAY.ARPA
  3265.    [PXM]     Pat Marques         NSRDC     marques@DTRC.ARPA
  3266.    [PXN]     Peter Nellessen     SIEMENS   crtvax!pn@CMU-CS-SPICE.ARPA
  3267.    [RA11]    Rick Adams          CCI       Rick@SEISMO.CSS.GOV
  3268.    [RA17]    Bob Albrightson     WASHINGTON BOB@WASHINGTON.ARPA
  3269.    [RB9]     Richard Bisbey      ISI       Bisbey@USC-ISIB.ARPA
  3270.    [RBN1]    Ronald Natalie, Jr. BRL       ron@BRL-TGR.ARPA
  3271.    [RBW]     Richard B. Wales    UCLA      WALES@LOCUS.UCLA.EDU
  3272.    [RHC3]    Robert Cole         UCL       robert@UCL-CS.ARPA
  3273.    [RC77]    Robert Carey        YALE      CAREY@YALE.ARPA
  3274.    [RDB2]    Robert Bressler     BBN       Bressler@BBNCCW.ARPA
  3275.    [RDR4]    Dennis Rockwell     BBN       DRockwell@CSNET-SH.ARPA
  3276.    [RFD1]    Robert F. Donnelly  ARDC      donnelly@ARDC.ARPA
  3277.    [RG12]    Roger L. Gulbranson UMINN     ROGERG@UMN-UCC-VA.ARPA
  3278.    [RH6]     Robert Hinden       BBN       Hinden@BBN-CCV.ARPA
  3279.    [RH60]    Roger Hale          MIT       Roger@LL-SST.ARPA
  3280.    [RHC3]    Robert Cole         UCL       Robert@USC-CS.ARPA
  3281.    [RHT]     Robert Thomas       BBN       BThomas@BBNF.ARPA
  3282.    [RKJ2]    Richard Johnsson    DEC       johnsson@DECWRL.ARPA
  3283.    [RL2]     Randy C. Lee        HONEYWELL RCLee@HI-MULTICS.ARPA
  3284.    [RLB3]    Ronald L. Broersma  NOSC      Ron@NOSC.ARPA
  3285.    [RLH2]    Ronald L. Hartung   NSWC      ron@NSWC-WO.ARPA
  3286.    [RLS6]    Ronald L. Smith     COINS     COINS@USC-ISI.ARPA
  3287.    [RM8]     Roy Marantz         RUTGERS   Marantz@RUTGERS.EDU
  3288.    [RN6]     Rudy Nedved         CMU       Rudy.Nedved@CMU-CS-A.ARPA
  3289.    [RNM1]    Neil MacKenzie      RSRE      CLE%RSRE@UCL-CS.ARPA
  3290.    [RR2]     Raleigh Romine      TELEDYNE  romine@SEISMO.CSS.GOV
  3291.    [RR18]    Ron Reisor          UDEL      ron@UDEL-EE.ARPA
  3292.    [RR26]    William R. Reilly   USARMY    RREILLY@JPL-MILVAX.ARPA
  3293.    [RS23]    Russel Sandberg     WISC      root@UWISC.ARPA
  3294.    [RSM1]    Robert S. Miles     NRTC      RSM@BRL.ARPA
  3295.    [RTB3]    Bob Braden          UCLA      Braden@UCLA-CCN.ARPA
  3296.    [RWS4]    Robert W. Scheifler ARGUS     RWS@MIT-XX.ARPA
  3297.    [RXB]     Rafael Bracho       SPAR      RXB@SRI-KL.ARPA
  3298.    [RXB1]    Randolph Bentson    CSU
  3299.                                       Bentson%ColoState@CSNET-RELAY.ARPA
  3300.    [RXG]     Richard Gopstein    RCA       Gopstein@RUTGERS.EDU
  3301.  
  3302.  
  3303. Reynolds & Postel                                              [Page 57]
  3304.  
  3305.  
  3306.  
  3307. Assigned Numbers                                                 RFC 960
  3308. People
  3309.  
  3310.  
  3311.    [RXJ]     Ronald Johnson      APPLE     rlj%apple@CSNET-RELAY.ARPA
  3312.    [RXM]     Robert Myhill       BBN       Myhill@BBNCCS.ARPA
  3313.    [SA1]     Sten Andler         ARPA      andler.ibm-sj@RAND-RELAY.ARPA
  3314.    [SA2]     Saul Amarel         ARPA      Amarel@USC-ISI.ARPA
  3315.    [SC3]     Steve Casner        ISI       Casner@USC-ISIB.ARPA
  3316.    [SGC]     Steve Chipman       BBN       Chipman@BBNF.ARPA
  3317.    [SHB]     Steven Blumenthal   BBN       BLUMENTHAL@BBN-VAX.ARPA
  3318.    [SK8]     Steve Kille         UCL       Steve@UCL-CS.ARPA
  3319.    [SM6]     Sean McLinden       DSL       McLinden@RUTGERS.EDU
  3320.    [SMF]     Steven M. Feldman   TYMNET
  3321.                                     ARPAVAX.feldman@UCBARPA.BERKELEY.EDU
  3322.    [SXA]     Skip Addison        GATECH
  3323.                                       Skip!gatech.csnet@CSNET-RELAY.ARPA
  3324.    [SXB]     Steve Byrne         TARTAN    Byrne@CMU-CS-C.ARPA
  3325.    [SB28]    Scott Bradner       HARVARD   sob@HARVARD.EDU
  3326.    [SXF]     Steve Fogel         MTCS
  3327.                                  SFogel!mtcs!mtxinu@UCBARPA.BERKELEY.EDU
  3328.    [SXM]     Scott Marcus        SPARTACUS ---none---
  3329.    [SXM1]    Scooter Morris      GENENTECH scooter@UCSF-CGL.ARPA
  3330.    [SXS]     Steve Silverman     MITRE     Blankert@MITRE-GATEWAY.ARPA
  3331.    [TBS]     Claude S. Steffey   WSMR      csteffey@WSMRCAS1.ARPA
  3332.    [TC4]     Tony Cincotta       DTNSRDC   tony@NALCON.ARPA
  3333.    [TF6]     Thomas Ferrin       UCSF      Ferrin@UCSF-CGL.ARPA
  3334.    [THD]     Thomas Dunigan      ORNL      dunigan@ORNL-MSR.ARPA
  3335.    [TML]     T. Michael Louden   MITRE     Louden@MITRE-GW.ARPA
  3336.    [TW11]    Tom Wadlow          LLL       TAW@S1-C.ARPA
  3337.    [TXB]     Ted Baker           FSU       baker@WASHINGTON.ARPA
  3338.    [TXM]     Trudy Miller        ACC       Trudy@ACC.ARPA
  3339.    [TXN]     Todd Nugent         U CHICAGO Nugent@ANL-MCS.ARPA
  3340.    [UXB]     Ulf Bilting         CHALMERS  bilting@PURDUE.EDU
  3341.    [WDL]     Walter Lazear       MITRE     Lazear@MITRE.ARPA
  3342.    [WG]      Wayne Graves        LBL       WLGraves@LBL.ARPA
  3343.    [WF3]     William E. Fink     NRLRCD    bill@NRL.ARPA
  3344.    [WIM]     William Macgregor   BBN       macg@BBN.ARPA
  3345.    [WJC2]    Bill Croft          STANFORD  Croft@SUMEX-AIM.ARPA
  3346.    [WPJ]     William Jones       USRA      Jones@AMES-VMSB.ARPA
  3347.    [WW2]     Wally Wedel         NBI       wedel@UT-NGP.ARPA
  3348.    [WWS]     Bill Seemuller      USARMY    bill@ETL.ARPA
  3349.    [WXL]     William Lampeter    UR        bill@ROCHESTER.ARPA
  3350.    [ZSU]     Zaw-Sing Su         SRI       ZSu@SRI-TSC.ARPA
  3351.       
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.  
  3359.  
  3360.  
  3361. Reynolds & Postel                                              [Page 58]
  3362.  
  3363.  
  3364.  
  3365. Assigned Numbers                                                 RFC 960
  3366. Appendix A
  3367.  
  3368.  
  3369.                                APPENDIX A
  3370.  
  3371.    Network Numbers
  3372.  
  3373.       The network numbers in class A, B, and C network addresses are
  3374.       allocated among Research, Defense, Government (Non-Defense) and
  3375.       Commercial uses.
  3376.  
  3377.       Class A (highest-order bit 0)
  3378.  
  3379.          Research allocation:             8
  3380.          Defense allocation:             24
  3381.          Government allocation:          24
  3382.          Commercial allocation:          94
  3383.          Reserved Addresses:   (0, 127)
  3384.          Total                          128
  3385.  
  3386.       Class B (highest-order bits 1-0)
  3387.  
  3388.          Research allocation:          1024
  3389.          Defense allocation:           3072
  3390.          Government allocation:        3072
  3391.          Commercial allocation:       12286
  3392.          Reserved Addresses: (0, 16383)
  3393.          Total                        16384
  3394.  
  3395.       Class C (highest-order bits 1-1-0)
  3396.  
  3397.          Research allocation:           65536
  3398.          Defense allocation:           458725
  3399.          Government allocation:        458725
  3400.          Commercial allocation:       1572862
  3401.          Reserved Addresses: (0, 2097151)
  3402.          Total                        2097152
  3403.  
  3404.       Class D (highest-order bits 1-1-1)
  3405.  
  3406.          All addresses in this class are reserved for future use.
  3407.  
  3408.       Within the Research community, network identifiers will only be
  3409.       granted to applicants who show evidence that they are acquiring
  3410.       standard Bolt Beranek and Newman gateway software or have
  3411.       implemented or are acquiring a gateway meeting the Exterior
  3412.       Gateway Protocol requirements.  Acquisition of the Berkeley BSD
  3413.       4.2 UNIX software might be considered evidence of the latter.
  3414.  
  3415.  
  3416.  
  3417.  
  3418.  
  3419. Reynolds & Postel                                              [Page 59]
  3420.  
  3421.  
  3422.  
  3423. Assigned Numbers                                                 RFC 960
  3424. Appendix A
  3425.  
  3426.  
  3427.       Experimental networks which later become operational need not be
  3428.       renumbered.  Rather, the identifiers could be moved from Research
  3429.       to Defense, Government or Commercial status.  Thus, network
  3430.       identifiers may change state among Research, Defense, Government
  3431.       and Commercial, but the number of identifiers allocated to each
  3432.       use must remain within the limits indicated above.  To make
  3433.       possible this fluid assignment, the network identifier spaces are
  3434.       not allocated by simple partition, but rather by specific
  3435.       assignment.
  3436.  
  3437.    Protocol Identifiers
  3438.  
  3439.       These assignments are shared by the four communities.
  3440.  
  3441.    Port Numbers
  3442.  
  3443.       These assignments are shared by the four communities.
  3444.  
  3445.    ARPANET Link Numbers
  3446.  
  3447.       These assignments are shared by the four communities.
  3448.  
  3449.    IP Version Numbers
  3450.  
  3451.       These assignments are shared by the four communities.
  3452.  
  3453.    TCP, IP and Telnet Option Identifiers
  3454.  
  3455.       These assignments are shared by the four communities.
  3456.  
  3457.    Implementation:
  3458.  
  3459.       Joyce Reynolds is the coordinator for all number assignments.
  3460.  
  3461.  
  3462.  
  3463.  
  3464.  
  3465.  
  3466.  
  3467.  
  3468.  
  3469.  
  3470.  
  3471.  
  3472.  
  3473.  
  3474.  
  3475.  
  3476.  
  3477. Reynolds & Postel                                              [Page 60]
  3478.  
  3479.