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

  1.  
  2.  
  3. Network Working Group                                          J. Postel Request for Comments:  796                                           ISI Replaces: IEN 115                                         September 1981                             ADDRESS MAPPINGS                             ---------------- 
  4.  
  5.  Internet Addresses ------------------ 
  6.  
  7.    This memo describes the relationship between address fields used in    the Internet Protocol (IP) [1] and several specific networks. 
  8.  
  9.    An internet address is a 32 bit quantity, with several codings as    shown below. 
  10.  
  11.    The first type (or class a) of address has a 7-bit network number and    a 24-bit local address. 
  12.  
  13.                            1                   2                   3            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        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |0|   NETWORK   |                Local Address                  |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  14.  
  15.                              Class A Address 
  16.  
  17.    The second type (or class b) of address has a 14-bit network number    and a 16-bit local address. 
  18.  
  19.                            1                   2                   3           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        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |1 0|           NETWORK         |          Local Address        |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  20.  
  21.                              Class B Address 
  22.  
  23.    The third type (or class c) of address has a 21-bit network number    and a 8-bit local address. 
  24.  
  25.                            1                   2                   3           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        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+       |1 1 0|                    NETWORK              | Local Address |       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
  26.  
  27.                              Class C Address 
  28.  
  29.    The local address carries information to address a host in the    network identified by the network number.  Since each network has a 
  30.  
  31.  
  32.  
  33. Postel                                                          [Page 1] 
  34.  
  35.  
  36.                                                           September 1981 RFC 796                                                 Address Mappings 
  37.  
  38.  
  39.  
  40.    particular address format and length, the following section describes    the mapping between internet local addresses and the actual address    format used in the particular network. 
  41.  
  42. Internet to Local Net Address Mappings -------------------------------------- 
  43.  
  44.    The following transformations are used to convert internet addresses    to local net addresses and vice versa: 
  45.  
  46.       AUTODIN II       ---------- 
  47.  
  48.          The AUTODIN II has 16 bit subscriber addresses which identify          either a host or a terminal.  These addresses may be assigned          independent of location.  The 16 bit AUTODIN II address is          located in the 24 bit internet local address as shown below. 
  49.  
  50.          The network number of the AUTODIN II is 26 (Class A). 
  51.  
  52.          +----------------+          |  HOST/TERMINAL |   AUTODIN II          +----------------+                  16 
  53.  
  54.          +--------+--------+--------+--------+          |   26   |  ZERO  |  HOST/TERMINAL  |   IP          +--------+--------+--------+--------+               8        8           16 
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. Postel                                                          [Page 2] 
  77.  
  78.  
  79.                                                           September 1981 RFC 796                                                 Address Mappings 
  80.  
  81.  
  82.  
  83.       ARPANET       ------- 
  84.  
  85.          The ARPANET (with 96 bit leaders) has 24 bit addresses.  The 24          bits are assigned to host, logical host, and IMP leader fields          as illustrated below.  These 24 bit addresses are used directly          for the 24 bit local address of the internet address.  However,          the ARPANET IMPs do not yet support this form of logical          addressing so the logical host field is set to zero in the          leader. 
  86.  
  87.          The network number of the ARPANET is 10 (Class A). 
  88.  
  89.          +--------+--------+--------+          |  HOST  |  ZERO  |  IMP   |   ARPANET          +--------+--------+--------+               8        8        8 
  90.  
  91.          +--------+--------+--------+--------+          |   10   |  HOST  |   LH   |  IMP   |   IP          +--------+--------+--------+--------+               8        8        8        8 
  92.  
  93.       DCNs       ---- 
  94.  
  95.          The Distributed Computing Networks (DCNs) at COMSAT and UCL use          16 bit addresses divided into an 8 bit host identifier (HID),          and an 8 bit process identifier (PID).  The format locates          these 16 bits in the low order 16 bits of the 24 bit internet          address, as shown below. 
  96.  
  97.          The network number of the COMSAT-DCN is 29 (Class A), and of          the UCL-DCN is 30 (Class A). 
  98.  
  99.          +--------+--------+          |   HID  |   PID  |   DCN          +--------+--------+               8        8 
  100.  
  101.          +--------+--------+--------+--------+          |   18   |  ZERO  |   HID  |   PID  |   IP          +--------+--------+--------+--------+               8        8        8        8 
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  Postel                                                          [Page 3] 
  108.  
  109.  
  110.                                                           September 1981 RFC 796                                                 Address Mappings 
  111.  
  112.  
  113.  
  114.       EDN       --- 
  115.  
  116.          The Experimental Data Network at the Defense Communication          Engineering Center (DCEC) uses the same type of addresses as          the ARPANET (with 96 bit leaders) and has 24 bit addresses.          The 24 bits are assigned to host, logical host, and IMP leader          fields as illustrated below.  These 24 bit addresses are used          directly for the 24 bit local address of the internet address.          However, the IMPs do not yet support this form of logical          addressing so the logical host field is set to zero in the          leader. 
  117.  
  118.          The network number of the EDN is 21 (Class A). 
  119.  
  120.          +--------+--------+--------+          |  HOST  |  ZERO  |  IMP   |   EDN          +--------+--------+--------+               8        8        8 
  121.  
  122.          +--------+--------+--------+--------+          |   21   |  HOST  |   LH   |  IMP   |   IP          +--------+--------+--------+--------+               8        8        8        8 
  123.  
  124.       LCSNET       ------ 
  125.  
  126.          The LCS NET at MIT's Laboratory for Computer Science uses 32          bit addresses of several formats.  Please see [3] for more          details.  The most common format locates the low order 24 bits          of the 32 bit LCS NET address in the 24 bit internet local          address, as shown below. 
  127.  
  128.          The network number of the LCS NET is 18 (Class A). 
  129.  
  130.          +--------+--------+--------+          | SUBNET |RESERVED|  HOST  |   LCSNET          +--------+--------+--------+               8        8        8 
  131.  
  132.          +--------+--------+--------+--------+          |   18   | SUBNET |RESERVED|  HOST  |   IP          +--------+--------+--------+--------+               8        8        8        8 
  133.  
  134.  
  135.  
  136.  
  137.  
  138. Postel                                                          [Page 4] 
  139.  
  140.  
  141.                                                           September 1981 RFC 796                                                 Address Mappings 
  142.  
  143.  
  144.  
  145.       PRNET       ----- 
  146.  
  147.          The Packet Radio networks use 16 bit addresses.  These are          independent of location (indeed the hosts may be mobile).  The          16 bit PRNET addresses are located in the 24 bit internet local          address as shown below. 
  148.  
  149.          The network numbers of the PRNETs are: 
  150.  
  151.             BBN-PR      1 (Class A)             SF-PR-1     2 (Class A)             SILL-PR     5 (Class A)             SF-PR-2     6 (Class A)             BRAGG-PR    9 (Class A)             DC-PR      20 (Class A) 
  152.  
  153.          +--------+--------+          |       HOST      |   PRNET          +--------+--------+                  16 
  154.  
  155.          +--------+--------+--------+--------+          |   net  |  ZERO  |       HOST      |   IP          +--------+--------+--------+--------+               8        8           16 
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  Postel                                                          [Page 5] 
  180.  
  181.  
  182.                                                           September 1981 RFC 796                                                 Address Mappings 
  183.  
  184.  
  185.  
  186.       SATNET       ------ 
  187.  
  188.          The Atlantic Satellite Packet Network has 16 bit addresses for          hosts.  These addresses may be assigned independent of location          (i.e., ground station).  It is also possible to assign several          addresses to one physical host, so the addresses are logical          addresses.  The 16 bit SATNET address is located in the 24 bit          internet local address as shown below. 
  189.  
  190.          The network number of the SATNET is 4 (Class A). 
  191.  
  192.          +--------+--------+          |       HOST      |   SATNET          +--------+--------+                  16 
  193.  
  194.          +--------+--------+--------+--------+          |    4   |  ZERO  |       HOST      |   IP          +--------+--------+--------+--------+               8        8           16 
  195.  
  196.       WBCNET       ------ 
  197.  
  198.          The Wideband Communication Satellite Packet Network (WBCNET)          Host Access Protocol (HAP) has 16 bit addresses for hosts.  It          is possible to assign several addresses to one physical host,          so the addresses are logical addresses.  The 16 bit WBCNET          address is divided into a HAP Number field and a Local Address          field, and is located in the 24 bit internet local address as          shown below.  Please see [2] for more details. 
  199.  
  200.          The network number of the WBCNET is 28 (Class A). 
  201.  
  202.          +--------+--------+          | HAP NUM| LCL ADD|   WBCNET          +--------+--------+               8        8 
  203.  
  204.          +--------+--------+--------+--------+          |   28   | HAP NUM|  ZERO  | LCL ADD|   IP          +--------+--------+--------+--------+               8        8        8        8 
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  Postel                                                          [Page 6] 
  211.  
  212.  
  213.                                                           September 1981 RFC 796                                                 Address Mappings 
  214.  
  215.  
  216.  
  217. References ---------- 
  218.  
  219.    [1]     Postel, J. (ed.), "Internet Protocol - DARPA Internet Program            Protocol Specification," RFC 791, USC/Information Sciences            Institute, September 1981. 
  220.  
  221.    [2]     Pershing J., "Addressing Revisited," Bolt Beranek and Newman            Inc., W Note 27, May 1981. 
  222.  
  223.    [3]     Noel Chiappa, David Clark, David Reed, "LCS Net Address            Format," M.I.T. Laboratory for Computer Science Network            Implementation, Note No.5, IEN 82, February 1979. 
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261. Postel                                                          [Page 7] 
  262.  
  263.