home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 1000s / rfc1010.txt < prev    next >
Text File  |  1987-05-28  |  76KB  |  2,552 lines

  1.  
  2.  
  3. Network Working Group                                        J. Reynolds
  4. Request for Comments:  1010                                    J. Postel
  5.                                                                      ISI
  6. Obsoletes RFCs: 990, 960, 943, 923, 900, 870,                   May 1987
  7. 820, 790, 776, 770, 762, 758,
  8. 755, 750, 739, 604, 503, 433, 349
  9. Obsoletes IENs: 127, 117, 93
  10.  
  11.  
  12.                             ASSIGNED NUMBERS
  13.  
  14.  
  15. Status of this Memo
  16.  
  17.    This memo is an official status report on the numbers used in
  18.    protocols in the Internet community.  Distribution of this memo is
  19.    unlimited.
  20.  
  21. Introduction
  22.  
  23.    This Network Working Group Request for Comments documents the
  24.    currently assigned values from several series of numbers used in
  25.    network protocol implementations.  This RFC will be updated
  26.    periodically, and in any case current information can be obtained
  27.    from Joyce Reynolds.  If you are developing a protocol or application
  28.    that will require the use of a link, socket, port, protocol, etc.,
  29.    please contact Joyce to receive a number assignment.
  30.  
  31.       Joyce K. Reynolds
  32.       USC - Information Sciences Institute
  33.       4676 Admiralty Way
  34.       Marina del Rey, California  90292-6695
  35.  
  36.       Phone: (213) 822-1511
  37.  
  38.       Electronic mail: JKREYNOLDS@ISI.EDU
  39.  
  40.    Most of the protocols mentioned here are documented in the RFC series
  41.    of notes.  Some of the items listed are undocumented.  Further
  42.    information on protocols can be found in the memo "Official Internet
  43.    Protocols" [91].  The more prominent and more generally used are
  44.    documented in the "DDN Protocol Handbook, Volume Two, DARPA Internet
  45.    Protocols" [36] prepared by the NIC.  Other collections of older or
  46.    obsolete protocols are contained in the "Internet Protocol Transition
  47.    Workbook" [57], or in the "ARPANET Protocol Transition Handbook"
  48.    [38].  For further information on ordering the complete 1985 DDN
  49.    Protocol Handbook, write: SRI International (SRI-NIC), DDN Network
  50.    Information Center, Room EJ291, 333 Ravenswood Avenue, Meno Park,
  51.    CA., 94025; or call: 1-800-235-3155.
  52.  
  53.    In the entries below, the name and mailbox of the responsible
  54.    individual is indicated.  The bracketed entry, e.g., [nn,iii], at the
  55.  
  56.  
  57. Reynolds & Postel                                               [Page 1]
  58.  
  59.  
  60.  
  61. RFC 1010 - Assigned Numbers                                     May 1987
  62.  
  63.  
  64.    right hand margin of the page indicates a reference for the listed
  65.    protocol, where the number ("nn") cites the document and the letters
  66.    ("iii") cites the person.  Whenever possible, the letters are a NIC
  67.    Ident as used in the WhoIs (NICNAME) service.
  68.  
  69.    The convention in the documentation of Internet Protocols is to
  70.    express numbers in decimal and to picture data in "big-endian" order
  71.    [14].  That is, fields are described left to right, with the most
  72.    significant octet on the left and the least significant octet on the
  73.    right.
  74.  
  75.    The order of transmission of the header and data described in this
  76.    document is resolved to the octet level.  Whenever a diagram shows a
  77.    group of octets, the order of transmission of those octets is the
  78.    normal order in which they are read in English.  For example, in the
  79.    following diagram the octets are transmitted in the order they are
  80.    numbered.
  81.  
  82.                                     
  83.     0                   1                   2                   3   
  84.     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 
  85.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  86.    |       1       |       2       |       3       |       4       |
  87.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  88.    |       5       |       6       |       7       |       8       |
  89.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  90.    |       9       |      10       |      11       |      12       |
  91.    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  92.  
  93.                       Transmission Order of Bytes
  94.  
  95.    Whenever an octet represents a numeric quantity the left most bit in
  96.    the diagram is the high order or most significant bit.  That is, the
  97.    bit labeled 0 is the most significant bit.  For example, the
  98.    following diagram represents the value 170 (decimal).
  99.  
  100.                                     
  101.                             0 1 2 3 4 5 6 7 
  102.                            +-+-+-+-+-+-+-+-+
  103.                            |1 0 1 0 1 0 1 0|
  104.                            +-+-+-+-+-+-+-+-+
  105.  
  106.                           Significance of Bits
  107.  
  108.    Similarly, whenever a multi-octet field represents a numeric quantity
  109.    the left most bit of the whole field is the most significant bit.
  110.    When a multi-octet quantity is transmitted the most significant octet
  111.    is transmitted first.
  112.  
  113.  
  114.  
  115. Reynolds & Postel                                               [Page 2]
  116.  
  117.  
  118.  
  119. RFC 1010 - Assigned Numbers                                     May 1987
  120. Version Numbers
  121.  
  122.  
  123.                             VERSION NUMBERS
  124.  
  125.    In the Internet Protocol (IP) [36,80] there is a field to identify
  126.    the version of the internetwork general protocol.  This field is 4
  127.    bits in size.
  128.  
  129.    Assigned Internet Version Numbers
  130.  
  131.       Decimal   Keyword    Version                            References
  132.       -------   -------    -------                            ----------
  133.           0                Reserved                                [JBP]
  134.         1-3                Unassigned                              [JBP]
  135.           4       IP       Internet Protocol                    [80,JBP]
  136.           5       ST       ST Datagram Mode                     [41,JWF]
  137.        6-14                Unassigned                              [JBP]
  138.          15                Reserved                                [JBP]
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173. Reynolds & Postel                                               [Page 3]
  174.  
  175.  
  176.  
  177. RFC 1010 - Assigned Numbers                                     May 1987
  178. Protocol Numbers
  179.  
  180.  
  181. PROTOCOL NUMBERS
  182.  
  183.    In the Internet Protocol (IP) [36,80] there is a field, called
  184.    Protocol, to identify the the next level protocol.  This is an 8 bit
  185.    field.
  186.  
  187.    Assigned Internet Protocol Numbers
  188.  
  189.       Decimal    Keyword     Protocol                         References
  190.       -------    -------     --------                         ----------
  191.            0                 Reserved                              [JBP]
  192.            1     ICMP        Internet Control Message           [72,JBP]
  193.            2     IGMP        Internet Group Management          [34,JBP]
  194.            3     GGP         Gateway-to-Gateway                  [49,MB]
  195.            4                 Unassigned                            [JBP]
  196.            5     ST          Stream                             [41,JWF]
  197.            6     TCP         Transmission Control               [81,JBP]
  198.            7     UCL         UCL                                    [PK]
  199.            8     EGP         Exterior Gateway Protocol         [92,DLM1]
  200.            9     IGP         any private interior gateway          [JBP]
  201.           10     BBN-RCC-MON BBN RCC Monitoring                    [SGC]
  202.           11     NVP-II      Network Voice Protocol             [15,SC3]
  203.           12     PUP         PUP                               [7,XEROX]
  204.           13     ARGUS       ARGUS                                [RWS4]
  205.           14     EMCON       EMCON                                 [BN7]
  206.           15     XNET        Cross Net Debugger                [47,JFH2]
  207.           16     CHAOS       Chaos                                 [NC3]
  208.           17     UDP         User Datagram                      [79,JBP]
  209.           18     MUX         Multiplexing                       [16,JBP]
  210.           19     DCN-MEAS    DCN Measurement Subsystems           [DLM1]
  211.           20     HMP         Host Monitoring                    [48,RH6]
  212.           21     PRM         Packet Radio Measurement              [ZSU]
  213.           22     XNS-IDP     XEROX NS IDP                    [102,XEROX]
  214.           23     TRUNK-1     Trunk-1                               [SA2]
  215.           24     TRUNK-2     Trunk-2                               [SA2]
  216.           25     LEAF-1      Leaf-1                                [SA2]
  217.           26     LEAF-2      Leaf-2                                [SA2]
  218.           27     RDP         Reliable Data Protocol            [106,RH6]
  219.           28     IRTP        Internet Reliable Transaction      [59,TXM]
  220.           29     ISO-TP4     ISO Transport Protocol Class 4    [51,RC77]
  221.           30     NETBLT      Bulk Data Transfer Protocol       [13,DDC1]
  222.           31     MFE-NSP     MFE Network Services Protocol     [93,BCH2]
  223.           32     MERIT-INP   MERIT Internodal Protocol             [HWB]
  224.           33     SEP         Sequential Exchange Protocol        [JC120]
  225.        34-60                 Unassigned                            [JBP]
  226.           61                 any host internal protocol            [JBP]
  227.           62     CFTP        CFTP                              [42,HCF2]
  228.           63                 any local network                     [JBP]
  229.  
  230.  
  231. Reynolds & Postel                                               [Page 4]
  232.  
  233.  
  234.  
  235. RFC 1010 - Assigned Numbers                                     May 1987
  236. Protocol Numbers
  237.  
  238.  
  239.           64     SAT-EXPAK   SATNET and Backroom EXPAK             [SHB]
  240.           65     MIT-SUBNET  MIT Subnet Support                    [NC3]
  241.           66     RVD         MIT Remote Virtual Disk Protocol      [MBG]
  242.           67     IPPC        Internet Pluribus Packet Core         [SHB]
  243.           68                 any distributed file system           [JBP]
  244.           69     SAT-MON     SATNET Monitoring                     [SHB]
  245.           70                 Unassigned                            [JBP]
  246.           71     IPCV        Internet Packet Core Utility          [SHB]
  247.        72-75                 Unassigned                            [JBP]
  248.           76     BR-SAT-MON  Backroom SATNET Monitoring            [SHB]
  249.           77                 Unassigned                            [JBP]
  250.           78     WB-MON      WIDEBAND Monitoring                   [SHB]
  251.           79     WB-EXPAK    WIDEBAND EXPAK                        [SHB]
  252.       80-254                 Unassigned                            [JBP]
  253.          255                 Reserved                              [JBP]
  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.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289. Reynolds & Postel                                               [Page 5]
  290.  
  291.  
  292.  
  293. RFC 1010 - Assigned Numbers                                     May 1987
  294. Port Numbers
  295.  
  296.  
  297.                               PORT NUMBERS
  298.  
  299.    Ports are used in the TCP [36,81] to name the ends of logical
  300.    connections which carry long term conversations.  For the purpose of
  301.    providing services to unknown callers, a service contact port is
  302.    defined.  This list specifies the port used by the server process as
  303.    its contact port.  The contact port is sometimes called the
  304.    "well-known port".
  305.  
  306.    To the extent possible, these same port assignments are used with the
  307.    UDP [37,79].
  308.  
  309.    To the extent possible, these same port assignments are used with the
  310.    ISO-TP4 [52].
  311.  
  312.    The assigned ports use a small portion of the possible port numbers.
  313.    The assigned ports have all except the low order eight bits cleared
  314.    to zero.  The low order eight bits are specified here.
  315.  
  316.    Port Assignments:
  317.  
  318.       Decimal   Keyword   Description                         References
  319.       -------   -------   -----------                         ----------
  320.       0                   Reserved                                 [JBP]
  321.       1-4                 Unassigned                               [JBP]
  322.       5        RJE        Remote Job Entry                       [9,JBP]
  323.       7        ECHO       Echo                                  [70,JBP]
  324.       9        DISCARD    Discard                               [69,JBP]
  325.       11       USERS      Active Users                          [65,JBP]
  326.       13       DAYTIME    Daytime                               [68,JBP]
  327.       15                  Unassigned                               [JBP]
  328.       17       QUOTE      Quote of the Day                      [75,JBP]
  329.       19       CHARGEN    Character Generator                   [67,JBP]
  330.       20       FTP-DATA   File Transfer [Default Data]          [71,JBP]
  331.       21       FTP        File Transfer [Control]               [71,JBP]
  332.       23       TELNET     Telnet                                [87,JBP]
  333.       25       SMTP       Simple Mail Transfer                  [77,JBP]
  334.       27       NSW-FE     NSW User System FE                    [17,RHT]
  335.       29       MSG-ICP    MSG ICP                               [63,RHT]
  336.       31       MSG-AUTH   MSG Authentication                    [63,RHT]
  337.       33       DSP        Display Support Protocol                 [MLC]
  338.       35                  any private printer server               [JBP]
  339.       37       TIME       Time                                  [83,JBP]
  340.       39       RLP        Resource Location Protocol                [MA]
  341.       41       GRAPHICS   Graphics                              [98,JBP]
  342.       42       NAMESERVER Host Name Server                      [74,JBP]
  343.       43       NICNAME    Who Is                               [46,JAKE]
  344.       44       MPM-FLAGS  MPM FLAGS Protocol                       [JBP]
  345.  
  346.  
  347. Reynolds & Postel                                               [Page 6]
  348.  
  349.  
  350.  
  351. RFC 1010 - Assigned Numbers                                     May 1987
  352. Port Numbers
  353.  
  354.  
  355.       45       MPM        Message Processing Module [recv]      [73,JBP]
  356.       46       MPM-SND    MPM [default send]                    [73,JBP]
  357.       47       NI-FTP     NI FTP                               [103,SK8]
  358.       49       LOGIN      Login Host Protocol                     [PHD1]
  359.       51       LA-MAINT   IMP Logical Address Maintenance       [58,AGM]
  360.       53       DOMAIN     Domain Name Server                 [61,70,PM1]
  361.       55       ISI-GL     ISI Graphics Language                  [6,RB9]
  362.       57                  any private terminal access              [JBP]
  363.       59                  any private file service                 [JBP]
  364.       61       NI-MAIL    NI MAIL                                [4,SK8]
  365.       63       VIA-FTP    VIA Systems - FTP                        [DXD]
  366.       65       TACACS-DS  TACACS-Database Service                [3,RHT]
  367.       67       BOOTPS     Bootstrap Protocol Server            [29,WJC2]
  368.       68       BOOTPC     Bootstrap Protocol Client            [29,WJC2]
  369.       69       TFTP       Trivial File Transfer                [95,DDC1]
  370.       71       NETRJS-1   Remote Job Service                    [8,RTB3]
  371.       72       NETRJS-2   Remote Job Service                    [8,RTB3]
  372.       73       NETRJS-3   Remote Job Service                    [8,RTB3]
  373.       74       NETRJS-4   Remote Job Service                    [8,RTB3]
  374.       75                  any private dial out service             [JBP]
  375.       77                  any private RJE service                  [JBP]
  376.       79       FINGER     Finger                                [44,KLH]
  377.       81       HOSTS2-NS  HOSTS2 Name Server                      [EAK1]
  378.       83       MIT-ML-DEV MIT ML Device                            [DPR]
  379.       85       MIT-ML-DEV MIT ML Device                            [DPR]
  380.       87                  any private terminal link                [JBP]
  381.       89       SU-MIT-TG  SU/MIT Telnet Gateway                    [MRC]
  382.       91       MIT-DOV    MIT Dover Spooler                        [EBM]
  383.       93       DCP        Device Control Protocol                 [DT15]
  384.       95       SUPDUP     SUPDUP                                [20,MRC]
  385.       97       SWIFT-RVF  Swift Remote Vitural File Protocol       [MXR]
  386.       98       TACNEWS    TAC News                                [FRAN]
  387.       99       METAGRAM   Metagram Relay                          [GEOF]
  388.       101      HOSTNAME   NIC Host Name Server                 [45,JAKE]
  389.       102      ISO-TSAP   ISO-TSAP                              [12,MTR]
  390.       103      X400       X400                                    [HCF2]
  391.       104      X400-SND   X400-SND                                [HCF2]
  392.       105      CSNET-NS   Mailbox Name Nameserver              [96,MAS3]
  393.       107      RTELNET    Remote Telnet Service                 [76,JBP]
  394.       109      POP-2      Post Office Protocol - Version 2     [11,JKR1]
  395.       111      SUNRPC     SUN Remote Procedure Call                [DXG]
  396.       113      AUTH       Authentication Service               [99,MCSJ]
  397.       115      SFTP       Simple File Transfer Protocol        [56,MKL1]
  398.       117      UUCP-PATH  UUCP Path Service                     [35,MAE]
  399.       119      NNTP       Network News Transfer Protocol        [53,PL4]
  400.       121      ERPC       HYDRA Expedited Remote Procedure Call[101,JXO]
  401.       123      NTP        Network Time Protocol                [60,DLM1]
  402.       125      LOCUS-MAP  Locus PC-Interface Net Map Server    [105,BXG]
  403.  
  404.  
  405. Reynolds & Postel                                               [Page 7]
  406.  
  407.  
  408.  
  409. RFC 1010 - Assigned Numbers                                     May 1987
  410. Port Numbers
  411.  
  412.  
  413.       127      LOCUS-CON  Locus PC-Interface Conn Server       [105,BXG]
  414.       129      PWDGEN     Password Generator Protocol          [107,FJW]
  415.       130      CISCO-FNA  CISCO FNATIVE                            [WXB]
  416.       131      CISCO-TNA  CISCO TNATIVE                            [WXB]
  417.       132      CISCO-SYS  CISCO SYSMAINT                           [WXB]
  418.       133      STATSRV    Statistics Service                      [DLM1]
  419.       134      INGRES-NET INGRES-NET Service                       [MXB]
  420.       135      LOC-SRV    Location Service                         [JXP]
  421.       136      PROFILE    PROFILE Naming System                    [LLP]
  422.       137      NETBIOS-NS NETBIOS Name Service                     [JBP]
  423.       138      NETBIOS-DGM NETBIOS Datagram Service                [JBP]
  424.       139      NETBIOS-SSN NETBIOS Session Service                 [JBP]
  425.       140      EMFIS-DATA EMFIS Data Service                       [GB7]
  426.       141      EMFIS-CNTL EMFIS Control Service                    [GB7]
  427.       142      BL-IDM     Britton-Lee IDM                         [SXS1]
  428.       143-159             Unassigned                               [JBP]
  429.       160-223             Reserved                                 [JBP]
  430.       224-241             Unassigned                               [JBP]
  431.       243      SUR-MEAS   Survey Measurement                      [5,AV]
  432.       245      LINK       LINK                                 [10,RDB2]
  433.       247-255             Unassigned                               [JBP]
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463. Reynolds & Postel                                               [Page 8]
  464.  
  465.  
  466.  
  467. RFC 1010 - Assigned Numbers                                     May 1987
  468. Domain System Parameters
  469.  
  470.  
  471.                         DOMAIN SYSTEM PARAMETERS
  472.  
  473.    The Internet Domain Naming System (DOMAIN) includes several
  474.    parameters.  These are documented in RFC 883 [61].  The CLASS
  475.    parameter is listed here.  The per CLASS parameters are defined in
  476.    separate RFCs as indicated.
  477.  
  478.    Domain System Parameters:
  479.  
  480.       Decimal   Name                                          References
  481.       -------   ----                                          ----------
  482.             0   Reserved                                           [PM1]
  483.             1   Internet                                        [61,PM1]
  484.             2   Unassigned                                         [PM1]
  485.             3   Chaos                                              [PM1]
  486.       4-65534   Unassigned                                         [PM1]
  487.         65535   Reserved                                           [PM1]
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521. Reynolds & Postel                                               [Page 9]
  522.  
  523.  
  524.  
  525. RFC 1010 - Assigned Numbers                                     May 1987
  526. ARPANET Logical Addresses
  527.  
  528.  
  529.                        ARPANET LOGICAL ADDRESSES
  530.  
  531.    The ARPANET facility for "logical addressing" is described in
  532.    RFC 878 [57] and RFC 1005 [109].  A portion of the possible logical
  533.    addresses are reserved for standard uses.
  534.  
  535.    There are 49,152 possible logical host addresses.  Of these, 256 are
  536.    reserved for assignment to well-known functions.  Assignments for
  537.    well-known functions are made by Joyce Reynolds.  Assignments for
  538.    other logical host addresses are made by the NIC.
  539.  
  540.    Logical Address Assignments:
  541.  
  542.       Decimal    Description                                  References
  543.       -------    -----------                                  ----------
  544.       0          Reserved                                          [JBP]
  545.       1          The BBN Core Gateways                              [MB]
  546.       2-254      Unassigned                                        [JBP]
  547.       255        Reserved                                          [JBP]
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579. Reynolds & Postel                                              [Page 10]
  580.  
  581.  
  582.  
  583. RFC 1010 - Assigned Numbers                                     May 1987
  584. ARPANET Link Numbers
  585.  
  586.  
  587.                           ARPANET LINK NUMBERS
  588.  
  589.    The word "link" here refers to a field in the original ARPANET
  590.    Host/IMP interface leader.  The link was originally defined as an
  591.    8-bit field.  Later specifications defined this field as the
  592.    "message-id" with a length of 12 bits.  The name link now refers to
  593.    the high order 8 bits of this 12-bit message-id field.  The Host/IMP
  594.    interface is defined in BBN Report 1822 [2].
  595.  
  596.    The low-order 4 bits of the message-id field are called the sub-link.
  597.    Unless explicitly specified otherwise for a particular protocol,
  598.    there is no sender to receiver significance to the sub-link.  The
  599.    sender may use the sub-link in any way he chooses (it is returned in
  600.    the RFNM by the destination IMP), the receiver should ignore the
  601.    sub-link.
  602.  
  603.    Link Assignments:
  604.  
  605.       Decimal   Description                                   References
  606.       -------   -----------                                   ----------
  607.       0         Reserved                                           [JBP]
  608.       1-149     Unassigned                                         [JBP]
  609.       150       Xerox NS IDP                                 [102,XEROX]
  610.       151       Unassigned                                         [JBP]
  611.       152       PARC Universal Protocol                        [7,XEROX]
  612.       153       TIP Status Reporting                               [JGH]
  613.       154       TIP Accounting                                     [JGH]
  614.       155       Internet Protocol [regular]                     [80,JBP]
  615.       156-158   Internet Protocol [experimental]                [80,JBP]
  616.       159       Figleaf Link                                      [JBW1]
  617.       160-194   Unassigned                                         [JBP]
  618.       195       ISO-IP                                          [52,RXM]
  619.       196-247   Experimental Protocols                             [JBP]
  620.       248-255   Network Maintenance                                [JGH]
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637. Reynolds & Postel                                              [Page 11]
  638.  
  639.  
  640.  
  641. RFC 1010 - Assigned Numbers                                     May 1987
  642. IEEE 802 SAP Numbers
  643.  
  644.  
  645.                       IEEE 802 NUMBERS OF INTEREST
  646.  
  647.    Some of the networks of all classes are IEEE 802 Networks.  These
  648.    systems may use a Link Service Access Point (LSAP) field in much the
  649.    same way the ARPANET uses the "link" field.  Further, there is an
  650.    extension of the LSAP header called the Sub-Network Access Protocol
  651.    (SNAP).
  652.  
  653.    The IEEE likes to describe numbers in binary in bit transmission
  654.    order, which is the opposite of the big-endian order used throughout
  655.    the Internet protocol documentation.
  656.  
  657.    Assignments:
  658.  
  659.       Link Service Access Point               Description     References
  660.       --------------------------   -----------                ----------
  661.       IEEE     Internet
  662.       binary   binary    decimal
  663.       00000000 00000000        0   Null LSAP                      [IEEE]
  664.  
  665.       01000000 00000010        2   Indiv LLC Sublayer Mgt         [IEEE]
  666.  
  667.       11000000 00000011        3   Group LLC Sublayer Mgt         [IEEE]
  668.  
  669.       00100000 00000100        4   SNA Path Control               [IEEE]
  670.  
  671.       01100000 00000110        6   DOD IP                       [79,JBP]
  672.  
  673.       01110000 00001110       14   PROWAY-LAN                     [IEEE]
  674.  
  675.       01110010 01001110       78   EIA-RS 511                     [IEEE]
  676.  
  677.       01110001 10001110      142   PROWAY-LAN                     [IEEE]
  678.  
  679.       01010101 10101010      170   SNAP                           [IEEE]
  680.  
  681.       01111111 11111110      254   ISO DIS 8473                 [52,JXJ]
  682.  
  683.       11111111 11111111      255   Global DSAP                    [IEEE]
  684.  
  685.    These numbers (and others) are assigned by the IEEE Standards Office.
  686.    The address is: IEEE Standards Office, 345 East 47th Street, New
  687.    York, N.Y. 10017, Attn: Vince Condello.  Phone: (212) 705-7092.
  688.  
  689.    At an ad hoc special session on "IEEE 802 Networks and ARP", held
  690.    during the TCP Vendors Workshop (August 1986), an approach to a
  691.    consistent way to send DoD-IP datagrams and other IP related
  692.    protocols on 802 networks was developed.
  693.  
  694.  
  695. Reynolds & Postel                                              [Page 12]
  696.  
  697.  
  698.  
  699. RFC 1010 - Assigned Numbers                                     May 1987
  700. IEEE 802 SAP Numbers
  701.  
  702.  
  703.    Due to some evolution of the IEEE 802.2 standards and the need to
  704.    provide for a standard way to do additional DoD-IP related protocols
  705.    (such as the Address Resolution Protocol (ARP) on IEEE 802 network,
  706.    the following new policy is established, which will replace the old
  707.    policy (see RFC 960 and RFC 948 [108]).
  708.  
  709.    The new policy is for the Internet community to use the IEEE 802.2
  710.    encapsulation on 802.3, 802.4, and 802.5 networks by using the SNAP
  711.    with an organization code indicating that the following 16 bits
  712.    specify the EtherType code (where IP = 2048 (0800 hex), see Ethernet
  713.    Numbers of Interest).
  714.  
  715.                                                                   Header
  716.  
  717.    ...--------+--------+--------+
  718.     MAC Header|      Length     |                        802.{3/4/5} MAC
  719.    ...--------+--------+--------+
  720.  
  721.    +--------+--------+--------+
  722.    | Dsap=K1| Ssap=K1| control|                                802.2 SAP
  723.    +--------+--------+--------+
  724.  
  725.    +--------+--------+---------+--------+--------+
  726.    |protocol id or org code =K2|    Ether Type   |            802.2 SNAP
  727.    +--------+--------+---------+--------+--------+
  728.  
  729.    The total length of the SAP Header and the SNAP header is 8-octets,
  730.    making the 802.2 protocol overhead come out on a nice boundary.
  731.  
  732.    K1 is 170.  The IEEE likes to talk about things in little-endian bit
  733.    transmission order and specifies this value as 01010101.  In
  734.    big-endian order, as used in Internet specifications, this becomes
  735.    10101010 binary, or AA hex, or 170 decimal.
  736.  
  737.    K2 is 0 (zero).
  738.  
  739.    The use of the IP LSAP (K1 = 6) is to be phased out as quickly as
  740.    possible.
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. Reynolds & Postel                                              [Page 13]
  754.  
  755.  
  756.  
  757. RFC 1010 - Assigned Numbers                                     May 1987
  758. Ethernet Numbers
  759.  
  760.  
  761.                       ETHERNET NUMBERS OF INTEREST
  762.  
  763.    Many of the networks of all classes are Ethernets (10Mb) or
  764.    Experimental Ethernets (3Mb).  These systems use a message "type"
  765.    field in much the same way the ARPANET uses the "link" field.
  766.  
  767.    If you need an Ethernet type, contact the XEROX Corporation, 2300
  768.    Geng Road, Palo Alto, California 94303, ATTN: Ms. Pam Cance.
  769.  
  770.    Assignments:
  771.  
  772.       Ethernet          Exp. Ethernet    Description          References
  773.       -------------     -------------   -----------           ----------
  774.       decimal  Hex      decimal  octal
  775.          512   0200        512   1000   XEROX PUP              [7,XEROX]
  776.          513   0201        -      -     PUP Addr. Trans.         [XEROX]
  777.         1536   0600       1536   3000   XEROX NS IDP         [102,XEROX]
  778.         2048   0800        513   1001   DOD IP                  [80,JBP]
  779.         2049   0801        -      -     X.75 Internet            [XEROX]
  780.         2050   0802        -      -     NBS Internet             [XEROX]
  781.         2051   0803        -      -     ECMA Internet            [XEROX]
  782.         2052   0804        -      -     Chaosnet                 [XEROX]
  783.         2053   0805        -      -     X.25 Level 3             [XEROX]
  784.         2054   0806        -      -     ARP                     [64,JBP]
  785.         2055   0807        -      -     XNS Compatability        [XEROX]
  786.         2076   081C        -      -     Symbolics Private         [DCP1]
  787.         4096   1000        -      -     Berkeley Trailer         [XEROX]
  788.         5632   1600        -      -     Valid                    [XEROX]
  789.        21000   5208        -      -     BBN Simnet               [XEROX]
  790.        24577   6001        -      -     DEC MOP Dump/Load        [XEROX]
  791.        24578   6002        -      -     DEC MOP Remote Console   [XEROX]
  792.        24579   6003        -      -     DEC DECNET Phase IV      [XEROX]
  793.        24580   6004        -      -     DEC LAT                  [XEROX]
  794.        24581   6005        -      -     DEC                      [XEROX]
  795.        24582   6006        -      -     DEC                      [XEROX]
  796.        32771   8003        -      -     Cronus VLN            [100,DT15]
  797.        32772   8004        -      -     Cronus Direct         [100,DT15]
  798.        32773   8005        -      -     HP Probe                 [XEROX]
  799.        32774   8006        -      -     Nestar                   [XEROX]
  800.        32784   8010        -      -     Excelan                  [XEROX]
  801.        32821   8035        -      -     Reverse ARP             [40,JXM]
  802.        32824   8038        -      -     DEC LANBridge            [XEROX]
  803.        32859   805B        -      -     Stanford V Kernel experimental 
  804.       [XEROX]
  805.        32860   805C        -      -     Stanford V Kernel production 
  806.       [XEROX]
  807.        32892   807C        -      -     Merit Internodal           [HWB]
  808.        32923   809B        -      -     Appletalk                [XEROX]
  809.  
  810.  
  811. Reynolds & Postel                                              [Page 14]
  812.  
  813.  
  814.  
  815. RFC 1010 - Assigned Numbers                                     May 1987
  816. Ethernet Numbers
  817.  
  818.  
  819.        36864   9000        -      -     Loopback                 [XEROX]
  820.  
  821.    The standard for transmission of IP datagrams over Ethernets and
  822.    Experimental Ethernets is specified in RFC 894 [50] and RFC 895 [66]
  823.    respectively.
  824.  
  825.    NOTE:  Ethernet 48-bit address blocks are now assigned by the IEEE.
  826.  
  827.       IEEE Standards Office, 345 East 47th Street, New York, N.Y. 10017,
  828.       Attn: Vince Condello.  Phone: (212) 705-7092.
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869. Reynolds & Postel                                              [Page 15]
  870.  
  871.  
  872.  
  873. RFC 1010 - Assigned Numbers                                     May 1987
  874. Address Resolution Protocol
  875.  
  876.  
  877.                  ADDRESS RESOLUTION PROTOCOL PARAMETERS
  878.  
  879.    The Address Resolution Protocol (ARP) specified in RFC 826 [64] has
  880.    several parameters.  The assigned values for these parameters are
  881.    listed here.
  882.  
  883.    Assignments:
  884.  
  885.       Operation Code (op)
  886.  
  887.          1   REQUEST
  888.          2   REPLY
  889.  
  890.       Hardware Type (hrd)
  891.  
  892.          Type   Description                                   References
  893.          ----   -----------                                   ----------
  894.            1    Ethernet (10Mb)                                    [JBP]
  895.            2    Experimental Ethernet (3Mb)                        [JBP]
  896.            3    Amateur Radio AX.25                                [PXK]
  897.            4    Proteon ProNET Token Ring                          [JBP]
  898.            5    Chaos                                              [GXP]
  899.            6    IEEE 802 Networks                                  [JBP]
  900.            7    ARCNET                                             [JBP]
  901.  
  902.       Protocol Type (pro)
  903.  
  904.          Use the same codes as listed in the section called "Ethernet
  905.          Numbers of Interest" (all hardware types use this code set for
  906.          the protocol type).
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927. Reynolds & Postel                                              [Page 16]
  928.  
  929.  
  930.  
  931. RFC 1010 - Assigned Numbers                                     May 1987
  932. Public Data Network Numbers
  933.  
  934.  
  935.                       PUBLIC DATA NETWORK NUMBERS
  936.  
  937.    One of the Internet Class A Networks is the international system of
  938.    Public Data Networks.  This section lists the mapping between the
  939.    Internet Addresses and the Public Data Network Addresses (X.121).
  940.  
  941.    The numbers below are assigned for networks that are connected to the
  942.    Internet, and for independent networks.  These independent networks
  943.    are marked with an asterisk preceding the number.
  944.  
  945.    Assignments:
  946.  
  947.       * Internet           Public Data Net    Description     References
  948.       - --------------   -----------------   -----------      ----------
  949.        014.000.000.000                       Reserved              [JBP]
  950.        014.000.000.001   3110-317-00035 00   PURDUE-TN             [CAK]
  951.        014.000.000.002   3110-608-00027 00   UWISC-TN              [CAK]
  952.        014.000.000.003   3110-302-00024 00   UDEL-TN               [CAK]
  953.        014.000.000.004   2342-192-00149 23   UCL-VTEST              [PK]
  954.        014.000.000.005   2342-192-00300 23   UCL-TG                 [PK]
  955.        014.000.000.006   2342-192-00300 25   UK-SATNET              [PK]
  956.        014.000.000.007   3110-608-00024 00   UWISC-IBM            [MAS3]
  957.        014.000.000.008   3110-213-00045 00   RAND-TN               [MO2]
  958.        014.000.000.009   2342-192-00300 23   UCL-CS                 [PK]
  959.        014.000.000.010   3110-617-00025 00   BBN-VAN-GW           [JD21]
  960.       *014.000.000.011   2405-015-50300 00   CHALMERS              [UXB]
  961.        014.000.000.012   3110-713-00165 00   RICE                 [PAM6]
  962.        014.000.000.013   3110-415-00261 00   DECWRL               [PAM6]
  963.        014.000.000.014   3110-408-00051 00   IBM-SJ                [SA1]
  964.        014.000.000.015   2041-117-01000 00   SHAPE                 [JFW]
  965.        014.000.000.016   2628-153-90075 00   DFVLR4-X25            [GB7]
  966.        014.000.000.017   3110-213-00032 00   ISI-VAN-GW           [JD21]
  967.        014.000.000.018   2624-522-80900 52   DFVLR5-X25            [GB7]
  968.        014.000.000.019   2041-170-10000 00   SHAPE-X25             [JFW]
  969.        014.000.000.020   5052-737-20000 50   UQNET                 [AXH]
  970.        014.000.000.021   3020-801-00057 50   DMC-CRC1             [JR17]
  971.        014.000.000.022   2624-522-80902 77   DFVLRVAX-X25          [GB7]
  972.       *014.000.000.023   2624-589-00908 01   ECRC-X25              [PXD]
  973.        014.000.000.024   2342-905-24242 83   UK-MOD-RSRE          [JXE2]
  974.        014.000.000.025   2342-905-24242 82   UK-VAN-RSRE           [AXM]
  975.        014.000.000.026-014.255.255.254       Unassigned            [JBP]
  976.        014.255.255.255                       Reserved              [JBP]
  977.  
  978.    The standard for transmission of IP datagrams over the Public Data
  979.    Network is specified in RFC 877 [55].
  980.  
  981.  
  982.  
  983.  
  984.  
  985. Reynolds & Postel                                              [Page 17]
  986.  
  987.  
  988.  
  989. RFC 1010 - Assigned Numbers                                     May 1987
  990. Telnet Options
  991.  
  992.  
  993.                              TELNET OPTIONS
  994.  
  995.    The Telnet Protocol has a number of options that may be negotiated.
  996.    These options are listed here.  "Official Internet Protocols" [91]
  997.    provides more detailed information.
  998.  
  999.    Options  Name                                              References
  1000.    -------  -----------------------                           ----------
  1001.       0     Binary Transmission                                 [85,JBP]
  1002.       1     Echo                                                [86,JBP]
  1003.       2     Reconnection                                        [33,JBP]
  1004.       3     Suppress Go Ahead                                   [89,JBP]
  1005.       4     Approx Message Size Negotiation                    [102,JBP]
  1006.       5     Status                                              [88,JBP]
  1007.       6     Timing Mark                                         [90,JBP]
  1008.       7     Remote Controlled Trans and Echo                    [82,JBP]
  1009.       8     Output Line Width                                   [31,JBP]
  1010.       9     Output Page Size                                    [32,JBP]
  1011.      10     Output Carriage-Return Disposition                  [21,JBP]
  1012.      11     Output Horizontal Tab Stops                         [25,JBP]
  1013.      12     Output Horizontal Tab Disposition                   [24,JBP]
  1014.      13     Output Formfeed Disposition                         [22,JBP]
  1015.      14     Output Vertical Tabstops                            [27,JBP]
  1016.      15     Output Vertical Tab Disposition                     [26,JBP]
  1017.      16     Output Linefeed Disposition                         [23,JBP]
  1018.      17     Extended ASCII                                     [104,JBP]
  1019.      18     Logout                                              [18,MRC]
  1020.      19     Byte Macro                                          [28,JBP]
  1021.      20     Data Entry Terminal                                 [30,JBP]
  1022.      22     SUPDUP                                           [19,20,MRC]
  1023.      22     SUPDUP Output                                       [43,MRC]
  1024.      23     Send Location                                      [54,EAK1]
  1025.      24     Terminal Type                                      [97,MAS3]
  1026.      25     End of Record                                       [78,JBP]
  1027.      26     TACACS User Identification                           [1,BA4]
  1028.      27     Output Marking                                      [94,SXS]
  1029.      28     Terminal Location Number                            [62,RN6]
  1030.     255     Extended-Options-List                               [84,JBP]
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043. Reynolds & Postel                                              [Page 18]
  1044.  
  1045.  
  1046.  
  1047. RFC 1010 - Assigned Numbers                                     May 1987
  1048. Machine Names
  1049.  
  1050.  
  1051.                              MACHINE NAMES
  1052.  
  1053.    These are the Official Machine Names as they appear in the NIC Host
  1054.    Table.  Their use is described in RFC 810 [39].
  1055.  
  1056.    A machine name or CPU type may be up to 40 characters taken from the
  1057.    set of uppercase letters, digits, and the two punctuation characters
  1058.    hyphen and slash.  It must start with a letter, and end with a letter
  1059.    or digit.
  1060.  
  1061.    ALTO
  1062.    AMDAHL-V7
  1063.    APOLLO
  1064.    ATT-3B20
  1065.    BBN-C/60
  1066.    BURROUGHS-B/29
  1067.    BURROUGHS-B/4800
  1068.    BUTTERFLY
  1069.    C/30
  1070.    C/70
  1071.    CADLINC
  1072.    CADR
  1073.    CDC-170
  1074.    CDC-170/750
  1075.    CDC-173
  1076.    CELERITY-1200
  1077.    COMTEN-3690
  1078.    CP8040
  1079.    CRAY-1
  1080.    CRAY-X/MP
  1081.    CRAY-2
  1082.    CTIWS-117
  1083.    DANDELION
  1084.    DEC-10
  1085.    DEC-1050
  1086.    DEC-1077
  1087.    DEC-1080
  1088.    DEC-1090
  1089.    DEC-1090B
  1090.    DEC-1090T
  1091.    DEC-2020T
  1092.    DEC-2040
  1093.    DEC-2040T
  1094.    DEC-2050T
  1095.    DEC-2060
  1096.    DEC-2060T
  1097.    DEC-2065
  1098.    DEC-FALCON
  1099.  
  1100.  
  1101. Reynolds & Postel                                              [Page 19]
  1102.  
  1103.  
  1104.  
  1105. RFC 1010 - Assigned Numbers                                     May 1987
  1106. Machine Names
  1107.  
  1108.  
  1109.    DEC-KS10
  1110.    DORADO
  1111.    DPS8/70M
  1112.    ELXSI-6400
  1113.    FOONLY-F2
  1114.    FOONLY-F3
  1115.    FOONLY-F4
  1116.    GOULD
  1117.    GOULD-6050
  1118.    GOULD-6080
  1119.    GOULD-9050
  1120.    GOULD-9080
  1121.    H-316
  1122.    H-60/68
  1123.    H-68
  1124.    H-68/80
  1125.    H-89
  1126.    HONEYWELL-DPS-6
  1127.    HONEYWELL-DPS-8/70
  1128.    HP3000
  1129.    HP3000/64
  1130.    IBM-158
  1131.    IBM-360/67
  1132.    IBM-370/3033
  1133.    IBM-3081
  1134.    IBM-3084QX
  1135.    IBM-3101
  1136.    IBM-4331
  1137.    IBM-4341
  1138.    IBM-4361
  1139.    IBM-4381
  1140.    IBM-4956
  1141.    IBM-PC
  1142.    IBM-PC/AT
  1143.    IBM-PC/XT
  1144.    IBM-SERIES/1
  1145.    IMAGEN
  1146.    IMAGEN-8/300
  1147.    IMSAI
  1148.    INTEGRATED-SOLUTIONS
  1149.    INTEGRATED-SOLUTIONS-68K
  1150.    INTEGRATED-SOLUTIONS-CREATOR
  1151.    INTEGRATED-SOLUTIONS-CREATOR-8
  1152.    INTEL-IPSC
  1153.    IS-1
  1154.    IS-68010
  1155.    LMI
  1156.    LSI-11
  1157.  
  1158.  
  1159. Reynolds & Postel                                              [Page 20]
  1160.  
  1161.  
  1162.  
  1163. RFC 1010 - Assigned Numbers                                     May 1987
  1164. Machine Names
  1165.  
  1166.  
  1167.    LSI-11/2
  1168.    LSI-11/23
  1169.    LSI-11/73
  1170.    M68000
  1171.    MASSCOMP
  1172.    MC500
  1173.    MC68000
  1174.    MICROVAX
  1175.    MICROVAX-I
  1176.    MV/8000
  1177.    NAS3-5
  1178.    NCR-COMTEN-3690
  1179.    NOW
  1180.    ONYX-Z8000
  1181.    PDP-11
  1182.    PDP-11/3
  1183.    PDP-11/23
  1184.    PDP-11/24
  1185.    PDP-11/34
  1186.    PDP-11/40
  1187.    PDP-11/44
  1188.    PDP-11/45
  1189.    PDP-11/50
  1190.    PDP-11/70
  1191.    PDP-11/73
  1192.    PE-7/32
  1193.    PE-3205
  1194.    PERQ
  1195.    PLEXUS-P/60
  1196.    PLI
  1197.    PLURIBUS
  1198.    PRIME-2350
  1199.    PRIME-2450
  1200.    PRIME-2755
  1201.    PRIME-9655
  1202.    PRIME-9755
  1203.    PRIME-9955II
  1204.    PRIME-2250
  1205.    PRIME-2655
  1206.    PRIME-9955
  1207.    PRIME-9950
  1208.    PRIME-9650
  1209.    PRIME-9750
  1210.    PRIME-2250
  1211.    PRIME-750
  1212.    PRIME-850
  1213.    PRIME-550II
  1214.    PYRAMID-90
  1215.  
  1216.  
  1217. Reynolds & Postel                                              [Page 21]
  1218.  
  1219.  
  1220.  
  1221. RFC 1010 - Assigned Numbers                                     May 1987
  1222. Machine Names
  1223.  
  1224.  
  1225.    PYRAMID-90MX
  1226.    PYRAMID-90X
  1227.    RIDGE
  1228.    RIDGE-32
  1229.    RIDGE-32C
  1230.    ROLM-1666
  1231.    S1-MKIIA
  1232.    SMI
  1233.    SEQUENT-BALANCE-8000
  1234.    SIEMENS
  1235.    SILICON-GRAPHICS
  1236.    SILICON-GRAPHICS-IRIS
  1237.    SPERRY-DCP/10
  1238.    SUN
  1239.    SUN-2
  1240.    SUN-2/50
  1241.    SUN-2/100
  1242.    SUN-2/120
  1243.    SUN-2/140
  1244.    SUN-2/150
  1245.    SUN-2/160
  1246.    SUN-2/170
  1247.    SUN-3/160
  1248.    SUN-3/50
  1249.    SUN-3/75
  1250.    SUN-3/110
  1251.    SUN-50
  1252.    SUN-100
  1253.    SUN-120
  1254.    SUN-130
  1255.    SUN-150
  1256.    SUN-170
  1257.    SUN-68000
  1258.    SYMBOLICS-3600
  1259.    SYMBOLICS-3670
  1260.    TANDEM-TXP
  1261.    TEK-6130
  1262.    TI-EXPLORER
  1263.    TP-4000
  1264.    TRS-80
  1265.    UNIVAC-1100
  1266.    UNIVAC-1100/60
  1267.    UNIVAC-1100/62
  1268.    UNIVAC-1100/63
  1269.    UNIVAC-1100/64
  1270.    UNIVAC-1100/70
  1271.    UNIVAC-1160
  1272.    VAX-11/725
  1273.  
  1274.  
  1275. Reynolds & Postel                                              [Page 22]
  1276.  
  1277.  
  1278.  
  1279. RFC 1010 - Assigned Numbers                                     May 1987
  1280. Machine Names
  1281.  
  1282.  
  1283.    VAX-11/730
  1284.    VAX-11/750
  1285.    VAX-11/780
  1286.    VAX-11/785
  1287.    VAX-11/790
  1288.    VAX-11/8600
  1289.    VAX-8600
  1290.    WANG-PC002
  1291.    WANG-VS100
  1292.    WANG-VS400
  1293.    XEROX-1108
  1294.    XEROX-8010
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333. Reynolds & Postel                                              [Page 23]
  1334.  
  1335.  
  1336.  
  1337. RFC 1010 - Assigned Numbers                                     May 1987
  1338. System Names
  1339.  
  1340.  
  1341.                               SYSTEM NAMES
  1342.  
  1343.    These are the Official System Names as they appear in the NIC Host
  1344.    Table.  Their use is described in RFC 810 [39].
  1345.  
  1346.    A system name may be up to 40 characters taken from the set of
  1347.    uppercase letters, digits, and the two punctuation characters hyphen
  1348.    and slash.  It must start with a letter, and end with a letter or
  1349.    digit.
  1350.  
  1351.    AEGIS
  1352.    APOLLO
  1353.    BS-2000
  1354.    CEDAR
  1355.    CGW
  1356.    CHRYSALIS
  1357.    CMOS
  1358.    CMS
  1359.    COS
  1360.    CPIX
  1361.    CTOS
  1362.    CTSS
  1363.    DCN
  1364.    DDNOS
  1365.    DOMAIN
  1366.    EDX
  1367.    ELF
  1368.    EMBOS
  1369.    EMMOS
  1370.    EPOS
  1371.    FOONEX
  1372.    FUZZ
  1373.    GCOS
  1374.    GPOS
  1375.    HDOS
  1376.    IMAGEN
  1377.    INTERCOM
  1378.    IMPRESS
  1379.    INTERLISP
  1380.    IOS
  1381.    ITS
  1382.    LISP
  1383.    LISPM
  1384.    LOCUS
  1385.    MINOS
  1386.    MOS
  1387.    MPE5
  1388.    MSDOS
  1389.  
  1390.  
  1391. Reynolds & Postel                                              [Page 24]
  1392.  
  1393.  
  1394.  
  1395. RFC 1010 - Assigned Numbers                                     May 1987
  1396. System Names
  1397.  
  1398.  
  1399.    MULTICS
  1400.    MVS
  1401.    MVS/SP
  1402.    NEXUS
  1403.    NMS
  1404.    NONSTOP
  1405.    NOS-2
  1406.    OS/DDP
  1407.    OS4
  1408.    OS86
  1409.    OSX
  1410.    PCDOS
  1411.    PERQ/OS
  1412.    PLI
  1413.    PSDOS/MIT
  1414.    PRIMOS
  1415.    RMX/RDOS
  1416.    ROS
  1417.    RSX11M
  1418.    SATOPS
  1419.    SCS
  1420.    SIMP
  1421.    SWIFT
  1422.    TAC
  1423.    TANDEM
  1424.    TENEX
  1425.    TOPS10
  1426.    TOPS20
  1427.    TP3010
  1428.    TRSDOS
  1429.    ULTRIX
  1430.    UNIX
  1431.    UT2D
  1432.    V
  1433.    VM
  1434.    VM/370
  1435.    VM/CMS
  1436.    VM/SP
  1437.    VMS
  1438.    VMS/EUNICE
  1439.    VRTX
  1440.    WAITS
  1441.    WANG
  1442.    XDE
  1443.    XENIX
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449. Reynolds & Postel                                              [Page 25]
  1450.  
  1451.  
  1452.  
  1453. RFC 1010 - Assigned Numbers                                     May 1987
  1454. Protocol Names
  1455.  
  1456.  
  1457.                        PROTOCOL AND SERVICE NAMES
  1458.  
  1459.    These are the Official Protocol Names.  Their use is described in
  1460.    greater detail in RFC 810 [39].
  1461.  
  1462.    A protocol or service may be up to 40 characters taken from the set
  1463.    of uppercase letters, digits, and the punctuation character hyphen.
  1464.    It must start with a letter, and end with a letter or digit.
  1465.  
  1466.    ARGUS               - ARGUS Protocol
  1467.    AUTH                - Authentication Service
  1468.    BBN-RCC-MON         - BBN RCC Monitoring
  1469.    BL-IDM              - Britton Lee Intelligent Database Machine
  1470.    BOOTPC              - Bootstrap Protocol Client
  1471.    BOOTPS              - Bootstrap Protocol Server
  1472.    BR-SAT-MON          - Backroom SATNET Monitoring
  1473.    CFTP                - CFTP
  1474.    CHAOS               - CHAOS Protocol
  1475.    CHARGEN             - Character Generator Protocol
  1476.    CISCO-FNA           - CISCO FNATIVE
  1477.    CISCO-TNA           - CISCO TNATIVE
  1478.    CISCO-SYS           - CISCO SYSMAINT
  1479.    CLOCK               - DCNET Time Server Protocol
  1480.    COOKIE-JAR          - Cookie Jar Authentication Procedure
  1481.    CSNET-NS            - CSNET Mailbox Nameserver Protocol
  1482.    DAYTIME             - Daytime Protocol
  1483.    DCN-MEAS            - DCN Measurement Subsystems Protocol
  1484.    DCP                 - Device Control Protocol
  1485.    DISCARD             - Discard Protocol
  1486.    DOMAIN              - Domain Name Server
  1487.    ECHO                - Echo Protocol
  1488.    EGP                 - Exterior Gateway Protocol
  1489.    EMCON               - Emission Control Protocol
  1490.    EMFIS-CNTL          - EMFIS Control Service
  1491.    EMFIS-DATA          - EMFIS Data Service
  1492.    FINGER              - Finger Protocol
  1493.    FTP                 - File Transfer Protocol
  1494.    FTP-DATA            - File Transfer Protocol Data
  1495.    GGP                 - Gateway Gateway Protocol
  1496.    GRAPHICS            - Graphics Protocol
  1497.    HMP                 - Host Monitoring Protocol
  1498.    HOST2-NS            - Host2 Name Server
  1499.    HOSTNAME            - Hostname Protocol
  1500.    ICMP                - Internet Control Message Protocol
  1501.    IGMP                - Internet Group Management Protocol
  1502.    IGP                 - Interior Gateway Protocol
  1503.    INGRES-NET          - INGRES-NET Service
  1504.    IP                  - Internet Protocol
  1505.  
  1506.  
  1507. Reynolds & Postel                                              [Page 26]
  1508.  
  1509.  
  1510.  
  1511. RFC 1010 - Assigned Numbers                                     May 1987
  1512. Protocol Names
  1513.  
  1514.  
  1515.    IPCU                - Internet Packet Core Utility
  1516.    IPPC                - Internet Pluribus Packet Core
  1517.    IRTP                - Internet Reliable Transaction Protocol
  1518.    ISI-GL              - ISI Graphics Language Protocol
  1519.    ISO-TP4             - ISO Transport Protocol Class 4
  1520.    ISO-TSAP            - ISO TSAP
  1521.    LA-MAINT            - IMP Logical Address Maintenance
  1522.    LEAF-1              - Leaf-1 Protocol
  1523.    LEAF-2              - Leaf-2 Protocol
  1524.    LINK                - Link Protocol
  1525.    LOC-SRV             - Location Service
  1526.    LOGIN               - Login Host Protocol
  1527.    MERIT-INP           - MERIT Internodal Protocol
  1528.    METAGRAM            - Metagram Relay
  1529.    MIT-ML-DEV          - MIT ML Device
  1530.    MFE-NSP             - MFE Network Services Protocol
  1531.    MIT-SUBNET          - MIT Subnet Support
  1532.    MIT-DOV             - MIT Dover Spooler
  1533.    MPM                 - Internet Message Protocol (Multimedia Mail)
  1534.    MPM-FLAGS           - MPM Flags Protocol
  1535.    MPM-SND             - MPM Send Protocol
  1536.    MSG-AUTH            - MSG Authentication Protocol
  1537.    MSG-ICP             - MSG ICP Protocol
  1538.    MUX                 - Multiplexing Protocol
  1539.    NAMESERVER          - Host Name Server
  1540.    NETBIOS-DGM         - NETBIOS Datagram Service
  1541.    NETBIOS-NS          - NETBIOS Name Service
  1542.    NETBIOS-SSN         - NETBIOS Session Service
  1543.    NETBLT              - Bulk Data Transfer Protocol
  1544.    NETED               - Network Standard Text Editor
  1545.    NETRJS              - Remote Job Service
  1546.    NI-FTP              - NI File Transfer Protocol
  1547.    NI-MAIL             - NI Mail Protocol
  1548.    NICNAME             - Who Is Protocol
  1549.    NSW-FE              - NSW User System Front End
  1550.    NTP                 - Network Time Protocol
  1551.    NVP-II              - Network Voice Protocol
  1552.    POP2                - Post Office Protocol - Version 2
  1553.    PRM                 - Packet Radio Measurement
  1554.    PUP                 - PUP Protocol
  1555.    PWDGEN              - Password Generator Protocol
  1556.    QUOTE               - Quote of the Day Protocol
  1557.    RDP                 - Reliable Data Protocol
  1558.    RJE                 - Remote Job Entry
  1559.    RLP                 - Resource Location Protocol
  1560.    RTELNET             - Remote Telnet Service
  1561.    RVD                 - Remote Virtual Disk Protocol
  1562.    SAT-EXPAK           - Satnet and Backroom EXPAK
  1563.  
  1564.  
  1565. Reynolds & Postel                                              [Page 27]
  1566.  
  1567.  
  1568.  
  1569. RFC 1010 - Assigned Numbers                                     May 1987
  1570. Protocol Names
  1571.  
  1572.  
  1573.    SAT-MON             - SATNET Monitoring
  1574.    SEP                 - Sequential Exchange Protocol
  1575.    SFTP                - Simple File Transfer Protocol
  1576.    SMTP                - Simple Mail Transfer Protocol
  1577.    ST                  - Stream Protocol
  1578.    STATSRV             - Statistics Service
  1579.    SU-MIT-TG           - SU/MIT Telnet Gateway Protocol
  1580.    SUNRPC              - SUN Remote Procedure Call
  1581.    SUPDUP              - SUPDUP Protocol
  1582.    SUR-MEAS            - Survey Measurement
  1583.    SWIFT-RVF           - Remote Virtual File Protocol
  1584.    TACACS-DS           - TACACS-Database Service
  1585.    TACNEWS             - TAC News
  1586.    TCP                 - Transmission Control Protocol
  1587.    TELNET              - Telnet Protocol
  1588.    TFTP                - Trivial File Transfer Protocol
  1589.    TIME                - Time Server Protocol
  1590.    TRUNK-1             - Trunk-1 Protocol
  1591.    TRUNK-2             - Trunk-2 Protocol
  1592.    UCL                 - University College London Protocol
  1593.    UDP                 - User Datagram Protocol
  1594.    NNTP                - Network News Transfer Protocol
  1595.    USERS               - Active Users Protocol
  1596.    UUCP-PATH           - UUCP Path Service
  1597.    VIA-FTP             - VIA Systems-File Transfer Protocol
  1598.    WB-EXPAK            - Wideband EXPAK
  1599.    WB-MON              - Wideband Monitoring
  1600.    XNET                - Cross Net Debugger
  1601.    XNS-IDP             - Xerox NS IDP
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623. Reynolds & Postel                                              [Page 28]
  1624.  
  1625.  
  1626.  
  1627. RFC 1010 - Assigned Numbers                                     May 1987
  1628. Terminal Type Names
  1629.  
  1630.  
  1631.                           TERMINAL TYPE NAMES
  1632.  
  1633.    These are the Official Terminal Type Names.  Their use is described
  1634.    in RFC 930 [97].  The maximum length of a name is 40 characters.
  1635.  
  1636.    A terminal names may be up to 40 characters taken from the set of
  1637.    uppercase letters, digits, and the two punctuation characters hyphen
  1638.    and slash.  It must start with a letter, and end with a letter or
  1639.    digit.
  1640.  
  1641.    ADDS-CONSUL-980
  1642.    ADDS-REGENT-100
  1643.    ADDS-REGENT-20
  1644.    ADDS-REGENT-200
  1645.    ADDS-REGENT-25
  1646.    ADDS-REGENT-40
  1647.    ADDS-REGENT-60
  1648.    AMPEX-DIALOGUE-80
  1649.    ANDERSON-JACOBSON-630
  1650.    ANDERSON-JACOBSON-832
  1651.    ANDERSON-JACOBSON-841
  1652.    ANN-ARBOR-AMBASSADOR
  1653.    ARDS
  1654.    BITGRAPH
  1655.    BUSSIPLEXER
  1656.    CALCOMP-565
  1657.    CDC-456
  1658.    CDI-1030
  1659.    CDI-1203
  1660.    CLNZ
  1661.    COMPUCOLOR-II
  1662.    CONCEPT-100
  1663.    CONCEPT-104
  1664.    CONCEPT-108
  1665.    DATA-100
  1666.    DATA-GENERAL-6053
  1667.    DATAGRAPHIX-132A
  1668.    DATAMEDIA-1520
  1669.    DATAMEDIA-1521
  1670.    DATAMEDIA-2500
  1671.    DATAMEDIA-3025
  1672.    DATAMEDIA-3025A
  1673.    DATAMEDIA-3045
  1674.    DATAMEDIA-3045A
  1675.    DATAMEDIA-DT80/1
  1676.    DATAPOINT-2200
  1677.    DATAPOINT-3000
  1678.    DATAPOINT-3300
  1679.  
  1680.  
  1681. Reynolds & Postel                                              [Page 29]
  1682.  
  1683.  
  1684.  
  1685. RFC 1010 - Assigned Numbers                                     May 1987
  1686. Terminal Type Names
  1687.  
  1688.  
  1689.    DATAPOINT-3360
  1690.    DEC-DECWRITER-I
  1691.    DEC-DECWRITER-II
  1692.    DEC-GT40
  1693.    DEC-GT40A
  1694.    DEC-GT42
  1695.    DEC-LA120
  1696.    DEC-LA30
  1697.    DEC-LA36
  1698.    DEC-LA38
  1699.    DEC-VT05
  1700.    DEC-VT100
  1701.    DEC-VT132
  1702.    DEC-VT50
  1703.    DEC-VT50H
  1704.    DEC-VT52
  1705.    DELTA-DATA-5000
  1706.    DELTA-TELTERM-2
  1707.    DIABLO-1620
  1708.    DIABLO-1640
  1709.    DIGILOG-333
  1710.    DTC-300S
  1711.    EDT-1200
  1712.    EXECUPORT-4000
  1713.    EXECUPORT-4080
  1714.    GENERAL-TERMINAL-100A
  1715.    GSI
  1716.    HAZELTINE-1500
  1717.    HAZELTINE-1510
  1718.    HAZELTINE-1520
  1719.    HAZELTINE-2000
  1720.    HP-2621
  1721.    HP-2621A
  1722.    HP-2621P
  1723.    HP-2626
  1724.    HP-2626A
  1725.    HP-2626P
  1726.    HP-2640
  1727.    HP-2640A
  1728.    HP-2640B
  1729.    HP-2645
  1730.    HP-2645A
  1731.    HP-2648
  1732.    HP-2648A
  1733.    HP-2649
  1734.    HP-2649A
  1735.    IBM-3101
  1736.    IBM-3101-10
  1737.  
  1738.  
  1739. Reynolds & Postel                                              [Page 30]
  1740.  
  1741.  
  1742.  
  1743. RFC 1010 - Assigned Numbers                                     May 1987
  1744. Terminal Type Names
  1745.  
  1746.  
  1747.    IBM-3275-2
  1748.    IBM-3276-2
  1749.    IBM-3276-3
  1750.    IBM-3276-4
  1751.    IBM-3277-2
  1752.    IBM-3278-2
  1753.    IBM-3278-3
  1754.    IBM-3278-4
  1755.    IBM-3278-5
  1756.    IBM-3279-2
  1757.    IBM-3279-3
  1758.    IMLAC
  1759.    INFOTON-100
  1760.    INFOTONKAS
  1761.    ISC-8001
  1762.    LSI-ADM-3
  1763.    LSI-ADM-31
  1764.    LSI-ADM-3A
  1765.    LSI-ADM-42
  1766.    MEMOREX-1240
  1767.    MICROBEE
  1768.    MICROTERM-ACT-IV
  1769.    MICROTERM-ACT-V
  1770.    MICROTERM-MIME-1
  1771.    MICROTERM-MIME-2
  1772.    NETRONICS
  1773.    NETWORK-VIRTUAL-TERMINAL
  1774.    OMRON-8025AG
  1775.    PERKIN-ELMER-1100
  1776.    PERKIN-ELMER-1200
  1777.    PERQ
  1778.    PLASMA-PANEL
  1779.    QUME-SPRINT-5
  1780.    SOROC
  1781.    SOROC-120
  1782.    SOUTHWEST-TECHNICAL-PRODUCTS-CT82
  1783.    SUPERBEE
  1784.    SUPERBEE-III-M
  1785.    TEC
  1786.    TEKTRONIX-4010
  1787.    TEKTRONIX-4012
  1788.    TEKTRONIX-4013
  1789.    TEKTRONIX-4014
  1790.    TEKTRONIX-4023
  1791.    TEKTRONIX-4024
  1792.    TEKTRONIX-4025
  1793.    TEKTRONIX-4027
  1794.    TELERAY-1061
  1795.  
  1796.  
  1797. Reynolds & Postel                                              [Page 31]
  1798.  
  1799.  
  1800.  
  1801. RFC 1010 - Assigned Numbers                                     May 1987
  1802. Terminal Type Names
  1803.  
  1804.  
  1805.    TELERAY-3700
  1806.    TELERAY-3800
  1807.    TELETEC-DATASCREEN
  1808.    TELETERM-1030
  1809.    TELETYPE-33
  1810.    TELETYPE-35
  1811.    TELETYPE-37
  1812.    TELETYPE-38
  1813.    TELETYPE-43
  1814.    TELEVIDEO-912
  1815.    TELEVIDEO-920
  1816.    TELEVIDEO-920B
  1817.    TELEVIDEO-920C
  1818.    TELEVIDEO-950
  1819.    TERMINET-1200
  1820.    TERMINET-300
  1821.    TI-700
  1822.    TI-733
  1823.    TI-735
  1824.    TI-743
  1825.    TI-745
  1826.    TYCOM
  1827.    UNIVAC-DCT-500
  1828.    VIDEO-SYSTEMS-1200
  1829.    VIDEO-SYSTEMS-5000
  1830.    VISUAL-200
  1831.    XEROX-1720
  1832.    ZENITH-H19
  1833.    ZENTEC-30
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855. Reynolds & Postel                                              [Page 32]
  1856.  
  1857.  
  1858.  
  1859. RFC 1010 - Assigned Numbers                                     May 1987
  1860. Documents
  1861.  
  1862.  
  1863.                                DOCUMENTS
  1864.  
  1865.    [1]    Anderson, B., "TACACS User Identification Telnet Option",
  1866.           RFC 927, BBN, December 1984.
  1867.  
  1868.    [2]    BBN, "Specifications for the Interconnection of a Host and an
  1869.           IMP", Report 1822, Bolt Beranek and Newman, Cambridge,
  1870.           Massachusetts, revised, December 1981.
  1871.  
  1872.    [3]    BBN, "User Manual for TAC User Database Tool", Bolt Beranek
  1873.           and Newman, September 1984.
  1874.  
  1875.    [4]    Bennett, C., "A Simple NIFTP-Based Mail System", IEN 169,
  1876.           University College, London, January 1981.
  1877.  
  1878.    [5]    Bhushan, A., "A Report on the Survey Project", RFC 530,
  1879.           NIC 17375, June 1973.
  1880.  
  1881.    [6]    Bisbey, R., D. Hollingworth, and B. Britt, "Graphics Language
  1882.           (version 2.1)", ISI/TM-80-18, Information Sciences Institute,
  1883.           July 1980.
  1884.  
  1885.    [7]    Boggs, D., J. Shoch, E. Taft, and R. Metcalfe, "PUP: An
  1886.           Internetwork Architecture", XEROX Palo Alto Research Center,
  1887.           CSL-79-10, July 1979; also in IEEE Transactions on
  1888.           Communication, Volume COM-28, Number 4, April 1980.
  1889.  
  1890.    [8]    Braden, R., "NETRJS Protocol", RFC 740, NIC 42423,
  1891.           November 1977.
  1892.  
  1893.    [9]    Bressler, B., "Remote Job Entry Protocol",  RFC 407,
  1894.           NIC 12112, October 1972.
  1895.  
  1896.    [10]   Bressler, R., "Inter-Entity Communication -- An Experiment",
  1897.           RFC 441, NIC 13773, January 1973.
  1898.  
  1899.    [11]   Butler, M., J. Postel, D. Chase, J. Goldberger, and
  1900.           J. K. Reynolds, "Post Office Protocol - Version 2", RFC 937,
  1901.           Information Sciences Institute, February 1985.
  1902.  
  1903.    [12]   Cass, D. E., and M. T. Rose, "ISO Transport Services on Top of
  1904.           the TCP", RFC 983, NTRC, April 1986.
  1905.  
  1906.    [13]   Clark, D., M. Lambert, and L. Zhang, "NETBLT: A Bulk Data
  1907.           Transfer Protocol", RFC 969, MIT Laboratory for Computer
  1908.           Science, December 1985.
  1909.  
  1910.  
  1911.  
  1912.  
  1913. Reynolds & Postel                                              [Page 33]
  1914.  
  1915.  
  1916.  
  1917. RFC 1010 - Assigned Numbers                                     May 1987
  1918. Documents
  1919.  
  1920.  
  1921.    [14]   Cohen, D., "On Holy Wars and a Plea for Peace", IEEE Computer
  1922.           Magazine, October 1981.
  1923.  
  1924.    [15]   Cohen, D., "Specifications for the Network Voice Protocol",
  1925.           RFC 741, ISI/RR 7539, Information Sciences Institute,
  1926.           March 1976.
  1927.  
  1928.    [16]   Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90,
  1929.           Information Sciences Institute, May 1979.
  1930.  
  1931.    [17]   COMPASS, "Semi-Annual Technical Report", CADD-7603-0411,
  1932.           Massachusetts Computer Associates, 4 March 1976. Also as,
  1933.           "National Software Works, Status Report No. 1,"
  1934.           RADC-TR-76-276, Volume 1, September 1976. And COMPASS. "Second
  1935.           Semi-Annual Report," CADD-7608-1611, Massachusetts Computer
  1936.           Associates, August 1976.
  1937.  
  1938.    [18]   Crispin, M., "Telnet Logout Option", Stanford University-AI,
  1939.           RFC 727, April 1977.
  1940.  
  1941.    [19]   Crispin, M., "Telnet SUPDUP Option", Stanford University-AI,
  1942.           RFC 736, October 1977.
  1943.  
  1944.    [20]   Crispin, M., "SUPDUP Protocol", RFC 734, NIC 41953,
  1945.           October 1977.
  1946.  
  1947.    [21]   Crocker, D., "Telnet Output Carriage-Return Disposition
  1948.           Option", RFC 652, October 1974.
  1949.  
  1950.    [22]   Crocker, D., "Telnet Output Formfeed Disposition Option",
  1951.           RFC 655, October 1974.
  1952.  
  1953.    [23]   Crocker, D., "Telnet Output Linefeed Disposition", RFC 658,
  1954.           October 1974.
  1955.  
  1956.    [24]   Crocker, D., "Telnet Output Horizontal Tab Disposition
  1957.           Option", RFC 654, October 1974.
  1958.  
  1959.    [25]   Crocker, D., "Telnet Output Horizontal Tabstops Option",
  1960.           RFC 653, October 1974.
  1961.  
  1962.    [26]   Crocker, D., "Telnet Output Vertical Tab Disposition Option",
  1963.           RFC 657, October 1974.
  1964.  
  1965.    [27]   Crocker, D., "Telnet Output Vertical Tabstops Option",
  1966.           RFC 656, October 1974.
  1967.  
  1968.  
  1969.  
  1970.  
  1971. Reynolds & Postel                                              [Page 34]
  1972.  
  1973.  
  1974.  
  1975. RFC 1010 - Assigned Numbers                                     May 1987
  1976. Documents
  1977.  
  1978.  
  1979.    [28]   Crocker, D. H. and R. H. Gumpertz, "Revised Telnet Byte Marco
  1980.           Option", RFC 735, November 1977.
  1981.  
  1982.    [29]   Croft, B., and J. Gilmore, "BOOTSTRAP Protocol (BOOTP)",
  1983.           RFC 951, Stanford and SUN Microsytems, September 1985.
  1984.  
  1985.    [30]   Day, J., "Telnet Data Entry Terminal Option", RFC 732,
  1986.           September 1977.
  1987.  
  1988.    [31]   DDN Protocol Handbook, "Telnet Output Line Width Option",
  1989.           NIC 50005, December 1985.
  1990.  
  1991.    [32]   DDN Protocol Handbook, "Telnet Output Page Size Option",
  1992.           NIC 50005, December 1985.
  1993.  
  1994.    [33]   DDN Protocol Handbook, "Telnet Reconnection Option",
  1995.           NIC 50005, December 1985.
  1996.  
  1997.    [34]   Deering, S. E., "Host Extensions for IP Multicasting",
  1998.           RFC 988, Stanford University, December 1985.
  1999.  
  2000.    [35]   Elvy, M., and R. Nedved, "Network Mail Path Service", RFC 915,
  2001.           Harvard and CMU, July 1986.
  2002.  
  2003.    [36]   Feinler, E., editor, "DDN Protocol Handbook", Network
  2004.           Information Center, SRI International, December 1985.
  2005.  
  2006.    [37]   Feinler, E., editor, "Internet Protocol Transition Workbook",
  2007.           Network Information Center, SRI International, March 1982.
  2008.  
  2009.    [38]   Feinler, E. and J. Postel, eds., "ARPANET Protocol Handbook",
  2010.           NIC 7104, for the Defense Communications Agency by SRI
  2011.           International, Menlo Park, California, Revised January 1978.
  2012.  
  2013.    [39]   Feinler, E., K. Harrenstien, Z. Su, and V. White, "DoD
  2014.           Internet Host Table Specification", RFC 810, SRI
  2015.           International, March 1982.
  2016.  
  2017.    [40]   Finlayson, R., T. Mann, J. Mogul, and M. Theimer, "A Reverse
  2018.           Address Resolution Protocol", RFC 903, Stanford University,
  2019.           June 1984.
  2020.  
  2021.    [41]   Forgie, J., "ST - A Proposed Internet Stream Protocol",
  2022.           IEN 119, MIT Lincoln Laboratory, September 1979.
  2023.  
  2024.    [42]   Forsdick, H., "CFTP", Network Message, Bolt Beranek and
  2025.           Newman, January 1982.
  2026.  
  2027.  
  2028.  
  2029. Reynolds & Postel                                              [Page 35]
  2030.  
  2031.  
  2032.  
  2033. RFC 1010 - Assigned Numbers                                     May 1987
  2034. Documents
  2035.  
  2036.  
  2037.    [43]   Greenberg, B., "Telnet SUPDUP-OUTPUT Option", RFC 749,
  2038.           MIT-Multics, September 1978.
  2039.  
  2040.    [44]   Harrenstien, K., "Name/Finger", RFC 742, NIC 42758,
  2041.           SRI International,  December 1977.
  2042.  
  2043.    [45]   Harrenstien, K., V. White, and E. Feinler, "Hostnames Server",
  2044.           RFC 811, SRI International, March 1982.
  2045.  
  2046.    [46]   Harrenstien, K., and V. White, "Nicname/Whois", RFC 812,
  2047.           SRI International, March 1982.
  2048.  
  2049.    [47]   Haverty, J., "XNET Formats for Internet Protocol Version 4",
  2050.           IEN 158, October 1980.
  2051.  
  2052.    [48]   Hinden, R. M., "A Host Monitoring Protocol", RFC 869,
  2053.           Bolt Beranek and Newman, December 1983.
  2054.  
  2055.    [49]   Hinden, R., and A. Sheltzer, "The DARPA Internet Gateway",
  2056.           RFC 823, September 1982.
  2057.  
  2058.    [50]   Hornig, C., "A Standard for the Transmission of IP Datagrams
  2059.           over Ethernet Networks, RFC 894, Symbolics, April 1984.
  2060.  
  2061.    [51]   International Standards Organization, "ISO Transport Protocol
  2062.           Specification - ISO DP 8073", RFC 905, April 1984.
  2063.  
  2064.    [52]   International Standards Organization, "Protocol for Providing
  2065.           the Connectionless-Mode Network Services", RFC 926, ISO,
  2066.           December 1984.
  2067.  
  2068.    [53]   Kantor, B., and P. Lapsley, "Network News Transfer Protocol",
  2069.           RFC 977, UC San Diego & UC Berkeley, February 1986.
  2070.  
  2071.    [54]   Killian, E., "Telnet Send-Location Option", RFC 779,
  2072.           April 1981.
  2073.  
  2074.    [55]   Korb, J. T., "A Standard for the Transmission of IP Datagrams
  2075.           Over Public Data Networks", RFC 877, Purdue University,
  2076.           September 1983.
  2077.  
  2078.    [56]   Lottor, M. K., "Simple File Transfer Protocol", RFC 913, MIT,
  2079.           September 1984.
  2080.  
  2081.    [57]   Malis, A., "Logical Addressing Implementation Specification",
  2082.           BBN Report 5256, pp 31-36, May 1983.
  2083.  
  2084.  
  2085.  
  2086.  
  2087. Reynolds & Postel                                              [Page 36]
  2088.  
  2089.  
  2090.  
  2091. RFC 1010 - Assigned Numbers                                     May 1987
  2092. Documents
  2093.  
  2094.  
  2095.    [58]   Metcalfe, R. M. and D. R. Boggs, "Ethernet: Distributed Packet
  2096.           Switching for Local Computer Networks", Communications of the
  2097.           ACM, 19 (7), pp 395-402, July 1976.
  2098.  
  2099.    [59]   Miller, T., "Internet Reliable Transaction Protocol", RFC 938,
  2100.           ACC, February 1985.
  2101.  
  2102.    [60]   Mills, D., "Network Time Protocol", RFC 958, M/A-COM Linkabit,
  2103.           September 1985.
  2104.  
  2105.    [61]   Mockapetris, P., "Domain Names - Implementation and
  2106.           Specification", RFC 883, Information Sciences Institute,
  2107.           November 1983.
  2108.  
  2109.    [62]   Nedved, R., "Telnet Terminal Location Number Option", RFC 946,
  2110.           Carnegie-Mellon University, May 1985.
  2111.  
  2112.    [63]   NSW Protocol Committee, "MSG: The Interprocess Communication
  2113.           Facility for the National Software Works", CADD-7612-2411,
  2114.           Massachusetts Computer Associates, BBN 3237, Bolt Beranek and
  2115.           Newman, Revised December 1976.
  2116.  
  2117.    [64]   Plummer, D., "An Ethernet Address Resolution Protocol or
  2118.           Converting Network Protocol Addresses to 48-bit Ethernet
  2119.           Addresses for Transmission on Ethernet Hardware", RFC 826,
  2120.           MIT-LCS, November 1982.
  2121.  
  2122.    [65]   Postel, J., "Active Users", RFC 866, Information
  2123.           Sciences Institute, May 1983.
  2124.  
  2125.    [66]   Postel, J., "A Standard for the Transmission of IP Datagrams
  2126.           over Experimental Ethernet Networks, RFC 895, Information
  2127.           Sciences Institute, April 1984.
  2128.  
  2129.    [67]   Postel, J., "Character Generator Protocol", RFC 864,
  2130.           Information Sciences Institute, May 1983.
  2131.  
  2132.    [68]   Postel, J., "Daytime Protocol", RFC 867, Information Sciences
  2133.           Institute, May 1983.
  2134.  
  2135.    [69]   Postel, J., "Discard Protocol", RFC 863, Information Sciences
  2136.           Institute, May 1983.
  2137.  
  2138.    [70]   Postel, J., "Echo Protocol", RFC 862, Information Sciences
  2139.           Institute, May 1983.
  2140.  
  2141.    [71]   Postel, J. and J. Reynolds, "File Transfer Protocol", RFC 959,
  2142.           Information Sciences Institute, October 1985.
  2143.  
  2144.  
  2145. Reynolds & Postel                                              [Page 37]
  2146.  
  2147.  
  2148.  
  2149. RFC 1010 - Assigned Numbers                                     May 1987
  2150. Documents
  2151.  
  2152.  
  2153.    [72]   Postel, J., "Internet Control Message Protocol - DARPA
  2154.           Internet Program Protocol Specification", RFC 792,
  2155.           Information Sciences Institute, September 1981.
  2156.  
  2157.    [73]   Postel, J., "Internet Message Protocol", RFC 759, IEN 113,
  2158.           Information Sciences Institute, August 1980.
  2159.  
  2160.    [74]   Postel, J., "Name Server", IEN 116, Information Sciences
  2161.           Institute, August 1979.
  2162.  
  2163.    [75]   Postel, J., "Quote of the Day Protocol", RFC 865,
  2164.           Information Sciences Institute, May 1983.
  2165.  
  2166.    [76]   Postel, J., "Remote Telnet Service", RFC 818,
  2167.           Information Sciences Institute, November 1982.
  2168.  
  2169.    [77]   Postel, J., "Simple Mail Transfer Protocol", RFC 821,
  2170.           Information Sciences Institute, August 1982.
  2171.  
  2172.    [78]   Postel, J., "Telnet End of Record Option", RFC 885,
  2173.           Information Sciences Institute, December 1983.
  2174.  
  2175.    [79]   Postel, J., "User Datagram Protocol", RFC 768
  2176.           Information Sciences Institute, August 1980.
  2177.  
  2178.    [80]   Postel, J., ed., "Internet Protocol - DARPA Internet Program
  2179.           Protocol Specification", RFC 791, Information Sciences
  2180.           Institute, September 1981.
  2181.  
  2182.    [81]   Postel, J., ed., "Transmission Control Protocol - DARPA
  2183.           Internet Program Protocol Specification", RFC 793,
  2184.           Information Sciences Institute, September 1981.
  2185.  
  2186.    [82]   Postel, J. and D. Crocker, "Remote Controlled Transmission and
  2187.           Echoing Telnet Option", RFC 726, March 1977.
  2188.  
  2189.    [83]   Postel, J., and K. Harrenstien, "Time Protocol", RFC 868,
  2190.           Information Sciences Institute, May 1983.
  2191.  
  2192.    [84]   Postel, J. and J. Reynolds, "Telnet Extended Options - List
  2193.           Option", RFC 861, Information Sciences Institute, May 1983.
  2194.  
  2195.    [85]   Postel, J. and J. Reynolds, "Telnet Binary Transmission",
  2196.           RFC 856, Information Sciences Institute, May 1983.
  2197.  
  2198.    [86]   Postel, J. and J. Reynolds, "Telnet Echo Option", RFC 857,
  2199.           Information Sciences Institute, May 1983.
  2200.  
  2201.  
  2202.  
  2203. Reynolds & Postel                                              [Page 38]
  2204.  
  2205.  
  2206.  
  2207. RFC 1010 - Assigned Numbers                                     May 1987
  2208. Documents
  2209.  
  2210.  
  2211.    [87]   Postel, J., and J. Reynolds, "Telnet Protocol Specification",
  2212.           RFC 854, Information Sciences Institute, May 1983.
  2213.  
  2214.    [88]   Postel, J. and J. Reynolds, "Telnet Status Option", RFC 859,
  2215.           Information Sciences Institute, May 1983.
  2216.  
  2217.    [89]   Postel, J. and J. Reynolds, "Telnet Suppress Go Ahead Option",
  2218.           RFC 858, Information Sciences Institute, May 1983.
  2219.  
  2220.    [90]   Postel, J. and J. Reynolds, "Telnet Timing Mark Option",
  2221.           RFC 860, Information Sciences Institute, May 1983.
  2222.  
  2223.    [91]   Reynolds, J. and J. Postel, "Official Internet Protocols",
  2224.           RFC 1011, Information Sciences Institute, May 1987.
  2225.  
  2226.    [92]   Seamonson, L. J., and E. C. Rosen, "STUB" Exterior Gateway
  2227.           Protocol", RFC 888, BBN Communications Corporation,
  2228.           January 1984.
  2229.  
  2230.    [93]   Shuttleworth, B., "A Documentary of MFENet, a National
  2231.           Computer Network", UCRL-52317, Lawrence Livermore Labs,
  2232.           Livermore, California, June 1977.
  2233.  
  2234.    [94]   Silverman, S., "Output Marking Telnet Option", RFC 933, MITRE,
  2235.           January 1985.
  2236.  
  2237.    [95]   Sollins, K., "The TFTP Protocol (Revision 2)", RFC 783,
  2238.           MIT/LCS, June 1981.
  2239.  
  2240.    [96]   Solomon, M., L. Landweber, and D. Neuhengen, "The CSNET Name
  2241.           Server", Computer Networks, v.6, n.3, pp. 161-172, July 1982.
  2242.  
  2243.    [97]   Solomon, M., and E. Wimmers, "Telnet Terminal Type Option",
  2244.           RFC 930, Supercedes RFC 884, University of Wisconsin, Madison,
  2245.           January 1985.
  2246.  
  2247.    [98]   Sproull, R., and E. Thomas, "A Networks Graphics Protocol",
  2248.           NIC 24308, August 1974.
  2249.  
  2250.    [99]   StJohns, M., "Authentication Service", RFC 931, TPSC,
  2251.           January 1985.
  2252.  
  2253.    [100]  Tappan, D. C., "The CRONUS Virtual Local Network", RFC 824,
  2254.           Bolt Beranek and Newman, August 1982.
  2255.  
  2256.    [101]  Taylor, J., "ERPC Functional Specification", Version 1.04,
  2257.           HYDRA Computer Systems, Inc., July 1984.
  2258.  
  2259.  
  2260.  
  2261. Reynolds & Postel                                              [Page 39]
  2262.  
  2263.  
  2264.  
  2265. RFC 1010 - Assigned Numbers                                     May 1987
  2266. Documents
  2267.  
  2268.  
  2269.    [102]  "The Ethernet, A Local Area Network: Data Link Layer and
  2270.           Physical Layer Specification", AA-K759B-TK, Digital Equipment
  2271.           Corporation, Maynard, MA.  Also as:  "The Ethernet - A Local
  2272.           Area Network", Version 1.0, Digital Equipment Corporation,
  2273.           Intel Corporation, Xerox Corporation, September 1980.  And:
  2274.           "The Ethernet, A Local Area Network: Data Link Layer and
  2275.           Physical Layer Specifications", Digital, Intel and Xerox,
  2276.           November 1982.  And:  XEROX, "The Ethernet, A Local Area
  2277.           Network: Data Link Layer and Physical Layer Specification",
  2278.           X3T51/80-50, Xerox Corporation, Stamford, CT., October 1980.
  2279.  
  2280.    [103]  The High Level Protocol Group, "A Network Independent File
  2281.           Transfer Protocol",  INWG Protocol Note 86, December 1977.
  2282.  
  2283.    [104]  Tovar, "Telnet Extended ASCII Option", RFC 698, Stanford
  2284.           University-AI, July 1975.
  2285.  
  2286.    [105]  Uttal, J, J. Rothschild, and C. Kline, "Transparent
  2287.           Integration of UNIX and MS-DOS", Locus Computing Corporation.
  2288.  
  2289.    [106]  Velten, D., R. Hinden, and J. Sax, "Reliable Data Protocol",
  2290.           RFC 908, BBN Communications Corporation, July 1984.
  2291.  
  2292.    [107]  Wancho, F., "Password Generator Protocol",  RFC 972, WSMR,
  2293.           January 1986.
  2294.  
  2295.    [108]  Winston, I., "Two Methods for the Transmission of IP Datagrams
  2296.           Over IEEE 802.3 Networks", RFC 948, University Of
  2297.           Pennsylvania, June 1985.
  2298.  
  2299.    [109]  Khanna, A., and A. Malis, "The ARPANET AHIP-E Host Access
  2300.           Protocol (Enhanced AHIP)", RFC 1005, BBN Communications
  2301.           Corporation, May 1987.
  2302.  
  2303.    
  2304.  
  2305.  
  2306.  
  2307.  
  2308.  
  2309.  
  2310.  
  2311.  
  2312.  
  2313.  
  2314.  
  2315.  
  2316.  
  2317.  
  2318.  
  2319. Reynolds & Postel                                              [Page 40]
  2320.  
  2321.  
  2322.  
  2323. RFC 1010 - Assigned Numbers                                     May 1987
  2324. People
  2325.  
  2326.  
  2327.                                  PEOPLE
  2328.  
  2329.    [AGM]     Andy Malis          BBN       Malis@CCS.BBN.COM
  2330.  
  2331.    [AV]      Al Vezza            MIT       AV@XX.LCS.MIT.EDU
  2332.  
  2333.    [AXH]     Arthur Hartwig      UQNET     ---none---
  2334.  
  2335.    [BA4]     Brian Anderson      BBN       baanders@CCQ.BBN.COM
  2336.  
  2337.    [BCH2]    Barry Howard        LLL       Howard@LLL-MFE.ARPA
  2338.  
  2339.    [BN4]     Bill Nowicki        SUN       Nowicki@SUN.COM
  2340.  
  2341.    [CAK]     Chris Kent          PURDUE    CAK@PURDUE.EDU
  2342.  
  2343.    [DCP1]    David Plummer       MIT       DCP@SYMBOLICS.ARPA
  2344.  
  2345.    [DDC1]    David Clark         MIT       DClark@MIT-MULTICS.ARPA
  2346.  
  2347.    [DLM1]    David Mills         LINKABIT  Mills@D.ISI.EDU
  2348.  
  2349.    [DPR]     David Reed          MIT-LCS   Reed@MIT-MULTICS.ARPA
  2350.  
  2351.    [DT15]    Daniel Tappan       BBN       Tappan@BBN.COM
  2352.  
  2353.    [DXD]     Dennis J.W. Dube    VIA SYSTEMS ---none---
  2354.  
  2355.    [DXG]     David Goldberg      SMI       sun!dg@UCBARPA.BERKELEY.EDU
  2356.  
  2357.    [EAK1]    Earl Killian        LLL       EAK@S1-C.ARPA
  2358.  
  2359.    [EBM]     Eliot Moss          MIT       EBM@XX.LCS.MIT.EDU
  2360.  
  2361.    [FJW]     Frank J. Wancho     WSMR      WANCHO@SIMTEL20.ARPA
  2362.  
  2363.    [FRAN]    Francine Perillo    SRI       Perillo@NIC.SRI.COM
  2364.  
  2365.    [GB7]     Gerd Beling         DFVLR     GBELING@ISI.EDU
  2366.  
  2367.    [GEOF]    Geoff Goodfellow    SRI       Geoff@SRI-CSL.ARPA
  2368.  
  2369.    [GXP]     Gill Pratt          MIT       gill%mit-ccc@MC.LCS.MIT.EDU
  2370.  
  2371.    [HCF2]    Harry Forsdick      BBN       Forsdick@A.BBN.COM
  2372.  
  2373.    [HWB]     Hans-Werner Braun   MICHIGAN  HWB@MCR.UMICH.EDU
  2374.  
  2375.  
  2376.  
  2377. Reynolds & Postel                                              [Page 41]
  2378.  
  2379.  
  2380.  
  2381. RFC 1010 - Assigned Numbers                                     May 1987
  2382. People
  2383.  
  2384.  
  2385.    [IEEE]    Vince Condello      IEEE      ---none---
  2386.  
  2387.    [JAKE]    Jake Feinler        SRI       Feinler@SRI-NIC.ARPA
  2388.  
  2389.    [JBP]     Jon Postel          ISI       Postel@ISI.EDU
  2390.  
  2391.    [JBW1]    Joseph Walters, Jr. BBN       JWalters@CCX.BBN.COM
  2392.  
  2393.    [JD21]    Jonathan Dreyer     BBN       JDreyer@CCV.BBN.COM
  2394.  
  2395.    [JFH2]    Jack Haverty        BBN       Haverty@CCV.BBN.COM
  2396.  
  2397.    [JFW]     Jon F. Wilkes       STC       Wilkes@STC.ARPA
  2398.  
  2399.    [JGH]     Jim Herman          BBN       Herman@CCJ.BBN.COM
  2400.  
  2401.    [JR17]    John L. Robinson    CANADA    Robinson@DMC-CRC.ARPA
  2402.  
  2403.    [JWF]     Jim Forgie          LL        jwf@LL-EN.ARPA
  2404.  
  2405.    [JXE2]    Jeanne Evans        UKMOD     JME%RSRE.MOD.UK@CS.UCL.AC.UK
  2406.  
  2407.    [JXM]     Jeff Mogul          Stanford  ---none---
  2408.  
  2409.    [JXO]     Jack O'Neil         ENCORE    ---none---
  2410.  
  2411.    [JXP]     Joe Pato            Apollo    apollo!pato@EDDIE.MIT.EDU
  2412.  
  2413.    [KLH]     Ken Harrenstien     SRI       KLH@NIC.SRI.COM
  2414.  
  2415.    [LLP]     Larry Peterson      PURDUE    llp@PURDUE.EDU
  2416.  
  2417.    [MA]      Mike Accetta        CMU       MIKE.ACCETTA@CMU-CS-A.EDU
  2418.  
  2419.    [MAE]     Marc A. Elvy        HARVARD   elvy@HARVARD.EDU
  2420.  
  2421.    [MAS3]    Marc Solomon        MDAC      solomon@OFFICE-1.ARPA
  2422.  
  2423.    [MB]      Michael Brescia     BBN       Brescia@CCV.BBN.COM
  2424.  
  2425.    [MBG]     Michael Greenwald   MIT-LCS   Greenwald@MIT-MULTICS.ARPA
  2426.  
  2427.    [MCSJ]    Mike StJohns        TPSC      StJohns@MIT-MULTICS.ARPA
  2428.  
  2429.    [MKL1]    Mark Lottor         MIT       MKL@NIC.SRI.COM
  2430.  
  2431.    [MLC]     Mike Corrigan       DDN       Corrigan@DDN1.ARPA
  2432.  
  2433.  
  2434.  
  2435. Reynolds & Postel                                              [Page 42]
  2436.  
  2437.  
  2438.  
  2439. RFC 1010 - Assigned Numbers                                     May 1987
  2440. People
  2441.  
  2442.  
  2443.    [MO2]     Michael O'Brien     RAND      OBrien@RAND-UNIX.ARPA
  2444.  
  2445.    [MRC]     Mark Crispin        STANFORD
  2446.                                          Admin.MRC@SU-SCORE.STANFORD.EDU
  2447.  
  2448.    [MTR]     Marshall Rose       NRTC      MRose@NRTC.ARPA
  2449.  
  2450.    [MXB]     Mike Berrow         Relational Technology        ---none---
  2451.  
  2452.    [MXR]     Mark A. Rosenstein  MIT       mark@BORAX.LCS.MIT.EDU
  2453.  
  2454.    [NC3]     J. Noel Chiappa     MIT       JNC@XX.LCS.MIT.EDU
  2455.  
  2456.    [PAM6]    Paul McNabb         RICE      pam@PURDUE.EDU
  2457.  
  2458.    [PHD1]    Pieter Ditmars      BBN       pditmars@CCX.BBN.COM
  2459.  
  2460.    [PK]      Peter Kirstein      UCL       Kirstein@ISI.EDU
  2461.  
  2462.    [PL4]     Phil Lapsley        BERKELEY  phil@UCBARPA.BERKELEY.EDU
  2463.  
  2464.    [PM1]     Paul Mockapetris    ISI       Mockapetris@ISI.EDU
  2465.  
  2466.    [PXD]     Pete Delaney        ECRC      pete%ecrcvax@CSNET-RELAY.ARPA
  2467.  
  2468.    [RDB2]    Robert Bressler     BBN       Bressler@CCW.BBN.COM
  2469.  
  2470.    [RH6]     Robert Hinden       BBN       Hinden@CCV.BBN.COM
  2471.  
  2472.    [RHT]     Robert Thomas       BBN       BThomas@F.BBN.COM
  2473.  
  2474.    [RN6]     Rudy Nedved         CMU       Rudy.Nedved@CMU-CS-A.EDU
  2475.  
  2476.    [RTB3]    Bob Braden          ISI       Braden@ISI.EDU
  2477.  
  2478.    [RWS4]    Robert W. Scheifler ARGUS     RWS@XX.LCS.MIT.EDU
  2479.  
  2480.    [RXM]     Robert Myhill       BBN       Myhill@CCS.BBN.COM
  2481.  
  2482.    [SA1]     Sten Andler         ARPA      andler.ibm-sj@RAND-RELAY.ARPA
  2483.  
  2484.    [SA2]     Saul Amarel         ARPA      Amarel@ISI.EDU
  2485.  
  2486.    [SC3]     Steve Casner        ISI       Casner@ISI.EDU
  2487.  
  2488.    [SGC]     Steve Chipman       BBN       Chipman@F.BBN.COM
  2489.  
  2490.    [SHB]     Steven Blumenthal   BBN       BLUMENTHAL@VAX.BBN.COM
  2491.  
  2492.  
  2493. Reynolds & Postel                                              [Page 43]
  2494.  
  2495.  
  2496.  
  2497. RFC 1010 - Assigned Numbers                                     May 1987
  2498. People
  2499.  
  2500.  
  2501.    [SXS]     Steve Silverman     MITRE     Blankert@MITRE-GATEWAY.ORG
  2502.  
  2503.    [SXS1]    Susie Snitzer       Britton-Lee ---none---
  2504.  
  2505.    [TXM]     Trudy Miller        ACC       Trudy@ACC.ARPA
  2506.  
  2507.    [UXB]     Ulf Bilting         CHALMERS  bilting@PURDUE.EDU
  2508.  
  2509.    [WJC2]    Bill Croft          STANFORD  Croft@SUMEX-AIM.ARPA
  2510.  
  2511.    [WXB]     William L. Biagi    CISCO     ---none---
  2512.  
  2513.    [XEROX]   Pam Cance           XEROX     Cance.OSBUnorth@XEROX.COM
  2514.  
  2515.    [ZSU]     Zaw-Sing Su         SRI       ZSu@SRI-TSC.ARPA
  2516.  
  2517.       
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  
  2525.  
  2526.  
  2527.  
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.  
  2539.  
  2540.  
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551. Reynolds & Postel                                              [Page 44]
  2552.