home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc950 < prev    next >
Text File  |  1991-04-21  |  38KB  |  1,026 lines

  1.  
  2.  
  3. Network Working Group                                J. Mogul (Stanford)
  4. Request for Comments: 950                                J. Postel (ISI)
  5.                                                              August 1985
  6.  
  7.                  Internet Standard Subnetting Procedure
  8.  
  9.  
  10. Status Of This Memo
  11.  
  12.    This RFC specifies a protocol for the ARPA-Internet community.  If
  13.    subnetting is implemented it is strongly recommended that these
  14.    procedures be followed.  Distribution of this memo is unlimited.
  15.  
  16. Overview
  17.  
  18.    This memo discusses the utility of "subnets" of Internet networks,
  19.    which are logically visible sub-sections of a single Internet
  20.    network.  For administrative or technical reasons, many organizations
  21.    have chosen to divide one Internet network into several subnets,
  22.    instead of acquiring a set of Internet network numbers.  This memo
  23.    specifies procedures for the use of subnets.  These procedures are
  24.    for hosts (e.g., workstations).  The procedures used in and between
  25.    subnet gateways are not fully described.  Important motivation and
  26.    background information for a subnetting standard is provided in
  27.    RFC-940 [7].
  28.  
  29. Acknowledgment
  30.  
  31.    This memo is based on RFC-917 [1].  Many people contributed to the
  32.    development of the concepts described here.  J. Noel Chiappa, Chris
  33.    Kent, and Tim Mann, in particular, provided important suggestions.
  34.    Additional contributions in shaping this memo were made by Zaw-Sing
  35.    Su, Mike Karels, and the Gateway Algorithms and Data Structures Task
  36.    Force (GADS).
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Mogul & Postel                                                  [Page 1]
  57.  
  58.  
  59.  
  60. RFC 950                                                      August 1985
  61. Internet Standard Subnetting Procedure
  62.  
  63.  
  64. 1.  Motivation
  65.  
  66.    The original view of the Internet universe was a two-level hierarchy:
  67.    the top level the Internet as a whole, and the level below it
  68.    individual networks, each with its own network number.  The Internet
  69.    does not have a hierarchical topology, rather the interpretation of
  70.    addresses is hierarchical.  In this two-level model, each host sees
  71.    its network as a single entity; that is, the network may be treated
  72.    as a "black box" to which a set of hosts is connected.
  73.  
  74.    While this view has proved simple and powerful, a number of
  75.    organizations have found it inadequate, and have added a third level
  76.    to the interpretation of Internet addresses.  In this view, a given
  77.    Internet network is divided into a collection of subnets.
  78.  
  79.    The three-level model is useful in networks belonging to moderately
  80.    large organizations (e.g., Universities or companies with more than
  81.    one building), where it is often necessary to use more than one LAN
  82.    cable to cover a "local area".  Each LAN may then be treated as a
  83.    subnet.
  84.  
  85.    There are several reasons why an organization might use more than one
  86.    cable to cover a campus:
  87.  
  88.       - Different technologies:  Especially in a research environment,
  89.         there may be more than one kind of LAN in use; e.g., an
  90.         organization may have some equipment that supports Ethernet, and
  91.         some that supports a ring network.
  92.  
  93.       - Limits of technologies:  Most LAN technologies impose limits,
  94.         based on electrical parameters, on the number of hosts
  95.         connected, and on the total length of the cable.  It is easy to
  96.         exceed these limits, especially those on cable length.
  97.  
  98.       - Network congestion:  It is possible for a small subset of the
  99.         hosts on a LAN to monopolize most of the bandwidth.  A common
  100.         solution to this problem is to divide the hosts into cliques of
  101.         high mutual communication, and put these cliques on separate
  102.         cables.
  103.  
  104.       - Point-to-Point links:  Sometimes a "local area", such as a
  105.         university campus, is split into two locations too far apart to
  106.         connect using the preferred LAN technology.  In this case,
  107.         high-speed point-to-point links might connect several LANs.
  108.  
  109.    An organization that has been forced to use more than one LAN has
  110.    three choices for assigning Internet addresses:
  111.  
  112.  
  113. Mogul & Postel                                                  [Page 2]
  114.  
  115.  
  116.  
  117. RFC 950                                                      August 1985
  118. Internet Standard Subnetting Procedure
  119.  
  120.  
  121.       1. Acquire a distinct Internet network number for each cable;
  122.          subnets are not used at all.
  123.  
  124.       2. Use a single network number for the entire organization, but
  125.          assign host numbers without regard to which LAN a host is on
  126.          ("transparent subnets").
  127.  
  128.       3. Use a single network number, and partition the host address
  129.          space by assigning subnet numbers to the LANs ("explicit
  130.          subnets").
  131.  
  132.    Each of these approaches has disadvantages.  The first, although not
  133.    requiring any new or modified protocols, results in an explosion in
  134.    the size of Internet routing tables.  Information about the internal
  135.    details of local connectivity is propagated everywhere, although it
  136.    is of little or no use outside the local organization.  Especially as
  137.    some current gateway implementations do not have much space for
  138.    routing tables, it would be good to avoid this problem.
  139.  
  140.    The second approach requires some convention or protocol that makes
  141.    the collection of LANs appear to be a single Internet network.  For
  142.    example, this can be done on LANs where each Internet address is
  143.    translated to a hardware address using an Address Resolution Protocol
  144.    (ARP), by having the bridges between the LANs intercept ARP requests
  145.    for non-local targets, see RFC-925 [2].  However, it is not possible
  146.    to do this for all LAN technologies, especially those where ARP
  147.    protocols are not currently used, or if the LAN does not support
  148.    broadcasts.  A more fundamental problem is that bridges must discover
  149.    which LAN a host is on, perhaps by using a broadcast algorithm.  As
  150.    the number of LANs grows, the cost of broadcasting grows as well;
  151.    also, the size of translation caches required in the bridges grows
  152.    with the total number of hosts in the network.
  153.  
  154.    The third approach is to explicitly support subnets.  This does have
  155.    a disadvantage, in that it is a modification of the Internet
  156.    Protocol, and thus requires changes to IP implementations already in
  157.    use (if these implementations are to be used on a subnetted network).
  158.    However, these changes are relatively minor, and once made, yield a
  159.    simple and efficient solution to the problem.  Also, the approach
  160.    avoids any changes that would be incompatible with existing hosts on
  161.    non-subnetted networks.
  162.  
  163.    Further, when appropriate design choices are made, it is possible for
  164.    hosts which believe they are on a non-subnetted network to be used on
  165.    a subnetted one, as explained in RFC-917 [1].  This is useful when it
  166.    is not possible to modify some of the hosts to support subnets
  167.    explicitly, or when a gradual transition is preferred.
  168.  
  169.  
  170. Mogul & Postel                                                  [Page 3]
  171.  
  172.  
  173.  
  174. RFC 950                                                      August 1985
  175. Internet Standard Subnetting Procedure
  176.  
  177.  
  178. 2.  Standards for Subnet Addressing
  179.  
  180.    This section first describes a proposal for interpretation of
  181.    Internet addresses to support subnets.  Next it discusses changes to
  182.    host software to support subnets.  Finally, it presents a procedures
  183.    for discovering what address interpretation is in use on a given
  184.    network (i.e., what address mask is in use).
  185.  
  186.    2.1. Interpretation of Internet Addresses
  187.  
  188.       Suppose that an organization has been assigned an Internet network
  189.       number, has further divided that network into a set of subnets,
  190.       and wants to assign host addresses: how should this be done?
  191.       Since there are minimal restrictions on the assignment of the
  192.       "local address" part of the Internet address, several approaches
  193.       have been proposed for representing the subnet number:
  194.  
  195.          1. Variable-width field:  Any number of the bits of the local
  196.             address part are used for the subnet number; the size of
  197.             this field, although constant for a given network, varies
  198.             from network to network.  If the field width is zero, then
  199.             subnets are not in use.
  200.  
  201.          2. Fixed-width field:  A specific number of bits (e.g., eight)
  202.             is used for the subnet number, if subnets are in use.
  203.  
  204.          3. Self-encoding variable-width field:  Just as the width
  205.             (i.e., class) of the network number field is encoded by its
  206.             high-order bits, the width of the subnet field is similarly
  207.             encoded.
  208.  
  209.          4. Self-encoding fixed-width field:  A specific number of bits
  210.             is used for the subnet number.
  211.  
  212.          5. Masked bits:  Use a bit mask ("address mask") to identify
  213.             which bits of the local address field indicate the subnet
  214.             number.
  215.  
  216.       What criteria can be used to choose one of these five schemes?
  217.       First, should we use a self-encoding scheme?  And, should it be
  218.       possible to tell from examining an Internet address if it refers
  219.       to a subnetted network, without reference to any other
  220.       information?
  221.  
  222.          An interesting feature of self-encoding is that it allows the
  223.  
  224.  
  225.  
  226.  
  227. Mogul & Postel                                                  [Page 4]
  228.  
  229.  
  230.  
  231. RFC 950                                                      August 1985
  232. Internet Standard Subnetting Procedure
  233.  
  234.  
  235.          address space of a network to be divided into subnets of
  236.          different sizes, typically one subnet of half the address space
  237.          and a set of small subnets.
  238.  
  239.             For example, consider a class C network that uses a
  240.             self-encoding scheme with one bit to indicate if it is the
  241.             large subnet or not and an additional three bits to identify
  242.             the small subnet.  If the first bit is zero then this is the
  243.             large subnet, if the first bit is one then the following
  244.             bits (3 in this example) give the subnet number.  There is
  245.             one subnet with 128 host addresses, and eight subnets with
  246.             16 hosts each.
  247.  
  248.          To establish a subnetting standard the parameters and
  249.          interpretation of the self-encoding scheme must be fixed and
  250.          consistent throughout the Internet.
  251.  
  252.          It could be assumed that all networks are subnetted.  This
  253.          would allow addresses to be interpreted without reference to
  254.          any other information.
  255.  
  256.             This is a significant advantage, that given the Internet
  257.             address no additional information is needed for an
  258.             implementation to determine if two addresses are on the same
  259.             subnet.  However, this can also be viewed as a disadvantage:
  260.             it may cause problems for networks which have existing host
  261.             numbers that use arbitrary bits in the local address part.
  262.             In other words, it is useful to be able to control whether a
  263.             network is subnetted independently from the assignment of
  264.             host addresses.
  265.  
  266.          The alternative is to have the fact that a network is subnetted
  267.          kept separate from the address.  If one finds, somehow, that
  268.          the network is subnetted then the standard self-encoded
  269.          subnetted network address rules are followed, otherwise the
  270.          non-subnetted network addressing rules are followed.
  271.  
  272.       If a self-encoding scheme is not used, there is no reason to use a
  273.       fixed-width field scheme: since there must in any case be some
  274.       per-network "flag" to indicate if subnets are in use, the
  275.       additional cost of using an integer (a subnet field width or
  276.       address mask) instead of a boolean is negligible.  The advantage
  277.       of using the address mask scheme is that it allows each
  278.       organization to choose the best way to allocate relatively scarce
  279.       bits of local address to subnet and host numbers.  Therefore, we
  280.       choose the address-mask scheme: it is the most flexible scheme,
  281.       yet costs no more to implement than any other.
  282.  
  283.  
  284. Mogul & Postel                                                  [Page 5]
  285.  
  286.  
  287.  
  288. RFC 950                                                      August 1985
  289. Internet Standard Subnetting Procedure
  290.  
  291.  
  292.       For example, the Internet address might be interpreted as:
  293.  
  294.          <network-number><subnet-number><host-number>
  295.  
  296.       where the <network-number> field is as defined by IP [3], the
  297.       <host-number> field is at least 1-bit wide, and the width of the
  298.       <subnet-number> field is constant for a given network.  No further
  299.       structure is required for the <subnet-number> or <host-number>
  300.       fields.  If the width of the <subnet-number> field is zero, then
  301.       the network is not subnetted (i.e., the interpretation of [3] is
  302.       used).
  303.  
  304.       For example, on a Class B network with a 6-bit wide subnet field,
  305.       an address would be broken down like this:
  306.  
  307.                            1                   2                   3
  308.        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
  309.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  310.       |1 0|        NETWORK            |  SUBNET   |    Host Number    |
  311.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  312.  
  313.       Since the bits that identify the subnet are specified by a
  314.       bitmask, they need not be adjacent in the address.  However, we
  315.       recommend that the subnet bits be contiguous and located as the
  316.       most significant bits of the local address.
  317.  
  318.       Special Addresses:
  319.  
  320.          From the Assigned Numbers memo [9]:
  321.  
  322.             "In certain contexts, it is useful to have fixed addresses
  323.             with functional significance rather than as identifiers of
  324.             specific hosts.  When such usage is called for, the address
  325.             zero is to be interpreted as meaning "this", as in "this
  326.             network".  The address of all ones are to be interpreted as
  327.             meaning "all", as in "all hosts".  For example, the address
  328.             128.9.255.255 could be interpreted as meaning all hosts on
  329.             the network 128.9.  Or, the address 0.0.0.37 could be
  330.             interpreted as meaning host 37 on this network."
  331.  
  332.          It is useful to preserve and extend the interpretation of these
  333.          special addresses in subnetted networks.  This means the values
  334.          of all zeros and all ones in the subnet field should not be
  335.          assigned to actual (physical) subnets.
  336.  
  337.             In the example above, the 6-bit wide subnet field may have
  338.             any value except 0 and 63.
  339.  
  340.  
  341. Mogul & Postel                                                  [Page 6]
  342.  
  343.  
  344.  
  345. RFC 950                                                      August 1985
  346. Internet Standard Subnetting Procedure
  347.  
  348.  
  349.          Please note that there is no effect or new restriction on the
  350.          addresses of hosts on non-subnetted networks.
  351.  
  352.    2.2. Changes to Host Software to Support Subnets
  353.  
  354.       In most implementations of IP, there is code in the module that
  355.       handles outgoing datagrams to decide if a datagram can be sent
  356.       directly to the destination on the local network or if it must be
  357.       sent to a gateway.
  358.  
  359.       Generally the code is something like this:
  360.  
  361.          IF ip_net_number(dg.ip_dest) = ip_net_number(my_ip_addr)
  362.              THEN
  363.                  send_dg_locally(dg, dg.ip_dest)
  364.              ELSE
  365.                  send_dg_locally(dg,
  366.                                   gateway_to(ip_net_number(dg.ip_dest)))
  367.  
  368.       (If the code supports multiply-connected networks, it will be more
  369.       complicated, but this is irrelevant to the current discussion.)
  370.  
  371.       To support subnets, it is necessary to store one more 32-bit
  372.       quantity, called my_ip_mask.  This is a bit-mask with bits set in
  373.       the fields corresponding to the IP network number, and additional
  374.       bits set corresponding to the subnet number field.
  375.  
  376.       The code then becomes:
  377.  
  378.          IF bitwise_and(dg.ip_dest, my_ip_mask)
  379.                                    = bitwise_and(my_ip_addr, my_ip_mask)
  380.              THEN
  381.                  send_dg_locally(dg, dg.ip_dest)
  382.              ELSE
  383.                  send_dg_locally(dg,
  384.                         gateway_to(bitwise_and(dg.ip_dest, my_ip_mask)))
  385.  
  386.       Of course, part of the expression in the conditional can be
  387.       pre-computed.
  388.  
  389.       It may or may not be necessary to modify the "gateway_to"
  390.       function, so that it too takes the subnet field bits into account
  391.       when performing comparisons.
  392.  
  393.       To support multiply-connected hosts, the code can be changed to
  394.  
  395.  
  396.  
  397.  
  398. Mogul & Postel                                                  [Page 7]
  399.  
  400.  
  401.  
  402. RFC 950                                                      August 1985
  403. Internet Standard Subnetting Procedure
  404.  
  405.  
  406.       keep  the "my_ip_addr" and "my_ip_mask" quantities on a
  407.       per-interface basis; the expression in the conditional must then
  408.       be evaluated for each interface.
  409.  
  410.    2.3. Finding the Address Mask
  411.  
  412.       How can a host determine what address mask is in use on a subnet
  413.       to which it is connected?  The problem is analogous to several
  414.       other "bootstrapping" problems for Internet hosts: how a host
  415.       determines its own address, and how it locates a gateway on its
  416.       local network.  In all three cases, there are two basic solutions:
  417.       "hardwired" information, and broadcast-based protocols.
  418.  
  419.       Hardwired information is that available to a host in isolation
  420.       from a network.  It may be compiled-in, or (preferably) stored in
  421.       a disk file.  However, for the increasingly common case of a
  422.       diskless workstation that is bootloaded over a LAN, neither
  423.       hardwired solution is satisfactory.
  424.  
  425.       Instead, since most LAN technology supports broadcasting, a better
  426.       method is for the newly-booted host to broadcast a request for the
  427.       necessary information.  For example, for the purpose of
  428.       determining its Internet address, a host may use the "Reverse
  429.       Address Resolution Protocol" (RARP) [4].
  430.  
  431.       However, since a newly-booted host usually needs to gather several
  432.       facts (e.g., its IP address, the hardware address of a gateway,
  433.       the IP address of a domain name server, the subnet address mask),
  434.       it would be better to acquire all this information in one request
  435.       if possible, rather than doing numerous broadcasts on the network.
  436.       The mechanisms designed to boot diskless workstations can also
  437.       load per-host specific configuration files that contain the
  438.       required information (e.g., see RFC-951 [8]).  It is possible, and
  439.       desirable, to obtain all the facts necessary to operate a host
  440.       from a boot server using only one broadcast message.
  441.  
  442.       In the case where it is necessary for a host to find the address
  443.       mask as a separate operation the following mechanism is provided:
  444.  
  445.          To provide the address mask information the ICMP protocol [5]
  446.          is extended by adding a new pair of ICMP message types,
  447.          "Address Mask Request" and "Address Mask Reply", analogous to
  448.          the "Information Request" and "Information Reply" ICMP
  449.          messages.  These are described in detail in Appendix I.
  450.  
  451.          The intended use of these new ICMP messages is that a host,
  452.          when booting, broadcast an "Address Mask Request" message.  A
  453.  
  454.  
  455. Mogul & Postel                                                  [Page 8]
  456.  
  457.  
  458.  
  459. RFC 950                                                      August 1985
  460. Internet Standard Subnetting Procedure
  461.  
  462.  
  463.          gateway (or a host acting in lieu of a gateway) that receives
  464.          this message responds with an "Address Mask Reply".  If there
  465.          is no indication in the request which host sent it (i.e., the
  466.          IP Source Address is zero), the reply is broadcast as well.
  467.          The requesting host will hear the response, and from it
  468.          determine the address mask.
  469.  
  470.          Since there is only one possible value that can be sent in an
  471.          "Address Mask Reply" on any given LAN, there is no need for the
  472.          requesting host to match the responses it hears against the
  473.          request it sent; similarly, there is no problem if more than
  474.          one gateway responds.  We assume that hosts reboot
  475.          infrequently, so the broadcast load on a network from use of
  476.          this protocol should be small.
  477.  
  478.       If a host is connected to more than one LAN, it might have to find
  479.       the address mask for each.
  480.  
  481.       One potential problem is what a host should do if it can not find
  482.       out the address mask, even after a reasonable number of tries.
  483.       Three interpretations can be placed on the situation:
  484.  
  485.          1. The local net exists in (permanent) isolation from all other
  486.             nets.
  487.  
  488.          2. Subnets are not in use, and no host can supply the address
  489.             mask.
  490.  
  491.          3. All gateways on the local net are (temporarily) down.
  492.  
  493.       The first and second situations imply that the address mask is
  494.       identical with the Internet network number mask.  In the third
  495.       situation, there is no way to determine what the proper value is;
  496.       the safest choice is thus a mask identical with the Internet
  497.       network number mask.  Although this might later turn out to be
  498.       wrong, it will not prevent transmissions that would otherwise
  499.       succeed.  It is possible for a host to recover from a wrong
  500.       choice: when a gateway comes up, it should broadcast an "Address
  501.       Mask Reply"; when a host receives such a message that disagrees
  502.       with its guess, it should change its mask to conform to the
  503.       received value.  No host or gateway should send an "Address Mask
  504.       Reply" based on a "guessed" value.
  505.  
  506.       Finally, note that no host is required to use this ICMP protocol
  507.       to discover the address mask; it is perfectly reasonable for a
  508.       host with non-volatile storage to use stored information
  509.       (including a configuration file from a boot server).
  510.  
  511.  
  512. Mogul & Postel                                                  [Page 9]
  513.  
  514.  
  515.  
  516. RFC 950                                                      August 1985
  517. Internet Standard Subnetting Procedure
  518.  
  519.  
  520. Appendix I.  Address Mask ICMP
  521.  
  522.    Address Mask Request or Address Mask Reply
  523.  
  524.        0                   1                   2                   3
  525.        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
  526.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  527.       |     Type      |      Code     |          Checksum             |
  528.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  529.       |           Identifier          |       Sequence Number         |
  530.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  531.       |                        Address Mask                           |
  532.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  533.  
  534.       IP Fields:
  535.  
  536.          Addresses
  537.  
  538.             The address of the source in an address mask request message
  539.             will be the destination of the address mask reply message.
  540.             To form an address mask reply message, the source address of
  541.             the request becomes the destination address of the reply,
  542.             the source address of the reply is set to the replier's
  543.             address, the type code changed to AM2, the address mask
  544.             value inserted into the Address Mask field, and the checksum
  545.             recomputed.  However, if the source address in the request
  546.             message is zero, then the destination address for the reply
  547.             message should denote a broadcast.
  548.  
  549.       ICMP Fields:
  550.  
  551.          Type
  552.  
  553.             AM1 for address mask request message
  554.  
  555.             AM2 for address mask reply message
  556.  
  557.          Code
  558.  
  559.             0 for address mask request message
  560.  
  561.             0 for address mask reply message
  562.  
  563.          Checksum
  564.  
  565.             The checksum is the 16-bit one's complement of the one's
  566.  
  567.  
  568.  
  569. Mogul & Postel                                                 [Page 10]
  570.  
  571.  
  572.  
  573. RFC 950                                                      August 1985
  574. Internet Standard Subnetting Procedure
  575.  
  576.  
  577.             complement sum of the ICMP message starting with the ICMP
  578.             Type.  For computing the checksum, the checksum field should
  579.             be zero.  This checksum may be replaced in the future.
  580.  
  581.          Identifier
  582.  
  583.             An identifier to aid in matching requests and replies, may
  584.             be zero.
  585.  
  586.          Sequence Number
  587.  
  588.             A sequence number to aid in matching requests and replies,
  589.             may be zero.
  590.  
  591.          Address Mask
  592.  
  593.             A 32-bit mask.
  594.  
  595.       Description
  596.  
  597.          A gateway receiving an address mask request should return it
  598.          with the address mask field set to the 32-bit mask of the bits
  599.          identifying the subnet and network, for the subnet on which the
  600.          request was received.
  601.  
  602.          If the requesting host does not know its own IP address, it may
  603.          leave the source field zero; the reply should then be
  604.          broadcast.  However, this approach should be avoided if at all
  605.          possible, since it increases the superfluous broadcast load on
  606.          the network.  Even when the replies are broadcast, since there
  607.          is only one possible address mask for a subnet, there is no
  608.          need to match requests with replies.  The "Identifier" and
  609.          "Sequence Number" fields can be ignored.
  610.  
  611.             Type AM1 may be received from a gateway or a host.
  612.  
  613.             Type AM2 may be received from a gateway, or a host acting in
  614.             lieu of a gateway.
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626. Mogul & Postel                                                 [Page 11]
  627.  
  628.  
  629.  
  630. RFC 950                                                      August 1985
  631. Internet Standard Subnetting Procedure
  632.  
  633.  
  634. Appendix II.  Examples
  635.  
  636.    These examples show how a host can find out the address mask using
  637.    the ICMP Address Mask Request and Address Mask Reply messages.  For
  638.    the following examples, assume that address 255.255.255.255 denotes
  639.    "broadcast to this physical medium" [6].
  640.  
  641.    1.  A Class A Network Case
  642.  
  643.       For this case, assume that the requesting host is on class A
  644.       network 36.0.0.0, has address 36.40.0.123, that there is a gateway
  645.       at 36.40.0.62, and that a 8-bit wide subnet field is in use, that
  646.       is, the address mask is 255.255.0.0.
  647.  
  648.       The most efficient method, and the one we recommend, is for a host
  649.       to first discover its own address (perhaps using "RARP" [4]), and
  650.       then to send the ICMP request to 255.255.255.255:
  651.  
  652.          Source address:          36.40.0.123
  653.          Destination address:     255.255.255.255
  654.          Protocol:                ICMP = 1
  655.          Type:                    Address Mask Request = AM1
  656.          Code:                    0
  657.          Mask:                    0
  658.  
  659.       The gateway can then respond directly to the requesting host.
  660.  
  661.          Source address:          36.40.0.62
  662.          Destination address:     36.40.0.123
  663.          Protocol:                ICMP = 1
  664.          Type:                    Address Mask Reply = AM2
  665.          Code:                    0
  666.          Mask:                    255.255.0.0
  667.  
  668.       Suppose that 36.40.0.123 is a diskless workstation, and does not
  669.       know even its own host number.  It could send the following
  670.       datagram:
  671.  
  672.          Source address:          0.0.0.0
  673.          Destination address:     255.255.255.255
  674.          Protocol:                ICMP = 1
  675.          Type:                    Address Mask Request = AM1
  676.          Code:                    0
  677.          Mask:                    0
  678.  
  679.       36.40.0.62 will hear the datagram, and should respond with this
  680.       datagram:
  681.  
  682.  
  683. Mogul & Postel                                                 [Page 12]
  684.  
  685.  
  686.  
  687. RFC 950                                                      August 1985
  688. Internet Standard Subnetting Procedure
  689.  
  690.  
  691.          Source address:          36.40.0.62
  692.          Destination address:     255.255.255.255
  693.          Protocol:                ICMP = 1
  694.          Type:                    Address Mask Reply = AM2
  695.          Code:                    0
  696.          Mask:                    255.255.0.0
  697.  
  698.       Note that the gateway uses the narrowest possible broadcast to
  699.       reply.  Even so, the over use of broadcasts presents an
  700.       unnecessary load to all hosts on the subnet, and so the use of the
  701.       "anonymous" (0.0.0.0) source address must be kept to a minimum.
  702.  
  703.       If broadcasting is not allowed, we assume that hosts have wired-in
  704.       information about neighbor gateways; thus, 36.40.0.123 might send
  705.       this datagram:
  706.  
  707.          Source address:          36.40.0.123
  708.          Destination address:     36.40.0.62
  709.          Protocol:                ICMP = 1
  710.          Type:                    Address Mask Request = AM1
  711.          Code:                    0
  712.          Mask:                    0
  713.  
  714.       36.40.0.62 should respond exactly as in the previous case.
  715.  
  716.          Source address:          36.40.0.62
  717.          Destination address:     36.40.0.123
  718.          Protocol:                ICMP = 1
  719.          Type:                    Address Mask Reply = AM2
  720.          Code:                    0
  721.          Mask:                    255.255.0.0
  722.  
  723.    2.  A Class B Network Case
  724.  
  725.       For this case, assume that the requesting host is on class B
  726.       network 128.99.0.0, has address 128.99.4.123, that there is a
  727.       gateway at 128.99.4.62, and that a 6-bit wide subnet field is in
  728.       use, that is, the address mask is 255.255.252.0.
  729.  
  730.       The host sends the ICMP request to 255.255.255.255:
  731.  
  732.          Source address:          128.99.4.123
  733.          Destination address:     255.255.255.255
  734.          Protocol:                ICMP = 1
  735.          Type:                    Address Mask Request = AM1
  736.          Code:                    0
  737.          Mask:                    0
  738.  
  739.  
  740. Mogul & Postel                                                 [Page 13]
  741.  
  742.  
  743.  
  744. RFC 950                                                      August 1985
  745. Internet Standard Subnetting Procedure
  746.  
  747.  
  748.       The gateway can then respond directly to the requesting host.
  749.  
  750.          Source address:          128.99.4.62
  751.          Destination address:     128.99.4.123
  752.          Protocol:                ICMP = 1
  753.          Type:                    Address Mask Reply = AM2
  754.          Code:                    0
  755.          Mask:                    255.255.252.0
  756.  
  757.       In the diskless workstation case the host sends:
  758.  
  759.          Source address:          0.0.0.0
  760.          Destination address:     255.255.255.255
  761.          Protocol:                ICMP = 1
  762.          Type:                    Address Mask Request = AM1
  763.          Code:                    0
  764.          Mask:                    0
  765.  
  766.       128.99.4.62 will hear the datagram, and should respond with this
  767.       datagram:
  768.  
  769.          Source address:          128.99.4.62
  770.          Destination address:     255.255.255.255
  771.          Protocol:                ICMP = 1
  772.          Type:                    Address Mask Reply = AM2
  773.          Code:                    0
  774.          Mask:                    255.255.252.0
  775.  
  776.       If broadcasting is not allowed 128.99.4.123 sends:
  777.  
  778.          Source address:          128.99.4.123
  779.          Destination address:     128.99.4.62
  780.          Protocol:                ICMP = 1
  781.          Type:                    Address Mask Request = AM1
  782.          Code:                    0
  783.          Mask:                    0
  784.  
  785.       128.99.4.62 should respond exactly as in the previous case.
  786.  
  787.          Source address:          128.99.4.62
  788.          Destination address:     128.99.4.123
  789.          Protocol:                ICMP = 1
  790.          Type:                    Address Mask Reply = AM2
  791.          Code:                    0
  792.          Mask:                    255.255.252.0
  793.  
  794.  
  795.  
  796.  
  797. Mogul & Postel                                                 [Page 14]
  798.  
  799.  
  800.  
  801. RFC 950                                                      August 1985
  802. Internet Standard Subnetting Procedure
  803.  
  804.  
  805.    3.  A Class C Network Case (illustrating non-contiguous subnet bits)
  806.  
  807.       For this case, assume that the requesting host is on class C
  808.       network 192.1.127.0, has address 192.1.127.19, that there is a
  809.       gateway at 192.1.127.50, and that on network an 3-bit subnet field
  810.       is in use (01011000), that is, the address mask is 255.255.255.88.
  811.  
  812.       The host sends the ICMP request to 255.255.255.255:
  813.  
  814.          Source address:          192.1.127.19
  815.          Destination address:     255.255.255.255
  816.          Protocol:                ICMP = 1
  817.          Type:                    Address Mask Request = AM1
  818.          Code:                    0
  819.          Mask:                    0
  820.  
  821.       The gateway can then respond directly to the requesting host.
  822.  
  823.          Source address:          192.1.127.50
  824.          Destination address:     192.1.127.19
  825.          Protocol:                ICMP = 1
  826.          Type:                    Address Mask Reply = AM2
  827.          Code:                    0
  828.          Mask:                    255.255.255.88.
  829.  
  830.       In the diskless workstation case the host sends:
  831.  
  832.          Source address:          0.0.0.0
  833.          Destination address:     255.255.255.255
  834.          Protocol:                ICMP = 1
  835.          Type:                    Address Mask Request = AM1
  836.          Code:                    0
  837.          Mask:                    0
  838.  
  839.       192.1.127.50 will hear the datagram, and should respond with this
  840.       datagram:
  841.  
  842.          Source address:          192.1.127.50
  843.          Destination address:     255.255.255.255
  844.          Protocol:                ICMP = 1
  845.          Type:                    Address Mask Reply = AM2
  846.          Code:                    0
  847.          Mask:                    255.255.255.88.
  848.  
  849.       If broadcasting is not allowed 192.1.127.19 sends:
  850.  
  851.  
  852.  
  853.  
  854. Mogul & Postel                                                 [Page 15]
  855.  
  856.  
  857.  
  858. RFC 950                                                      August 1985
  859. Internet Standard Subnetting Procedure
  860.  
  861.  
  862.          Source address:          192.1.127.19
  863.          Destination address:     192.1.127.50
  864.          Protocol:                ICMP = 1
  865.          Type:                    Address Mask Request = AM1
  866.          Code:                    0
  867.          Mask:                    0
  868.  
  869.       192.1.127.50 should respond exactly as in the previous case.
  870.  
  871.          Source address:          192.1.127.50
  872.          Destination address:     192.1.127.19
  873.          Protocol:                ICMP = 1
  874.          Type:                    Address Mask Reply = AM2
  875.          Code:                    0
  876.          Mask:                    255.255.255.88
  877.  
  878. Appendix III.  Glossary
  879.  
  880.    Bridge
  881.  
  882.       A node connected to two or more administratively indistinguishable
  883.       but physically distinct subnets, that automatically forwards
  884.       datagrams when necessary, but whose existence is not known to
  885.       other hosts.  Also called a "software repeater".
  886.  
  887.    Gateway
  888.  
  889.       A node connected to two or more administratively distinct networks
  890.       and/or subnets, to which hosts send datagrams to be forwarded.
  891.  
  892.    Host Field
  893.  
  894.       The bit field in an Internet address used for denoting a specific
  895.       host.
  896.  
  897.    Internet
  898.  
  899.       The collection of connected networks using the IP protocol.
  900.  
  901.    Local Address
  902.  
  903.       The rest field of the Internet address (as defined in [3]).
  904.  
  905.    Network
  906.  
  907.       A single Internet network (which may or may not be divided into
  908.       subnets).
  909.  
  910.  
  911. Mogul & Postel                                                 [Page 16]
  912.  
  913.  
  914.  
  915. RFC 950                                                      August 1985
  916. Internet Standard Subnetting Procedure
  917.  
  918.  
  919.    Network Number
  920.  
  921.       The network field of the Internet address.
  922.  
  923.    Subnet
  924.  
  925.       One or more physical networks forming a subset of an Internet
  926.       network.  A subnet is explicitly identified in the Internet
  927.       address.
  928.  
  929.    Subnet Field
  930.  
  931.       The bit field in an Internet address denoting the subnet number.
  932.       The bits making up this field are not necessarily contiguous in
  933.       the address.
  934.  
  935.    Subnet Number
  936.  
  937.       A number identifying a subnet within a network.
  938.  
  939. Appendix IV.  Assigned Numbers
  940.  
  941.    The following assignments are made for protocol parameters used in
  942.    the support of subnets.  The only assignments needed are for the
  943.    Internet Control Message Protocol (ICMP) [5].
  944.  
  945.    ICMP Message Types
  946.  
  947.       AM1 = 17
  948.  
  949.       AM2 = 18
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968. Mogul & Postel                                                 [Page 17]
  969.  
  970.  
  971.  
  972. RFC 950                                                      August 1985
  973. Internet Standard Subnetting Procedure
  974.  
  975.  
  976. References
  977.  
  978.    [1]  Mogul, J., "Internet Subnets", RFC-917, Stanford University,
  979.         October 1984.
  980.  
  981.    [2]  Postel, J., "Multi-LAN Address Resolution", RFC-925,
  982.         USC/Information Sciences Institute, October 1984.
  983.  
  984.    [3]  Postel, J., "Internet Protocol", RFC-791, USC/Information
  985.         Sciences Institute, September 1981.
  986.  
  987.    [4]  Finlayson, R., T. Mann, J. Mogul, M. Theimer, "A Reverse Address
  988.         Resolution Protocol", RFC-903, Stanford University, June 1984.
  989.  
  990.    [5]  Postel, J., "Internet Control Message Protocol", RFC-792,
  991.         USC/Information Sciences Institute, September 1981.
  992.  
  993.    [6]  Mogul, J., "Broadcasting Internet Datagrams", RFC-919, Stanford
  994.         University, October 1984.
  995.  
  996.    [7]  GADS, "Towards an Internet Standard Scheme for Subnetting",
  997.         RFC-940, Network Information Center, SRI International,
  998.         April 1985.
  999.  
  1000.    [8]  Croft, B., and J. Gilmore, "BOOTP -- UDP Bootstrap Protocol",
  1001.         RFC-951, Stanford University, August 1985.
  1002.  
  1003.    [9]  Reynolds, J., and J. Postel, "Assigned Numbers", RFC-943,
  1004.         USC/Information Sciences Institute, April 1985.
  1005.  
  1006.    
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025. Mogul & Postel                                                 [Page 18]
  1026.