home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 1000s / rfc1060.txt < prev    next >
Text File  |  1990-03-25  |  173KB  |  4,819 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                        J. Reynolds
  8. Request for Comments: 1060                                     J. Postel
  9. Obsoletes RFCs: 1010, 990, 960, 943, 923, 900, 870,                  ISI
  10. 820, 790, 776, 770, 762, 758,755, 750, 739, 604,              March 1990
  11. 503, 433, 349
  12. Obsoletes IENs: 127, 117, 93
  13.  
  14.                             ASSIGNED NUMBERS
  15.  
  16. STATUS OF THIS MEMO
  17.  
  18.    This memo is a status report on the parameters (i.e., numbers and
  19.    keywords) used in protocols in the Internet community.  Distribution
  20.    of this memo is unlimited.
  21.  
  22.                              Table of Contents
  23.  
  24. INTRODUCTION.................................................... 2
  25. Data Notations.................................................. 3
  26. Special Addresses............................................... 4
  27. VERSION NUMBERS................................................. 6
  28. PROTOCOL NUMBERS................................................ 7
  29. PORT NUMBERS.................................................... 9
  30. UNIX PORTS......................................................13
  31. INTERNET MULTICAST ADDRESSES....................................19
  32. IANA ETHERNET ADDRESS BLOCK.....................................20
  33. IP TOS PARAMETERS...............................................21
  34. IP TIME TO LIVE PARAMETER.......................................23
  35. DOMAIN SYSTEM PARAMETERS........................................24
  36. BOOTP PARAMETERS................................................25
  37. NETWORK MANAGEMENT PARAMETERS...................................26
  38. ARPANET AND MILNET LOGICAL ADDRESSES............................30
  39. ARPANET AND MILNET LINK NUMBERS.................................31
  40. ARPANET AND MILNET X. 25 ADDRESS MAPPINGS.......................32
  41. IEEE 802 NUMBERS OF INTEREST....................................34
  42. ETHERNET NUMBERS OF INTEREST....................................35
  43. ETHERNET VENDOR ADDRESS COMPONENTS..............................38
  44. ETHERNET MULTICAST ADDRESSES....................................41
  45. XNS PROTOCOL TYPES..............................................43
  46. PROTOCOL/TYPE FIELD ASSIGNMENTS.................................44
  47. PRONET 80 TYPE NUMBERS..........................................45
  48. ADDRESS RESOLUTION PROTOCOL PARAMETERS..........................46
  49. REVERSE ADDRESS RESOLUTION PROTOCOL OPERATION CODES.............47
  50. DYNAMIC REVERSE ARP.............................................47
  51. X.25 TYPE NUMBERS...............................................48
  52. PUBLIC DATA NETWORK NUMBERS.....................................49
  53. TELNET OPTIONS..................................................51
  54. MAIL ENCRYPTION TYPES...........................................52
  55.  
  56.  
  57.  
  58. Reynolds & Postel                                               [Page 1]
  59.  
  60. RFC 1060                    Assigned Numbers                  March 1990
  61.  
  62.  
  63. MACHINE NAMES...................................................53
  64. SYSTEM NAMES....................................................57
  65. PROTOCOL AND SERVICE NAMES......................................58
  66. TERMINAL TYPE NAMES.............................................62
  67. DOCUMENTS.......................................................65
  68. PEOPLE..........................................................76
  69. Security Considerations.........................................86
  70. Authors' Addresses..............................................86
  71.  
  72. INTRODUCTION
  73.  
  74.    This Network Working Group Request for Comments documents the
  75.    currently assigned values from several series of numbers used in
  76.    network protocol implementations.  This RFC will be updated
  77.    periodically, and in any case current information can be obtained from
  78.    the Internet Assigned Numbers Authority (IANA).  If you are developing
  79.    a protocol or application that will require the use of a link, socket,
  80.    port, protocol, etc., please contact the IANA to receive a number
  81.    assignment.
  82.  
  83.    Joyce K. Reynolds
  84.    Internet Assigned Numbers Authority
  85.    USC - Information Sciences Institute
  86.    4676 Admiralty Way
  87.    Marina del Rey, California  90292-6695
  88.  
  89.    Phone: (213) 822-1511
  90.  
  91.    Electronic mail: JKREY@ISI.EDU
  92.  
  93.    Most of the protocols mentioned here are documented in the RFC series
  94.    of notes.  Some of the items listed are undocumented.  Further
  95.    information on protocols can be found in the memo "Official Internet
  96.    Protocols" [118].  The more prominent and more generally used are
  97.    documented in the "DDN Protocol Handbook, Volume Two, DARPA Internet
  98.    Protocols" [45] prepared by the NIC.  Other collections of older or
  99.    obsolete protocols are contained in the "Internet Protocol Transition
  100.    Workbook" [76], or in the "ARPANET Protocol Transition Handbook"
  101.    [47].  For further information on ordering the complete 1985 DDN
  102.    Protocol Handbook, write: SRI International (SRI-NIC), DDN Network
  103.    Information Center, Room EJ291, 333 Ravenswood Avenue, Menlo Park,
  104.    CA., 94025; or call: 1-800-235-3155.  Also, the Internet Activities
  105.    Board (IAB) publishes the "IAB Official Protocol Standards" [62],
  106.    which describes the state of standardization of protocols used in the
  107.    Internet.  This document is issued quarterly.  Current copies may be
  108.    obtained from the DDN Network Information Center or from the IANA.
  109.  
  110.    In the entries below, the name and mailbox of the responsible
  111.  
  112.  
  113.  
  114. Reynolds & Postel                                               [Page 2]
  115.  
  116. RFC 1060                    Assigned Numbers                  March 1990
  117.  
  118.  
  119.    individual is indicated.  The bracketed entry, e.g., [nn,iii], at the
  120.    right hand margin of the page indicates a reference for the listed
  121.    protocol, where the number ("nn") cites the document and the letters
  122.    ("iii") cites the person.  Whenever possible, the letters are a NIC
  123.    Ident as used in the WhoIs (NICNAME) service.
  124.  
  125. Data Notations
  126.  
  127.    The convention in the documentation of Internet Protocols is to
  128.    express numbers in decimal and to picture data in "big-endian" order
  129.    [21].  That is, fields are described left to right, with the most
  130.    significant octet on the left and the least significant octet on the
  131.    right.
  132.  
  133.    The order of transmission of the header and data described in this
  134.    document is resolved to the octet level.  Whenever a diagram shows a
  135.    group of octets, the order of transmission of those octets is the
  136.    normal order in which they are read in English.  For example, in the
  137.    following diagram the octets are transmitted in the order they are
  138.    numbered.
  139.  
  140.  
  141.        0                   1                   2                   3
  142.        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
  143.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  144.       |       1       |       2       |       3       |       4       |
  145.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  146.       |       5       |       6       |       7       |       8       |
  147.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  148.       |       9       |      10       |      11       |      12       |
  149.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  150.  
  151.                         Transmission Order of Bytes
  152.  
  153.    Whenever an octet represents a numeric quantity the left most bit in
  154.    the diagram is the high order or most significant bit.  That is, the
  155.    bit labeled 0 is the most significant bit.  For example, the
  156.    following diagram represents the value 170 (decimal).
  157.  
  158.  
  159.                              0 1 2 3 4 5 6 7
  160.                             +-+-+-+-+-+-+-+-+
  161.                             |1 0 1 0 1 0 1 0|
  162.                             +-+-+-+-+-+-+-+-+
  163.  
  164.                            Significance of Bits
  165.  
  166.    Similarly, whenever a multi-octet field represents a numeric quantity
  167.  
  168.  
  169.  
  170. Reynolds & Postel                                               [Page 3]
  171.  
  172. RFC 1060                    Assigned Numbers                  March 1990
  173.  
  174.  
  175.    the left most bit of the whole field is the most significant bit.
  176.    When a multi-octet quantity is transmitted the most significant octet
  177.    is transmitted first.
  178.  
  179. Special Addresses:
  180.  
  181.    There are five classes of IP addresses:  Class A through Class E
  182.    [119].  Of these, Class D and Class E addresses are reserved for
  183.    experimental use.  A gateway which is not participating in these
  184.    experiments must ignore all datagrams with a Class D or Class E
  185.    destination IP address.  ICMP Destination Unreachable or ICMP
  186.    Redirect messages must not result from receiving such datagrams.
  187.  
  188.    There are certain special cases for IP addresses [11].  These special
  189.    cases can be concisely summarized using the earlier notation for an
  190.    IP address:
  191.  
  192.          IP-address ::=  { <Network-number>, <Host-number> }
  193.  
  194.             or
  195.  
  196.          IP-address ::=  { <Network-number>, <Subnet-number>,
  197.                                                          <Host-number> }
  198.  
  199.    if we also use the notation "-1" to mean the field contains all 1
  200.    bits.  Some common special cases are as follows:
  201.  
  202.          (a)   {0, 0}
  203.  
  204.             This host on this network.  Can only be used as a source
  205.             address (see note later).
  206.  
  207.          (b)   {0, <Host-number>}
  208.  
  209.             Specified host on this network.  Can only be used as a
  210.             source address.
  211.  
  212.          (c)   { -1, -1}
  213.  
  214.             Limited broadcast.  Can only be used as a destination
  215.             address, and a datagram with this address must never be
  216.             forwarded outside the (sub-)net of the source.
  217.  
  218.          (d)   {<Network-number>, -1}
  219.  
  220.             Directed broadcast to specified network.  Can only be used
  221.             as a destination address.
  222.  
  223.  
  224.  
  225.  
  226. Reynolds & Postel                                               [Page 4]
  227.  
  228. RFC 1060                    Assigned Numbers                  March 1990
  229.  
  230.  
  231.          (e)   {<Network-number>, <Subnet-number>, -1}
  232.  
  233.             Directed broadcast to specified subnet.  Can only be used as
  234.             a destination address.
  235.  
  236.          (f)   {<Network-number>, -1, -1}
  237.  
  238.             Directed broadcast to all subnets of specified subnetted
  239.             network.  Can only be used as a destination address.
  240.  
  241.          (g)   {127, <any>}
  242.  
  243.             Internal host loopback address.  Should never appear outside
  244.             a host.
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Reynolds & Postel                                               [Page 5]
  283.  
  284. RFC 1060                    Assigned Numbers                  March 1990
  285.  
  286.  
  287.                               VERSION NUMBERS
  288.  
  289.    In the Internet Protocol (IP) [45,105] there is a field to identify
  290.    the version of the internetwork general protocol.  This field is 4
  291.    bits in size.
  292.  
  293.    Assigned Internet Version Numbers
  294.  
  295.       Decimal   Keyword    Version                            References
  296.       -------   -------    -------                            ----------
  297.           0                Reserved                                [JBP]
  298.         1-3                Unassigned                              [JBP]
  299.           4       IP       Internet Protocol                   [105,JBP]
  300.           5       ST       ST Datagram Mode                     [49,JWF]
  301.         6-14               Unassigned                              [JBP]
  302.           15               Reserved                                [JBP]
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Reynolds & Postel                                               [Page 6]
  339.  
  340. RFC 1060                    Assigned Numbers                  March 1990
  341.  
  342.  
  343.                                PROTOCOL NUMBERS
  344.  
  345.    In the Internet Protocol (IP) [45,105] there is a field, called
  346.    Protocol, to identify the the next level protocol.  This is an 8 bit
  347.    field.
  348.  
  349.    Assigned Internet Protocol Numbers
  350.  
  351.       Decimal    Keyword     Protocol                         References
  352.       -------    -------     --------                         ----------
  353.            0                 Reserved                              [JBP]
  354.            1     ICMP        Internet Control Message           [97,JBP]
  355.            2     IGMP        Internet Group Management          [43,JBP]
  356.            3     GGP         Gateway-to-Gateway                  [60,MB]
  357.            4                 Unassigned                            [JBP]
  358.            5     ST          Stream                             [49,JWF]
  359.            6     TCP         Transmission Control              [106,JBP]
  360.            7     UCL         UCL                                    [PK]
  361.            8     EGP         Exterior Gateway Protocol        [123,DLM1]
  362.            9     IGP         any private interior gateway          [JBP]
  363.           10     BBN-RCC-MON BBN RCC Monitoring                    [SGC]
  364.           11     NVP-II      Network Voice Protocol             [22,SC3]
  365.           12     PUP         PUP                               [8,XEROX]
  366.           13     ARGUS       ARGUS                                [RWS4]
  367.           14     EMCON       EMCON                                 [BN7]
  368.           15     XNET        Cross Net Debugger                [56,JFH2]
  369.           16     CHAOS       Chaos                                 [NC3]
  370.           17     UDP         User Datagram                     [104,JBP]
  371.           18     MUX         Multiplexing                       [23,JBP]
  372.           19     DCN-MEAS    DCN Measurement Subsystems           [DLM1]
  373.           20     HMP         Host Monitoring                    [59,RH6]
  374.           21     PRM         Packet Radio Measurement              [ZSU]
  375.           22     XNS-IDP     XEROX NS IDP                    [133,XEROX]
  376.           23     TRUNK-1     Trunk-1                              [BWB6]
  377.           24     TRUNK-2     Trunk-2                              [BWB6]
  378.           25     LEAF-1      Leaf-1                               [BWB6]
  379.           26     LEAF-2      Leaf-2                               [BWB6]
  380.           27     RDP         Reliable Data Protocol            [138,RH6]
  381.           28     IRTP        Internet Reliable Transaction      [79,TXM]
  382.           29     ISO-TP4     ISO Transport Protocol Class 4    [63,RC77]
  383.           30     NETBLT      Bulk Data Transfer Protocol       [20,DDC1]
  384.           31     MFE-NSP     MFE Network Services Protocol    [124,BCH2]
  385.           32     MERIT-INP   MERIT Internodal Protocol             [HWB]
  386.           33     SEP         Sequential Exchange Protocol        [JC120]
  387.           34     3PC         Third Party Connect Protocol         [SAF3]
  388.        35-60                 Unassigned                            [JBP]
  389.           61                 any host internal protocol            [JBP]
  390.           62     CFTP        CFTP                              [50,HCF2]
  391.  
  392.  
  393.  
  394. Reynolds & Postel                                               [Page 7]
  395.  
  396. RFC 1060                    Assigned Numbers                  March 1990
  397.  
  398.  
  399.           63                 any local network                     [JBP]
  400.           64     SAT-EXPAK   SATNET and Backroom EXPAK             [SHB]
  401.           65                 Unassigned                            [JBP]
  402.           66     RVD         MIT Remote Virtual Disk Protocol      [MBG]
  403.           67     IPPC        Internet Pluribus Packet Core         [SHB]
  404.           68                 any distributed file system           [JBP]
  405.           69     SAT-MON     SATNET Monitoring                     [SHB]
  406.           70     VISA        VISA Protocol                        [GXT1]
  407.           71     IPCV        Internet Packet Core Utility          [SHB]
  408.        72-75                 Unassigned                            [JBP]
  409.           76     BR-SAT-MON  Backroom SATNET Monitoring            [SHB]
  410.           77     SUN-ND      SUN ND PROTOCOL-Temporary             [WM3]
  411.           78     WB-MON      WIDEBAND Monitoring                   [SHB]
  412.           79     WB-EXPAK    WIDEBAND EXPAK                        [SHB]
  413.           80     ISO-IP      ISO Internet Protocol                 [MTR]
  414.           81     VMTP        VMTP                                 [DRC3]
  415.           82     SECURE-VMTP SECURE-VMTP                          [DRC3]
  416.           83     VINES       VINES                                 [BXH]
  417.           84     TTP         TTP                                   [JXS]
  418.           85     NSFNET-IGP  NSFNET-IGP                            [HWB]
  419.           86     DGP         Dissimilar Gateway Protocol      [74,ML109]
  420.           87     TCF         TCF                                  [GAL5]
  421.           88     IGRP        IGRP                               [18,GXS]
  422.           89     OSPFIGP     OSPFIGP                           [83,JTM4]
  423.           90     Sprite-RPC  Sprite RPC Protocol               [143,BXW]
  424.           91     LARP        Locus Address Resolution Protocol     [BXH]
  425.        92-254                Unassigned                            [JBP]
  426.           255                Reserved                              [JBP]
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. Reynolds & Postel                                               [Page 8]
  451.  
  452. RFC 1060                    Assigned Numbers                  March 1990
  453.  
  454.  
  455.                                  PORT NUMBERS
  456.  
  457. Ports are used in the TCP [45,106] to name the ends of logical
  458. connections which carry long term conversations.  For the purpose of
  459. providing services to unknown callers, a service contact port is
  460. defined.  This list specifies the port used by the server process as its
  461. contact port.  The contact port is sometimes called the "well-known
  462. port".
  463.  
  464. To the extent possible, these same port assignments are used with the
  465. UDP [46,104].
  466.  
  467. To the extent possible, these same port assignments are used with the
  468. ISO-TP4 [64].
  469.  
  470. The assigned ports use a small portion of the possible port numbers.
  471. The assigned ports have all except the low order eight bits cleared to
  472. zero.  The low order eight bits are specified here.
  473.  
  474.    Port Assignments:
  475.  
  476.    Decimal   Keyword    Description                         References
  477.    -------   -------    -----------                         ----------
  478.      0                  Reserved                                 [JBP]
  479.      1       TCPMUX     TCP Port Service Multiplexer             [MKL]
  480.      2-4                Unassigned                               [JBP]
  481.      5       RJE        Remote Job Entry                      [12,JBP]
  482.      7       ECHO       Echo                                  [95,JBP]
  483.      9       DISCARD    Discard                               [94,JBP]
  484.     11       USERS      Active Users                          [89,JBP]
  485.     13       DAYTIME    Daytime                               [93,JBP]
  486.     15                  Unassigned                               [JBP]
  487.     17       QUOTE      Quote of the Day                     [100,JBP]
  488.     19       CHARGEN    Character Generator                   [92,JBP]
  489.     20       FTP-DATA   File Transfer [Default Data]          [96,JBP]
  490.     21       FTP        File Transfer [Control]               [96,JBP]
  491.     23       TELNET     Telnet                               [112,JBP]
  492.     25       SMTP       Simple Mail Transfer                 [102,JBP]
  493.     27       NSW-FE     NSW User System FE                    [24,RHT]
  494.     29       MSG-ICP    MSG ICP                               [85,RHT]
  495.     31       MSG-AUTH   MSG Authentication                    [85,RHT]
  496.     33       DSP        Display Support Protocol                 [EXC]
  497.     35                  any private printer server               [JBP]
  498.     37       TIME       Time                                 [108,JBP]
  499.     39       RLP        Resource Location Protocol                [MA]
  500.     41       GRAPHICS   Graphics                             [129,JBP]
  501.     42       NAMESERVER Host Name Server                      [99,JBP]
  502.     43       NICNAME    Who Is                               [55,MARY]
  503.  
  504.  
  505.  
  506. Reynolds & Postel                                               [Page 9]
  507.  
  508. RFC 1060                    Assigned Numbers                  March 1990
  509.  
  510.  
  511.     44       MPM-FLAGS  MPM FLAGS Protocol                       [JBP]
  512.     45       MPM        Message Processing Module [recv]      [98,JBP]
  513.     46       MPM-SND    MPM [default send]                    [98,JBP]
  514.     47       NI-FTP     NI FTP                               [134,SK8]
  515.     49       LOGIN      Login Host Protocol                     [PHD1]
  516.     51       LA-MAINT   IMP Logical Address Maintenance       [76,AGM]
  517.     53       DOMAIN     Domain Name Server                 [81,95,PM1]
  518.     55       ISI-GL     ISI Graphics Language                  [7,RB9]
  519.     57                  any private terminal access              [JBP]
  520.     59                  any private file service                 [JBP]
  521.     61       NI-MAIL    NI MAIL                                [5,SK8]
  522.     63       VIA-FTP    VIA Systems - FTP                        [DXD]
  523.     65       TACACS-DS  TACACS-Database Service               [3,KH43]
  524.     67       BOOTPS     Bootstrap Protocol Server            [36,WJC2]
  525.     68       BOOTPC     Bootstrap Protocol Client            [36,WJC2]
  526.     69       TFTP       Trivial File Transfer               [126,DDC1]
  527.     71       NETRJS-1   Remote Job Service                   [10,RTB3]
  528.     72       NETRJS-2   Remote Job Service                   [10,RTB3]
  529.     73       NETRJS-3   Remote Job Service                   [10,RTB3]
  530.     74       NETRJS-4   Remote Job Service                   [10,RTB3]
  531.     75                  any private dial out service             [JBP]
  532.     77                  any private RJE service                  [JBP]
  533.     79       FINGER     Finger                                [52,KLH]
  534.     81       HOSTS2-NS  HOSTS2 Name Server                      [EAK1]
  535.     83       MIT-ML-DEV MIT ML Device                            [DPR]
  536.     85       MIT-ML-DEV MIT ML Device                            [DPR]
  537.     87                  any private terminal link                [JBP]
  538.     89       SU-MIT-TG  SU/MIT Telnet Gateway                    [MRC]
  539.     91       MIT-DOV    MIT Dover Spooler                        [EBM]
  540.     93       DCP        Device Control Protocol                 [DT15]
  541.     95       SUPDUP     SUPDUP                                [27,MRC]
  542.     97       SWIFT-RVF  Swift Remote Vitural File Protocol       [MXR]
  543.     98       TACNEWS    TAC News                                [ANM2]
  544.     99       METAGRAM   Metagram Relay                          [GEOF]
  545.    101       HOSTNAME   NIC Host Name Server                 [54,MARY]
  546.    102       ISO-TSAP   ISO-TSAP                              [16,MTR]
  547.    103       X400       X400                                    [HCF2]
  548.    104       X400-SND   X400-SND                                [HCF2]
  549.    105       CSNET-NS   Mailbox Name Nameserver             [127,MS56]
  550.    107       RTELNET    Remote Telnet Service                [101,JBP]
  551.    109       POP2       Post Office Protocol - Version 2     [14,JKR1]
  552.    110       POP3       Post Office Protocol - Version 3     [122,MTR]
  553.    111       SUNRPC     SUN Remote Procedure Call                [DXG]
  554.    113       AUTH       Authentication Service              [130,MCSJ]
  555.    115       SFTP       Simple File Transfer Protocol        [73,MKL1]
  556.    117       UUCP-PATH  UUCP Path Service                     [44,MAE]
  557.    119       NNTP       Network News Transfer Protocol        [65,PL4]
  558.    121       ERPC       Encore Expedited Remote Proc. Call   [132,JXO]
  559.  
  560.  
  561.  
  562. Reynolds & Postel                                              [Page 10]
  563.  
  564. RFC 1060                    Assigned Numbers                  March 1990
  565.  
  566.  
  567.    123       NTP        Network Time Protocol                [80,DLM1]
  568.    125       LOCUS-MAP  Locus PC-Interface Net Map Server   [137,EP53]
  569.    127       LOCUS-CON  Locus PC-Interface Conn Server      [137,EP53]
  570.    129       PWDGEN     Password Generator Protocol          [141,FJW]
  571.    130       CISCO-FNA  CISCO FNATIVE                            [WXB]
  572.    131       CISCO-TNA  CISCO TNATIVE                            [WXB]
  573.    132       CISCO-SYS  CISCO SYSMAINT                           [WXB]
  574.    133       STATSRV    Statistics Service                      [DLM1]
  575.    134       INGRES-NET INGRES-NET Service                       [MXB]
  576.    135       LOC-SRV    Location Service                         [JXP]
  577.    136       PROFILE    PROFILE Naming System                    [LLP]
  578.    137       NETBIOS-NS NETBIOS Name Service                     [JBP]
  579.    138       NETBIOS-DGM NETBIOS Datagram Service                [JBP]
  580.    139       NETBIOS-SSN NETBIOS Session Service                 [JBP]
  581.    140       EMFIS-DATA EMFIS Data Service                       [GB7]
  582.    141       EMFIS-CNTL EMFIS Control Service                    [GB7]
  583.    142       BL-IDM     Britton-Lee IDM                         [SXS1]
  584.    143       IMAP2      Interim Mail Access Protocol v2          [MRC]
  585.    144       NEWS       NewS                                     [JAG]
  586.    145       UAAC       UAAC Protocol                           [DAG4]
  587.    146       ISO-TP0    ISO-IP0                               [86,MTR]
  588.    147       ISO-IP     ISO-IP                                   [MTR]
  589.    148       CRONUS     CRONUS-SUPPORT                       [135,JXB]
  590.    149       AED-512    AED 512 Emulation Service                [AXB]
  591.    150       SQL-NET    SQL-NET                                  [MXP]
  592.    151       HEMS       HEMS                                  [87,CXT]
  593.    152       BFTP       Background File Transfer Program        [AD14]
  594.    153       SGMP       SGMP                                  [37,MS9]
  595.    154       NETSC-PROD NETSC                                   [SH37]
  596.    155       NETSC-DEV  NETSC                                   [SH37]
  597.    156       SQLSRV     SQL Service                              [CMR]
  598.    157       KNET-CMP   KNET/VM Command/Message Protocol    [77,GSM11]
  599.    158       PCMail-SRV PCMail Server                         [19,MXL]
  600.    159       NSS-Routing NSS-Routing                             [JXR]
  601.    160       SGMP-TRAPS SGMP-TRAPS                            [37,MS9]
  602.    161       SNMP       SNMP                                  [15,MTR]
  603.    162       SNMPTRAP   SNMPTRAP                              [15,MTR]
  604.    163       CMIP-Manage CMIP/TCP Manager                     [4,AXB1]
  605.    164       CMIP-Agent  CMIP/TCP Agent                       [4,AXB1]
  606.    165       XNS-Courier Xerox                               [144,SXA]
  607.    166       S-Net      Sirius Systems                           [BXL]
  608.    167       NAMP       NAMP                                     [MS9]
  609.    168       RSVD       RSVD                                    [NT12]
  610.    169       SEND       SEND                                   [WDW11]
  611.    170       Print-SRV  Network PostScript                       [BKR]
  612.    171       Multiplex  Network Innovations Multiplex            [KXD]
  613.    172       CL/1       Network Innovations CL/1                 [KXD]
  614.    173       Xyplex-MUX Xyplex                                   [BXS]
  615.  
  616.  
  617.  
  618. Reynolds & Postel                                              [Page 11]
  619.  
  620. RFC 1060                    Assigned Numbers                  March 1990
  621.  
  622.  
  623.    174       MAILQ      MAILQ                                    [RXZ]
  624.    175       VMNET      VMNET                                    [CXT]
  625.    176       GENRAD-MUX GENRAD-MUX                               [RXT]
  626.    177       XDMCP      X Display Manager Control Protocol      [RWS4]
  627.    178       NextStep   NextStep Window Server                   [LXH]
  628.    179       BGP        Border Gateway Protocol                  [KSL]
  629.    180       RIS        Intergraph                               [DXB]
  630.    181       Unify      Unify                                    [VXS]
  631.    182       Unisys-Cam Unisys-Cam                               [GXG]
  632.    183       OCBinder   OCBinder                                [JXO1]
  633.    184       OCServer   OCServer                                [JXO1]
  634.    185       Remote-KIS Remote-KIS                              [RXD1]
  635.    186       KIS        KIS Protocol                            [RXD1]
  636.    187       ACI        Application Communication Interface     [RXC1]
  637.    188       MUMPS      MUMPS                                   [HS23]
  638.    189       QFT        Queued File Transport                    [WXS]
  639.    190       GACP       Gateway Access Control Protocol          [PCW]
  640.    191       Prospero   Prospero                                 [BCN]
  641.    192       OSU-NMS    OSU Network Monitoring System            [DXK]
  642.    193       SRMP       Spider Remote Monitoring Protocol        [TXS]
  643.    194       IRC        Internet Relay Chat Protocol            [JXO2]
  644.    195       DN6-NLM-AUD DNSIX Network Level Module Audit       [LL69]
  645.    196       DN6-SMM-RED DNSIX Session Mgt Module Audit Redirect[LL69]
  646.    197       DLS        Directory Location Service               [SXB]
  647.    198       DLS-Mon    Directory Location Service Monitor       [SXB]
  648.    198-200              Unassigned                               [JBP]
  649.    201       AT-RMTP    AppleTalk Routing Maintenance            [RXC]
  650.    202       AT-NBP     AppleTalk Name Binding                   [RXC]
  651.    203       AT-3       AppleTalk Unused                         [RXC]
  652.    204       AT-ECHO    AppleTalk Echo                           [RXC]
  653.    205       AT-5       AppleTalk Unused                         [RXC]
  654.    206       AT-ZIS     AppleTalk Zone Information               [RXC]
  655.    207       AT-7       AppleTalk Unused                         [RXC]
  656.    208       AT-8       AppleTalk Unused                         [RXC]
  657.    209-223              Unassigned                               [JBP]
  658.    224-241              Reserved                                 [JBP]
  659.    243       SUR-MEAS   Survey Measurement                    [6,DDC1]
  660.    245       LINK       LINK                                  [1,RDB2]
  661.    246       DSP3270    Display Systems Protocol             [39,WJS1]
  662.    247-255              Reserved                                 [JBP]
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674. Reynolds & Postel                                              [Page 12]
  675.  
  676. RFC 1060                    Assigned Numbers                  March 1990
  677.  
  678.  
  679.                                 UNIX PORTS
  680.  
  681.    By convention, ports in the range 256 to 1024 are used for "Unix
  682.    Standard" services.  Listed here are some of the normal uses of these
  683.    port numbers.
  684.  
  685.    Service Name   Port/Protocol   Description
  686.    ------------   -------------   -----------
  687.  
  688.    echo            7/tcp
  689.    discard         9/tcp          sink null
  690.    systat          11/tcp         users
  691.    daytime         13/tcp
  692.    netstat         15/tcp
  693.    qotd            17/tcp         quote
  694.    chargen         19/tcp         ttytst source
  695.    ftp-data        20/tcp
  696.    ftp             21/tcp
  697.    telnet          23/tcp
  698.    smtp            25/tcp         mail
  699.    time            37/tcp         timserver
  700.    name            42/tcp         nameserver
  701.    whois           43/tcp         nicname
  702.    nameserver      53/tcp         domain
  703.    apts            57/tcp         any private terminal service
  704.    apfs            59/tcp         any private file service
  705.    rje             77/tcp         netrjs
  706.    finger          79/tcp
  707.    link            87/tcp         ttylink
  708.    supdup          95/tcp
  709.    newacct         100/tcp        [unauthorized use]
  710.    hostnames       101/tcp        hostname
  711.    iso-tsap        102/tcp        tsap
  712.    x400            103/tcp
  713.    x400-snd        104/tcp
  714.    csnet-ns        105/tcp        CSNET Name Service
  715.    pop-2           109/tcp        pop postoffice
  716.    sunrpc          111/tcp
  717.    auth            113/tcp        authentication
  718.    sftp            115/tcp
  719.    uucp-path       117/tcp
  720.    nntp            119/tcp        usenet readnews untp
  721.    ntp             123/tcp        network time protocol
  722.    statsrv         133/tcp
  723.    profile         136/tcp
  724.    NeWS            144/tcp        news
  725.    print-srv       170/tcp
  726.    exec            512/tcp        remote process execution;
  727.  
  728.  
  729.  
  730. Reynolds & Postel                                              [Page 13]
  731.  
  732. RFC 1060                    Assigned Numbers                  March 1990
  733.  
  734.  
  735.                                   authentication performed using
  736.                                   passwords and UNIX loppgin names
  737.    login           513/tcp        remote login a la telnet;
  738.                                   automatic authentication performed
  739.                                   based on priviledged port numbers
  740.                                   and distributed data bases which
  741.                                   identify "authentication domains"
  742.    cmd             514/tcp        like exec, but automatic
  743.                                   authentication is performed as for
  744.                                   login server
  745.    printer         515/tcp        spooler
  746.    efs             520/tcp        extended file name server
  747.    tempo           526/tcp        newdate
  748.    courier         530/tcp        rpc
  749.    conference      531/tcp        chat
  750.    netnews         532/tcp        readnews
  751.    uucp            540/tcp        uucpd
  752.    klogin          543/tcp
  753.    kshell          544/tcp        krcmd
  754.    dsf             555/tcp
  755.    remotefs        556/tcp        rfs server
  756.    chshell         562/tcp        chcmd
  757.    meter           570/tcp        demon
  758.    pcserver        600/tcp        Sun IPC server
  759.    nqs             607/tcp        nqs
  760.    mdqs            666/tcp
  761.    rfile           750/tcp
  762.    pump            751/tcp
  763.    qrh             752/tcp
  764.    rrh             753/tcp
  765.    tell            754/tcp        send
  766.    nlogin          758/tcp
  767.    con             759/tcp
  768.    ns              760/tcp
  769.    rxe             761/tcp
  770.    quotad          762/tcp
  771.    cycleserv       763/tcp
  772.    omserv          764/tcp
  773.    webster         765/tcp
  774.    phonebook       767/tcp        phone
  775.    vid             769/tcp
  776.    rtip            771/tcp
  777.    cycleserv2      772/tcp
  778.    submit          773/tcp
  779.    rpasswd         774/tcp
  780.    entomb          775/tcp
  781.    wpages          776/tcp
  782.    wpgs            780/tcp
  783.  
  784.  
  785.  
  786. Reynolds & Postel                                              [Page 14]
  787.  
  788. RFC 1060                    Assigned Numbers                  March 1990
  789.  
  790.  
  791.    mdbs_daemon     800/tcp
  792.    device          801/tcp
  793.    maitrd          997/tcp
  794.    busboy          998/tcp
  795.    garcon          999/tcp
  796.    blackjack       1025/tcp       network blackjack
  797.    bbn-mmc         1347/tcp       multi media conferencing
  798.    bbn-mmx         1348/tcp       multi media conferencing
  799.    orasrv          1525/tcp       oracle
  800.    ingreslock      1524/tcp
  801.    issd            1600/tcp
  802.    nkd             1650/tcp
  803.    dc              2001/tcp
  804.    mailbox         2004/tcp
  805.    berknet         2005/tcp
  806.    invokator       2006/tcp
  807.    dectalk         2007/tcp
  808.    conf            2008/tcp
  809.    news            2009/tcp
  810.    search          2010/tcp
  811.    raid-cc         2011/tcp       raid
  812.    ttyinfo         2012/tcp
  813.    raid-am         2013/tcp
  814.    troff           2014/tcp
  815.    cypress         2015/tcp
  816.    cypress-stat    2017/tcp
  817.    terminaldb      2018/tcp
  818.    whosockami      2019/tcp
  819.    servexec        2021/tcp
  820.    down            2022/tcp
  821.    ellpack         2025/tcp
  822.    shadowserver    2027/tcp
  823.    submitserver    2028/tcp
  824.    device2         2030/tcp
  825.    blackboard      2032/tcp
  826.    glogger         2033/tcp
  827.    scoremgr        2034/tcp
  828.    imsldoc         2035/tcp
  829.    objectmanager   2038/tcp
  830.    lam             2040/tcp
  831.    interbase       2041/tcp
  832.    isis            2042/tcp
  833.    rimsl           2044/tcp
  834.    dls             2047/tcp
  835.    dls-monitor     2048/tcp
  836.    shilp           2049/tcp
  837.    NSWS            3049/tcp
  838.    rfa             4672/tcp       remote file access server
  839.  
  840.  
  841.  
  842. Reynolds & Postel                                              [Page 15]
  843.  
  844. RFC 1060                    Assigned Numbers                  March 1990
  845.  
  846.  
  847.    commplex-main   5000/tcp
  848.    commplex-link   5001/tcp
  849.    padl2sim        5236/tcp
  850.    man             9535/tcp
  851.  
  852.    echo            7/udp
  853.    discard         9/udp          sink null
  854.    systat          11/udp         users
  855.    daytime         13/udp
  856.    netstat         15/udp
  857.    qotd            17/udp         quote
  858.    chargen         19/udp         ttytst source
  859.    time            37/udp         timserver
  860.    rlp             39/udp         resource
  861.    name            42/udp         nameserver
  862.    whois           43/udp         nicname
  863.    nameserver      53/udp         domain
  864.    bootps          67/udp         bootp
  865.    bootpc          68/udp
  866.    tftp            69/udp
  867.    sunrpc          111/udp
  868.    erpc            121/udp
  869.    ntp             123/udp
  870.    statsrv         133/udp
  871.    profile         136/udp
  872.    snmp            161/udp
  873.    snmp-trap       162/udp
  874.    at-rtmp         201/udp
  875.    at-nbp          202/udp
  876.    at-3            203/udp
  877.    at-echo         204/udp
  878.    at-5            205/udp
  879.    at-zis          206/udp
  880.    at-7            207/udp
  881.    at-8            208/udp
  882.    biff            512/udp        used by mail system to notify users
  883.                                   of new mail received; currently
  884.                                   receives messages only from
  885.                                   processes on the same machine
  886.    who             513/udp        maintains data bases showing who's
  887.                                   logged in to machines on a local
  888.                                   net and the load average of the
  889.                                   machine
  890.    syslog          514/udp
  891.    talk            517/udp        like tenex link, but across
  892.                                   machine - unfortunately, doesn't
  893.                                   use link protocol (this is actually
  894.                                   just a rendezvous port from which a
  895.  
  896.  
  897.  
  898. Reynolds & Postel                                              [Page 16]
  899.  
  900. RFC 1060                    Assigned Numbers                  March 1990
  901.  
  902.  
  903.                                   tcp connection is established)
  904.    ntalk           518/udp
  905.    utime           519/udp        unixtime
  906.    router          520/udp        local routing process (on site);
  907.                                   uses variant of Xerox NS routing
  908.                                   information protocol
  909.    timed           525/udp        timeserver
  910.    netwall         533/udp        for emergency broadcasts
  911.    new-rwho        550/udp        new-who
  912.    rmonitor        560/udp        rmonitord
  913.    monitor         561/udp
  914.    meter           571/udp        udemon
  915.    elcsd           704/udp        errlog copy/server daemon
  916.    loadav          750/udp
  917.    vid             769/udp
  918.    cadlock         770/udp
  919.    notify          773/udp
  920.    acmaint_dbd     774/udp
  921.    acmaint_transd  775/udp
  922.    wpages          776/udp
  923.    puparp          998/udp
  924.    applix          999/udp        Applix ac
  925.    puprouter       999/udp
  926.    cadlock         1000/udp
  927.    hermes          1248/udp
  928.    wizard          2001/udp       curry
  929.    globe           2002/udp
  930.    emce            2004/udp       CCWS mm conf
  931.    oracle          2005/udp
  932.    raid-cc         2006/udp       raid
  933.    raid-am         2007/udp
  934.    terminaldb      2008/udp
  935.    whosockami      2009/udp
  936.    pipe_server     2010/udp
  937.    servserv        2011/udp
  938.    raid-ac         2012/udp
  939.    raid-cd         2013/udp
  940.    raid-sf         2014/udp
  941.    raid-cs         2015/udp
  942.    bootserver      2016/udp
  943.    bootclient      2017/udp
  944.    rellpack        2018/udp
  945.    about           2019/udp
  946.    xinupageserver  2020/udp
  947.    xinuexpansion1  2021/udp
  948.    xinuexpansion2  2022/udp
  949.    xinuexpansion3  2023/udp
  950.    xinuexpansion4  2024/udp
  951.  
  952.  
  953.  
  954. Reynolds & Postel                                              [Page 17]
  955.  
  956. RFC 1060                    Assigned Numbers                  March 1990
  957.  
  958.  
  959.    xribs           2025/udp
  960.    scrabble        2026/udp
  961.    isis            2042/udp
  962.    isis-bcast      2043/udp
  963.    rimsl           2044/udp
  964.    cdfunc          2045/udp
  965.    sdfunc          2046/udp
  966.    dls             2047/udp
  967.    shilp           2049/udp
  968.    rmonitor_secure 5145/udp
  969.    xdsxdm          6558/udp
  970.    isode-dua       17007/udp
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Reynolds & Postel                                              [Page 18]
  1011.  
  1012. RFC 1060                    Assigned Numbers                  March 1990
  1013.  
  1014.  
  1015.                        INTERNET MULTICAST ADDRESSES
  1016.  
  1017.    Host Extensions for IP Multicasting (RFC-1112) [43] specifies the
  1018.    extensions required of a host implementation of the Internet Protocol
  1019.    (IP) to support multicasting.  Current addresses are listed below.
  1020.  
  1021.       224.0.0.0  Reserved                                       [43,JBP]
  1022.       224.0.0.1  All Hosts on this Subnet                       [43,JBP]
  1023.       224.0.0.2  All Gateways on this Subnet (proposed)            [JBP]
  1024.       224.0.0.3  Unassigned                                        [JBP]
  1025.       224.0.0.4  DVMRP    Routers                              [140,JBP]
  1026.       224.0.0.5  OSPFIGP  OSPFIGP All Routers                  [83,JXM1]
  1027.       224.0.0.6  OSPFIGP  OSPFIGP Designated Routers           [83,JXM1]
  1028.       244.0.0.7-244.0.0.255 Unassigned                             [JBP]
  1029.       224.0.1.0  VMTP Managers Group                           [17,DRC3]
  1030.       224.0.1.1  NTP      Network Time Protocol                [80,DLM1]
  1031.       224.0.1.2  SGI-Dogfight                                      [AXC]
  1032.       224.0.1.3  Rwhod                                             [SXD]
  1033.       224.0.1.4  VNP                                              [DRC3]
  1034.       244.0.1.5-244.0.1.255  Unassigned                            [JBP]
  1035.       224.0.2.1  "rwho" Group (BSD) (unofficial)                   [JBP]
  1036.       232.x.x.x  VMTP transient groups                         [17,DRC3]
  1037.  
  1038.       Note that when used on an Ethernet or IEEE 802 network, the 23
  1039.       low-order bits of the IP Multicast address are placed in the low-
  1040.       order 23 bits of the Ethernet or IEEE 802 net multicast address
  1041.       1.0.94.0.0.0.  See the next section on "IANA ETHERNET ADDRESS
  1042.       BLOCK".
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Reynolds & Postel                                              [Page 19]
  1067.  
  1068. RFC 1060                    Assigned Numbers                  March 1990
  1069.  
  1070.  
  1071.                          IANA ETHERNET ADDRESS BLOCK
  1072.  
  1073.    The IANA owns an Ethernet address block which may be used for
  1074.    multicast address asignments or other special purposes.
  1075.  
  1076.    The address block in IEEE binary is (which is in bit transmission
  1077.    order):
  1078.  
  1079.                        0000 0000 0000 0000 0111 1010
  1080.  
  1081.    In the normal Internet dotted decimal notation this is 0.0.94 since
  1082.    the bytes are transmitted higher order first and bits within bytes
  1083.    are transmitted lower order first (see "Data Notation" in the
  1084.    Introduction).
  1085.  
  1086.    IEEE CSMA/CD and Token Bus bit transmission order: 00 00 5E
  1087.  
  1088.    IEEE Token Ring bit transmission order: 00 00 7A
  1089.  
  1090.    Appearance on the wire (bits transmitted from left to right):
  1091.  
  1092.        0                           23                            47
  1093.        |                           |                             |
  1094.        1000 0000 0000 0000 0111 1010 xxxx xxx0 xxxx xxxx xxxx xxxx
  1095.        |                                     |
  1096.        Multicast Bit                         0 = Internet Multicast
  1097.                                              1 = Assigned by IANA for
  1098.                                                  other uses
  1099.  
  1100.    Appearance in memory (bits transmitted right-to-left within octets,
  1101.    octets transmitted left-to-right):
  1102.  
  1103.        0                           23                            47
  1104.        |                           |                             |
  1105.        0000 0001 0000 0000 0101 1110 0xxx xxxx xxxx xxxx xxxx xxxx
  1106.                |                     |
  1107.                Multicast Bit         0 = Internet Multicast
  1108.                                      1 = Assigned by IANA for other uses
  1109.  
  1110.    The latter representation corresponds to the Internet standard bit-
  1111.    order, and is the format that most programmers have to deal with.
  1112.    Using this representation, the range of Internet Multicast addresses
  1113.    is:
  1114.  
  1115.           01-00-5E-00-00-00  to  01-00-5E-7F-FF-FF  in hex, or
  1116.  
  1117.           1.0.94.0.0.0  to  1.0.94.127.255.255  in dotted decimal
  1118.  
  1119.  
  1120.  
  1121.  
  1122. Reynolds & Postel                                              [Page 20]
  1123.  
  1124. RFC 1060                    Assigned Numbers                  March 1990
  1125.  
  1126.  
  1127.                              IP TOS PARAMETERS
  1128.  
  1129.    This documents the default Type-of-Service values that are currently
  1130.    recommended for the most important Internet protocols.
  1131.  
  1132.    There are three binary TOS attributes: low delay, high throughput,
  1133.    and high reliability; in each case, an attribute bit is turned on to
  1134.    indicate "better".  The three attributes cannot all be optimized
  1135.    simultanously, and in fact the TOS algorithms that have been
  1136.    discussed tend to make "better" values of the attributes mutually
  1137.    exclusive.  Therefore, the recommended values have at most one bit
  1138.    on.
  1139.  
  1140.    Generally, protocols which are involved in direct interaction with a
  1141.    human should select low delay, while data transfers which may involve
  1142.    large blocks of data are need high throughput.  Finally, high
  1143.    reliability is most important for datagram-based Internet management
  1144.    functions.
  1145.  
  1146.    Application protocols not included in these tables should be able to
  1147.    make appropriate choice of low delay (1 0 0) or high throughput (0 1
  1148.    0).
  1149.  
  1150.    The following are recommended values for TOS:
  1151.  
  1152.                   ----- Type-of-Service Value -----
  1153.  
  1154.                     Low        High         High
  1155.       Protocol     Delay    Throughput  Reliability
  1156.  
  1157.       TELNET (1)    1           0           0
  1158.  
  1159.       FTP
  1160.         Control     1           0           0
  1161.         Data (2)    0           1           0
  1162.  
  1163.       TFTP          1           0           0
  1164.  
  1165.       SMTP  (3)
  1166.         Cmd phase   1           0           0
  1167.         DATA phase  0           1           0
  1168.  
  1169.       Domain Name Service
  1170.         UDP Query   1           0           0
  1171.         TCP Query   0           0           0
  1172.         Zone Tnsfr  0           1           0
  1173.  
  1174.       NNTP          0           0           0
  1175.  
  1176.  
  1177.  
  1178. Reynolds & Postel                                              [Page 21]
  1179.  
  1180. RFC 1060                    Assigned Numbers                  March 1990
  1181.  
  1182.  
  1183.       ICMP
  1184.         Errors      0           0           0
  1185.         Queries     0           0           0
  1186.  
  1187.       Any IGP       0           0           1
  1188.  
  1189.       EGP           0           0           0
  1190.  
  1191.       SNMP          0           0           1
  1192.  
  1193.       BOOTP         0           0           0
  1194.  
  1195.       Notes:
  1196.  
  1197.       (1)  Includes all interactive user protocols (e.g., rlogin).
  1198.  
  1199.       (2)  Includes all bulk data transfer protocols (e.g., rcp).
  1200.  
  1201.       (3)  If the implementation does not support changing the TOS
  1202.            during the lifetime of the connection, then the recommended
  1203.            TOS on opening the connection is (0,0,0).
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. Reynolds & Postel                                              [Page 22]
  1235.  
  1236. RFC 1060                    Assigned Numbers                  March 1990
  1237.  
  1238.  
  1239.                          IP TIME TO LIVE PARAMETER
  1240.  
  1241.    The current recommended default TTL for the Internet Protocol (IP)
  1242.    RFC-791 [45,105] is 32.
  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.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290. Reynolds & Postel                                              [Page 23]
  1291.  
  1292. RFC 1060                    Assigned Numbers                  March 1990
  1293.  
  1294.  
  1295.                          DOMAIN SYSTEM PARAMETERS
  1296.  
  1297.    The Internet Domain Naming System (DOMAIN) includes several
  1298.    parameters.  These are documented in RFC-1034, [81] and RFC-1035
  1299.    [82].  The CLASS parameter is listed here.  The per CLASS parameters
  1300.    are defined in separate RFCs as indicated.
  1301.  
  1302.    Domain System Parameters:
  1303.  
  1304.       Decimal   Name                                          References
  1305.       -------   ----                                          ----------
  1306.             0   Reserved                                           [PM1]
  1307.             1   Internet (IN)                                   [81,PM1]
  1308.             2   Unassigned                                         [PM1]
  1309.             3   Chaos (CH)                                         [PM1]
  1310.             4   Hessoid (HS)                                       [PM1]
  1311.       5-65534   Unassigned                                         [PM1]
  1312.         65535   Reserved
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346. Reynolds & Postel                                              [Page 24]
  1347.  
  1348. RFC 1060                    Assigned Numbers                  March 1990
  1349.  
  1350.  
  1351.                                BOOTP PARAMETERS
  1352.  
  1353.    The Bootstrap Protocol (BOOTP) RFC-951 [36] describes an IP/UDP
  1354.    bootstrap protocol (BOOTP) which allows a diskless client machine to
  1355.    discover its own IP address, the address of a server host, and the
  1356.    name of a file to be loaded into memory and executed.  The BOOTP
  1357.    Vendor Information Extensions RFC-1084 [117] proposes an addition to
  1358.    the Bootstrap Protocol (BOOTP).
  1359.  
  1360.    Vendor Extensions are listed below:
  1361.  
  1362.       Tag     Name          Data Length    Meaning          References
  1363.       ---     ----          -----------    -------          ----------
  1364.        0      Pad               0          None
  1365.        1      Subnet Mask       4          Subnet Mask Value
  1366.        2      Time Zone         4          Time Offset in
  1367.                                            Seconds from UTC
  1368.        3      Gateways          N          N/4 Gateway addresses
  1369.        4      Time Server       N          N/4 Timeserver addresses
  1370.        5      Name Server       N          N/4 IEN-116 Server addresses
  1371.        6      Domain Server     N          N/4 DNS Server addresses
  1372.        7      Log Server        N          N/4 Logging Server addresses
  1373.        8      Quotes Server     N          N/4 Quotes Server addresses
  1374.        9      LPR Server        N          N/4 Printer Server addresses
  1375.       10      Impress Server    N          N/4 Impress Server addresses
  1376.       11      RLP Server        N          N/4 RLP Server addresses
  1377.       12      Hostname          N          Hostname string
  1378.       13      Boot File Size    2          Size of boot file in 512 byte
  1379.                                            checks
  1380.       14      Merit Dump File              Client to dump and name
  1381.                                            the file to dump it to
  1382.       15-127  Unassigned
  1383.       128-154 Reserved
  1384.       255     End               0          None
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402. Reynolds & Postel                                              [Page 25]
  1403.  
  1404. RFC 1060                    Assigned Numbers                  March 1990
  1405.  
  1406.  
  1407.                        NETWORK MANAGEMENT PARAMETERS
  1408.  
  1409.    For the management of hosts and gateways on the Internet a data
  1410.    structure for the information has been defined.  This data structure
  1411.    should be used with any of several possible management protocols, such
  1412.    as the "Simple Network Management Protocol" (SNMP) RFC-1098 [15], or
  1413.    the "Common Management Information Protocol over TCP" (CMOT) [142].
  1414.  
  1415.    The data structure is the "Structure and Indentification of Management
  1416.    Information for TCP/IP-based Internets" (SMI) RFC-1065 [120], and the
  1417.    "Management Information Base for Network Management of TCP/IP-based
  1418.    Internets" (MIB) [121].
  1419.  
  1420.    The SMI includes the provision for parameters or codes to indicate
  1421.    experimental or private data structures.  These parameter assignments
  1422.    are listed here.
  1423.  
  1424.    The older "Simple Gateway Monitoring Protocol" (SGMP) RFC-1028 [37]
  1425.    also defined a data structure.  The parameter assignments used with
  1426.    SGMP are included here for hist orical completeness.
  1427.  
  1428.    SMI Network Management Experimental Codes:
  1429.  
  1430.       Prefix: 1.3.6.1.3.
  1431.  
  1432.       Decimal   Name          Description                     References
  1433.       -------   ----          -----------                     ----------
  1434.             0   Reserved                                          [JKR1]
  1435.             1   CLNP          ISO CLNP Objects                     [MTR]
  1436.             2   T1-Carrier    T1 Carrier Objects                   [MTR]
  1437.             3   IEEE8023      Ethernet-like Objects                [MTR]
  1438.             4   IEEE8025      Token Ring-like Objects              [MTR]
  1439.  
  1440.    SMI Network Management Private Enterprise Codes:
  1441.  
  1442.       Prefix: 1.3.6.1.4.1.
  1443.  
  1444.       Decimal   Name                                          References
  1445.       -------   ----                                          ----------
  1446.             0   Reserved                                          [JKR1]
  1447.             1   Proteon                                          [GSM11]
  1448.             2   IBM                                                [JXR]
  1449.             3   CMU                                                [SXW]
  1450.             4   Unix                                               [KXS]
  1451.             5   ACC                                               [AB20]
  1452.             6   TWG                                                [KZM]
  1453.             7   CAYMAN                                            [BP52]
  1454.             8   NYSERNET                                           [MS9]
  1455.  
  1456.  
  1457.  
  1458. Reynolds & Postel                                              [Page 26]
  1459.  
  1460. RFC 1060                    Assigned Numbers                  March 1990
  1461.  
  1462.  
  1463.             9   cisco                                              [GXS]
  1464.            10   NSC                                              [GS123]
  1465.            11   HP                                                [RDXS]
  1466.            12   Epilogue                                           [KA4]
  1467.            13   U of Tennessee                                   [JDC20]
  1468.            14   BBN                                                [RH6]
  1469.            15   Xylogics, Inc.                                    [JRL3]
  1470.            16   Unisys                                             [UXW]
  1471.            17   Canstar                                            [SXP]
  1472.            18   Wellfleet                                         [JCB1]
  1473.            19   TRW                                               [GGB2]
  1474.            20   MIT                                               [JR35]
  1475.            21   EON                                                [MXW]
  1476.            22   Spartacus                                          [YXK]
  1477.            23   Excelan                                            [RXB]
  1478.            24   Spider Systems                                     [VXW]
  1479.            25   NSFNET                                             [HWB]
  1480.            26   Hughes LAN Systems                                [AXC1]
  1481.            27   Intergraph                                         [SXC]
  1482.            28   Interlan                                          [FJK2]
  1483.            29   Vitalink Communications                            [FXB]
  1484.            30   Ulana                                              [BXA]
  1485.            31   NSWC                                              [SRN1]
  1486.            32   Santa Cruz Operation                              [KR35]
  1487.            33   Xyplex                                             [BXS]
  1488.            34   Cray                                               [HXE]
  1489.            35   Bell Northern Research                             [GXW]
  1490.            36   DEC                                               [RXB1]
  1491.            37   Touch                                              [BXB]
  1492.            38   Network Research Corp.                             [BXV]
  1493.            39   Baylor College of Medicine                        [SB98]
  1494.            40   NMFECC-LLNL                                        [SXH]
  1495.            41   SRI                                              [DW181]
  1496.            42   Sun Microsystems                                   [DXY]
  1497.            43   3Com                                               [TB6]
  1498.            44   CMC                                                [DXP]
  1499.            45   SynOptics                                         [BXB1]
  1500.            46   Cheyenne Software                                  [RXH]
  1501.            47   Prime Computer                                     [MXS]
  1502.            48   MCNC/North Carolina Data Network                   [KXW]
  1503.            49   Chipcom                                            [JXC]
  1504.            50   Optical Data Systems                               [JXF]
  1505.            51   gated                                              [JXH]
  1506.            52   Cabletron Systems                                  [RXD]
  1507.            53   Apollo Computers                                   [JXB]
  1508.            54   DeskTalk Systems, Inc.                             [DXK]
  1509.            55   SSDS                                               [RXS]
  1510.            56   Castle Rock Computing                             [JXS1]
  1511.  
  1512.  
  1513.  
  1514. Reynolds & Postel                                              [Page 27]
  1515.  
  1516. RFC 1060                    Assigned Numbers                  March 1990
  1517.  
  1518.  
  1519.            57   MIPS Computer Systems                              [CXM]
  1520.            58   TGV, Inc.                                          [KAA]
  1521.            59   Silicon Graphics, Inc.                             [RXJ]
  1522.            60   University of British Columbia                     [DXM]
  1523.            61   Merit                                              [BXN]
  1524.            62   FiberCom                                           [EXR]
  1525.            63   Apple Computer Inc                                [JXH1]
  1526.            64   Gandalf                                            [HXK]
  1527.            65   Dartmouth                                          [PXK]
  1528.            66   David Systems                                      [DXM]
  1529.            67   Reuter                                             [BXZ]
  1530.            68   Cornell                                          [DC126]
  1531.            69   TMAC                                             [MLS34]
  1532.            70   Locus Computing Corp.                              [AXS]
  1533.            71   NASA                                              [SS92]
  1534.            72   Retix                                              [AXM]
  1535.            73   Boeing                                             [JXG]
  1536.            74   AT&T                                              [AXC2]
  1537.            75   Ungermann-Bass                                     [DXM]
  1538.            76   Digital Analysis Corp.                             [SXK]
  1539.            77   LAN Manager                                       [JXG1]
  1540.            78   Netlabs                                          [JB478]
  1541.            79   ICL                                                [JXI]
  1542.            80   Auspex Systems                                     [BXE]
  1543.            81   Lannet Company                                     [EXR]
  1544.            82   Network Computing Devices                        [DM280]
  1545.            83   Raycom Systems                                    [BXW1]
  1546.            84   Pirelli Focom Ltd.                                 [SXL]
  1547.            85   Datability Software Systems                        [LXF]
  1548.            86   Network Application Technology                     [YXW]
  1549.            87   LINK (Lokales Informatik-Netz Karlsruhe)           [GXS]
  1550.            88   NYU                                               [BJR2]
  1551.            89   RND                                                [RXN]
  1552.            90   InterCon Systems Corporation                      [AW90]
  1553.  
  1554.    SGMP Vendor Specific Codes:
  1555.  
  1556.       Prefix: 1,255,
  1557.  
  1558.       Decimal   Name                                          References
  1559.       -------   ----                                          ----------
  1560.             0   Reserved                                          [JKR1]
  1561.             1   Proteon                                           [JS18]
  1562.             2   IBM                                                [JXR]
  1563.             3   CMU                                                [SXW]
  1564.             4   Unix                                               [MS9]
  1565.             5   ACC                                               [AB20]
  1566.             6   TWG                                                [MTR]
  1567.  
  1568.  
  1569.  
  1570. Reynolds & Postel                                              [Page 28]
  1571.  
  1572. RFC 1060                    Assigned Numbers                  March 1990
  1573.  
  1574.  
  1575.             7   CAYMAN                                            [BP52]
  1576.             8   NYSERNET                                           [MS9]
  1577.             9   cisco                                              [GS2]
  1578.            10   BBN                                                [RH6]
  1579.            11   Unassigned                                        [JKR1]
  1580.            12   MIT                                               [JR35]
  1581.        13-254   Unassigned                                        [JKR1]
  1582.           255   Reserved                                          [JKR1]
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626. Reynolds & Postel                                              [Page 29]
  1627.  
  1628. RFC 1060                    Assigned Numbers                  March 1990
  1629.  
  1630.  
  1631.                      ARPANET AND MILNET LOGICAL ADDRESSES
  1632.  
  1633.    The ARPANET facility for "logical addressing" is described in RFC-878
  1634.    [57] and RFC-1005 [109].  A portion of the possible logical addresses
  1635.    are reserved for standard uses.
  1636.  
  1637.    There are 49,152 possible logical host addresses.  Of these, 256 are
  1638.    reserved for assignment to well-known functions.  Assignments for
  1639.    well-known functions are made by the IANA.  Assignments for other
  1640.    logical host addresses are made by the NIC.
  1641.  
  1642.    Logical Address Assignments:
  1643.  
  1644.       Decimal    Description                                  References
  1645.       -------    -----------                                  ----------
  1646.       0          Reserved                                          [JBP]
  1647.       1          The BBN Core Gateways                              [MB]
  1648.       2-254      Unassigned                                        [JBP]
  1649.       255        Reserved                                          [JBP]
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682. Reynolds & Postel                                              [Page 30]
  1683.  
  1684. RFC 1060                    Assigned Numbers                  March 1990
  1685.  
  1686.  
  1687.                        ARPANET AND MILNET LINK NUMBERS
  1688.  
  1689.    The word "link" here refers to a field in the original ARPANET
  1690.    Host/IMP interface leader.  The link was originally defined as an 8-
  1691.    bit field.  Later specifications defined this field as the "message-
  1692.    id" with a length of 12 bits.  The name link now refers to the high
  1693.    order 8 bits of this 12-bit message-id field.  The Host/IMP interface
  1694.    is defined in BBN Report 1822 [2].
  1695.  
  1696.    The low-order 4 bits of the message-id field are called the sub-link.
  1697.    Unless explicitly specified otherwise for a particular protocol,
  1698.    there is no sender to receiver significance to the sub-link.  The
  1699.    sender may use the sub-link in any way he chooses (it is returned in
  1700.    the RFNM by the destination IMP), the receiver should ignore the
  1701.    sub-link.
  1702.  
  1703.    Link Assignments:
  1704.  
  1705.       Decimal   Description                                   References
  1706.       -------   -----------                                   ----------
  1707.       0-63      BBNCC Monitoring                                    [MB]
  1708.       64-149    Unassigned                                         [JBP]
  1709.       150       Xerox NS IDP                                 [133,XEROX]
  1710.       151       Unassigned                                         [JBP]
  1711.       152       PARC Universal Protocol                        [8,XEROX]
  1712.       153       TIP Status Reporting                               [JGH]
  1713.       154       TIP Accounting                                     [JGH]
  1714.       155       Internet Protocol [regular]                    [105,JBP]
  1715.       156-158   Internet Protocol [experimental]               [105,JBP]
  1716.       159       Figleaf Link                                      [JBW1]
  1717.       160       Blacker Local Network Protocol                    [DM28]
  1718.       161-194   Unassigned                                         [JBP]
  1719.       195       ISO-IP                                          [64,RXM]
  1720.       196-247   Experimental Protocols                             [JBP]
  1721.       248-255   Network Maintenance                                [JGH]
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738. Reynolds & Postel                                              [Page 31]
  1739.  
  1740. RFC 1060                    Assigned Numbers                  March 1990
  1741.  
  1742.  
  1743.                    ARPANET AND MILNET X.25 ADDRESS MAPPINGS
  1744.  
  1745.    All MILNET hosts are assigned addresses by the Defense Data Network
  1746.    (DDN).  The address of a MILNET host may be obtained from the Network
  1747.    Information Center (NIC), represented as an ASCII text string in what
  1748.    is called "host table format".  This section describes the process by
  1749.    which MILNET X.25 addresses may be derived from addresses in the NIC
  1750.    host table format.
  1751.  
  1752.    A NIC host table address consists of the ASCII text string
  1753.    representations of four decimal numbers separated by periods,
  1754.    corresponding to the four octeted of a thirty-two bit Internet
  1755.    address.  The four decimal numbers are referred to in this section as
  1756.    "n", "h' "l", and "i".  Thus, a host table address may be represented
  1757.    as: "n.h.l.i".  Each of these four numbers will have either one, two,
  1758.    or three decimal digits and will never have a value greater than 255.
  1759.    For example, in the host table, address: "10.2.0.124", n=10, h=2,
  1760.    l=0, and i=124.  To convert a host table address to a MILNET X.25
  1761.    address:
  1762.  
  1763.       1.  If h < 64, the host table address corresponds to the X.25
  1764.       physical address:
  1765.  
  1766.                              ZZZZ F IIIHHZZ (SS)
  1767.  
  1768.       where:
  1769.  
  1770.            ZZZZ = 0000    as required
  1771.  
  1772.            F = 0          because the address is a physical address;
  1773.  
  1774.            III            is a three decimal digit respresentation of
  1775.                           "i", right-adjusted and padded with leading
  1776.                           zeros if required;
  1777.  
  1778.            HH             is a two decimal digit representation of "h",
  1779.                           right-adjusted and padded with leading zeros
  1780.                           if required;
  1781.  
  1782.            ZZ = 00        and
  1783.  
  1784.            (SS)           is optional
  1785.  
  1786.       In the example given above, the host table address 10.2.0.124
  1787.       corresponds to the X.25 physical address 000001240200.
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794. Reynolds & Postel                                              [Page 32]
  1795.  
  1796. RFC 1060                    Assigned Numbers                  March 1990
  1797.  
  1798.  
  1799.    2.  If h > 64 or h = 64, the host table address corresponds to the
  1800.    X.25 logical address
  1801.  
  1802.                             ZZZZ F RRRRRZZ (SS)
  1803.  
  1804.    where:
  1805.  
  1806.         ZZZZ = 0000    as required
  1807.  
  1808.         F = 1          because the address is a logical address;
  1809.  
  1810.         RRRRR          is a five decimal digit representation of
  1811.                        the result "r" of the calculation
  1812.  
  1813.                                 r = h * 256 + i
  1814.  
  1815.                        (Note that the decimal representation of
  1816.                        "r" will always require five digits);
  1817.  
  1818.         ZZ = 00        and
  1819.  
  1820.         (SS)           is optional
  1821.  
  1822.       Thus, the host table address 10.83.0.207 corresponds to the X.25
  1823.       logical address 000012145500.
  1824.  
  1825.    In both cases, the "n" and "l" fields of the host table address are
  1826.    not used.
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850. Reynolds & Postel                                              [Page 33]
  1851.  
  1852. RFC 1060                    Assigned Numbers                  March 1990
  1853.  
  1854.  
  1855.                        IEEE 802 NUMBERS OF INTEREST
  1856.  
  1857.    Some of the networks of all classes are IEEE 802 Networks.  These
  1858.    systems may use a Link Service Access Point (LSAP) field in much the
  1859.    same way the ARPANET uses the "link" field.  Further, there is an
  1860.    extension of the LSAP header called the Sub-Network Access Protocol
  1861.    (SNAP).
  1862.  
  1863.    The IEEE likes to describe numbers in binary in bit transmission
  1864.    order, which is the opposite of the big-endian order used throughout
  1865.    the Internet protocol documentation.
  1866.  
  1867.    Assignments:
  1868.  
  1869.       Link Service Access Point   Description                References
  1870.       -------------------------   -----------                ----------
  1871.       IEEE     Internet
  1872.       binary   binary    decimal
  1873.       00000000 00000000        0   Null LSAP                      [IEEE]
  1874.       01000000 00000010        2   Indiv LLC Sublayer Mgt         [IEEE]
  1875.       11000000 00000011        3   Group LLC Sublayer Mgt         [IEEE]
  1876.       00100000 00000100        4   SNA Path Control               [IEEE]
  1877.       01100000 00000110        6   Reserved (DOD IP)           [104,JBP]
  1878.       01110000 00001110       14   PROWAY-LAN                     [IEEE]
  1879.       01110010 01001110       78   EIA-RS 511                     [IEEE]
  1880.       01111010 01011110       94   ISI IP                          [JBP]
  1881.       01110001 10001110      142   PROWAY-LAN                     [IEEE]
  1882.       01010101 10101010      170   SNAP                           [IEEE]
  1883.       01111111 11111110      254   ISO DIS 8473                 [64,JXJ]
  1884.       11111111 11111111      255   Global DSAP                    [IEEE]
  1885.  
  1886.    These numbers (and others) are assigned by the IEEE Standards Office.
  1887.    The address is: IEEE Standards Office, 345 East 47th Street, New
  1888.    York, N.Y. 10017, Attn: Vince Condello.  Phone: (212) 705-7092.
  1889.  
  1890.    At an ad hoc special session on "IEEE 802 Networks and ARP", held
  1891.    during the TCP Vendors Workshop (August 1986), an approach to a
  1892.    consistent way to send DoD-IP datagrams and other IP related
  1893.    protocols (such as the Address Resolution Protocol (ARP)) on 802
  1894.    networks was developed, using the SNAP extension (see RFC-1010 and
  1895.    RFC-1042 [90]).
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906. Reynolds & Postel                                              [Page 34]
  1907.  
  1908. RFC 1060                    Assigned Numbers                  March 1990
  1909.  
  1910.  
  1911.                        ETHERNET NUMBERS OF INTEREST
  1912.  
  1913.    Many of the networks of all classes are Ethernets (10Mb) or
  1914.    Experimental Ethernets (3Mb).  These systems use a message "type"
  1915.    field in much the same way the ARPANET uses the "link" field.
  1916.  
  1917.    If you need an Ethernet type, contact the Xerox Corporation, Xerox
  1918.    Systems Institute, 475 Oakmead Parkway, Sunnyvale, CA 94086, Attn:
  1919.    Ms. Fonda Pallone, (408) 737-4652.
  1920.  
  1921.    The following list is contributed unverified information from various
  1922.    sources.
  1923.  
  1924.    Assignments:
  1925.  
  1926.       Ethernet          Exp. Ethernet    Description          References
  1927.       -------------     -------------   -----------           ----------
  1928.       decimal  Hex      decimal  octal
  1929.          000   0000-05DC   -       -    IEEE802.3 Length Field   [XEROX]
  1930.          257   0101-01FF   -       -    Experimental             [XEROX]
  1931.          512   0200        512   1000   XEROX PUP (see 0A00)   [8,XEROX]
  1932.          513   0201        -      -     PUP Addr Trans (see 0A01)[XEROX]
  1933.         1536   0600       1536   3000   XEROX NS IDP         [133,XEROX]
  1934.         2048   0800        513   1001   DOD IP                 [105,JBP]
  1935.         2049   0801        -      -     X.75 Internet            [XEROX]
  1936.         2050   0802        -      -     NBS Internet             [XEROX]
  1937.         2051   0803        -      -     ECMA Internet            [XEROX]
  1938.         2052   0804        -      -     Chaosnet                 [XEROX]
  1939.         2053   0805        -      -     X.25 Level 3             [XEROX]
  1940.         2054   0806        -      -     ARP                     [88,JBP]
  1941.         2055   0807        -      -     XNS Compatability        [XEROX]
  1942.         2076   081C        -      -     Symbolics Private         [DCP1]
  1943.         2184   0888-088A   -      -     Xyplex                   [XEROX]
  1944.         2304   0900        -      -     Ungermann-Bass net debugr[XEROX]
  1945.         2560   0A00        -      -     Xerox IEEE802.3 PUP      [XEROX]
  1946.         2561   0A01        -      -     PUP Addr Trans           [XEROX]
  1947.         2989   0BAD        -      -     Banyan Systems           [XEROX]
  1948.         4096   1000        -      -     Berkeley Trailer nego    [XEROX]
  1949.         4097   1001-100F   -      -     Berkeley Trailer encap/IP[XEROX]
  1950.         5632   1600        -      -     Valid Systems            [XEROX]
  1951.        16962   4242        -      -     PCS Basic Block Protocol [XEROX]
  1952.        21000   5208        -      -     BBN Simnet               [XEROX]
  1953.        24576   6000        -      -     DEC Unassigned (Exp.)    [XEROX]
  1954.        24577   6001        -      -     DEC MOP Dump/Load        [XEROX]
  1955.        24578   6002        -      -     DEC MOP Remote Console   [XEROX]
  1956.        24579   6003        -      -     DEC DECNET Phase IV Route[XEROX]
  1957.        24580   6004        -      -     DEC LAT                  [XEROX]
  1958.        24581   6005        -      -     DEC Diagnostic Protocol  [XEROX]
  1959.  
  1960.  
  1961.  
  1962. Reynolds & Postel                                              [Page 35]
  1963.  
  1964. RFC 1060                    Assigned Numbers                  March 1990
  1965.  
  1966.  
  1967.        24582   6006        -      -     DEC Customer Protocol    [XEROX]
  1968.        24583   6007        -      -     DEC LAVC, SCA            [XEROX]
  1969.        24584   6008-6009   -      -     DEC Unassigned           [XEROX]
  1970.        24586   6010-6014   -      -     3Com Corporation         [XEROX]
  1971.        28672   7000        -      -     Ungermann-Bass download  [XEROX]
  1972.        28674   7002        -      -     Ungermann-Bass dia/loop  [XEROX]
  1973.        28704   7020-7029   -      -     LRT                      [XEROX]
  1974.        28720   7030        -      -     Proteon                  [XEROX]
  1975.        28724   7034        -      -     Cabletron                [XEROX]
  1976.        32771   8003        -      -     Cronus VLN            [131,DT15]
  1977.        32772   8004        -      -     Cronus Direct         [131,DT15]
  1978.        32773   8005        -      -     HP Probe                 [XEROX]
  1979.        32774   8006        -      -     Nestar                   [XEROX]
  1980.        32776   8008        -      -     AT&T                     [XEROX]
  1981.        32784   8010        -      -     Excelan                  [XEROX]
  1982.        32787   8013        -      -     SGI diagnostics            [AXC]
  1983.        32788   8014        -      -     SGI network games          [AXC]
  1984.        32789   8015        -      -     SGI reserved               [AXC]
  1985.        32780   8016        -      -     SGI bounce server          [AXC]
  1986.        32783   8019        -      -     Apollo Computers         [XEROX]
  1987.        32815   802E        -      -     Tymshare                 [XEROX]
  1988.        32816   802F        -      -     Tigan, Inc.              [XEROX]
  1989.        32821   8035        -      -     Reverse ARP             [48,JXM]
  1990.        32822   8036        -      -     Aeonic Systems           [XEROX]
  1991.        32824   8038        -      -     DEC LANBridge            [XEROX]
  1992.        32825   8039-803C   -      -     DEC Unassigned           [XEROX]
  1993.        32829   803D        -      -     DEC Ethernet Encryption  [XEROX]
  1994.        32830   803E        -      -     DEC Unassigned           [XEROX]
  1995.        32831   803F        -      -     DEC LAN Traffic Monitor  [XEROX]
  1996.        32832   8040-8042   -      -     DEC Unassigned           [XEROX]
  1997.        32836   8044        -      -     Planning Research Corp.  [XEROX]
  1998.        32838   8046        -      -     AT&T                     [XEROX]
  1999.        32839   8047        -      -     AT&T                     [XEROX]
  2000.        32841   8049        -      -     ExperData                [XEROX]
  2001.        32859   805B        -      -     Stanford V Kernel exp.   [XEROX]
  2002.        32860   805C        -      -     Stanford V Kernel prod.  [XEROX]
  2003.        32861   805D        -      -     Evans & Sutherland       [XEROX]
  2004.        32864   8060        -      -     Little Machines          [XEROX]
  2005.        32866   8062        -      -     Counterpoint Computers   [XEROX]
  2006.        32869   8065-8066   -      -     Univ. of Mass. @ Amherst [XEROX]
  2007.        32871   8067        -      -     Veeco Integrated Auto.   [XEROX]
  2008.        32872   8068        -      -     General Dynamics         [XEROX]
  2009.        32873   8069        -      -     AT&T                     [XEROX]
  2010.        32874   806A        -      -     Autophon                 [XEROX]
  2011.        32876   806C        -      -     ComDesign                [XEROX]
  2012.        32877   806D        -      -     Computgraphic Corp.      [XEROX]
  2013.        32878   806E-8077   -      -     Landmark Graphics Corp.  [XEROX]
  2014.        32890   807A        -      -     Matra                    [XEROX]
  2015.  
  2016.  
  2017.  
  2018. Reynolds & Postel                                              [Page 36]
  2019.  
  2020. RFC 1060                    Assigned Numbers                  March 1990
  2021.  
  2022.  
  2023.        32891   807B        -      -     Dansk Data Elektronik    [XEROX]
  2024.        32892   807C        -      -     Merit Internodal           [HWB]
  2025.        32893   807D-807F   -      -     Vitalink Communications  [XEROX]
  2026.        32896   8080        -      -     Vitalink TransLAN III    [XEROX]
  2027.        32897   8081-8083   -      -     Counterpoint Computers   [XEROX]
  2028.        32923   809B        -      -     Appletalk                [XEROX]
  2029.        32924   809C-809E   -      -     Datability               [XEROX]
  2030.        32927   809F        -      -     Spider Systems Ltd.      [XEROX]
  2031.        32931   80A3        -      -     Nixdorf Computers        [XEROX]
  2032.        32932   80A4-80B3   -      -     Siemens Gammasonics Inc. [XEROX]
  2033.        32960   80C0-80C3   -      -     DCA Data Exchange Cluster[XEROX]
  2034.        32966   80C6        -      -     Pacer Software           [XEROX]
  2035.        32967   80C7        -      -     Applitek Corporation     [XEROX]
  2036.        32968   80C8-80CC   -      -     Intergraph Corporation   [XEROX]
  2037.        32973   80CD-80CE   -      -     Harris Corporation       [XEROX]
  2038.        32974   80CF-80D2   -      -     Taylor Instrument        [XEROX]
  2039.        32979   80D3-80D4   -      -     Rosemount Corporation    [XEROX]
  2040.        32981   80D5        -      -     IBM SNA Service on Ether [XEROX]
  2041.        32989   80DD        -      -     Varian Associates        [XEROX]
  2042.        32990   80DE-80DF   -      -     Integrated Solutions TRFS[XEROX]
  2043.        32992   80E0-80E3   -      -     Allen-Bradley            [XEROX]
  2044.        32996   80E4-80F0   -      -     Datability               [XEROX]
  2045.        33010   80F2        -      -     Retix                    [XEROX]
  2046.        33011   80F3        -      -     AppleTalk AARP (Kinetics)[XEROX]
  2047.        33012   80F4-80F5   -      -     Kinetics                 [XEROX]
  2048.        33015   80F7        -      -     Apollo Computer          [XEROX]
  2049.        33023   80FF-8103   -      -     Wellfleet Communications [XEROX]
  2050.        33031   8107-8109   -      -     Symbolics Private        [XEROX]
  2051.        33072   8130        -      -     Waterloo Microsystems    [XEROX]
  2052.        33073   8131        -      -     VG Laboratory Systems    [XEROX]
  2053.        33079   8137-8138   -      -     Novell, Inc.             [XEROX]
  2054.        33081   8139-813D   -      -     KTI                      [XEROX]
  2055.        33100   814C        -      -     SNMP                      [JKR1]
  2056.        36864   9000        -      -     Loopback                 [XEROX]
  2057.        36865   9001        -      -     3Com(Bridge) XNS Sys Mgmt[XEROX]
  2058.        36866   9002        -      -     3Com(Bridge) TCP-IP Sys  [XEROX]
  2059.        36867   9003        -      -     3Com(Bridge) loop detect [XEROX]
  2060.        65280   FF00        -      -     BBN VITAL-LanBridge cache[XEROX]
  2061.  
  2062.    The standard for transmission of IP datagrams over Ethernets and
  2063.    Experimental Ethernets is specified in RFC-894 [61] and RFC-895 [91]
  2064.    respectively.
  2065.  
  2066.    NOTE:  Ethernet 48-bit address blocks are assigned by the IEEE.
  2067.  
  2068.    IEEE Standards Office, 345 East 47th Street, New York, N.Y. 10017,
  2069.    Attn: Vince Condello.  Phone: (212) 705-7092.
  2070.  
  2071.  
  2072.  
  2073.  
  2074. Reynolds & Postel                                              [Page 37]
  2075.  
  2076. RFC 1060                    Assigned Numbers                  March 1990
  2077.  
  2078.  
  2079.                     ETHERNET VENDOR ADDRESS COMPONENTS
  2080.  
  2081.    Ethernet hardware addresses are 48 bits, expressed as 12 hexadecimal
  2082.    digits (0-9, plus A-F, capitalized).  These 12 hex digits consist of
  2083.    the first/left 6 digits (which should match the vendor of the
  2084.    Ethernet interface within the station) and the last/right 6 digits
  2085.    which specify the interface serial number for that interface vendor.
  2086.  
  2087.    Ethernet addresses might be written unhyphenated (e.g.,
  2088.    123456789ABC), or with one hyphen (e.g., 123456-789ABC), but should
  2089.    be written hyphenated by octets (e.g., 12-34-56-78-9A-BC).
  2090.  
  2091.    These addresses are physical station addresses, not multicast nor
  2092.    broadcast, so the second hex digit (reading from the left) will be
  2093.    even, not odd.
  2094.  
  2095.    At present, it is not clear how the IEEE assigns Ethernet block
  2096.    addresses.  Whether in blocks of 2**24 or 2**25, and whether
  2097.    multicasts are assigned with that block or separately.  A portion of
  2098.    the vendor block address is reportedly assigned serially, with the
  2099.    other portion intentionally assigned randomly.  If there is a global
  2100.    algorithm for which addresses are designated to be physical (in a
  2101.    chipset) versus logical (assigned in software), or globally-assigned
  2102.    versus locally-assigned addresses, some of the known addresses do not
  2103.    follow the scheme (e.g., AA0003; 02xxxx).
  2104.  
  2105.    00000C  Cisco
  2106.    00000F  NeXT
  2107.    000010  Sytek
  2108.    00001D  Cabletron
  2109.    000020  DIAB (Data Intdustrier AB)
  2110.    000022  Visual Technology
  2111.    00002A  TRW
  2112.    00005A  S & Koch
  2113.    00005E  IANA
  2114.    000065  Network General
  2115.    00006B  MIPS
  2116.    000077  MIPS
  2117.    00007A  Ardent
  2118.    000089  Cayman Systems  Gatorbox
  2119.    000093  Proteon
  2120.    00009F  Ameristar Technology
  2121.    0000A2  Wellfleet
  2122.    0000A3  Network Application Technology
  2123.    0000A6  Network General (internal assignment, not for products)
  2124.    0000A7  NCD             X-terminals
  2125.    0000A9  Network Systems
  2126.    0000AA  Xerox           Xerox machines
  2127.  
  2128.  
  2129.  
  2130. Reynolds & Postel                                              [Page 38]
  2131.  
  2132. RFC 1060                    Assigned Numbers                  March 1990
  2133.  
  2134.  
  2135.    0000B3  CIMLinc
  2136.    0000B7  Dove            Fastnet
  2137.    0000BC  Allen-Bradley
  2138.    0000C0  Western Digital
  2139.    0000C6  HP Intelligent Networks Operation (formerly Eon Systems)
  2140.    0000C8  Altos
  2141.    0000C9  Emulex          Terminal Servers
  2142.    0000D7  Dartmouth College (NED Router)
  2143.    0000D8  3Com? Novell?   PS/2
  2144.    0000DD  Gould
  2145.    0000DE  Unigraph
  2146.    0000E2  Acer Counterpoint
  2147.    0000EF  Alantec
  2148.    0000FD  High Level Hardvare (Orion, UK)
  2149.    000102  BBN             BBN internal usage (not registered)
  2150.    001700  Kabel
  2151.    00802D  Xylogics, Inc.  Annex terminal servers
  2152.    00808C  Frontier Software Development
  2153.    00AA00  Intel
  2154.    00DD00  Ungermann-Bass
  2155.    00DD01  Ungermann-Bass
  2156.    020701  MICOM/Interlan  UNIBUS or QBUS machines, Apollo
  2157.    020406  BBN             BBN internal usage (not registered)
  2158.    026086  Satelcom MegaPac (UK)
  2159.    02608C  3Com            IBM PC; Imagen; Valid; Cisco
  2160.    02CF1F  CMC             Masscomp; Silicon Graphics; Prime EXL
  2161.    080002  3Com (Formerly Bridge)
  2162.    080003  ACC (Advanced Computer Communications)
  2163.    080005  Symbolics       Symbolics LISP machines
  2164.    080008  BBN
  2165.    080009  Hewlett-Packard
  2166.    08000A  Nestar Systems
  2167.    08000B  Unisys
  2168.    080010  AT&T
  2169.    080011  Tektronix, Inc.
  2170.    080014  Excelan         BBN Butterfly, Masscomp, Silicon Graphics
  2171.    080017  NSC
  2172.    08001A  Data General
  2173.    08001B  Data General
  2174.    08001E  Apollo
  2175.    080020  Sun             Sun machines
  2176.    080022  NBI
  2177.    080025  CDC
  2178.    080026  Norsk Data (Nord)
  2179.    080027  PCS Computer Systems GmbH
  2180.    080028  TI              Explorer
  2181.    08002B  DEC
  2182.    08002E  Metaphor
  2183.  
  2184.  
  2185.  
  2186. Reynolds & Postel                                              [Page 39]
  2187.  
  2188. RFC 1060                    Assigned Numbers                  March 1990
  2189.  
  2190.  
  2191.    08002F  Prime Computer  Prime 50-Series LHC300
  2192.    080036  Intergraph      CAE stations
  2193.    080037  Fujitsu-Xerox
  2194.    080038  Bull
  2195.    080039  Spider Systems
  2196.    080041  DCA Digital Comm. Assoc.
  2197.    080045  ???? (maybe Xylogics, but they claim not to know this number)
  2198.    080046  Sony
  2199.    080047  Sequent
  2200.    080049  Univation
  2201.    08004C  Encore
  2202.    08004E  BICC
  2203.    080056  Stanford University
  2204.    080058  ???             DECsystem-20
  2205.    08005A  IBM
  2206.    080067  Comdesign
  2207.    080068  Ridge
  2208.    080069  Silicon Graphics
  2209.    08006E  Excelan
  2210.    080075  DDE (Danish Data Elektronik A/S)
  2211.    08007C  Vitalink        TransLAN III
  2212.    080080  XIOS
  2213.    080086  Imagen/QMS
  2214.    080087  Xyplex          terminal servers
  2215.    080089  Kinetics        AppleTalk-Ethernet interface
  2216.    08008B  Pyramid
  2217.    08008D  XyVision        XyVision machines
  2218.    080090  Retix Inc       Bridges
  2219.    484453  HDS ???
  2220.    800010  AT&T            [misrepresentation of 080010?]
  2221.    AA0000  DEC             obsolete
  2222.    AA0001  DEC             obsolete
  2223.    AA0002  DEC             obsolete
  2224.    AA0003  DEC             Global physical address for some DEC machines
  2225.    AA0004  DEC             Local logical address for systems running DECNET
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242. Reynolds & Postel                                              [Page 40]
  2243.  
  2244. RFC 1060                    Assigned Numbers                  March 1990
  2245.  
  2246.  
  2247.                        ETHERNET MULTICAST ADDRESSES
  2248.  
  2249.    Ethernet                Type
  2250.    Address                 Field   Usage
  2251.  
  2252.    Multicast Addresses:
  2253.  
  2254.    01-00-5E-00-00-00-      0800    Internet Multicast (RFC-1112) [43]
  2255.    01-00-5E-7F-FF-FF
  2256.    01-00-5E-80-00-00-      ????    Internet reserved by IANA
  2257.    01-00-5E-FF-FF-FF
  2258.    01-80-C2-00-00-00       -802-   Spanning tree (for bridges)
  2259.    09-00-02-04-00-01?      8080?   Vitalink printer
  2260.    09-00-02-04-00-02?      8080?   Vitalink management
  2261.    09-00-09-00-00-01       8005    HP Probe
  2262.    09-00-09-00-00-01       -802-   HP Probe
  2263.    09-00-09-00-00-04       8005?   HP DTC
  2264.    09-00-1E-00-00-00       8019?   Apollo DOMAIN
  2265.    09-00-2B-00-00-00       6009?   DEC MUMPS?
  2266.    09-00-2B-00-00-01       8039?   DEC DSM/DTP?
  2267.    09-00-2B-00-00-02       803B?   DEC VAXELN?
  2268.    09-00-2B-00-00-03       8038    DEC Lanbridge Traffic Monitor (LTM)
  2269.    09-00-2B-00-00-04       ????    DEC MAP End System Hello?
  2270.    09-00-2B-00-00-05       ????    DEC MAP Intermediate System Hello?
  2271.    09-00-2B-00-00-06       803D?   DEC CSMA/CD Encryption?
  2272.    09-00-2B-00-00-07       8040?   DEC NetBios Emulator?
  2273.    09-00-2B-00-00-0F       6004    DEC Local Area Transport (LAT)
  2274.    09-00-2B-00-00-1x       ????    DEC Experimental
  2275.    09-00-2B-01-00-00       8038    DEC LanBridge Copy packets (All bridges)
  2276.    09-00-2B-01-00-01       8038    DEC LanBridge Hello packets (All local bridges)
  2277.                                    1 packet per second, sent by the
  2278.                                    designated LanBridge
  2279.    09-00-2B-02-00-00       ????    DEC DNA Level 2 Routing Layer routers?
  2280.    09-00-2B-02-01-00       803C?   DEC DNA Naming Service Advertisement?
  2281.    09-00-2B-02-01-01       803C?   DEC DNA Naming Service Solicitation?
  2282.    09-00-2B-02-01-02       803E?   DEC DNA Time Service?
  2283.    09-00-2B-03-xx-xx       ????    DEC default filtering by bridges?
  2284.    09-00-2B-04-00-00       8041?   DEC Local Area System Transport (LAST)?
  2285.    09-00-2B-23-00-00       803A?   DEC Argonaut Console?
  2286.    09-00-4E-00-00-02?      8137?   Novell IPX
  2287.    09-00-56-00-00-00-      ????    Stanford reserved
  2288.    09-00-56-FE-FF-FF
  2289.    09-00-56-FF-00-00-      805C    Stanford V Kernel, version 6.0
  2290.    09-00-56-FF-FF-FF
  2291.    09-00-77-00-00-01       ????    Retix spanning tree bridges
  2292.    09-00-7C-02-00-05       8080?   Vitalink diagnostics
  2293.    09-00-7C-05-00-01       8080?   Vitalink gateway?
  2294.    0D-1E-15-BA-DD-06       ????    HP
  2295.  
  2296.  
  2297.  
  2298. Reynolds & Postel                                              [Page 41]
  2299.  
  2300. RFC 1060                    Assigned Numbers                  March 1990
  2301.  
  2302.  
  2303.    AB-00-00-01-00-00       6001    DEC Maintenance Operation Protocol (MOP)
  2304.                                    Dump/Load Assistance
  2305.    AB-00-00-02-00-00       6002    DEC Maintenance Operation Protocol (MOP)
  2306.                                    Remote Console
  2307.                                    1 System ID packet every 8-10 minutes,
  2308.                                    by every:
  2309.                                    DEC LanBridge
  2310.                                    DEC DEUNA interface
  2311.                                    DEC DELUA interface
  2312.                                    DEC DEQNA interface (in a certain mode)
  2313.    AB-00-00-03-00-00       6003    DECNET Phase IV end node Hello packets
  2314.                                    1 packet every 15 seconds, sent by
  2315.    each DECNET host
  2316.    AB-00-00-04-00-00       6003    DECNET Phase IV Router Hello packets
  2317.                                    1 packet every 15 seconds, sent by the
  2318.    DECNET router
  2319.    AB-00-00-05-00-00       ????    Reserved DEC
  2320.    through
  2321.    AB-00-03-FF-FF-FF
  2322.    AB-00-03-00-00-00       6004    DEC Local Area Transport (LAT) - old
  2323.    AB-00-04-00-xx-xx       ????    Reserved DEC customer private use
  2324.    AB-00-04-01-xx-yy       6007    DEC Local Area VAX Cluster groups
  2325.                                    System Communication Architecture (SCA)
  2326.    CF-00-00-00-00-00       9000    Ethernet Configuration Test protocol (Loopback)
  2327.  
  2328.    Broadcast Address:
  2329.    FF-FF-FF-FF-FF-FF       0600    XNS packets, Hello or gateway search?
  2330.                                    6 packets every 15 seconds, per XNS station
  2331.    FF-FF-FF-FF-FF-FF       0800    IP (e.g. RWHOD via UDP) as needed
  2332.    FF-FF-FF-FF-FF-FF       0804    CHAOS
  2333.    FF-FF-FF-FF-FF-FF       0806    ARP (for IP and CHAOS) as needed
  2334.    FF-FF-FF-FF-FF-FF       0BAD    Banyan
  2335.    FF-FF-FF-FF-FF-FF       1600    VALID packets, Hello or gateway search?
  2336.                                    1 packets every 30 seconds, per VALID station
  2337.    FF-FF-FF-FF-FF-FF       8035    Reverse ARP
  2338.    FF-FF-FF-FF-FF-FF       807C    Merit Internodal (INP)
  2339.    FF-FF-FF-FF-FF-FF       809B    EtherTalk
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354. Reynolds & Postel                                              [Page 42]
  2355.  
  2356. RFC 1060                    Assigned Numbers                  March 1990
  2357.  
  2358.  
  2359.                             XNS PROTOCOL TYPES
  2360.  
  2361.    Assigned well-known socket numbers
  2362.  
  2363.            Routing Information             1
  2364.            Echo                            2
  2365.            Router Error                    3
  2366.            Experimental                40-77
  2367.  
  2368.    Assigned internet packet types
  2369.  
  2370.            Routing Information             1
  2371.            Echo                            2
  2372.            Error                           3
  2373.            Packet Exchange                 4
  2374.            Sequenced Packet                5
  2375.            PUP                            12
  2376.            DoD IP                         13
  2377.            Experimental                20-37
  2378.  
  2379.  
  2380.  
  2381.  
  2382.  
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410. Reynolds & Postel                                              [Page 43]
  2411.  
  2412. RFC 1060                    Assigned Numbers                  March 1990
  2413.  
  2414.  
  2415.                       PROTOCOL/TYPE FIELD ASSIGNMENTS
  2416.  
  2417.    Below are two tables describing the arrangement of protocol fields or
  2418.    type field assignments so that one could send NS Datagrams on the
  2419.    ARPANET or Internet Datagrams on 10Mb Ethernet, and also protocol and
  2420.    type fields so one could encapsulate each kind of Datagram in the
  2421.    other.
  2422.  
  2423.               \   upper| DoD IP |  PUP   | NS IP  |
  2424.          lower \       |        |        |        |
  2425.          --------------|--------|--------|--------|
  2426.                        |  Type  |  Type  |  Type  |
  2427.          3Mb Ethernet  |  1001  |  1000  |  3000  |
  2428.                        |  octal |  octal |  octal |
  2429.          --------------|--------|--------|--------|
  2430.                        |  Type  |  Type  |  Type  |
  2431.          10 Mb Ethernet|  0800  |  0200  |  0600  |
  2432.                        |   hex  |   hex  |   hex  |
  2433.          --------------|--------|--------|--------|
  2434.                        |  Link  |  Link  |  Link  |
  2435.          ARPANET       |  155   |  152   |  150   |
  2436.                        | decimal| decimal| decimal|
  2437.          --------------|--------|--------|--------|
  2438.  
  2439.  
  2440.  
  2441.               \   upper| DoD IP |  PUP   | NS IP  |
  2442.          lower \       |        |        |        |
  2443.          --------------|--------|--------|--------|
  2444.                        |        |Protocol|Protocol|
  2445.          DoD IP        |   X    |   12   |   22   |
  2446.                        |        | decimal| decimal|
  2447.          --------------|--------|--------|--------|
  2448.                        |        |        |        |
  2449.          PUP           |   ?    |   X    |   ?    |
  2450.                        |        |        |        |
  2451.          --------------|--------|--------|--------|
  2452.                        |  Type  |  Type  |        |
  2453.          NS IP         |   13   |   12   |   X    |
  2454.                        | decimal| decimal|        |
  2455.          --------------|--------|--------|--------|
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466. Reynolds & Postel                                              [Page 44]
  2467.  
  2468. RFC 1060                    Assigned Numbers                  March 1990
  2469.  
  2470.  
  2471.                              PRONET 80 TYPE NUMBERS
  2472.  
  2473.    Below is the current list of PRONET 80 Type Numbers.  Note: a
  2474.    protocol that is on this list does not necessarily mean that there is
  2475.    any implementation of it on ProNET.
  2476.  
  2477.    Of these, protocols 1, 14, and 20 are the only ones that have ever
  2478.    been seen in ARP packets.
  2479.  
  2480.    For reference, the header is (one byte/line):
  2481.  
  2482.            destination hardware address
  2483.            source hardware address
  2484.            data link header version (2)
  2485.            data link header protocol number
  2486.            data link header reserved (0)
  2487.            data link header reserved (0)
  2488.  
  2489.    Some protocols have been known to tuck stuff in the reserved fields.
  2490.  
  2491.    Those who need a protocol number on ProNET-10/80 should contact John
  2492.    Shriver (jas@proteon.com).
  2493.  
  2494.       1       IP
  2495.       2       IP with trailing headers
  2496.       3       Address Resoloution Protocol
  2497.       4       Proteon HDLC
  2498.       5       VAX Debugging Protocol (MIT)
  2499.       10      Novell NetWare (IPX and pre-IPX) (old format,
  2500.               3 byte trailer)
  2501.       11      Vianetix
  2502.       12      PUP
  2503.       13      Watstar protocol (University of Waterloo)
  2504.       14      XNS
  2505.       15      Diganostics
  2506.       16      Echo protocol (link level)
  2507.       17      Banyan Vines
  2508.       20      DECnet (DEUNA Emulation)
  2509.       21      Chaosnet
  2510.       23      IEEE 802.2 or ISO 8802/2 Data Link
  2511.       24      Reverse Address Resolution Protocol
  2512.       29      TokenVIEW-10
  2513.       31      AppleTalk LAP Data Packet
  2514.       33      Cornell Boot Server Location Protocol
  2515.       34      Novell NetWare IPX (new format, no trailer,
  2516.               new XOR checksum)
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522. Reynolds & Postel                                              [Page 45]
  2523.  
  2524. RFC 1060                    Assigned Numbers                  March 1990
  2525.  
  2526.  
  2527.                     ADDRESS RESOLUTION PROTOCOL PARAMETERS
  2528.  
  2529.    The Address Resolution Protocol (ARP) specified in RFC-826 [88] has
  2530.    several parameters.  The assigned values for these parameters are
  2531.    listed here.
  2532.  
  2533.    Assignments:
  2534.  
  2535.    Operation Code (op)
  2536.  
  2537.             1   REQUEST
  2538.             2   REPLY
  2539.  
  2540.    Hardware Type (hrd)
  2541.  
  2542.       Type   Description                                   References
  2543.       ----   -----------                                   ----------
  2544.         1    Ethernet (10Mb)                                    [JBP]
  2545.         2    Experimental Ethernet (3Mb)                        [JBP]
  2546.         3    Amateur Radio AX.25                                [PXK]
  2547.         4    Proteon ProNET Token Ring                          [JBP]
  2548.         5    Chaos                                              [GXP]
  2549.         6    IEEE 802 Networks                                  [JBP]
  2550.         7    ARCNET                                             [JBP]
  2551.         8    Hyperchannel                                       [JBP]
  2552.         9    Lanstar                                             [TU]
  2553.        10    Autonet Short Address                             [MXB1]
  2554.        11    LocalTalk                                          [LXE]
  2555.        12    LocalNet (IBM PCNet or SYTEK LocalNET)             [JXM]
  2556.  
  2557.    Protocol Type (pro)
  2558.  
  2559.       Use the same codes as listed in the section called "Ethernet
  2560.       Numbers of Interest" (all hardware types use this code set for the
  2561.       protocol type).
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578. Reynolds & Postel                                              [Page 46]
  2579.  
  2580. RFC 1060                    Assigned Numbers                  March 1990
  2581.  
  2582.  
  2583.              REVERSE ADDRESS RESOLUTION PROTOCOL OPERATION CODES
  2584.  
  2585.    The Reverse Address Resolution Protocol (RARP) specified in RFC-903
  2586.    [48] has the following operation codes:
  2587.  
  2588.    Assignments:
  2589.  
  2590.    Operation Code (op)
  2591.  
  2592.             3  request Reverse
  2593.             4  reply Reverse
  2594.  
  2595.  
  2596.                             DYNAMIC REVERSE ARP
  2597.  
  2598.    Assignments:
  2599.  
  2600.    Operation Code (op)
  2601.  
  2602.             5  DRARP-Request
  2603.             6  DRARP-Reply
  2604.             7  DRARP-Error
  2605.  
  2606.    For further information, contact: David Brownell
  2607.    (suneast!helium!db@Sun.COM).
  2608.  
  2609.  
  2610.  
  2611.  
  2612.  
  2613.  
  2614.  
  2615.  
  2616.  
  2617.  
  2618.  
  2619.  
  2620.  
  2621.  
  2622.  
  2623.  
  2624.  
  2625.  
  2626.  
  2627.  
  2628.  
  2629.  
  2630.  
  2631.  
  2632.  
  2633.  
  2634. Reynolds & Postel                                              [Page 47]
  2635.  
  2636. RFC 1060                    Assigned Numbers                  March 1990
  2637.  
  2638.  
  2639.                              X.25 TYPE NUMBERS
  2640.  
  2641.    CCITT defines the high order two bits of the first octet of call user
  2642.    data as follows:
  2643.  
  2644.       00 - Used for other CCITT recomendations (such as X.29)
  2645.       01 - Reserved for use by "national" administrative
  2646.            authorities
  2647.       10 - Reserved for use by international administrative authoorities
  2648.       11 - Reserved for arbitrary use between consenting DTEs
  2649.  
  2650.       Call User Data (hex)     Protocol                      Reference
  2651.       -------------------      --------                      ---------
  2652.  
  2653.       01                       PAD                            [GS2]
  2654.       C5                       Blacker front-end descr dev    [AGM]
  2655.       CC                       IP                             [69,AGM]*
  2656.       CD                       ISO-IP                         [AGM]
  2657.  
  2658.       * NOTE: ISO SC6/WG2 approved assignment in ISO 9577 (January 1990).
  2659.  
  2660.  
  2661.  
  2662.  
  2663.  
  2664.  
  2665.  
  2666.  
  2667.  
  2668.  
  2669.  
  2670.  
  2671.  
  2672.  
  2673.  
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690. Reynolds & Postel                                              [Page 48]
  2691.  
  2692. RFC 1060                    Assigned Numbers                  March 1990
  2693.  
  2694.  
  2695.                          PUBLIC DATA NETWORK NUMBERS
  2696.  
  2697. One of the Internet Class A Networks is the international system of
  2698. Public Data Networks.  This section lists the mapping between the
  2699. Internet Addresses and the Public Data Network Addresses (X.121).
  2700.  
  2701. The numbers below are assigned for networks that are connected to the
  2702. Internet, and for independent networks.  These independent networks
  2703. are marked with an asterisk preceding the number.
  2704.  
  2705. Assignments:
  2706.  
  2707.       * Internet           Public Data Net    Description     References
  2708.       - --------------   -----------------   -----------      ----------
  2709.        014.000.000.000                       Reserved              [JBP]
  2710.        014.000.000.001   3110-317-00035 00   PURDUE-TN              [TN]
  2711.        014.000.000.002   3110-608-00027 00   UWISC-TN               [TN]
  2712.        014.000.000.003   3110-302-00024 00   UDEL-TN                [TN]
  2713.        014.000.000.004   2342-192-00149 23   UCL-VTEST              [PK]
  2714.        014.000.000.005   2342-192-00300 23   UCL-TG                 [PK]
  2715.        014.000.000.006   2342-192-00300 25   UK-SATNET              [PK]
  2716.        014.000.000.007   3110-608-00024 00   UWISC-IBM            [MS56]
  2717.        014.000.000.008   3110-213-00045 00   RAND-TN               [MO2]
  2718.        014.000.000.009   2342-192-00300 23   UCL-CS                 [PK]
  2719.        014.000.000.010   3110-617-00025 00   BBN-VAN-GW           [JD21]
  2720.       *014.000.000.011   2405-015-50300 00   CHALMERS              [UXB]
  2721.        014.000.000.012   3110-713-00165 00   RICE                 [PAM6]
  2722.        014.000.000.013   3110-415-00261 00   DECWRL               [PAM6]
  2723.        014.000.000.014   3110-408-00051 00   IBM-SJ                [SA1]
  2724.        014.000.000.015   2041-117-01000 00   SHAPE                 [JFW]
  2725.        014.000.000.016   2628-153-90075 00   DFVLR4-X25            [GB7]
  2726.        014.000.000.017   3110-213-00032 00   ISI-VAN-GW           [JD21]
  2727.        014.000.000.018   2624-522-80900 52   FGAN-SIEMENS-X25      [GB7]
  2728.        014.000.000.019   2041-170-10000 00   SHAPE-X25             [JFW]
  2729.        014.000.000.020   5052-737-20000 50   UQNET                 [AXH]
  2730.        014.000.000.021   3020-801-00057 50   DMC-CRC1              [VXT]
  2731.        014.000.000.022   2624-522-80329 02   FGAN-FGANFFMVAX-X25   [GB7]
  2732.       *014.000.000.023   2624-589-00908 01   ECRC-X25              [PXD]
  2733.        014.000.000.024   2342-905-24242 83   UK-MOD-RSRE          [JXE2]
  2734.        014.000.000.025   2342-905-24242 82   UK-VAN-RSRE           [AXM]
  2735.        014.000.000.026   2624-522-80329 05   DFVLRSUN-X25          [GB7]
  2736.        014.000.000.027   2624-457-11015 90   SELETFMSUN-X25        [BXD]
  2737.        014.000.000.028   3110-408-00146 00   CDC-SVL             [RAM57]
  2738.        014.000.000.029   2222-551-04400 00   SUN-CNUCE            [ABB2]
  2739.        014.000.000.030   2222-551-04500 00   ICNUCEVM-CNUCE       [ABB2]
  2740.        014.000.000.031   2222-551-04600 00   SPARE-CNUCE          [ABB2]
  2741.        014.000.000.032   2222-551-04700 00   ICNUCEVX-CNUCE       [ABB2]
  2742.        014.000.000.033   2222-551-04524 00   CISCO-CNUCE          [ABB2]
  2743.  
  2744.  
  2745.  
  2746. Reynolds & Postel                                              [Page 49]
  2747.  
  2748. RFC 1060                    Assigned Numbers                  March 1990
  2749.  
  2750.  
  2751.        014.000.000.034   2342-313-00260 90   SPIDER-GW            [AD67]
  2752.        014.000.000.035   2342-313-00260 91   SPIDER-EXP           [AD67]
  2753.        014.000.000.036   2342-225-00101 22   PRAXIS-X25A           [TXR]
  2754.        014.000.000.037   2342-225-00101 23   PRAXIS-X25B           [TXR]
  2755.        014.000.000.038   2403-712-30250 00   DIAB-TABY-GW          [FXB]
  2756.        014.000.000.039   2403-715-30100 00   DIAB-LKP-GW           [FXB]
  2757.        014.000.000.040   2401-881-24038 00   DIAB-TABY1-GW         [FXB]
  2758.        014.000.000.041   2041-170-10060 00   STC                  [TC27]
  2759.        014.000.000.042-014.255.255.254       Unassigned            [JBP]
  2760.        014.255.255.255                       Reserved              [JBP]
  2761.  
  2762.       The standard for transmission of IP datagrams over the Public Data
  2763.       Network is specified in RFC-877 [69].
  2764.  
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773.  
  2774.  
  2775.  
  2776.  
  2777.  
  2778.  
  2779.  
  2780.  
  2781.  
  2782.  
  2783.  
  2784.  
  2785.  
  2786.  
  2787.  
  2788.  
  2789.  
  2790.  
  2791.  
  2792.  
  2793.  
  2794.  
  2795.  
  2796.  
  2797.  
  2798.  
  2799.  
  2800.  
  2801.  
  2802. Reynolds & Postel                                              [Page 50]
  2803.  
  2804. RFC 1060                    Assigned Numbers                  March 1990
  2805.  
  2806.  
  2807.                                 TELNET OPTIONS
  2808.  
  2809. The Telnet Protocol has a number of options that may be negotiated.
  2810. These options are listed here.  "Official Internet Protocols" [118]
  2811. provides more detailed information.
  2812.  
  2813.    Options  Name                                              References
  2814.    -------  -----------------------                           ----------
  2815.       0     Binary Transmission                                [110,JBP]
  2816.       1     Echo                                               [111,JBP]
  2817.       2     Reconnection                                        [42,JBP]
  2818.       3     Suppress Go Ahead                                  [114,JBP]
  2819.       4     Approx Message Size Negotiation                    [133,JBP]
  2820.       5     Status                                             [113,JBP]
  2821.       6     Timing Mark                                        [115,JBP]
  2822.       7     Remote Controlled Trans and Echo                   [107,JBP]
  2823.       8     Output Line Width                                   [40,JBP]
  2824.       9     Output Page Size                                    [41,JBP]
  2825.      10     Output Carriage-Return Disposition                  [28,JBP]
  2826.      11     Output Horizontal Tab Stops                         [32,JBP]
  2827.      12     Output Horizontal Tab Disposition                   [31,JBP]
  2828.      13     Output Formfeed Disposition                         [29,JBP]
  2829.      14     Output Vertical Tabstops                            [34,JBP]
  2830.      15     Output Vertical Tab Disposition                     [33,JBP]
  2831.      16     Output Linefeed Disposition                         [30,JBP]
  2832.      17     Extended ASCII                                     [136,JBP]
  2833.      18     Logout                                              [25,MRC]
  2834.      19     Byte Macro                                          [35,JBP]
  2835.      20     Data Entry Terminal                             [145,38,JBP]
  2836.      22     SUPDUP                                           [26,27,MRC]
  2837.      22     SUPDUP Output                                       [51,MRC]
  2838.      23     Send Location                                      [68,EAK1]
  2839.      24     Terminal Type                                     [128,MS56]
  2840.      25     End of Record                                      [103,JBP]
  2841.      26     TACACS User Identification                           [1,BA4]
  2842.      27     Output Marking                                     [125,SXS]
  2843.      28     Terminal Location Number                            [84,RN6]
  2844.      29     Telnet 3270 Regime                                 [116,JXR]
  2845.      30     X.3 PAD                                            [70,SL70]
  2846.      31     Negotiate About Window Size                      [139,DW183]
  2847.      32     Terminal Speed                                     [57,CLH3]
  2848.      33     Remote Flow Control                                [58,CLH3]
  2849.      34     Linemode                                            [9,DB14]
  2850.      35     X Display Location                                 [75,GM23]
  2851.     255     Extended-Options-List                              [109,JBP]
  2852.  
  2853.  
  2854.  
  2855.  
  2856.  
  2857.  
  2858. Reynolds & Postel                                              [Page 51]
  2859.  
  2860. RFC 1060                    Assigned Numbers                  March 1990
  2861.  
  2862.  
  2863.                            MAIL ENCRYPTION TYPES
  2864.  
  2865.    RFC-822 specifies that Encryption Types for mail may be assigned.
  2866.    There are currently no RFC-822 encryption types assigned.  Please use
  2867.    instead the Mail Privacy procedures defined in [71,72,66].
  2868.  
  2869.  
  2870.  
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.  
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914. Reynolds & Postel                                              [Page 52]
  2915.  
  2916. RFC 1060                    Assigned Numbers                  March 1990
  2917.  
  2918.  
  2919.                                MACHINE NAMES
  2920.  
  2921.    These are the Official Machine Names as they appear in the Domain
  2922.    Name System WKS records and the NIC Host Table.  Their use is
  2923.    described in RFC-952 [53].
  2924.  
  2925.    A machine name or CPU type may be up to 40 characters taken from the
  2926.    set of uppercase letters, digits, and the two punctuation characters
  2927.    hyphen and slash.  It must start with a letter, and end with a letter
  2928.    or digit.
  2929.  
  2930.  
  2931.  
  2932.  
  2933.  
  2934.       ALTO                                  DEC-1090
  2935.       ALTOS-6800                            DEC-1090B
  2936.       AMDAHL-V7                             DEC-1090T
  2937.       APOLLO                                DEC-2020T
  2938.       ATARI-104ST                           DEC-2040
  2939.       ATT-3B1                               DEC-2040T
  2940.       ATT-3B20                              DEC-2050T
  2941.       ATT-7300                              DEC-2060
  2942.       BBN-C/60                              DEC-2060T
  2943.       BURROUGHS-B/29                        DEC-2065
  2944.       BURROUGHS-B/4800                      DEC-FALCON
  2945.       BUTTERFLY                             DEC-KS10
  2946.       C/30                                  DEC-VAX-11730
  2947.       C/70                                  DORADO
  2948.       CADLINC                               DPS8/70M
  2949.       CADR                                  ELXSI-6400
  2950.       CDC-170                               EVEREX-386
  2951.       CDC-170/750                           FOONLY-F2
  2952.       CDC-173                               FOONLY-F3
  2953.       CELERITY-1200                         FOONLY-F4
  2954.       CLUB-386                              GOULD
  2955.       COMPAQ-386/20                         GOULD-6050
  2956.       COMTEN-3690                           GOULD-6080
  2957.       CP8040                                GOULD-9050
  2958.       CRAY-1                                GOULD-9080
  2959.       CRAY-X/MP                             H-316
  2960.       CRAY-2                                H-60/68
  2961.       CTIWS-117                             H-68
  2962.       DANDELION                             H-68/80
  2963.       DEC-10                                H-89
  2964.       DEC-1050                              HONEYWELL-DPS-6
  2965.       DEC-1077                              HONEYWELL-DPS-8/70
  2966.       DEC-1080                              HP3000
  2967.  
  2968.  
  2969.  
  2970. Reynolds & Postel                                              [Page 53]
  2971.  
  2972. RFC 1060                    Assigned Numbers                  March 1990
  2973.  
  2974.  
  2975.       HP3000/64                             PDP-11
  2976.       IBM-158                               PDP-11/3
  2977.       IBM-360/67                            PDP-11/23
  2978.       IBM-370/3033                          PDP-11/24
  2979.       IBM-3081                              PDP-11/34
  2980.       IBM-3084QX                            PDP-11/40
  2981.       IBM-3101                              PDP-11/44
  2982.       IBM-4331                              PDP-11/45
  2983.       IBM-4341                              PDP-11/50
  2984.       IBM-4361                              PDP-11/70
  2985.       IBM-4381                              PDP-11/73
  2986.       IBM-4956                              PE-7/32
  2987.       IBM-6152                              PE-3205
  2988.       IBM-PC                                PERQ
  2989.       IBM-PC/AT                             PLEXUS-P/60
  2990.       IBM-PC/RT                             PLI
  2991.       IBM-PC/XT                             PLURIBUS
  2992.       IBM-SERIES/1                          PRIME-2350
  2993.       IMAGEN                                PRIME-2450
  2994.       IMAGEN-8/300                          PRIME-2755
  2995.       IMSAI                                 PRIME-9655
  2996.       INTEGRATED-SOLUTIONS                  PRIME-9755
  2997.       INTEGRATED-SOLUTIONS-68K              PRIME-9955II
  2998.       INTEGRATED-SOLUTIONS-CREATOR          PRIME-2250
  2999.       INTEGRATED-SOLUTIONS-CREATOR-8        PRIME-2655
  3000.       INTEL-386                             PRIME-9955
  3001.       INTEL-IPSC                            PRIME-9950
  3002.       IS-1                                  PRIME-9650
  3003.       IS-68010                              PRIME-9750
  3004.       LMI                                   PRIME-2250
  3005.       LSI-11                                PRIME-750
  3006.       LSI-11/2                              PRIME-850
  3007.       LSI-11/23                             PRIME-550II
  3008.       LSI-11/73                             PYRAMID-90
  3009.       M68000                                PYRAMID-90MX
  3010.       MAC-II                                PYRAMID-90X
  3011.       MASSCOMP                              RIDGE
  3012.       MC500                                 RIDGE-32
  3013.       MC68000                               RIDGE-32C
  3014.       MICROPORT                             ROLM-1666
  3015.       MICROVAX                              S1-MKIIA
  3016.       MICROVAX-I                            SMI
  3017.       MV/8000                               SEQUENT-BALANCE-8000
  3018.       NAS3-5                                SIEMENS
  3019.       NCR-COMTEN-3690                       SILICON-GRAPHICS
  3020.       NEXT/N1000-316                        SILICON-GRAPHICS-IRIS
  3021.       NOW                                   SGI-IRIS-2400
  3022.       ONYX-Z8000                            SGI-IRIS-2500
  3023.  
  3024.  
  3025.  
  3026. Reynolds & Postel                                              [Page 54]
  3027.  
  3028. RFC 1060                    Assigned Numbers                  March 1990
  3029.  
  3030.  
  3031.       SGI-IRIS-3010                         SUN-3/60
  3032.       SGI-IRIS-3020                         SUN-3/75
  3033.       SGI-IRIS-3030                         SUN-3/80
  3034.       SGI-IRIS-3110                         SUN-3/110
  3035.       SGI-IRIS-3115                         SUN-3/140
  3036.       SGI-IRIS-3120                         SUN-3/150
  3037.       SGI-IRIS-3130                         SUN-3/160
  3038.       SGI-IRIS-4D/20                        SUN-3/180
  3039.       SGI-IRIS-4D/20G                       SUN-3/200
  3040.       SGI-IRIS-4D/25                        SUN-3/260
  3041.       SGI-IRIS-4D/25G                       SUN-3/280
  3042.       SGI-IRIS-4D/25S                       SUN-3/470
  3043.       SGI-IRIS-4D/50                        SUN-3/480
  3044.       SGI-IRIS-4D/50G                       SUN-4/60
  3045.       SGI-IRIS-4D/50GT                      SUN-4/110
  3046.       SGI-IRIS-4D/60                        SUN-4/150
  3047.       SGI-IRIS-4D/60G                       SUN-4/200
  3048.       SGI-IRIS-4D/60T                       SUN-4/260
  3049.       SGI-IRIS-4D/60GT                      SUN-4/280
  3050.       SGI-IRIS-4D/70                        SUN-4/330
  3051.       SGI-IRIS-4D/70G                       SUN-4/370
  3052.       SGI-IRIS-4D/70GT                      SUN-4/390
  3053.       SGI-IRIS-4D/80GT                      SUN-50
  3054.       SGI-IRIS-4D/80S                       SUN-100
  3055.       SGI-IRIS-4D/120GTX                    SUN-120
  3056.       SGI-IRIS-4D/120S                      SUN-130
  3057.       SGI-IRIS-4D/210GTX                    SUN-150
  3058.       SGI-IRIS-4D/210S                      SUN-170
  3059.       SGI-IRIS-4D/220GTX                    SUN-386i/250
  3060.       SGI-IRIS-4D/220S                      SUN-68000
  3061.       SGI-IRIS-4D/240GTX                    SYMBOLICS-3600
  3062.       SGI-IRIS-4D/240S                      SYMBOLICS-3670
  3063.       SGI-IRIS-4D/280GTX                    SYMMETRIC-375
  3064.       SGI-IRIS-4D/280S                      SYMULT
  3065.       SGI-IRIS-CS/12                        TANDEM-TXP
  3066.       SGI-IRIS-4SERVER-8                    TANDY-6000
  3067.       SPERRY-DCP/10                         TEK-6130
  3068.       SUN                                   TI-EXPLORER
  3069.       SUN-2                                 TP-4000
  3070.       SUN-2/50                              TRS-80
  3071.       SUN-2/100                             UNIVAC-1100
  3072.       SUN-2/120                             UNIVAC-1100/60
  3073.       SUN-2/130                             UNIVAC-1100/62
  3074.       SUN-2/140                             UNIVAC-1100/63
  3075.       SUN-2/150                             UNIVAC-1100/64
  3076.       SUN-2/160                             UNIVAC-1100/70
  3077.       SUN-2/170                             UNIVAC-1160
  3078.       SUN-3/50                              UNKNOWN
  3079.  
  3080.  
  3081.  
  3082. Reynolds & Postel                                              [Page 55]
  3083.  
  3084. RFC 1060                    Assigned Numbers                  March 1990
  3085.  
  3086.  
  3087.       VAX-11/725
  3088.       VAX-11/730
  3089.       VAX-11/750
  3090.       VAX-11/780
  3091.       VAX-11/785
  3092.       VAX-11/790
  3093.       VAX-11/8600
  3094.       VAX-8600
  3095.       WANG-PC002
  3096.       WANG-VS100
  3097.       WANG-VS400
  3098.       WYSE-386
  3099.       XEROX-1108
  3100.       XEROX-8010
  3101.       ZENITH-148
  3102.  
  3103.  
  3104.  
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122.  
  3123.  
  3124.  
  3125.  
  3126.  
  3127.  
  3128.  
  3129.  
  3130.  
  3131.  
  3132.  
  3133.  
  3134.  
  3135.  
  3136.  
  3137.  
  3138. Reynolds & Postel                                              [Page 56]
  3139.  
  3140. RFC 1060                    Assigned Numbers                  March 1990
  3141.  
  3142.  
  3143.                                SYSTEM NAMES
  3144.  
  3145.    These are the Official System Names as they appear in the Domain Name
  3146.    System WKS records and the NIC Host Table.  Their use is described in
  3147.    RFC-952 [53].
  3148.  
  3149.    A system name may be up to 40 characters taken from the set of upper-
  3150.    case letters, digits, and the two punctuation characters hyphen and
  3151.    slash.  It must start with a letter, and end with a letter or digit.
  3152.  
  3153.    AEGIS                     MACOS                     TP3010
  3154.    APOLLO                    MINOS                     TRSDOS
  3155.    BS-2000                   MOS                       ULTRIX
  3156.    CEDAR                     MPE5                      UNIX
  3157.    CGW                       MSDOS                     UNIX-BSD
  3158.    CHORUS                    MULTICS                   UNIX-V1AT
  3159.    CHRYSALIS                 MVS                       UNIX-V
  3160.    CMOS                      MVS/SP                    UNIX-V.1
  3161.    CMS                       NEXUS                     UNIX-V.2
  3162.    COS                       NMS                       UNIX-V.3
  3163.    CPIX                      NONSTOP                   UNIX-PC
  3164.    CTOS                      NOS-2                     UNKNOWN
  3165.    CTSS                      OS/DDP                    UT2D
  3166.    DCN                       OS4                       V
  3167.    DDNOS                     OS86                      VM
  3168.    DOMAIN                    OSX                       VM/370
  3169.    DOS                       PCDOS                     VM/CMS
  3170.    EDX                       PERQ/OS                   VM/SP
  3171.    ELF                       PLI                       VMS
  3172.    EMBOS                     PSDOS/MIT                 VMS/EUNICE
  3173.    EMMOS                     PRIMOS                    VRTX
  3174.    EPOS                      RMX/RDOS                  WAITS
  3175.    FOONEX                    ROS                       WANG
  3176.    FUZZ                      RSX11M                    X11R3
  3177.    GCOS                      SATOPS                    XDE
  3178.    GPOS                      SCO-XENIX/386             XENIX
  3179.    HDOS                      SCS
  3180.    IMAGEN                    SIMP
  3181.    INTERCOM                  SUN
  3182.    IMPRESS                   SUN OS 3.5
  3183.    INTERLISP                 SUN OS 4.0
  3184.    IOS                       SWIFT
  3185.    IRIX                      TAC
  3186.    ISI-68020                 TANDEM
  3187.    ITS                       TENEX
  3188.    LISP                      TOPS10
  3189.    LISPM                     TOPS20
  3190.    LOCUS                     TOS
  3191.  
  3192.  
  3193.  
  3194. Reynolds & Postel                                              [Page 57]
  3195.  
  3196. RFC 1060                    Assigned Numbers                  March 1990
  3197.  
  3198.  
  3199.                         PROTOCOL AND SERVICE NAMES
  3200.  
  3201.    These are the Official Protocol Names as they appear in the Domain
  3202.    Name System WKS records and the NIC Host Table.  Their use is
  3203.    described in RFC-952 [53].
  3204.  
  3205.    A protocol or service may be up to 40 characters taken from the set
  3206.    of uppercase letters, digits, and the punctuation character hyphen.
  3207.    It must start with a letter, and end with a letter or digit.
  3208.  
  3209.    ARGUS               - ARGUS Protocol
  3210.    ARP                 - Address Resolution Protocol
  3211.    AUTH                - Authentication Service
  3212.    BBN-RCC-MON         - BBN RCC Monitoring
  3213.    BL-IDM              - Britton Lee Intelligent Database Machine
  3214.    BOOTP               - Bootstrap Protocol
  3215.    BOOTPC              - Bootstrap Protocol Client
  3216.    BOOTPS              - Bootstrap Protocol Server
  3217.    BR-SAT-MON          - Backroom SATNET Monitoring
  3218.    CFTP                - CFTP
  3219.    CHAOS               - CHAOS Protocol
  3220.    CHARGEN             - Character Generator Protocol
  3221.    CISCO-FNA           - CISCO FNATIVE
  3222.    CISCO-TNA           - CISCO TNATIVE
  3223.    CISCO-SYS           - CISCO SYSMAINT
  3224.    CLOCK               - DCNET Time Server Protocol
  3225.    CMOT                - Common Mgmnt Info Services and Protocol over TCP/IP
  3226.    COOKIE-JAR          - Authentication Scheme
  3227.    CSNET-NS            - CSNET Mailbox Nameserver Protocol
  3228.    DAYTIME             - Daytime Protocol
  3229.    DCN-MEAS            - DCN Measurement Subsystems Protocol
  3230.    DCP                 - Device Control Protocol
  3231.    DGP                 - Dissimilar Gateway Protocol
  3232.    DISCARD             - Discard Protocol
  3233.    DOMAIN              - Domain Name System
  3234.    ECHO                - Echo Protocol
  3235.    EGP                 - Exterior Gateway Protocol
  3236.    EMCON               - Emission Control Protocol
  3237.    EMFIS-CNTL          - EMFIS Control Service
  3238.    EMFIS-DATA          - EMFIS Data Service
  3239.    FINGER              - Finger Protocol
  3240.    FTP                 - File Transfer Protocol
  3241.    FTP-DATA            - File Transfer Protocol Data
  3242.    GGP                 - Gateway Gateway Protocol
  3243.    GRAPHICS            - Graphics Protocol
  3244.    HMP                 - Host Monitoring Protocol
  3245.    HOST2-NS            - Host2 Name Server
  3246.    HOSTNAME            - Hostname Protocol
  3247.  
  3248.  
  3249.  
  3250. Reynolds & Postel                                              [Page 58]
  3251.  
  3252. RFC 1060                    Assigned Numbers                  March 1990
  3253.  
  3254.  
  3255.    ICMP                - Internet Control Message Protocol
  3256.    IGMP                - Internet Group Management Protocol
  3257.    IGP                 - Interior Gateway Protocol
  3258.    IMAP2               - Interim Mail Access Protocol version 2
  3259.    INGRES-NET          - INGRES-NET Service
  3260.    IP                  - Internet Protocol
  3261.    IPCU                - Internet Packet Core Utility
  3262.    IPPC                - Internet Pluribus Packet Core
  3263.    IP-ARC              - Internet Protocol on ARCNET
  3264.    IP-ARPA             - Internet Protocol on ARPANET
  3265.    IP-DC               - Internet Protocol on DC Networks
  3266.    IP-DVMRP            - Distance Vector Multicast Routing Protocol
  3267.    IP-E                - Internet Protocol on Ethernet Networks
  3268.    IP-EE               - Internet Protocol on Exp. Ethernet Nets
  3269.    IP-FDDI             - Transmission of IP over FDDI
  3270.    IP-HC               - Internet Protocol on Hyperchannnel
  3271.    IP-IEEE             - Internet Protocol on IEEE 802
  3272.    IP-IPX              - Transmission of 802.2 over IPX Networks
  3273.    IP-MTU              - IP MTU Discovery Options
  3274.    IP-NETBIOS          - Internet Protocol Datagrams over NetBIOS Networks
  3275.    IP-SLIP             - Transmission of IP over Serial Lines
  3276.    IP-WB               - Internet Protocol on Wideband Network
  3277.    IP-X25              - Internet Protocol on X.25 Networks
  3278.    IRTP                - Internet Reliable Transaction Protocol
  3279.    ISI-GL              - ISI Graphics Language Protocol
  3280.    ISO-TP4             - ISO Transport Protocol Class 4
  3281.    ISO-TSAP            - ISO TSAP
  3282.    LA-MAINT            - IMP Logical Address Maintenance
  3283.    LARP                - Locus Address Resoultion Protocol
  3284.    LDP                 - Loader Debugger Protocol
  3285.    LEAF-1              - Leaf-1 Protocol
  3286.    LEAF-2              - Leaf-2 Protocol
  3287.    LINK                - Link Protocol
  3288.    LOC-SRV             - Location Service
  3289.    LOGIN               - Login Host Protocol
  3290.    MAIL                - Format of Electronic Mail Messages
  3291.    MERIT-INP           - MERIT Internodal Protocol
  3292.    METAGRAM            - Metagram Relay
  3293.    MIB                 - Management Information Base
  3294.    MIT-ML-DEV          - MIT ML Device
  3295.    MFE-NSP             - MFE Network Services Protocol
  3296.    MIT-SUBNET          - MIT Subnet Support
  3297.    MIT-DOV             - MIT Dover Spooler
  3298.    MPM                 - Internet Message Protocol (Multimedia Mail)
  3299.    MPM-FLAGS           - MPM Flags Protocol
  3300.    MPM-SND             - MPM Send Protocol
  3301.    MSG-AUTH            - MSG Authentication Protocol
  3302.    MSG-ICP             - MSG ICP Protocol
  3303.  
  3304.  
  3305.  
  3306. Reynolds & Postel                                              [Page 59]
  3307.  
  3308. RFC 1060                    Assigned Numbers                  March 1990
  3309.  
  3310.  
  3311.    MUX                 - Multiplexing Protocol
  3312.    NAMESERVER          - Host Name Server
  3313.    NETBIOS-DGM         - NETBIOS Datagram Service
  3314.    NETBIOS-NS          - NETBIOS Name Service
  3315.    NETBIOS-SSN         - NETBIOS Session Service
  3316.    NETBLT              - Bulk Data Transfer Protocol
  3317.    NETED               - Network Standard Text Editor
  3318.    NETRJS              - Remote Job Service
  3319.    NI-FTP              - NI File Transfer Protocol
  3320.    NI-MAIL             - NI Mail Protocol
  3321.    NICNAME             - Who Is Protocol
  3322.    NFILE               - A File Access Protocol
  3323.    NNTP                - Network News Transfer Protocol
  3324.    NSW-FE              - NSW User System Front End
  3325.    NTP                 - Network Time Protocol
  3326.    NVP-II              - Network Voice Protocol
  3327.    OSPF                - Open Shortest Path First Interior GW Protocol
  3328.    PCMAIL              - Pcmail Transport Protocol
  3329.    POP2                - Post Office Protocol - Version 2
  3330.    POP3                - Post Office Protocol - Version 3
  3331.    PPP                 - Point-to-Point Protocol
  3332.    PRM                 - Packet Radio Measurement
  3333.    PUP                 - PUP Protocol
  3334.    PWDGEN              - Password Generator Protocol
  3335.    QUOTE               - Quote of the Day Protocol
  3336.    RARP                - A Reverse Address Resolution Protocol
  3337.    RATP                - Reliable Asynchronous Transfer Protocol
  3338.    RDP                 - Reliable Data Protocol
  3339.    RIP                 - Routing Information Protocol
  3340.    RJE                 - Remote Job Entry
  3341.    RLP                 - Resource Location Protocol
  3342.    RTELNET             - Remote Telnet Service
  3343.    RVD                 - Remote Virtual Disk Protocol
  3344.    SAT-EXPAK           - Satnet and Backroom EXPAK
  3345.    SAT-MON             - SATNET Monitoring
  3346.    SEP                 - Sequential Exchange Protocol
  3347.    SFTP                - Simple File Transfer Protocol
  3348.    SGMP                - Simple Gateway Monitoring Protocol
  3349.    SNMP                - Simple Network Management Protocol
  3350.    SMI                 - Structure of Management Information
  3351.    SMTP                - Simple Mail Transfer Protocol
  3352.    SQLSRV              - SQL Service
  3353.    ST                  - Stream Protocol
  3354.    STATSRV             - Statistics Service
  3355.    SU-MIT-TG           - SU/MIT Telnet Gateway Protocol
  3356.    SUN-RPC             - SUN Remote Procedure Call
  3357.    SUPDUP              - SUPDUP Protocol
  3358.    SUR-MEAS            - Survey Measurement
  3359.  
  3360.  
  3361.  
  3362. Reynolds & Postel                                              [Page 60]
  3363.  
  3364. RFC 1060                    Assigned Numbers                  March 1990
  3365.  
  3366.  
  3367.    SWIFT-RVF           - Remote Virtual File Protocol
  3368.    TACACS-DS           - TACACS-Database Service
  3369.    TACNEWS             - TAC News
  3370.    TCP                 - Transmission Control Protocol
  3371.    TELNET              - Telnet Protocol
  3372.    TFTP                - Trivial File Transfer Protocol
  3373.    THINWIRE            - Thinwire Protocol
  3374.    TIME                - Time Server Protocol
  3375.    TP-TCP              - ISO Transport Service on top of the TCP
  3376.    TRUNK-1             - Trunk-1 Protocol
  3377.    TRUNK-2             - Trunk-2 Protocol
  3378.    UCL                 - University College London Protocol
  3379.    UDP                 - User Datagram Protocol
  3380.    NNTP                - Network News Transfer Protocol
  3381.    USERS               - Active Users Protocol
  3382.    UUCP-PATH           - UUCP Path Service
  3383.    VIA-FTP             - VIA Systems-File Transfer Protocol
  3384.    VISA                - VISA Protocol
  3385.    VMTP                - Versatile Message Transaction Protocol
  3386.    WB-EXPAK            - Wideband EXPAK
  3387.    WB-MON              - Wideband Monitoring
  3388.    XNET                - Cross Net Debugger
  3389.    XNS-IDP             - Xerox NS IDP
  3390.  
  3391.  
  3392.  
  3393.  
  3394.  
  3395.  
  3396.  
  3397.  
  3398.  
  3399.  
  3400.  
  3401.  
  3402.  
  3403.  
  3404.  
  3405.  
  3406.  
  3407.  
  3408.  
  3409.  
  3410.  
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418. Reynolds & Postel                                              [Page 61]
  3419.  
  3420. RFC 1060                    Assigned Numbers                  March 1990
  3421.  
  3422.  
  3423.                             TERMINAL TYPE NAMES
  3424.  
  3425. These are the Official Terminal Type Names.  Their use is described in
  3426. RFC-930 [128].  The maximum length of a name is 40 characters.
  3427.  
  3428. A terminal names may be up to 40 characters taken from the set of upper-
  3429. case letters, digits, and the two punctuation characters hyphen and
  3430. slash.  It must start with a letter, and end with a letter or digit.
  3431.  
  3432.    ADDS-CONSUL-980                       DATAMEDIA-1521
  3433.    ADDS-REGENT-100                       DATAMEDIA-2500
  3434.    ADDS-REGENT-20                        DATAMEDIA-3025
  3435.    ADDS-REGENT-200                       DATAMEDIA-3025A
  3436.    ADDS-REGENT-25                        DATAMEDIA-3045
  3437.    ADDS-REGENT-40                        DATAMEDIA-3045A
  3438.    ADDS-REGENT-60                        DATAMEDIA-DT80/1
  3439.    ADDS-VIEWPOINT                        DATAPOINT-2200
  3440.    ADDS-VIEWPOINT-60                     DATAPOINT-3000
  3441.    AED-512                               DATAPOINT-3300
  3442.    AMPEX-DIALOGUE-210                    DATAPOINT-3360
  3443.    AMPEX-DIALOGUE-80                     DEC-DECWRITER-I
  3444.    AMPEX-210                             DEC-DECWRITER-II
  3445.    AMPEX-230                             DEC-GIGI
  3446.    ANDERSON-JACOBSON-510                 DEC-GT40
  3447.    ANDERSON-JACOBSON-630                 DEC-GT40A
  3448.    ANDERSON-JACOBSON-832                 DEC-GT42
  3449.    ANDERSON-JACOBSON-841                 DEC-LA120
  3450.    ANN-ARBOR-AMBASSADOR                  DEC-LA30
  3451.    ANSI                                  DEC-LA36
  3452.    ARDS                                  DEC-LA38
  3453.    BITGRAPH                              DEC-VT05
  3454.    BUSSIPLEXER                           DEC-VT100
  3455.    CALCOMP-565                           DEC-VT101
  3456.    CDC-456                               DEC-VT102
  3457.    CDI-1030                              DEC-VT125
  3458.    CDI-1203                              DEC-VT131
  3459.    C-ITOH-101                            DEC-VT132
  3460.    C-ITOH-50                             DEC-VT200
  3461.    C-ITOH-80                             DEC-VT220
  3462.    CLNZ                                  DEC-VT240
  3463.    COMPUCOLOR-II                         DEC-VT241
  3464.    CONCEPT-100                           DEC-VT300
  3465.    CONCEPT-104                           DEC-VT320
  3466.    CONCEPT-108                           DEC-VT340
  3467.    DATA-100                              DEC-VT50
  3468.    DATA-GENERAL-6053                     DEC-VT50H
  3469.    DATAGRAPHIX-132A                      DEC-VT52
  3470.    DATAMEDIA-1520                        DEC-VT55
  3471.  
  3472.  
  3473.  
  3474. Reynolds & Postel                                              [Page 62]
  3475.  
  3476. RFC 1060                    Assigned Numbers                  March 1990
  3477.  
  3478.  
  3479.    DEC-VT61                              HP-2649A
  3480.    DEC-VT62                              IBM-1050
  3481.    DELTA-DATA-5000                       IBM-2741
  3482.    DELTA-DATA-NIH-7000                   IBM-3101
  3483.    DELTA-TELTERM-2                       IBM-3101-10
  3484.    DIABLO-1620                           IBM-3151
  3485.    DIABLO-1640                           IBM-3275-2
  3486.    DIGILOG-333                           IBM-3276-2
  3487.    DTC-300S                              IBM-3276-3
  3488.    DTC-382                               IBM-3276-4
  3489.    EDT-1200                              IBM-3277-2
  3490.    EXECUPORT-4000                        IBM-3278-2
  3491.    EXECUPORT-4080                        IBM-3278-3
  3492.    FACIT-TWIST-4440                      IBM-3278-4
  3493.    FREEDOM-100                           IBM-3278-5
  3494.    FREEDOM-110                           IBM-3279-2
  3495.    FREEDOM-200                           IBM-3279-3
  3496.    GENERAL-TERMINAL-100A                 IBM-5151
  3497.    GENERAL-TERMINAL-101                  IBM-5154
  3498.    GIPSI-TX-M                            IBM-5081
  3499.    GIPSI-TX-ME                           IBM-6153
  3500.    GIPSI-TX-C4                           IBM-6154
  3501.    GIPSI-TX-C8                           IBM-6155
  3502.    GSI                                   IBM-AED
  3503.    HAZELTINE-1420                        IBM-3278-2-E
  3504.    HAZELTINE-1500                        IBM-3278-3-E
  3505.    HAZELTINE-1510                        IBM-3278-4-E
  3506.    HAZELTINE-1520                        IBM-3278-5-E
  3507.    HAZELTINE-1552                        IBM-3279-2-E
  3508.    HAZELTINE-2000                        IBM-3279-3-E
  3509.    HAZELTINE-ESPRIT                      IMLAC
  3510.    HP-2392                               INFOTON-100
  3511.    HP-2621                               INFOTON-400
  3512.    HP-2621A                              INFOTONKAS
  3513.    HP-2621P                              ISC-8001
  3514.    HP-2623                               LSI-ADM-1
  3515.    HP-2626                               LSI-ADM-11
  3516.    HP-2626A                              LSI-ADM-12
  3517.    HP-2626P                              LSI-ADM-2
  3518.    HP-2627                               LSI-ADM-20
  3519.    HP-2640                               LSI-ADM-22
  3520.    HP-2640A                              LSI-ADM-220
  3521.    HP-2640B                              LSI-ADM-3
  3522.    HP-2645                               LSI-ADM-31
  3523.    HP-2645A                              LSI-ADM-3A
  3524.    HP-2648                               LSI-ADM-42
  3525.    HP-2648A                              LSI-ADM-5
  3526.    HP-2649                               MEMOREX-1240
  3527.  
  3528.  
  3529.  
  3530. Reynolds & Postel                                              [Page 63]
  3531.  
  3532. RFC 1060                    Assigned Numbers                  March 1990
  3533.  
  3534.  
  3535.    MICROBEE                              TELETEC-DATASCREEN
  3536.    MICROTERM-ACT-IV                      TELETERM-1030
  3537.    MICROTERM-ACT-V                       TELETYPE-33
  3538.    MICROTERM-ERGO-301                    TELETYPE-35
  3539.    MICROTERM-MIME-1                      TELETYPE-37
  3540.    MICROTERM-MIME-2                      TELETYPE-38
  3541.    MICROTERM-ACT-5A                      TELETYPE-40
  3542.    MICROTERM-TWIST                       TELETYPE-43
  3543.    NEC-5520                              TELEVIDEO-910
  3544.    NETRONICS                             TELEVIDEO-912
  3545.    NETWORK-VIRTUAL-TERMINAL              TELEVIDEO-920
  3546.    OMRON-8025AG                          TELEVIDEO-920B
  3547.    PERKIN-ELMER-550                      TELEVIDEO-920C
  3548.    PERKIN-ELMER-1100                     TELEVIDEO-925
  3549.    PERKIN-ELMER-1200                     TELEVIDEO-955
  3550.    PERQ                                  TELEVIDEO-950
  3551.    PLASMA-PANEL                          TELEVIDEO-970
  3552.    QUME-SPRINT-5                         TELEVIDEO-975
  3553.    QUME-101                              TERMINET-1200
  3554.    QUME-102                              TERMINET-300
  3555.    SOROC                                 TI-700
  3556.    SOROC-120                             TI-733
  3557.    SOUTHWEST-TECHNICAL-PRODUCTS-CT82     TI-735
  3558.    SUN                                   TI-743
  3559.    SUPERBEE                              TI-745
  3560.    SUPERBEE-III-M                        TI-800
  3561.    TEC                                   TYCOM
  3562.    TEKTRONIX-4006                        UNIVAC-DCT-500
  3563.    TEKTRONIX-4010                        VIDEO-SYSTEMS-1200
  3564.    TEKTRONIX-4012                        VIDEO-SYSTEMS-5000
  3565.    TEKTRONIX-4013                        VOLKER-CRAIG-303
  3566.    TEKTRONIX-4014                        VOLKER-CRAIG-303A
  3567.    TEKTRONIX-4023                        VOLKER-CRAIG-404
  3568.    TEKTRONIX-4024                        VISUAL-200
  3569.    TEKTRONIX-4025                        VISUAL-55
  3570.    TEKTRONIX-4027                        WYSE-30
  3571.    TEKTRONIX-4105                        WYSE-50
  3572.    TEKTRONIX-4107                        WYSE-60
  3573.    TEKTRONIX-4110                        WYSE-75
  3574.    TEKTRONIX-4112                        WYSE-85
  3575.    TEKTRONIX-4113                        XEROX-1720
  3576.    TEKTRONIX-4114                        XTERM
  3577.    TEKTRONIX-4115                        ZENITH-H19
  3578.    TEKTRONIX-4125                        ZENITH-Z29
  3579.    TEKTRONIX-4404                        ZENTEC-30
  3580.    TELERAY-1061
  3581.    TELERAY-3700
  3582.    TELERAY-3800
  3583.  
  3584.  
  3585.  
  3586. Reynolds & Postel                                              [Page 64]
  3587.  
  3588. RFC 1060                    Assigned Numbers                  March 1990
  3589.  
  3590.  
  3591.                                  DOCUMENTS
  3592.  
  3593.  
  3594.    [1]    Anderson, B., "TACACS User Identification Telnet Option",
  3595.           RFC-927, BBN, December 1984.
  3596.  
  3597.    [2]    BBN, "Specifications for the Interconnection of a Host and an
  3598.           IMP", Report 1822, Bolt Beranek and Newman, Cambridge,
  3599.           Massachusetts, revised, December 1981.
  3600.  
  3601.    [3]    BBN, "User Manual for TAC User Database Tool", Bolt Beranek
  3602.           and Newman, September 1984.
  3603.  
  3604.    [4]    Ben-Artzi, Amatzia, "Network Management for TCP/IP Network: An
  3605.           Overview", 3Com, May 1988.
  3606.  
  3607.    [5]    Bennett, C., "A Simple NIFTP-Based Mail System", IEN 169,
  3608.           University College, London, January 1981.
  3609.  
  3610.    [6]    Bhushan, A., "A Report on the Survey Project", RFC-530,
  3611.           NIC 17375, June 1973.
  3612.  
  3613.    [7]    Bisbey, R., D. Hollingworth, and B. Britt, "Graphics Language
  3614.           (version 2.1)", ISI/TM-80-18, Information Sciences Institute,
  3615.           July 1980.
  3616.  
  3617.    [8]    Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
  3618.           Internetwork Architecture", XEROX Palo Alto Research Center,
  3619.           CSL-79-10, July 1979; also in IEEE Transactions on
  3620.           Communication, Volume COM-28, Number 4, April 1980.
  3621.  
  3622.    [9]    Borman, D., Editor, "Telnet Linemode Option",
  3623.           RFC 1116, Cray Research, Inc., August 1989.
  3624.  
  3625.    [10]   Braden, R., "NETRJS Protocol", RFC-740, NIC 42423,
  3626.           Information Sciences Institute, November 1977.
  3627.  
  3628.    [11]   Braden, R., and J. Postel, "Requirements for Internet
  3629.           Gateways", RFC-1009, Obsoletes RFC-985, Information Sciences
  3630.           Institute, June 1987.
  3631.  
  3632.    [12]   Bressler, B., "Remote Job Entry Protocol",  RFC-407,
  3633.           NIC 12112, October 1972.
  3634.  
  3635.    [13]   Bressler, R., "Inter-Entity Communication -- An Experiment",
  3636.           RFC-441, NIC 13773, January 1973.
  3637.  
  3638.    [14]   Butler, M., J. Postel, D. Chase, J. Goldberger, and
  3639.  
  3640.  
  3641.  
  3642. Reynolds & Postel                                              [Page 65]
  3643.  
  3644. RFC 1060                    Assigned Numbers                  March 1990
  3645.  
  3646.  
  3647.           J. K. Reynolds, "Post Office Protocol - Version 2", RFC-937,
  3648.           Information Sciences Institute, February 1985.
  3649.  
  3650.    [15]   Case, J., M. Fedor, M. Schoffstall, and C. Davin,
  3651.           "A Simple Network Management Protocol", RFC-1098,
  3652.           (Obsoletes RFC-1067), University of Tennessee at
  3653.           Knoxville, NYSERNet, Inc., Rensselaer Polytechnic
  3654.           Institute, and MIT Laboratory for Computer Science,
  3655.           April 1989.
  3656.  
  3657.    [16]   Cass, D., and M. Rose, "ISO Transport Services on Top of
  3658.           the TCP", RFC-983, NTRC, April 1986.
  3659.  
  3660.    [17]   Cheriton, D., "VMTP: Versatile Message Transaction
  3661.           Protocol Specification", RFC-1045, pgs 103 & 104,
  3662.           Stanford University, February 1988.
  3663.  
  3664.    [18]   Cisco Systems, "Gateway Server Reference Manual", Manual
  3665.           Revision B, January 10, 1988.
  3666.  
  3667.    [19]   Clark, D., "PCMAIL: A Distributed Mail System for Personal
  3668.           Computers", RFC-984, MIT, May 1986.
  3669.  
  3670.    [20]   Clark, D., M. Lambert, and L. Zhang, "NETBLT: A Bulk Data
  3671.           Transfer Protocol", RFC-969, MIT Laboratory for Computer
  3672.           Science, December 1985.
  3673.  
  3674.    [21]   Cohen, D., "On Holy Wars and a Plea for Peace", IEEE Computer
  3675.           Magazine, October 1981.
  3676.  
  3677.    [22]   Cohen, D., "Specifications for the Network Voice Protocol",
  3678.           RFC-741, ISI/RR 7539, Information Sciences Institute,
  3679.           March 1976.
  3680.  
  3681.    [23]   Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90,
  3682.           Information Sciences Institute, May 1979.
  3683.  
  3684.    [24]   COMPASS, "Semi-Annual Technical Report", CADD-7603-0411,
  3685.           Massachusetts Computer Associates, 4 March 1976. Also as,
  3686.           "National Software Works, Status Report No. 1,"
  3687.           RADC-TR-76-276, Volume 1, September 1976. And COMPASS. "Second
  3688.           Semi-Annual Report," CADD-7608-1611, Massachusetts Computer
  3689.           Associates, August 1976.
  3690.  
  3691.    [25]   Crispin, M., "Telnet Logout Option", Stanford University-AI,
  3692.           RFC-727, April 1977.
  3693.  
  3694.    [26]   Crispin, M., "Telnet SUPDUP Option", Stanford University-AI,
  3695.  
  3696.  
  3697.  
  3698. Reynolds & Postel                                              [Page 66]
  3699.  
  3700. RFC 1060                    Assigned Numbers                  March 1990
  3701.  
  3702.  
  3703.           RFC-736, October 1977.
  3704.  
  3705.    [27]   Crispin, M., "SUPDUP Protocol", RFC-734, NIC 41953,
  3706.           October 1977.
  3707.  
  3708.    [28]   Crocker, D., "Telnet Output Carriage-Return Disposition
  3709.           Option", RFC-652, October 1974.
  3710.  
  3711.    [29]   Crocker, D., "Telnet Output Formfeed Disposition Option",
  3712.           RFC-655, October 1974.
  3713.  
  3714.    [30]   Crocker, D., "Telnet Output Linefeed Disposition", RFC-658,
  3715.           October 1974.
  3716.  
  3717.    [31]   Crocker, D., "Telnet Output Horizontal Tab Disposition
  3718.           Option", RFC-654, October 1974.
  3719.  
  3720.    [32]   Crocker, D., "Telnet Output Horizontal Tabstops Option",
  3721.           RFC-653, October 1974.
  3722.  
  3723.    [33]   Crocker, D., "Telnet Output Vertical Tab Disposition Option",
  3724.           RFC-657, October 1974.
  3725.  
  3726.    [34]   Crocker, D., "Telnet Output Vertical Tabstops Option",
  3727.           RFC-656, October 1974.
  3728.  
  3729.    [35]   Crocker, D. and R. Gumpertz, "Revised Telnet Byte Marco
  3730.           Option", RFC-735, November 1977.
  3731.  
  3732.    [36]   Croft, B., and J. Gilmore, "BOOTSTRAP Protocol (BOOTP)",
  3733.           RFC-951, Stanford and SUN Microsytems, September 1985.
  3734.  
  3735.    [37]   Davin, J., J. Case, M. Fedor, and M. Schoffstall, "A Simple
  3736.           Gateway Monitoring Protocol", RFC-1028, November 1987.
  3737.  
  3738.    [38]   Day, J., "Telnet Data Entry Terminal Option", RFC-732,
  3739.           September 1977.
  3740.  
  3741.    [39]   DCA, "3270 Display System Protocol", #1981-08.
  3742.  
  3743.    [40]   DDN Protocol Handbook, "Telnet Output Line Width Option",
  3744.           NIC 50005, December 1985.
  3745.  
  3746.    [41]   DDN Protocol Handbook, "Telnet Output Page Size Option",
  3747.           NIC 50005, December 1985.
  3748.  
  3749.    [42]   DDN Protocol Handbook, "Telnet Reconnection Option",
  3750.           NIC 50005, December 1985.
  3751.  
  3752.  
  3753.  
  3754. Reynolds & Postel                                              [Page 67]
  3755.  
  3756. RFC 1060                    Assigned Numbers                  March 1990
  3757.  
  3758.  
  3759.    [43]   Deering, S., "Host Extensions for IP Multicasting",
  3760.           RFC-1112, Obsoletes RFC-988, RFC-1054, Stanford University,
  3761.           August 1989.
  3762.  
  3763.    [44]   Elvy, M., and R. Nedved, "Network Mail Path Service", RFC-915,
  3764.           Harvard and CMU, July 1986.
  3765.  
  3766.    [45]   Feinler, E., editor, "DDN Protocol Handbook", Network
  3767.           Information Center, SRI International, December 1985.
  3768.  
  3769.    [46]   Feinler, E., editor, "Internet Protocol Transition Workbook",
  3770.           Network Information Center, SRI International, March 1982.
  3771.  
  3772.    [47]   Feinler, E. and J. Postel, eds., "ARPANET Protocol Handbook",
  3773.           NIC 7104, for the Defense Communications Agency by SRI
  3774.           International, Menlo Park, California, Revised January 1978.
  3775.  
  3776.    [48]   Finlayson, R., T. Mann, J. Mogul, and M. Theimer, "A Reverse
  3777.           Address Resolution Protocol", RFC-903, Stanford University,
  3778.           June 1984.
  3779.  
  3780.    [49]   Forgie, J., "ST - A Proposed Internet Stream Protocol",
  3781.           IEN 119, MIT Lincoln Laboratory, September 1979.
  3782.  
  3783.    [50]   Forsdick, H., "CFTP", Network Message, Bolt Beranek and
  3784.           Newman, January 1982.
  3785.  
  3786.    [51]   Greenberg, B., "Telnet SUPDUP-OUTPUT Option", RFC-749,
  3787.           MIT-Multics, September 1978.
  3788.  
  3789.    [52]   Harrenstien, K., "Name/Finger", RFC-742, NIC 42758,
  3790.           SRI International,  December 1977.
  3791.  
  3792.    [53]   Harrenstien, K., M. Stahl, and E. Feinler, "DOD Internet Host
  3793.           Table Specification", RFC-952, Obsoletes RFC-810,
  3794.           October 1985.
  3795.  
  3796.    [54]   Harrenstien, K., V. White, and E. Feinler, "Hostnames Server",
  3797.           RFC-811, SRI International, March 1982.
  3798.  
  3799.    [55]   Harrenstien, K., and V. White, "Nicname/Whois", RFC-812,
  3800.           SRI International, March 1982.
  3801.  
  3802.    [56]   Haverty, J., "XNET Formats for Internet Protocol Version 4",
  3803.           IEN 158, October 1980.
  3804.  
  3805.    [57]   Hedrick, C., "Telnet Terminal Speed Option", RFC-1079,
  3806.           Rutgers University, December 1988.
  3807.  
  3808.  
  3809.  
  3810. Reynolds & Postel                                              [Page 68]
  3811.  
  3812. RFC 1060                    Assigned Numbers                  March 1990
  3813.  
  3814.  
  3815.    [58]   Hedrick, C., "Telnet Remote Flow Control Option",
  3816.           RFC-1080, Rutgers University, December 1988.
  3817.  
  3818.    [59]   Hinden, R., "A Host Monitoring Protocol", RFC-869,
  3819.           Bolt Beranek and Newman, December 1983.
  3820.  
  3821.    [60]   Hinden, R., and A. Sheltzer, "The DARPA Internet Gateway",
  3822.           RFC-823, September 1982.
  3823.  
  3824.    [61]   Hornig, C., "A Standard for the Transmission of IP Datagrams
  3825.           over Ethernet Networks, RFC-894, Symbolics, April 1984.
  3826.  
  3827.    [62]   Internet Activities Board, J. Postel, Editor, "IAB Official
  3828.           Protocol Standards", RFC-1130, Internet Activities
  3829.           October 1989.
  3830.  
  3831.    [63]   International Standards Organization, "ISO Transport Protocol
  3832.           Specification - ISO DP 8073", RFC-905, April 1984.
  3833.  
  3834.    [64]   International Standards Organization, "Protocol for Providing
  3835.           the Connectionless-Mode Network Services", RFC-926, ISO,
  3836.           December 1984.
  3837.  
  3838.    [65]   Kantor, B., and P. Lapsley, "Network News Transfer Protocol",
  3839.           RFC-977, UC San Diego & UC Berkeley, February 1986.
  3840.  
  3841.    [66]   Kent, S., and J. Linn, "Privacy Enhancement for Internet
  3842.           Electronic Mail: Part II -- Certificate-Based Key Management",
  3843.           BBNCC and DEC, August 1989.
  3844.  
  3845.    [67]   Khanna, A., and A. Malis, "The ARPANET AHIP-E Host Access
  3846.           Protocol (Enhanced AHIP)", RFC-1005, BBN Communications
  3847.           Corporation, May 1987.
  3848.  
  3849.    [68]   Killian, E., "Telnet Send-Location Option", RFC-779,
  3850.           April 1981.
  3851.  
  3852.    [69]   Korb, J., "A Standard for the Transmission of IP Datagrams
  3853.           Over Public Data Networks", RFC-877, Purdue University,
  3854.           September 1983.
  3855.  
  3856.    [70]   Levy, S., and T. Jacobson, "Telnet X.3 PAD Option", RFC-1053,
  3857.           Minnesota Supercomputer Center, April 1988.
  3858.  
  3859.    [71]   Linn, J., "Privacy Enhancement for Internet Electronic
  3860.           Mail: Part I: Message Encipherment and Authentication
  3861.           Procedures", RFC-1113, Obsoletes RFC-989 and RFC-1040, DEC,
  3862.           August 1989.
  3863.  
  3864.  
  3865.  
  3866. Reynolds & Postel                                              [Page 69]
  3867.  
  3868. RFC 1060                    Assigned Numbers                  March 1990
  3869.  
  3870.  
  3871.    [72]   Linn, J., "Privacy Enhancement for Internet Electronic
  3872.           Mail: Part III -- Algorithms, Modes, and Identifiers",
  3873.           RFC-1115, DEC, August 1989.
  3874.  
  3875.    [73]   Lottor, M., "Simple File Transfer Protocol", RFC-913, MIT,
  3876.           September 1984.
  3877.  
  3878.    [74]   M/A-COM Government Systems, "Dissimilar Gateway Protocol
  3879.           Specification, Draft Version", Contract no. CS901145,
  3880.           November 16, 1987.
  3881.  
  3882.    [75]   Marcy, G., "Telnet X Display Location Option", RFC-1096,
  3883.           Carnegie Mellon University, March 1989.
  3884.  
  3885.    [76]   Malis, A., "Logical Addressing Implementation Specification",
  3886.           BBN Report 5256, pp 31-36, May 1983.
  3887.  
  3888.    [77]   Malkin, G., "KNET/VM Command Message Protocol Functional
  3889.           Overview", Spartacus, Inc., January 4, 1988.
  3890.  
  3891.    [78]   Metcalfe, R. M. and D. R. Boggs, "Ethernet: Distributed Packet
  3892.           Switching for Local Computer Networks", Communications of the
  3893.           ACM, 19 (7), pp 395-402, July 1976.
  3894.  
  3895.    [79]   Miller, T., "Internet Reliable Transaction Protocol", RFC-938,
  3896.           ACC, February 1985.
  3897.  
  3898.    [80]   Mills, D., "Network Time Protocol (Version 1), Specification
  3899.           and Implementation", RFC-1059, University of Delaware,
  3900.           July 1988.
  3901.  
  3902.    [81]   Mockapetris, P., "Domain Names - Concepts and
  3903.           Facilities", RFC-1034, Obsoletes RFCs 882, 883, and
  3904.           973, Information Sciences Institute, November 1987.
  3905.  
  3906.    [82]   Mockapetris, P., "Domain Names - Implementation and
  3907.           Specification", RFC-1035, Obsoletes RFCs 882, 883, and
  3908.           973, Information Sciences Institute, November 1987.
  3909.  
  3910.    [83]   Moy, J., "The OSPF Specification", RFC 1131, Proteon,
  3911.           October 1989.
  3912.  
  3913.    [84]   Nedved, R., "Telnet Terminal Location Number Option", RFC-946,
  3914.           Carnegie-Mellon University, May 1985.
  3915.  
  3916.    [85]   NSW Protocol Committee, "MSG: The Interprocess Communication
  3917.           Facility for the National Software Works", CADD-7612-2411,
  3918.           Massachusetts Computer Associates, BBN 3237, Bolt Beranek and
  3919.  
  3920.  
  3921.  
  3922. Reynolds & Postel                                              [Page 70]
  3923.  
  3924. RFC 1060                    Assigned Numbers                  March 1990
  3925.  
  3926.  
  3927.           Newman, Revised December 1976.
  3928.  
  3929.    [86]   Onions, J., and M. Rose, "ISO-TP0 bridge between TCP
  3930.           and X.25", RFC-1086, Nottingham, TWG, December 1988.
  3931.  
  3932.    [87]   Partridge, C. and G. Trewitt, The High-Level Entity Management
  3933.           System (HEMS), RFCs 1021, 1022, 1023, and 1024, BBN/NNSC,
  3934.           Stanford, October, 1987.
  3935.  
  3936.    [88]   Plummer, D., "An Ethernet Address Resolution Protocol or
  3937.           Converting Network Protocol Addresses to 48-bit Ethernet
  3938.           Addresses for Transmission on Ethernet Hardware", RFC-826,
  3939.           MIT-LCS, November 1982.
  3940.  
  3941.    [89]   Postel, J., "Active Users", RFC-866, Information
  3942.           Sciences Institute, May 1983.
  3943.  
  3944.    [90]   Postel, J., and J. Reynolds, "A Standard for the Transmission
  3945.           of IP Datagrams over IEEE 802 Networks", RFC-1042,
  3946.           USC/Information Sciences Institute, February 1988.
  3947.  
  3948.    [91]   Postel, J., "A Standard for the Transmission of IP Datagrams
  3949.           over Experimental Ethernet Networks, RFC-895, Information
  3950.           Sciences Institute, April 1984.
  3951.  
  3952.    [92]   Postel, J., "Character Generator Protocol", RFC-864,
  3953.           Information Sciences Institute, May 1983.
  3954.  
  3955.    [93]   Postel, J., "Daytime Protocol", RFC-867, Information Sciences
  3956.           Institute, May 1983.
  3957.  
  3958.    [94]   Postel, J., "Discard Protocol", RFC-863, Information Sciences
  3959.           Institute, May 1983.
  3960.  
  3961.    [95]   Postel, J., "Echo Protocol", RFC-862, Information Sciences
  3962.           Institute, May 1983.
  3963.  
  3964.    [96]   Postel, J. and J. Reynolds, "File Transfer Protocol", RFC-959,
  3965.           Information Sciences Institute, October 1985.
  3966.  
  3967.    [97]   Postel, J., "Internet Control Message Protocol - DARPA
  3968.           Internet Program Protocol Specification", RFC-792,
  3969.           Information Sciences Institute, September 1981.
  3970.  
  3971.    [98]   Postel, J., "Internet Message Protocol", RFC-759, IEN 113,
  3972.           Information Sciences Institute, August 1980.
  3973.  
  3974.    [99]   Postel, J., "Name Server", IEN 116, Information Sciences
  3975.  
  3976.  
  3977.  
  3978. Reynolds & Postel                                              [Page 71]
  3979.  
  3980. RFC 1060                    Assigned Numbers                  March 1990
  3981.  
  3982.  
  3983.           Institute, August 1979.
  3984.  
  3985.    [100]  Postel, J., "Quote of the Day Protocol", RFC-865,
  3986.           Information Sciences Institute, May 1983.
  3987.  
  3988.    [101]  Postel, J., "Remote Telnet Service", RFC-818,
  3989.           Information Sciences Institute, November 1982.
  3990.  
  3991.    [102]  Postel, J., "Simple Mail Transfer Protocol", RFC-821,
  3992.           Information Sciences Institute, August 1982.
  3993.  
  3994.    [103]  Postel, J., "Telnet End of Record Option", RFC-885,
  3995.           Information Sciences Institute, December 1983.
  3996.  
  3997.    [104]  Postel, J., "User Datagram Protocol", RFC-768
  3998.           Information Sciences Institute, August 1980.
  3999.  
  4000.    [105]  Postel, J., ed., "Internet Protocol - DARPA Internet Program
  4001.           Protocol Specification", RFC-791, Information Sciences
  4002.           Institute, September 1981.
  4003.  
  4004.    [106]  Postel, J., ed., "Transmission Control Protocol - DARPA
  4005.           Internet Program Protocol Specification", RFC-793,
  4006.           Information Sciences Institute, September 1981.
  4007.  
  4008.    [107]  Postel, J. and D. Crocker, "Remote Controlled Transmission and
  4009.           Echoing Telnet Option", RFC-726, March 1977.
  4010.  
  4011.    [108]  Postel, J., and K. Harrenstien, "Time Protocol", RFC-868,
  4012.           Information Sciences Institute, May 1983.
  4013.  
  4014.    [109]  Postel, J. and J. Reynolds, "Telnet Extended Options - List
  4015.           Option", RFC-861, Information Sciences Institute, May 1983.
  4016.  
  4017.    [110]  Postel, J. and J. Reynolds, "Telnet Binary Transmission",
  4018.           RFC-856, Information Sciences Institute, May 1983.
  4019.  
  4020.    [111]  Postel, J. and J. Reynolds, "Telnet Echo Option", RFC-857,
  4021.           Information Sciences Institute, May 1983.
  4022.  
  4023.    [112]  Postel, J., and J. Reynolds, "Telnet Protocol Specification",
  4024.           RFC-854, Information Sciences Institute, May 1983.
  4025.  
  4026.    [113]  Postel, J. and J. Reynolds, "Telnet Status Option", RFC-859,
  4027.           Information Sciences Institute, May 1983.
  4028.  
  4029.    [114]  Postel, J. and J. Reynolds, "Telnet Suppress Go Ahead Option",
  4030.           RFC-858, Information Sciences Institute, May 1983.
  4031.  
  4032.  
  4033.  
  4034. Reynolds & Postel                                              [Page 72]
  4035.  
  4036. RFC 1060                    Assigned Numbers                  March 1990
  4037.  
  4038.  
  4039.    [115]  Postel, J. and J. Reynolds, "Telnet Timing Mark Option",
  4040.           RFC-860, Information Sciences Institute, May 1983.
  4041.  
  4042.    [116]  Rekhter, J., "Telnet 3270 Regime Option", RFC-1041,
  4043.           IBM, January 1988.
  4044.  
  4045.    [117]  Reynolds, J., "BOOTP Vendor Information Extensions",
  4046.           RFC 1084, Information Sciences Institute, December 1988.
  4047.  
  4048.    [118]  Reynolds, J. and J. Postel, "Official Internet Protocols",
  4049.           RFC-1011, USC/Information Sciences Institute, May 1987.
  4050.  
  4051.    [119]  Romano, S., M. Stahl, and M. Recker, "Internet Numbers",
  4052.           RFC-1117, SRI-NIC, August 1989.
  4053.  
  4054.    [120]  Rose, M., and K. McCloghrie, "Structure and Identification of
  4055.           Management Information for TCP/IP-based internets", RFC-1065,
  4056.           TWG, August 1988.
  4057.  
  4058.    [121]  Rose, M., and K. McCloghrie, "Management Information Base for
  4059.           Network Management of TCP/IP-based internets", RFC-1066,
  4060.           TWG, August 1988.
  4061.  
  4062.    [122]  Rose, M., "Post Office Protocol - Version 3", RFC-1081,
  4063.           TWG, November 1988.
  4064.  
  4065.    [123]  Seamonson, L. J., and E. C. Rosen, "STUB" Exterior Gateway
  4066.           Protocol", RFC-888, BBN Communications Corporation,
  4067.           January 1984.
  4068.  
  4069.    [124]  Shuttleworth, B., "A Documentary of MFENet, a National
  4070.           Computer Network", UCRL-52317, Lawrence Livermore Labs,
  4071.           Livermore, California, June 1977.
  4072.  
  4073.    [125]  Silverman, S., "Output Marking Telnet Option", RFC-933, MITRE,
  4074.           January 1985.
  4075.  
  4076.    [126]  Sollins, K., "The TFTP Protocol (Revision 2)", RFC-783,
  4077.           MIT/LCS, June 1981.
  4078.  
  4079.    [127]  Solomon, M., L. Landweber, and D. Neuhengen, "The CSNET Name
  4080.           Server", Computer Networks, v.6, n.3, pp. 161-172, July 1982.
  4081.  
  4082.    [128]  Solomon, M., and E. Wimmers, "Telnet Terminal Type Option",
  4083.           RFC-930, Supercedes RFC-884, University of Wisconsin, Madison,
  4084.           January 1985.
  4085.  
  4086.    [129]  Sproull, R., and E. Thomas, "A Networks Graphics Protocol",
  4087.  
  4088.  
  4089.  
  4090. Reynolds & Postel                                              [Page 73]
  4091.  
  4092. RFC 1060                    Assigned Numbers                  March 1990
  4093.  
  4094.  
  4095.           NIC 24308, August 1974.
  4096.  
  4097.    [130]  St. Johns, M., "Authentication Service", RFC-931, TPSC,
  4098.           January 1985.
  4099.  
  4100.    [131]  Tappan, D., "The CRONUS Virtual Local Network", RFC-824,
  4101.           Bolt Beranek and Newman, August 1982.
  4102.  
  4103.    [132]  Taylor, J., "ERPC Functional Specification", Version 1.04,
  4104.           HYDRA Computer Systems, Inc., July 1984.
  4105.  
  4106.    [133]  "The Ethernet, A Local Area Network: Data Link Layer and
  4107.           Physical Layer Specification", AA-K759B-TK, Digital Equipment
  4108.           Corporation, Maynard, MA.  Also as:  "The Ethernet - A Local
  4109.           Area Network", Version 1.0, Digital Equipment Corporation,
  4110.           Intel Corporation, Xerox Corporation, September 1980.  And:
  4111.           "The Ethernet, A Local Area Network: Data Link Layer and
  4112.           Physical Layer Specifications", Digital, Intel and Xerox,
  4113.           November 1982.  And:  XEROX, "The Ethernet, A Local Area
  4114.           Network: Data Link Layer and Physical Layer Specification",
  4115.           X3T51/80-50, Xerox Corporation, Stamford, CT., October 1980.
  4116.  
  4117.    [134]  The High Level Protocol Group, "A Network Independent File
  4118.           Transfer Protocol",  INWG Protocol Note 86, December 1977.
  4119.  
  4120.    [135]  Thomas, Bob, "The Interhost Protocol to Support CRONUS/DIAMOND
  4121.           Interprocess Communication", BBN, September 1983.
  4122.  
  4123.    [136]  Tovar, "Telnet Extended ASCII Option", RFC-698, Stanford
  4124.           University-AI, July 1975.
  4125.  
  4126.    [137]  Uttal, J., J. Rothschild, and C. Kline, "Transparent
  4127.           Integration of UNIX and MS-DOS", Locus Computing Corporation.
  4128.  
  4129.    [138]  Velten, D., R. Hinden, and J. Sax, "Reliable Data Protocol",
  4130.           RFC-908, BBN Communications Corporation, July 1984.
  4131.  
  4132.    [139]  Waitzman, D., "Telnet Window Size Option", RFC-1073,
  4133.           BBN STC, October, 1988.
  4134.  
  4135.    [140]  Waitzman, D., C. Partridge, and S. Deering
  4136.           "Distance Vector Multicast Routing Protocol", RFC-1075,
  4137.           BBN STC and Stanford University, November 1988.
  4138.  
  4139.    [141]  Wancho, F., "Password Generator Protocol",  RFC-972, WSMR,
  4140.           January 1986.
  4141.  
  4142.    [142]  Warrier, U., and L. Besaw, "The Common Management
  4143.  
  4144.  
  4145.  
  4146. Reynolds & Postel                                              [Page 74]
  4147.  
  4148. RFC 1060                    Assigned Numbers                  March 1990
  4149.  
  4150.  
  4151.           Information Services and Protocol over TCP/IP (CMOT)",
  4152.           RFC-1095, Unisys Corp. and Hewlett-Packard, April 1989.
  4153.  
  4154.    [143]  Welch, B., "The Sprite Remote Procedure Call System",
  4155.           Technical Report, UCB/Computer Science Dept., 86/302,
  4156.           University of California at Berkeley, June 1986.
  4157.  
  4158.    [144]  Xerox, "Courier: The Remote Procedure Protocol", XSIS 038112,
  4159.           December 1981.
  4160.  
  4161.    [145]  Yasuda, A., and T. Thompson, "TELNET Data Entry Terminal
  4162.           Option DODIIS Implementation", RFC-1043, DIA, February 1988.
  4163.  
  4164.  
  4165.  
  4166.  
  4167.  
  4168.  
  4169.  
  4170.  
  4171.  
  4172.  
  4173.  
  4174.  
  4175.  
  4176.  
  4177.  
  4178.  
  4179.  
  4180.  
  4181.  
  4182.  
  4183.  
  4184.  
  4185.  
  4186.  
  4187.  
  4188.  
  4189.  
  4190.  
  4191.  
  4192.  
  4193.  
  4194.  
  4195.  
  4196.  
  4197.  
  4198.  
  4199.  
  4200.  
  4201.  
  4202. Reynolds & Postel                                              [Page 75]
  4203.  
  4204. RFC 1060                    Assigned Numbers                  March 1990
  4205.  
  4206.  
  4207.                                   PEOPLE
  4208.  
  4209.  
  4210.    [AB20]    Art Berggreen       ACC       art@SALT.ACC.ARPA
  4211.  
  4212.    [ABB2]    A. Blasco Bonito    CNUCE     blasco@ICNUCEVM.CNUCE.CNR.IT
  4213.  
  4214.    [AD14]    Annette DeSchon     ISI       DESCHON@ISI.EDU
  4215.  
  4216.    [AGM]     Andy Malis          BBN       Malis@BBN.COM
  4217.  
  4218.    [AKH5]    Arthur Hartwig      UQNET
  4219.                    munnari!wombat.decnet.uq.oz.au!ccarthur@UUNET.UU.NET
  4220.  
  4221.    [ANM2]    April N. Marine     SRI       APRIL@NIC.DDN.MIL
  4222.  
  4223.    [AW90]    Amanda Walker       Intercon  AMANDA@INTERCON.COM
  4224.  
  4225.    [AXB]     Albert G. Broscius  UPENN     broscius@DSL.CIS.UPENN.EDU
  4226.  
  4227.    [AXB1]    Amatzia Ben-Artzi             ---none---
  4228.  
  4229.    [AXC]     Andrew Cherenson    SGI       arc@SGI.COM
  4230.  
  4231.    [AXC1]    Anthony Chung       Sytek
  4232.                                     sytek!syteka!anthony@HPLABS.HP.COM
  4233.  
  4234.    [AXC2]    Asheem Chandna      AT&T      ac0@mtuxo.att.com
  4235.  
  4236.    [AXM]     Alex Martin        Retix      ---none---
  4237.  
  4238.    [AXS]     Arthur Salazar     Locus      lcc.arthur@SEAS.UCLA.EDU
  4239.  
  4240.    [BA4]     Brian Anderson      BBN       baanders@CCQ.BBN.COM
  4241.  
  4242.    [BB257]   Brian W. Brown     SynOptics  BBROWN@MVIS1.SYNOPTICS.COM
  4243.  
  4244.    [BCH2]    Barry Howard        LLL       Howard@NMFECC.ARPA
  4245.  
  4246.    [BCN]     Clifford B. Newman  UWASH     bcn@CS.WASHINGTON.EDU
  4247.  
  4248.    [BD70]    Bernd Doleschal     SEL       Doleschal@A.ISI.EDU
  4249.  
  4250.    [BH144]   Bridget Halsey      Banyan    bah@BANYAN.BANYAN.COM
  4251.  
  4252.    [BJR2]    Bill Russell        NYU       russell@cmcl2.NYU.EDU
  4253.  
  4254.    [BKR]     Brian Reid          DEC       reid@DECWRL.DEC.COM
  4255.  
  4256.  
  4257.  
  4258. Reynolds & Postel                                              [Page 76]
  4259.  
  4260. RFC 1060                    Assigned Numbers                  March 1990
  4261.  
  4262.  
  4263.    [BP52]    Brad Parker         CAYMAN    brad@cayman.Cayman.COM
  4264.  
  4265.    [BS221]   Bob Stewart         Xyplex    STEWART@XYPLEX.COM
  4266.  
  4267.    [BWB6]    Barry Boehm         DARPA     boehm@DARPA.MIL
  4268.  
  4269.    [BXA]     Bill Anderson       MITRE     wda@MITRE-BEDFORD.ORG
  4270.  
  4271.    [BXB]     Brad Benson         Touch     ---none---
  4272.  
  4273.    [BXE]     Brian A. Ehrmantraut Auspex Systems bae@auspex.com
  4274.  
  4275.    [BXH]     Brian Horn          Locus     ---none---
  4276.  
  4277.    [BXL]     Brian Lloyd         SIRIUS    ---none---
  4278.  
  4279.    [BXN]     Bill Norton         Merit     wbn@MERIT.EDU
  4280.  
  4281.    [BXV]     Bill Versteeg       NRC       bvs@NRC.COM
  4282.  
  4283.    [BXW]     Brent Welch         Sprite
  4284.                         brent%sprite.berkeley.edu@GINGER.BERKELEY.EDU
  4285.  
  4286.    [BXW1]    Bruce Willins       Raycom    ---none---
  4287.  
  4288.    [BXZ]     Bob Zaniolo         Reuter    ---none---
  4289.  
  4290.    [CLH3]    Charles Hedrick     RUTGERS   HEDRICK@ARAMIS.RUTGERS.EDU
  4291.  
  4292.    [CMR]     Craig Rogers        ISI       Rogers@ISI.EDU
  4293.  
  4294.    [CXM]     Charles Marker II   MIPS      marker@MIPS.COM
  4295.  
  4296.    [CXT]     Christopher Tengi   Princeton tengi@Princeton.EDU
  4297.  
  4298.    [DAG4]    David A. Gomberg    MITRE     gomberg@GATEWAY.MITRE.ORG
  4299.  
  4300.    [DB14]    Dave Borman         Cray      dab@CRAY.COM
  4301.  
  4302.    [DC126]   Dick Cogger         Cornell   rhx@CORNELLC.CIT.CORNELL.EDU
  4303.  
  4304.    [DCP1]    David Plummer       MIT       DCP@SCRC-QUABBIN.ARPA
  4305.  
  4306.    [DDC1]    David Clark         MIT       ddc@LCS.MIT.EDU
  4307.  
  4308.    [DJK13]   David Kaufman       DeskTalk  ---none---
  4309.  
  4310.    [DLM1]    David Mills         LINKABIT  Mills@HUEY.UDEL.EDU
  4311.  
  4312.  
  4313.  
  4314. Reynolds & Postel                                              [Page 77]
  4315.  
  4316. RFC 1060                    Assigned Numbers                  March 1990
  4317.  
  4318.  
  4319.    [DM28]    Dennis Morris       DCA       Morrisd@IMO-UVAX.DCA.MIL
  4320.  
  4321.    [DM280]   Dave Mackie         NCD       lupine!djm@UUNET.UU.NET
  4322.  
  4323.    [DM354]   Don McWilliam       UBC       mcwillm@CC.UBC.CA
  4324.  
  4325.    [DPR]     David Reed          MIT-LCS   Reed@MIT-MULTICS.ARPA
  4326.  
  4327.    [DRC3]    Dave Cheriton       STANFORD
  4328.                                  cheriton@PESCADERO.STANFORD.EDU
  4329.  
  4330.    [DT15]    Daniel Tappan       BBN       Tappan@BBN.COM
  4331.  
  4332.    [DW181]   David Wolfe         SRI       ctabka@TSCA.ISTC.SRI.COM
  4333.  
  4334.    [DW183]   David Waitzman      BBN       dwaitzman@BBN.COM
  4335.  
  4336.    [DXB]     Dave Buehmann       Intergraph ingr!daveb@UUNET.UU.NET
  4337.  
  4338.    [DXD]     Dennis J.W. Dube    VIA SYSTEMS ---none---
  4339.  
  4340.    [DXG]     David Goldberg      SMI       sun!dg@UCBARPA.BERKELEY.EDU
  4341.  
  4342.    [DXK]     Doug Karl           OSU
  4343.                                      KARL-D@OSU-20.IRCC.OHIO-STATE.EDU
  4344.  
  4345.    [DXM]     Didier Moretti      Ungermann-Bass ---none---
  4346.  
  4347.    [DXM1]    Donna McMalster     David Systems ---none---
  4348.  
  4349.    [DXP]     Dave Preston        CMC       ---none---
  4350.  
  4351.    [DY26]    Dennis Yaro         SUN       yaro@SUN.COM
  4352.  
  4353.    [EAK4]    Earl Killian        LLL       EAK@MORDOR.S1.GOV
  4354.  
  4355.    [EBM]     Eliot Moss          MIT       EBM@XX.LCS.MIT.EDU
  4356.  
  4357.    [EP53]    Eric Peterson       Locus     lcc.eric@SEAS.UCLA.EDU
  4358.  
  4359.    [EXC]     Ed Cain             DCA       cain@edn-unix.dca.mil
  4360.  
  4361.    [EXR]     Eric Rubin          FiberCom  err@FIBERCOM.COM
  4362.  
  4363.    [EXR1]    Efrat Ramati        Lannet Co. ---none---
  4364.  
  4365.    [FB77]    Fred Baker          Vitalink  baker%vitam6@UUNET.UU.NET
  4366.  
  4367.  
  4368.  
  4369.  
  4370. Reynolds & Postel                                              [Page 78]
  4371.  
  4372. RFC 1060                    Assigned Numbers                  March 1990
  4373.  
  4374.  
  4375.    [FJK2]    Frank Kastenholz    Interlan  KASTEN@MITVMA.MIT.EDU
  4376.  
  4377.    [FJW]     Frank J. Wancho     WSMR      WANCHO@SIMTEL20.ARPA
  4378.  
  4379.    [FXB1]    Felix Burton        DIAB      FB@DIAB.SE
  4380.  
  4381.    [GAL5]    Guillermo A. Loyola IBM       LOYOLA@IBM.COM
  4382.  
  4383.    [GB7]     Gerd Beling         FGAN      GBELING@ISI.EDU
  4384.  
  4385.    [GEOF]    Geoff Goodfellow    OSD       Geoff@FERNWOOD.MPK.CA.US
  4386.  
  4387.    [GGB2]    Geoff Baehr         SUN       geoffb@ENG.SUN.COM
  4388.  
  4389.    [GM23]    Glenn Marcy         CMU       Glenn.Marcy@A.CS.CMU.EDU
  4390.  
  4391.    [GS2]     Greg Satz           cisco     satz@CISCO.COM
  4392.  
  4393.    [GS123]   Geof Stone          NSC       geof@NETWORK.COM
  4394.  
  4395.    [GSM11]   Gary S. Malkin      Proteon   gmalkin@PROTEON.COM
  4396.  
  4397.    [GXG]     Gil Greebaum        Unisys    gcole@nisd.cam.unisys.com
  4398.  
  4399.    [GXP]     Gill Pratt          MIT       gill%mit-ccc@MC.LCS.MIT.EDU
  4400.  
  4401.    [GXS]     Guenther Schreiner  LINK
  4402.                                       guenther%ira.uka.de@RELAY.CS.NET
  4403.  
  4404.    [GXT]     Glenn Trewitt       STANFORD  trewitt@AMADEUS.STANFORD.EDU
  4405.  
  4406.    [GXT1]    Gene Tsudik         USC       tsudik@USC.EDU
  4407.  
  4408.    [GXW]     Glenn Waters        Bell Northern gwaters@BNR.CA
  4409.  
  4410.    [HCF2]    Harry Forsdick      BBN       Forsdick@BBN.COM
  4411.  
  4412.    [HS23]    Hokey Stenn         Plus5     hokey@PLUS5.COM
  4413.  
  4414.    [HWB]     Hans-Werner Braun   MICHIGAN  HWB@MCR.UMICH.EDU
  4415.  
  4416.    [HXE]     Hunaid Engineer     Cray      hunaid@OPUS.CRAY.COM
  4417.  
  4418.    [HXK]     Henry Kaijak        Gandalf   ---none---
  4419.  
  4420.    [IEEE]    Vince Condello      IEEE      ---none---
  4421.  
  4422.    [JAG]     James Gosling       SUN       JAG@SUN.COM
  4423.  
  4424.  
  4425.  
  4426. Reynolds & Postel                                              [Page 79]
  4427.  
  4428. RFC 1060                    Assigned Numbers                  March 1990
  4429.  
  4430.  
  4431.    [JB478]   Jonathan Biggar     Netlabs   jon@netlabs.com
  4432.  
  4433.    [JBP]     Jon Postel          ISI       Postel@ISI.EDU
  4434.  
  4435.    [JBW1]    Joseph Walters, Jr. BBN       JWalters@BBN.COM
  4436.  
  4437.    [JCB1]    John Burruss        BBN       JBurruss@VAX.BBN.COM
  4438.  
  4439.    [JCM48]   Jeff Mogul          DEC       mogul@DECWRL.DEC.COM
  4440.  
  4441.    [JD21]    Jonathan Dreyer     BBN       Dreyer@CCV.BBN.COM
  4442.  
  4443.    [JDC20]   Jeffrey Case        UTK       case@UTKUX1.UTK.EDU
  4444.  
  4445.    [JFH2]    Jack Haverty        BBN       JHaverty@BBN.COM
  4446.  
  4447.    [JFW]     Jon F. Wilkes       STC       Wilkes@CCINT1.RSRE.MOD.UK
  4448.  
  4449.    [JGH]     Jim Herman          BBN       Herman@CCJ.BBN.COM
  4450.  
  4451.    [JJB25]   John Bowe           BBN       jbowe@PINEAPPLE.BBN.COM
  4452.  
  4453.    [JKR1]    Joyce K. Reynolds   ISI       JKRey@ISI.EDU
  4454.  
  4455.    [JR35]    Jon Rochlis         MIT       jon@ATHENA.MIT.EDU
  4456.  
  4457.    [JRL3]    John LoVerso        Xylogics  loverso@XYLOGICS.COM
  4458.  
  4459.    [JS28]    John A. Shriver     Proteon   jas@PROTEON.COM
  4460.  
  4461.    [JTM4]    John Moy            Proteon   jmoy@PROTEON.COM
  4462.  
  4463.    [JWF]     Jim Forgie          MIT/LL    FORGIE@XN.LL.MIT.EDU
  4464.  
  4465.    [JXB]     Jeffrey Buffun      Apollo    jbuffum@APOLLO.COM
  4466.  
  4467.    [JXC]     John Cook           Chipcom   cook@chipcom.com
  4468.  
  4469.    [JXE2]    Jeanne Evans        UKMOD     JME%RSRE.MOD.UK@CS.UCL.AC.UK
  4470.  
  4471.    [JXF]     Josh Fielk          Optical Data Systems  ---none---
  4472.  
  4473.    [JXG]     Jerry Geisler       Boeing    ---none---
  4474.  
  4475.    [JXG1]    Jim Greuel          HP        jimg%hpcndpc@hplabs.hp.com
  4476.  
  4477.    [JXH]     Jeff Honig          Cornell   jch@sonne.tn.cornell.edu
  4478.  
  4479.  
  4480.  
  4481.  
  4482. Reynolds & Postel                                              [Page 80]
  4483.  
  4484. RFC 1060                    Assigned Numbers                  March 1990
  4485.  
  4486.  
  4487.    [JXH1]    Jim Hayes           Apple     Hayes@APPLE.COM
  4488.  
  4489.    [JXI]     Jon Infante         ICL       ---none---
  4490.  
  4491.    [JXM]     Joseph Murdock      Network Resources Corporation
  4492.                                            ---none---
  4493.  
  4494.    [JXO]     Jack O'Neil         ENCORE    ---none---
  4495.  
  4496.    [JXO1]    Jerrilynn Okamura   Ontologic ---none---
  4497.  
  4498.    [JXO2]    Jarkko Oikarinen    Tolsun    jto@TOLSUN.OULU.FI
  4499.  
  4500.    [JXP]     Joe Pato            Apollo    apollo!pato@EDDIE.MIT.EDU
  4501.  
  4502.    [JXR]     Jacob Rekhter       IBM       Yakov@IBM.COM
  4503.  
  4504.    [JXS]     Jim Stevens         Rockwell  Stevens@ISI.EDU
  4505.  
  4506.    [JXS1]    John Sancho         CastleRock ---none---
  4507.  
  4508.    [KAA]     Ken Adelman         TGV, Inc. Adelman@TGV.COM
  4509.  
  4510.    [KA4]     Karl Auerbach       Epilogue  auerbach@csl.sri.com
  4511.  
  4512.    [KH43]    Kathy Huber         BBN       khuber@bbn.com
  4513.  
  4514.    [KLH]     Ken Harrenstien     SRI       KLH@NIC.DDN.MIL
  4515.  
  4516.    [KR35]    Keith Reynolds      SCO       keithr@SCO.COM
  4517.  
  4518.    [KSL]     Kirk Lougheed       cisco     LOUGHEED@MATHOM.CISCO.COM
  4519.  
  4520.    [KXD]     Kevin DeVault       NI        ---none---
  4521.  
  4522.    [KXS]     Keith Sklower       Berkeley  sklower@okeeffe.berkeley.edu
  4523.  
  4524.    [KXW]     Ken Whitfield       MCNC      ken@MCNC.ORG
  4525.  
  4526.    [KZM]     Keith McCloghrie    TWG       kzm@TWG.ARPA
  4527.  
  4528.    [LL69]    Lawrence Lebahn     DIA       DIA3@PAXRV-NES.NAVY.MIL
  4529.  
  4530.    [LLP]     Larry Peterson      ARIZONA   llp@ARIZONA.EDU
  4531.  
  4532.    [LXE]     Len Edmondson       SUN       len@TOPS.SUN.COM
  4533.  
  4534.    [LXF]     Larry Fischer       DSS       lfischer@dss.com
  4535.  
  4536.  
  4537.  
  4538. Reynolds & Postel                                              [Page 81]
  4539.  
  4540. RFC 1060                    Assigned Numbers                  March 1990
  4541.  
  4542.  
  4543.    [LXH]     Leo Hourvitz        NeXt      leo@NEXT.COM
  4544.  
  4545.    [MA]      Mike Accetta        CMU       MIKE.ACCETTA@CMU-CS-A.EDU
  4546.  
  4547.    [MARY]    Mary K. Stahl       SRI       Stahl@NIC.DDN.MIL
  4548.  
  4549.    [MAR10]   Mark A. Rosenstein  MIT       mar@ATHENA.MIT.EDU
  4550.  
  4551.    [MB]      Michael Brescia     BBN       Brescia@CCV.BBN.COM
  4552.  
  4553.    [MBG]     Michael Greenwald   SYMBOLICS
  4554.                                     Greenwald@SCRC-STONY-BROOK.ARPA
  4555.  
  4556.    [MCSJ]    Mike StJohns        TPSC      StJohns@MIT-MULTICS.ARPA
  4557.  
  4558.    [ME38]    Marc A. Elvy        Marble    ELVY@CARRARA.MARBLE.COM
  4559.  
  4560.    [MKL]     Mark Lottor         SRI       MKL@NIC.DDN.MIL
  4561.  
  4562.    [ML109]   Mike Little         MACOM     little@MACOM4.ARPA
  4563.  
  4564.    [MLS34]   L. Michael Sabo     TMAC      darth!eniac!sabo@Sun.Com
  4565.  
  4566.    [MO2]     Michael O'Brien     AEROSPACE obrien@AEROSPACE.AERO.ORG
  4567.  
  4568.    [MRC]     Mark Crispin        Simtel    MRC@SIMTEL20.ARPA
  4569.  
  4570.    [MS9]     Marty Schoffstahl   Nysernet  schoff@NISC.NYSER.NET
  4571.  
  4572.    [MS56]    Marvin Solomon      WISC      solomon@CS.WISC.EDU
  4573.  
  4574.    [MXB]     Mike Berrow         Relational Technology  ---none---
  4575.  
  4576.    [MXB1]    Mike Burrows        DEC       burrows@SRC.DEC.COM
  4577.  
  4578.    [MXL]     Mark L. Lambert     MIT       markl@PTT.LCS.MIT.EDU
  4579.  
  4580.    [MXP]     Martin Picard       Oracle    ---none---
  4581.  
  4582.    [MXS]     Mike Spina          Prime
  4583.                                   WIZARD%enr.prime.com@RELAY.CS.NET
  4584.  
  4585.    [MXW]     Michael Waters      EON       ---none---
  4586.  
  4587.    [NC3]     J. Noel Chiappa     MIT       JNC@XX.LCS.MIT.EDU
  4588.  
  4589.    [NT12]    Neil Todd           IST
  4590.                                     mcvax!ist.co.uk!neil@UUNET.UU.NET
  4591.  
  4592.  
  4593.  
  4594. Reynolds & Postel                                              [Page 82]
  4595.  
  4596. RFC 1060                    Assigned Numbers                  March 1990
  4597.  
  4598.  
  4599.    [PAM6]    Paul McNabb         RICE      pam@PURDUE.EDU
  4600.  
  4601.    [PCW]     C. Philip Wood      LANL      cpw@LANL.GOV
  4602.  
  4603.    [PD39]    Pete Delaney        ECRC
  4604.                                         pete%ecrcvax@CSNET-RELAY.ARPA
  4605.  
  4606.    [PHD1]    Pieter Ditmars      BBN       pditmars@BBN.COM
  4607.  
  4608.    [PK]      Peter Kirstein      UCL       Kirstein@NSS.CS.UCL.AC.UK
  4609.  
  4610.    [PL4]     Phil Lapsley        BERKELEY  phil@UCBARPA.BERKELEY.EDU
  4611.  
  4612.    [PM1]     Paul Mockapetris    ISI       PVM@ISI.EDU
  4613.  
  4614.    [PXK]     Philip Koch         Dartmouth Philip.Koch@DARTMOUTH.EDU
  4615.  
  4616.    [RAM57]   Rex Mann            CDC       ---none---
  4617.  
  4618.    [RDXS]    R. Dwight Schettler HP        rds%hpcndm@HPLABS.HP.COM
  4619.  
  4620.    [RH6]     Robert Hinden       BBN       Hinden@CCV.BBN.COM
  4621.  
  4622.    [RHT]     Robert Thomas       BBN       BThomas@F.BBN.COM
  4623.  
  4624.    [RN6]     Rudy Nedved         CMU       Rudy.Nedved@CMU-CS-A.EDU
  4625.  
  4626.    [RTB3]    Bob Braden          ISI       Braden@ISI.EDU
  4627.  
  4628.    [RWS4]    Robert W. Scheifler ARGUS     RWS@XX.LCS.MIT.EDU
  4629.  
  4630.    [RXB]     Ramesh Babu         Excelan
  4631.                               mtxinu!excelan!ramesh@UCBVAX.BERKELEY.EDU
  4632.  
  4633.    [RXB1]    Ron Bhanukitsiri    DEC       rbhank@DECVAX.DEC.COM
  4634.  
  4635.    [RXC]     Rob Chandhok        CMU       chandhok@gnome.cs.cmu.edu
  4636.  
  4637.    [RXC1]    Rick Carlos         TI        rick.ticipa.csc.ti.com
  4638.  
  4639.    [RXD]     Roger Dev           Cabletron ---none---
  4640.  
  4641.    [RXD1]    Ralph Droms         NRI       rdroms@NRI.RESTON.VA.US
  4642.  
  4643.    [RXH]     Reijane Huai        Cheyenne  sibal@CSD2.NYU.EDU
  4644.  
  4645.    [RXJ]     Ronald Jacoby       SGI       rj@SGI.COM
  4646.  
  4647.  
  4648.  
  4649.  
  4650. Reynolds & Postel                                              [Page 83]
  4651.  
  4652. RFC 1060                    Assigned Numbers                  March 1990
  4653.  
  4654.  
  4655.    [RXM]     Robert Myhill       BBN       Myhill@CCS.BBN.COM
  4656.  
  4657.    [RXN]     Rina Nethaniel      RND       ---none---
  4658.  
  4659.    [RXS]     Ron Strich          SSDS      ---none---
  4660.  
  4661.    [RXT]     Ron Thornton        GenRad    thornton@qm7501.genrad.com
  4662.  
  4663.    [RXZ]     Rayan Zachariassen  Toronto   rayan@AI.TORONTO.EDU
  4664.  
  4665.    [SA1]     Sten Andler         IBM
  4666.                                        andler.ibm-sj@RAND-RELAY.ARPA
  4667.  
  4668.    [SAF3]    Stuart A. Friedberg UWISC     stuart@CS.WISC.EDU
  4669.  
  4670.    [SB98]    Stan Barber         BCM       SOB@BCM.TMC.EDU
  4671.  
  4672.    [SC3]     Steve Casner        ISI       Casner@ISI.EDU
  4673.  
  4674.    [SGC]     Steve Chipman       BBN       Chipman@F.BBN.COM
  4675.  
  4676.    [SHB]     Steven Blumenthal   BBN       BLUMENTHAL@VAX.BBN.COM
  4677.  
  4678.    [SH37]    Sergio Heker        JVNC      heker@JVNCC.CSC.ORG
  4679.  
  4680.    [SL70]    Stuart Levy         UMN       slevy@UC.MSC.UMN.EDU
  4681.  
  4682.    [SRN1]    Stephen Northcutt   NSWC      SNORTHC@RELAY-NSWC.NAVY.MIL
  4683.  
  4684.    [SS92]    Steve Schoch        NASA      SCHOCH@AMES.ARC.NASA.GOV
  4685.  
  4686.    [SXA]     Susie Armstrong     XEROX     Armstrong.wbst128@XEROX.COM
  4687.  
  4688.    [SXB]     Scott Bellows       Purdue    smb@cs.purdue.edu
  4689.  
  4690.    [SXC]     Steve Conklin       Intergraph tesla!steve@ingr.com
  4691.  
  4692.    [SXD]     Steve Deering       Stanford deering@PECASERO.STANFORD.EDU
  4693.  
  4694.    [SXH]     Steven Hunter       LLNL      hunter@CCC.MFECC.LLNL.GOV
  4695.  
  4696.    [SXK]     Skip Koppenhaver    DAC       stubby!skip@uunet.UU.NET
  4697.  
  4698.    [SXL]     Sam Lau             Pirelli/Focom ---none---
  4699.  
  4700.    [SXP]     Sanand Patel        Canstar   sanand@HUB.TORONTO.EDU
  4701.  
  4702.    [SXS]     Steve Silverman     MITRE     Blankert@MITRE-GATEWAY.ORG
  4703.  
  4704.  
  4705.  
  4706. Reynolds & Postel                                              [Page 84]
  4707.  
  4708. RFC 1060                    Assigned Numbers                  March 1990
  4709.  
  4710.  
  4711.    [SXS1]    Susie Snitzer       Britton-Lee ---none---
  4712.  
  4713.    [SXW]     Steve Waldbusser    CMU       sw01+@andrew.cmu.edu
  4714.  
  4715.    [TB6]     Todd Baker          3COM      tzb@BRIDGE2.3COM.COM
  4716.  
  4717.    [TC27]    Thomas Calderwood   BBN       TCALDERW@BBN.COM
  4718.  
  4719.    [TN]      Thomas Narten       Purdue    narten@PURDUE.EDU
  4720.  
  4721.    [TU]      Tom Unger           UMich     tom@CITI.UMICH.EDU
  4722.  
  4723.    [TXM]     Trudy Miller        ACC       Trudy@ACC.ARPA
  4724.  
  4725.    [TXR]     Tim Rylance         Praxis    praxis!tkr@UUNET.UU.NET
  4726.  
  4727.    [TXS]     Ted J. Socolofsky   Spider    Teds@SPIDER.CO.UK
  4728.  
  4729.    [UB3]     Ulf Bilting         CHALMERS  bilting@PURDUE.EDU
  4730.  
  4731.    [UW2]     Unni Warrier        Netlabs   unni@NETLABS.COM
  4732.  
  4733.    [VXS]     Vinod Singh         Unify     ---none---
  4734.  
  4735.    [VXT]     V. Taylor           CANADA    vktaylor@NCS.DND.CA
  4736.  
  4737.    [WDW11]   William D. Wisner             wisner@HAYES.FAI.ALASKA.EDU
  4738.  
  4739.    [WJC2]    Bill Croft          STANFORD  Croft@SUMEX-AIM.STANFORD.EDU
  4740.  
  4741.    [WJS1]    Weldon J. Showalter DCA       Gamma@EDN-UNIX.ARPA
  4742.  
  4743.    [WLB8]    William L. Biagi    Advintech
  4744.                                       CSS002.BLBIAGI@ADVINTECH-MVS.ARPA
  4745.  
  4746.    [WM3]     William Melohn      SUN       Melohn@SUN.COM
  4747.  
  4748.    [WXS]     Wayne Schroeder     SDSC      schroeder@SDS.SDSC.EDU
  4749.  
  4750.    [VXW]     Val Wilson          Spider
  4751.                                      cvax!spider.co.uk!val@uunet.UU.NET
  4752.  
  4753.    [YXK]     Yoav Kluger         Spartacus ykluger@HAWK.ULOWELL.EDU
  4754.  
  4755.    [YXW]     Y.C. Wang           Network Application Technology
  4756.                                            ---none---
  4757.  
  4758.    [XEROX]   Fonda Pallone       Xerox     ---none---
  4759.  
  4760.  
  4761.  
  4762. Reynolds & Postel                                              [Page 85]
  4763.  
  4764. RFC 1060                    Assigned Numbers                  March 1990
  4765.  
  4766.  
  4767.    [ZSU]     Zaw-Sing Su         SRI       ZSu@TSCA.ISTC.SRI.COM
  4768.  
  4769. Security Considerations
  4770.  
  4771.    Security issues are not discussed in this memo.
  4772.  
  4773. Authors' Addresses:
  4774.  
  4775.    Joyce K. Reynolds
  4776.    University of Southern California
  4777.    Information Sciences Institute
  4778.    4676 Admiralty Way
  4779.    Marina del Rey, CA 90292
  4780.  
  4781.    Phone: (213) 822-1511
  4782.  
  4783.    Email: JKREY@ISI.EDU
  4784.  
  4785.  
  4786.    Jon Postel
  4787.    University of Southern California
  4788.    Information Sciences Institute
  4789.    4676 Admiralty Way
  4790.    Marina del Rey, CA 90292
  4791.  
  4792.    Phone: (213) 822-1511
  4793.  
  4794.    Email: POSTEL@ISI.EDU
  4795.  
  4796.  
  4797.  
  4798.  
  4799.  
  4800.  
  4801.  
  4802.  
  4803.  
  4804.  
  4805.  
  4806.  
  4807.  
  4808.  
  4809.  
  4810.  
  4811.  
  4812.  
  4813.  
  4814.  
  4815.  
  4816.  
  4817.  
  4818. Reynolds & Postel                                              [Page 86]
  4819.