home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc0810.txt < prev    next >
Text File  |  1996-05-07  |  15KB  |  282 lines

  1.  Elizabeth Feinler                                         RFC 810 Ken Harrenstien                                      1 March 1982 Zaw-Sing Su                              References: RFC 811, 796 Vic White                                      Obsoletes: RFC 608 Network Information Center SRI International 
  2.  
  3.               DoD INTERNET HOST TABLE SPECIFICATION 
  4.  
  5.  
  6.  
  7. INTRODUCTION 
  8.  
  9.     The ARPANET Official Network Host Table, as outlined in RFC 608, no    longer suits the needs of the DoD community, nor does it follow a    format suitable for internetting.  This paper specifies a new host    table format applicable to both ARPANET and Internet needs. 
  10.  
  11.    In addition to host name to host address translation and selected    protocol information, we have also included network and gateway name    to address correspondence, and host operating system information. 
  12.  
  13.    This Host Table is utilized by the DoD Host Name Server maintained by    the ARPANET Network Information Center (NIC) on behalf of the Defense    Communications Agency (DCA) (RFC 811).  It obsoletes the host table    described in RFC 608. 
  14.  
  15. LOCATION OF THE STANDARD DoD ONLINE HOST TABLE 
  16.  
  17.    A machine-translatable ASCII text version of the new DoD Host Table    is online in the file <NETINFO>HOSTS.TXT on the SRI-NIC host.  It can    be obtained by connecting to host SRI-NIC (10.0.0.73) from your local    FTP server, logging in as user=ANONYMOUS, password=GUEST, and doing a    'get' on <NETINFO>HOSTS.TXT.  The same table may also be obtained via    the NIC Host Name Server. 
  18.  
  19.    NOTE:  See Appendix A. for timeframe for cutover. 
  20.  
  21. ASSUMPTIONS 
  22.  
  23.    1. A "name" (Net, Host, Gateway, or Domain name) is a text string up    to 24 characters drawn from the alphabet (A-Z), digits (0-9), and the    minus sign (-) and period (.).  No blank or space characters are    permitted as part of a name.  No distinction is made between upper    and lower case.  The first character must be a letter.  The last    character must not be a minus sign or period.  A host which serves as    a GATEWAY should have "-GATEWAY" or "-GW" as part of its name.  A    host which is a TIP or a TAC should have  "-TIP" or "-TAC" as part of    its host name, if it is an ARPANET or DoD host. 
  24.  
  25.    2. Internet Addresses are 32-bit addresses (RFC 796).  In the host    table described herein each address is represented by four decimal    numbers separated by a period.  Each decimal number represents 1    octet. 
  26.  
  27.                                                          [Page 1] 
  28.  
  29.  
  30. RFC 810                                                     1 March 1982                                                 Host Table Specification                                                                                                                                                      3. If the first bit of the first octet of the address is 0 (zero),    then the next 7 bits of the first octet indicate the network number    (Class A Address).  If the first two bits are 1,0 (one,zero), then    the next 14 bits define the net number (Class B Address).  If the    first 3 bits are 1,1,0 (one,one,zero), then the next 21 bits define    the net number (Class C Address) (RFC 796). 
  31.  
  32.    This is depicted in the following diagram: 
  33.  
  34.    +--------------+-----------------------------------------------+    |0|  NET <-7-> |      LOCAL ADDRESS  <-24->                    |    +--------------+-----------------------------------------------+ 
  35.  
  36.    +---+--------------------------+-------------------------------+    |1 0|       NET  <-14->        |  LOCAL ADDRESS  <-16->        |    +---+--------------------------+-------------------------------+ 
  37.  
  38.    +-----+----------------------------------------+---------------+    |1 1 0|           NET  <-21->                  | LOCAL ADDRESS |    +-----+----------------------------------------+---------------+ 
  39.  
  40.    4. The LOCAL ADDRESS portion of the internet address identifies a    host within the network specified by the NET portion of the address. 
  41.  
  42.    5. For the ARPANET (a Class A network), the NET address is 10    (decimal) and the LOCAL ADDRESS maps as follows: the second octet    defines the physical host, the third octet defines the logical host,    and the fourth defines the IMP. 
  43.  
  44.    +-+-------------+---------------+--------------+---------------+    |0|     10      |    HOST       | LOGICAL HOST |      IMP      |    +-+-------------+---------------+--------------+---------------+ 
  45.  
  46.    (NOTE:  RFC 796 describes the local address mappings for several    other networks.) 
  47.  
  48.    6.  It is the responsibility of the user using this host table to    translate it into whatever format is needed for his or her purposes. 
  49.  
  50.    7. Names and Addresses for DoD networks, gateways, and hosts will be    negotiated and registered with the Network Information Center    (NIC@SRI-NIC or (415) 859-4775) before being used and before traffic    is passed by a DoD host.  For an interim period the NIC will attempt    to keep similar information for non-DoD networks and hosts if this    information is provided, and as long as it is needed, i.e., until    intercommunicating network name servers are in place. 
  51.  
  52. EXAMPLE OF NEW HOST TABLE FORMAT 
  53.  
  54.    NET : 10.0.0.0 : ARPANET : 
  55.  
  56. [Page 2] 
  57.  
  58.  
  59. 1 March 1982                                                     RFC 810 Host Table Specification                                                                                                                                                      NET : 18.0.0.0 : LCSNET :    GATEWAY : 10.0.0.77, 18.8.0.4 : MIT-GW :: MOS : IP/GW :    HOST : 10.0.0.73 : SRI-NIC,NIC : FOONLY-F3 : TENEX :        NCP/TELNET,NCP/FTP, TCP/TELNET, TCP/FTP :    HOST: 10.2.0.11 : SU-TIP,FELT-TIP ::: 
  60.  
  61. SYNTAX AND CONVENTIONS 
  62.  
  63.    ; (semicolon)      is used to denote the beginning of a comment.                       Any text on a given line following a ';' is                       comment, and not part of the host table. 
  64.  
  65.    NET                keyword introducing a network name/address entry 
  66.  
  67.    GATEWAY            keyword introducing a gateway name/address entry 
  68.  
  69.    HOST               keyword introducing a host name/address entry 
  70.  
  71.    : (colon)          is used as a field delimiter 
  72.  
  73.    :: (2 colons)      indicates a null field 
  74.  
  75.    , (comma)          is used as a data element delimiter 
  76.  
  77.    XXX/YYY            indicates protocol information of the type                       TRANSPORT/SERVICE. 
  78.  
  79.       where TRANSPORT/SERVICE options are specified as 
  80.  
  81.          "FOO/BAR" - both transport and service known          "FOO"     - transport known; services not known or not                      running, OR          "BAR"     - name is known, what it does is not 
  82.  
  83.          NOTE:  See Appendices B and C for specific options and                 acronyms. 
  84.  
  85.    Each host table entry is an ASCII text string comprised of 6 fields,    where 
  86.  
  87.       Field 1 = KEYWORD indicating whether this entry pertains                 to a NET, GATEWAY, or HOST.  NET entries cannot have                 alternate addresses or nicknames.       Field 2 = Internet Address of Network, Gateway, or Host                 followed by alternate addresses       Field 3 = Official Name of Network, Gateway, or Host                 (with optional nicknames)       Field 4 = Machine Type       Field 5 = Operating System       Field 6 = Protocol List 
  88.  
  89.                                                          [Page 3] 
  90.  
  91.  
  92. RFC 810                                                     1 March 1982                                                 Host Table Specification                                                                                                                                                      Fields 4, 5 and 6 are optional. 
  93.  
  94.    Fields 3-6, if available, pertain to the first address in Field 2. 
  95.  
  96.    'Blanks' (spaces and tabs) are ignored between data elements or    fields, but are disallowed within a data element. 
  97.  
  98.    Each entry ends with a colon. 
  99.  
  100.    The host table will be sorted by internet address. 
  101.  
  102. GRAMMATICAL HOST TABLE SPECIFICATION 
  103.  
  104.    A. Parsing grammar 
  105.  
  106.    <entry> ::= <keyword> ":" <addresses> ":" <names> [":" [<cputype>]                       [":" [<opsys>]  [":" [<protocol list>] ]]] ":"    <addresses> ::= <address> *["," <address>]    <address> ::= <octet> "." <octet> "." <octet> "." <octet>    <octet> ::= <0 to 255 decimal>    <names> ::= <netname> | <gatename>               | <official hostname> *["," <nicknames>]    <netname>  ::= <name>    <gatename> ::= <name>    <official hostname> ::= <name>    <nickname> ::= <name>    <protocol list> ::= <protocol spec> *["," <protocol spec>]    <protocol spec> ::= <transport name> "/" <service name> |                        <raw protocol name> 
  107.  
  108.    B. Lexical grammar 
  109.  
  110.    <entry-field> ::= <entry-text> [<cr><lf> <blank> <entry-field>]    <blank> ::= <space or tab>    <keyword> ::= NET | GATEWAY | HOST    <name> ::= <letter>[*[<letter-or-digit-or-hyphen>]<letter-or-digit>]    <cputype> ::= PDP-11/70 | DEC-1080 | C/30 | CDC-6400...etc.    <opsys>   ::= ITS | MULTICS | TOPS20 | UNIX...etc.    <transport name> ::= TCP | NCP | UDP | IP...etc.    <service name> ::= TELNET | FTP | SMTP | MTP...etc.    <raw protocol name> ::= <name>    <comment> ::= ";" <arbitrary text><cr><lf> 
  111.  
  112.    Notes: 
  113.  
  114.       1. Zero or more 'blanks' between separators " , : " are allowed.       'Blanks' are spaces and tabs.       2. Continuation lines are lines that begin with at least one       blank.  They may be used anywhere 'blanks' are legal to split an       entry across lines. 
  115.  
  116. [Page 4] 
  117.  
  118.  
  119. 1 March 1982                                                     RFC 810 Host Table Specification                                                                                                                                                   BIBLIOGRAPHY 
  120.  
  121.    1. Feinler, E. and Kudlick, M.  Host Names Online, RFC 608,       Network Information Center, SRI International, Jan. 1973. 
  122.  
  123.    2. Postel, J.  Assigned Numbers, RFC 790, Information Sciences       Inst., Univ. of Southern Calif., Marina Del Rey, Sept. 1981. 
  124.  
  125.    3. Postel, J.  Internet Protocol, RFC 791, Information Sciences       Inst., Univ. of Southern Calif., Marina Del Rey, Sept. 1981. 
  126.  
  127.    4. Postel, J.  Address Mappings, RFC 796, Information Sciences       Inst., Univ. of Southern Calif., Marina Del Rey, Sept. 1981. 
  128.  
  129.    5. Feinler, E., Harrenstien, K., Su, Z. and White, V.  Official       DoD Internet Host Table Specification, RFC 810, Network       Information Center, SRI International, March 1, 1982. 
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  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.                                                           [Page 5] 
  164.  
  165.  
  166. RFC 810                                                     1 March 1982                                                 Host Table Specification                                                                                                                                                                         APPENDIX A.  CUTOVER DETAILS 
  167.  
  168.     The cutover date for use of the new host table is 1 May 1982.  The    table below indicates which files will contain the old or the new    versions of the host table for what period of time.  After 1 August    1982, the old format for <NETINFO>HOSTS.TXT (specified in RFC-608)    will no longer be supported. 
  169.  
  170.    --------------------------------------------------------------------      May 1982               June-July 1982              August 1982 on    -------------------------------------------------------------------- 
  171.  
  172.    <NETINFO>HOSTS.TXT     <NETINFO>HOSTS.TXT        <NETINFO>HOSTS.TXT      old version            new version               new version 
  173.  
  174.    <NETINFO>NHOSTS.TXT    <NETINFO>NHOSTS.TXT         old version      new version (test)     new version               discontinued 
  175.  
  176.    <NETINFO>OHOSTS.TXT    <NETINFO>OHOSTS.TXT      old version            old version 
  177.  
  178.    -------------------------------------------------------------------- 
  179.  
  180.    These periods of overlap should give implementors time to make the    necessary changes to programs accessing this file. 
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206. [Page 6] 
  207.  
  208.  
  209. 1 March 1982                                                     RFC 810 Host Table Specification                                                                                                                                                             APPENDIX B.  TRANSPORT/SERVICE OPTIONS AND ACRONYMS 
  210.  
  211.  Current TRANSPORT/SERVICE options are: 
  212.  
  213.    IP           TCP/FTP    IP/GW        TCP/MTP    NCP          TCP/NNS    NCP/FTP      TCP/RJE    NCP/RJE      TCP/SMTP    NCP/SMTP     TCP/TELNET    NCP/TELNET   TCP/TFTP    NCP/NNS      UDP    NVP    TCP 
  214.  
  215.    Note: "TCP" implies IP is also implemented 
  216.  
  217. Acronym definitions for the above protocol options are: 
  218.  
  219.    FTP  - File Transfer Protocol    GW   - Gateway Protocol    IP   - Internet Protocol    MTP  - Mail Transfer Protocol    NCP  - Network Control Protocol    NNP  - NIC Internet Name Server Protocol    NVP  - Network Voice Protocol    RJE  - Remote Job Entry Protocol    SMTP - Simple Mail Transfer Protocol    TELNET - TELNET Protocol    TCP  - Transmission Control Protocol    TFTP - Trivial File Transfer Protocol    UDP  - User Datagram Protocol 
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.                                                           [Page 7] 
  238.  
  239.  
  240. RFC 810                                                     1 March 1982                                                 Host Table Specification                                                                                                                                                                    APPENDIX C.  OPERATING SYSTEM ACRONYMS 
  241.  
  242. Current operating system acronyms are: 
  243.  
  244.    ASP          KRONOS       RSX11M      VMS    AUGUST       MCP          RT11        WAITS    BKY          MOS          SCOPE    CCP          MPX-RT       SIGNAL    DOS/360      MULTICS      SINTRAN    ELF          MVT          TENEX    EPOS         NOS          TOPS10    EXEC-8       NOS/BE       TOPS20    GCOS         OS/MVS       TSS    GPOS         OS/MVT       UNIX    ITS          RIG          VM/370    INTERCOM     RSX11        VM/CMS 
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280. [Page 8] 
  281.  
  282.