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

  1.  
  2.  
  3. Network Working Group                                          J. Postel Request for Comments: 925                                            ISI                                                             October 1984 
  4.  
  5.                       Multi-LAN Address Resolution 
  6.  
  7.  STATUS OF THIS MEMO 
  8.  
  9.    This memo is prompted by RFC-917 by Jeffery Mogul on "Internet    Subnets".   In that memo, Mogul makes a case for the use of "explicit    subnets" in a multi-LAN environment.  In this memo, I attempt to make    a case for "transparent subnets".  This RFC suggests a proposed    protocol for the ARPA-Internet community, and requests discussion and    suggestions for improvements.  Distribution of this memo is    unlimited. 
  10.  
  11. INTRODUCTION 
  12.  
  13.    The problem of treating a set of local area networks (LANs) as one    Internet network has generated some interest and concern.  It is    inappropriate to give each LAN within an site a distinct Internet    network number.  It is desirable to hide the details of the    interconnections between the LANs within an site from people,    gateways, and hosts outside the site.  The question arises on how to    best do this, and even how to do it at all.  One proposal is to use    "explicit subnets" [1].  The explicit subnet scheme is a call to    recursively apply the mechanisms the Internet uses to manage networks    to the problem of managing LANs within one network.  In this note I    urge another approach: the use of "transparent subnets" supported by    a multi-LAN extension of the Address Resolution Protocol [2]. 
  14.  
  15. OVERVIEW 
  16.  
  17.    To quickly review the Address Resolution Protocol (ARP).  Each host    on a broadcast LAN knows both its own physical hardware address (HA)    on the LAN and its own Internet Address (IA).  When Host-A is given    the IA of Host-B and told to send a datagram to it, Host-A must find    the HA that corresponds to Host-B's IA.  To do this Host-A forms an    ARP packet that contains its own HA and IA and the IA of the    destination host (Host-B).  Host-A broadcasts this ARP packet.  The    hosts that receive this ARP packet check to see if they are    destination sought.  If so, they (it should be only Host-B) send a    reply specifically addressed to the originator of the query (Host-A)    and supplying the HA that was needed.  The Host-A now has both the HA    and the IA of the destination (Host-B).  The Host-A adds this    information to a local cache for future use. 
  18.  
  19.       Note:  The ARP is actually more general purpose than this brief       sketch indicates. 
  20.  
  21.  
  22.  
  23. Postel                                                          [Page 1] 
  24.  
  25.  
  26.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  27.  
  28.     The idea in this memo is to extend the ARP to work in an environment    of multiple interconnected LANs. 
  29.  
  30.    To see how this could work let us imagine a "magic box" (BOX) that is    connected as if it were an ordinary host to two (or more) LANs. 
  31.  
  32.    Hosts continue to behave exactly as they do with the basic ARP. 
  33.  
  34.    When an ARP query is broadcast by any host the BOX reads it (as do    all the hosts on that LAN).  In addition to checking whether it is    the host sought (and replying if it is), the BOX checks its cache of    IA:HA address mappings in the cache that it keeps for each LAN it is    attached to. 
  35.  
  36.       Case 1: If the mapping for the host is found in the cache for the       LAN that the query came from, the BOX does not respond (letting       the sought host respond for itself). 
  37.  
  38.       Case 2: If the mapping for the host is found in the cache for a       different LAN than the query came from, the BOX sends a reply       giving its own HA on the LAN the query came from.  The BOX acts as       an agent for the destination host. 
  39.  
  40.       Case 3: If the mapping is not found in any of the caches then, the       BOX must try to find out the the address, and then respond as in       case 1 or 2. 
  41.  
  42.       In case 3, the BOX has to do some magic. 
  43.  
  44.          The BOX keeps a search list of sought hosts.  Each entry          includes the IA of the host sought, the interface the ARP was          received on, and the source addresses of the original request.          When case 3 occurs, the search list is checked.  If the sought          host is already listed the search is terminated, if not the          search is propagated. 
  45.  
  46.          To propagate the search, an entry is first made on the search          list, then the BOX composes and sends an ARP packet on each of          its interfaces except the interface the instigating ARP packet          was received on.  If a reply is received, the information is          entered into the appropriate cache, the entry is deleted from          the search list and a response to the search instigating ARP is          made as in case 1 or 2.  If no reply is received, give up and          do nothing -- no response is sent to the instigating host (the          entry stays on the search list). 
  47.  
  48.  
  49.  
  50.  Postel                                                          [Page 2] 
  51.  
  52.  
  53.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  54.  
  55.           To terminate the search, give up and do nothing -- no response          is sent to the instigating host (the entry stays on the search          list). 
  56.  
  57.    The entries in the caches and the search list must time out. 
  58.  
  59.    For every ARP request that is received, the BOX must also put the    sending host's IA:HA address mapping into the cache for the LAN it    was received on. 
  60.  
  61. THE MULTI-LAN ADDRESS RESOLUTION PROTOCOL 
  62.  
  63.    The plan is to use ARP just as it is.  The new element is the "magic    box" ("ARP-based bridge") that relays the ARP request into    neighboring LANs and acts as an agent for relaying datagrams to hosts    on other LANs. 
  64.  
  65.    The Details 
  66.  
  67.       Hosts continue to behave exactly as they do with the basic ARP. 
  68.  
  69.       The LANs are connected together by BOXes (computers that are       attached to two or more LANs exactly as hosts are attached to       LANs).  The BOXes implement the following procedure. 
  70.  
  71.       Each BOX keeps a table for each LAN it is connected to (or for       each LAN interface).  Entries in these tables time out, so these       tables are caches of recent information.  The entries in these       caches are the IA:HA address pairs for that LAN. 
  72.  
  73.       When an ARP query is broadcast by any host the BOX reads it (as do       all the hosts on that LAN).  In addition to checking to see if it       is the host sought (and replying if it is), the BOX checks its       cache of IA:HA address mappings in the table it keeps for each LAN       it is attached to. 
  74.  
  75.          Case 1: If the mapping for the host is found in the cache for          the LAN that the query came from, the BOX does not respond          (letting the sought host respond for itself).  The time out on          this entry is not reinitialized. 
  76.  
  77.          Case 2: If the mapping for the host is found in the cache for a          different LAN than the query came from, the BOX sends a reply          giving its own HA on the LAN the query came from.  The time out          on this entry is not reinitialized. 
  78.  
  79.             In this case the BOX is indicating that it will act as an 
  80.  
  81.  Postel                                                          [Page 3] 
  82.  
  83.  
  84.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  85.  
  86.              agent for the destination host.  When an IP datagram arrives             at the BOX, the BOX must attempt to forward it using the             information in its address mapping caches. 
  87.  
  88.          Case 3: If the mapping is not found in any of the caches, then          the BOX must try to find out the the address, and then respond          as in case 1 or 2.  In this case, the BOX has to do some magic. 
  89.  
  90.             The BOX keeps a search list of sought (but not yet found)             hosts.  Each entry includes the IA of the host sought, the             interface the ARP was received on, and the source addresses             of the original request. 
  91.  
  92.             When case 3 occurs, the search list is checked.  If the             sought host is already listed the search is terminated, if             not the search is propagated. 
  93.  
  94.             To propagate the search, an entry is first made on the             search list, then the BOX composes and sends an ARP packet             on each of its interfaces.  These ARP requests contain the             IA and HA of the BOX and the IA of the sought host, and             request the HA of the sought host.  If a reply is received             to the ARP request, the information is entered into the             appropriate cache, the entry is deleted from the search list             and a response to the search instigating ARP requests is             made as in case 1 or 2 above.  If no reply is received, give             up and do nothing -- no response is sent to the instigating             host (the entry stays on the search list). 
  95.  
  96.                Note that the BOX must make a reasonable effort with its                ARP requests,  if it is normal for ordinary hosts to                retry ARP requests five times, then a BOX must also retry                it's ARP requests five times. 
  97.  
  98.             To terminate the search, give up and do nothing -- no             response is sent to the instigating host (the entry stays on             the search list). 
  99.  
  100.             There is no negative feedback from an ARP request, so there             is no way to decide that a search was unsuccessful except by             means of a time out. 
  101.  
  102.       For every ARP request that is received, the BOX must also put the       sending hosts IA:HA address mapping into the cache for the LAN it       was received on. 
  103.  
  104.       The entries in the caches and the search list must time out. 
  105.  
  106.  Postel                                                          [Page 4] 
  107.  
  108.  
  109.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  110.  
  111.        The search list must be kept and the termination rule followed to       avoid an infinite relaying of an ARP request for a host that does       not respond.  Once a host is listed in the search list, ARP       requests will not be relayed.  If a host that is down (or       otherwise not responding to ARP requests), comes up (or otherwise       begins responding to ARP requests) it will still not become       available to hosts in other LANs until the search list entry times       out. 
  112.  
  113.          There are two approaches to this problem: first, to have a          relatively short time out on the search list entries; or          second, to have the BOX periodically send ARPs for each entry          on the search list. 
  114.  
  115.       There are several time outs involved in this scheme. 
  116.  
  117.          First, the hosts try to get the address resolved using ARP.          They may actually make several attempts before giving up if a          host is not responding.  One must have an good estimate of the          length of time that a host may keep trying.  Call this time T1. 
  118.  
  119.          Second, there is the time that an entry stays on the search          list, or the time between BOX generated ARPs to resolve these          addresses.  Call this time T2. 
  120.  
  121.             Note that this time (T2) must be greater than the sum of the             T1s for the longest loop of LANs. 
  122.  
  123.          Third, there is the time that entries stay in the cache for          each LAN.  Call this time T3. 
  124.  
  125.          The relationship must be  T1 < T2 < T3. 
  126.  
  127.             One suggestion is that T1 be less than one minute, T2 be ten             minutes, and T3 be one hour. 
  128.  
  129.          If the environment is very stable, making T3 longer will result          in fewer searches (less overhead in ARP traffic).  If the          environment is very dynamic making T3 shorter will result in          more rapid adaptation to the changes. 
  130.  
  131.          Another possibility is to restart the timer on the cache          entries each time they are referenced, and have a small value          for T3.  This would result in entries that are frequently used          staying in the cache, but infrequently used information being          discarded quickly.  Unfortunately there is no necessary          relationship between frequency of use and correctness.  This 
  132.  
  133.  Postel                                                          [Page 5] 
  134.  
  135.  
  136.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  137.  
  138.           method could result in an out-of-date entry persisting in a          cache for a very long time if ARP requests for that address          mapping were received at just less than the time out period. 
  139.  
  140.       When handling regular datagrams, the BOXes must decrement the IP       datagram Time-To-Live field (TTL) and update the IP header check       sum.  If the TTL becomes zero the datagram is discarded (not       forwarded). 
  141.  
  142.       ARP, as currently defined, will take the most recent information       as the best and most up-to-date.  In a complicated multi-LAN       environment where there are loops in the connectivity it is likely       that one will get two (or more) responses to an ARP request for a       host on some other LAN.  It is probable that the first response       will be from the BOX that is the most efficient path. 
  143.  
  144.       The one change to the host implementation of ARP that is suggested       here is to prevent later responses from replacing the mapping       recorded from the first response. 
  145.  
  146.    Potential Problems 
  147.  
  148.       Bad Cache Entries 
  149.  
  150.          If some wrong information get into a cache entry, it will stay          there for time T3.  The persistence of old information could          prevent communication (for a time) if a host changed its IA:HA          mapping. 
  151.  
  152.          One way to replace bad or out-of-date entries in a cache would          be to have the BOXes explicitly interpret a broadcast ARP reply          to require an entry with either this IA or HA to be replaced          with this new IA:HA mapping.  One could have important servers          send a broadcast ARP reply when they come up. 
  153.  
  154.       Non-ARP Hosts 
  155.  
  156.          It seems unrealistic to expect to use both ARP hosts and          non-ARP hosts on the same LAN and expect them to communicate.          If all the non-ARP hosts are on the same LAN the situation is          considered with under the next heading (Non-Broadcast LANs). 
  157.  
  158.          Hosts that do not implement ARP must use some other means of          address mapping.  Either they hold a complete table of all          hosts, or they access some such table in a server via some          protocol; or they expect to make all routing decisions based on          analysis of address fields. 
  159.  
  160.  Postel                                                          [Page 6] 
  161.  
  162.  
  163.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  164.  
  165.        Non-Broadcast LANs 
  166.  
  167.          BOXes that are connected to LANs that do not have broadcast          capability and/or LANs where the hosts do not respond to ARP          may have a static or dynamic table of the IA:HA mappings for          that LAN (or the addresses may be computed from one another).          All the hosts on that LAN must be in the table. 
  168.  
  169.          When a BOX must find the address mapping and would otherwise          send an ARP request into a non-broadcast LAN (this can only          happen when the sought host is not the non-broadcast LAN since          all the hosts are in the table), it must instead send an ARP          type request specifically to each of the other BOXes on that          LAN. 
  170.  
  171.       Size of Tables 
  172.  
  173.          The worst case of the size of the tables in the BOXes is the          number of hosts in the set of LANs for each table.  That is,          the table kept for each LAN interface may (in the worst case)          grow to have an entry for each host in the entire set of LANs.          However, these tables are really caches of the entries needed          for current communication activity and the typical case will be          far from the worst case.  Most hosts will communicate mostly          with other hosts on their own LAN and with a few hosts on other          LANs.  Most communication on LANs is between work station hosts          and server hosts.  It can be expected that there will be          frequent communication involving the main server hosts and that          these server hosts will be entered in the tables of most of the          BOXes most of the time. 
  174.  
  175.       Infinite Transmission Loops 
  176.  
  177.          The possibility of infinite transmission loops through an          interconnected set of LANs is prevented by keeping search lists          in the BOXes and terminating the search when a request is          received for an address already on the list. 
  178.  
  179.          Transmission loops of regular datagrams can not persist because          them the BOXes must decrement the TTL, and discard the datagram          if the TTL is reduced to zero.  For debugging purposes it would          be useful for a BOX to report to the implementer any datagrams          discarded for this reason. 
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  Postel                                                          [Page 7] 
  186.  
  187.  
  188.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  189.  
  190.        Broadcast 
  191.  
  192.          Note that broadcast does not really have anything to do with          either transparent subnets or explicit subnets.  Since it was          discussed in [1], it will be discussed here, too.  Two of the          three broadcast functions suggested in [1] work just the same          and have the same effects, the third can be supported, too. 
  193.  
  194.          It is also argued that the support for a broadcast          interpretation of IAs is a bigger issue that the question of          explicit subnets versus transparent subnets and it should be          decided separately. 
  195.  
  196.          It is also suggested that broadcast is not really what is          desired, but rather multicast is the better function.  It may          make sense to understand how to do an Internet multicast before          adopting a broadcast scheme. 
  197.  
  198.          This IP Network 
  199.  
  200.             If the IA of this network number and an all ones host number             (e.g., 36.255.255.255) is used, an IP level broadcast to all             hosts on this Network (all LANs) is intended.  A BOX must             forward this datagram.  A BOX must examine the datagram for             potential significance to the BOX itself. 
  201.  
  202.             To prevent infinite transmission loops each BOX must keep a             list of recent broadcasts.  The entries in this list contain             the source IA and the Identification field from the datagram             header.  If a broadcast is received and matches an entry on             the list it is discarded and not forwarded.  The entries on             this list time out in time T2. 
  203.  
  204.          This LAN Only 
  205.  
  206.             If the IA of all ones (i.e., 255.255.255.255) is used an IP             level broadcast to all hosts on this LAN only is intended.             A BOX must not forward this datagram.  A BOX must examine             the datagram for potential significance to the BOX itself. 
  207.  
  208.          Another LAN Only 
  209.  
  210.             Since the LANs are not individually identified in the IA             this can not be supported in the same way. Some have also             argued that this is a silly capability to provide. 
  211.  
  212.             One way to provide it is to establish a specific IA for each 
  213.  
  214.  Postel                                                          [Page 8] 
  215.  
  216.  
  217.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  218.  
  219.              LAN that means "broadcast on this LAN".  For example,             36.255.255.128 means broadcast on LAN A, and 36.255.255.187             means broadcast on LAN B, etc.  These addresses would be             specially interpreted by the BOXes attached to the specific             LAN where they had the special interpretation, other BOXes             would treat these address as any other IAs.   Where these             addresses are specially interpreted they are converted to             the broadcast on this LAN only address. 
  220.  
  221. DISCUSSION 
  222.  
  223.    The claim for the extended ARP scheme is that the average host need    not even know it is in a multi-LAN environment. 
  224.  
  225.       If a host took the trouble to analyze its local cache of IA:AH       address mappings it might discover that several of the IAs mapped       to the same HA.  And if it took timing measurements it might       discover that some hosts responded with less delay that others.       And further, it might be able to find a correlation between these       discoveries.  But few hosts would take the trouble. 
  226.  
  227.    Address Structure 
  228.  
  229.       In the explicit subnet scheme, some IA bits are devoted to       identifying the subnet (i.e., the LAN).  The address is broken up       into network, subnet, and host fields.  Generally, when fields are       use the density of the assigned addresses in the address space       goes down.  That is, there is a less efficient use of the address       space.  Significant implementation problems may arise if more       subnets than planned are installed and it becomes necessary to       change the size of the subnet field.  It seems totally impractical       to use the explicit subnet scheme with a class C IA. 
  230.  
  231.       In the extended ARP scheme the address is simply the network, and       host fields.  The extended ARP scheme may be used with any class       of IA. 
  232.  
  233.    Relocating Hosts 
  234.  
  235.       In the explicit subnet scheme when a host is unplugged from one       LAN and plugged into another its IA must change. 
  236.  
  237.       In the extended ARP scheme it may keep the same IA. 
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  Postel                                                          [Page 9] 
  244.  
  245.  
  246.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  247.  
  248.     One view of the situation suggests that there are really two    problems: 
  249.  
  250.       1. How does the host discover if the destination is in this LAN or       some other LAN? 
  251.  
  252.          This question assumes that a host should know the difference          and should do something different in the two cases, and further          that once the host knows the answer it also know how to send          the data (e.g., directly to the host, or to the box). 
  253.  
  254.             The claim here is that the hosts should not know the             difference and should always do the same thing. 
  255.  
  256.       2. How do the BOXes that connect LANs know which BOXes are the       routes to which LANs? 
  257.  
  258.          This question assumes that the BOXes need some kind of          topological knowledge, and exchange BOX-to-BOX protocol          information about connectivity. 
  259.  
  260.             The claim here is that the BOXes do not need topological             knowledge and do not need to explicitly know about the             existence of other BOXes. 
  261.  
  262.    It has been suggested that there are two problems: first, how the    hosts do routing; and second, how the BOXes do routing.  A claim has    been made that the competing strategies each have an approach to each    problems and one could select a solution made up partly from one    approach and partly from another. 
  263.  
  264.       For example: use ARP within the LAN and have the BOX send ARP       replies and act as a agent (as in the extended ARP scheme), but       use a BOX-to-BOX protocol to get the "which hosts are where"       information into the BOXes (as in the explicit subnet scheme). 
  265.  
  266.    There are two places where code is involved: a large number of hosts,    and a small number of BOXes.  In considering the trade off between    explicit subnet scheme and extended ARP scheme, the work done in the    hosts should weigh a lot more than the work done in the BOXes. 
  267.  
  268.       What do hosts do? 
  269.  
  270.          Explicit Subnet Scheme 
  271.  
  272.             The host must be able to decide if this IA is on this LAN or 
  273.  
  274.  
  275.  
  276. Postel                                                         [Page 10] 
  277.  
  278.  
  279.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  280.  
  281.              some other LAN.  If on this LAN then use some procedure to             find the HA.  If on some other LAN then use some procedure             to find the HA of a BOX. 
  282.  
  283.          Extended ARP Scheme 
  284.  
  285.             In every case the host uses ARP to get a IA:HA mapping. 
  286.  
  287.       What do the BOXes do? 
  288.  
  289.          Explicit Subnet Scheme 
  290.  
  291.             The BOX must be able to decide which LAN within the site the             destination host is on.  The BOXes must have some routing             table that tells for each LAN in the site which interface to             send datagrams on.  This routing table must be kept up to             date, probably by a BOX-to-BOX protocol much like the             Internet Gateway-to-Gateway protocol. 
  292.  
  293.          Extended ARP Scheme 
  294.  
  295.             The BOX must keep caches for each LAN it is attached to of             IA:HA mappings, and it must keep a search list.  It does not             run any BOX-to-BOX protocol, It does not even know if any             other BOXes exist. 
  296.  
  297.    Topology and Implementation Complexity 
  298.  
  299.       Trees 
  300.  
  301.          If the organization of the LANs and the BOXes is tree          structured, the BOXes may be very simple, they don't have to          keep the search lists at all, since there won't be any loops          for the ARP-request to traverse. 
  302.  
  303.       Loops 
  304.  
  305.          If the organization has loops then the search lists are          essential.  If the topology is kept balanced so that there are          no long loops (all loops are about the same size), and the LANs          are reasonably compatible in delay characteristics, then the          procedure described here will work well. 
  306.  
  307.       Complex 
  308.  
  309.          If the organization is very complex, topologically unbalanced, 
  310.  
  311.  
  312.  
  313. Postel                                                         [Page 11] 
  314.  
  315.  
  316.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  317.  
  318.           and/or composed of mix of different types of LANS with vastly          different delay characteristics, then it may be better to use a          BOX-to-BOX routing protocol. 
  319.  
  320. SUMMARY 
  321.  
  322.    It would be useful if the Internet community could come to some    agreement on a solution to the multi-LAN network problem and could    with a unified voice urge work station manufacturers to provide that    solution built in. 
  323.  
  324.    I urge consideration of the extended ARP scheme expounded on here. 
  325.  
  326.    I think that most work stations will be connected to LANs that have a    broadcast capability.  I think that most work stations will be used    in situations that do not require explicit subnets, and most will be    used in situations where a class C Internet addresses would be    appropriate (and explicit subnets impossible).  Thus, i think it    would be best to ask manufacturers to include support for ARP in work    stations off the shelf.  I also think we ought to get busy and    create, develop, test, and produce the magic boxes I suggest so that    they too are available off the shelf. 
  327.  
  328.    Please note that neither this note nor [1] proposes a specific    routing procedure or BOX-to-BOX protocol.  This is because such a    routing procedure is a very hard problem.  The plan proposed here    will let us get started on using multi-LAN environments in a    reasonable way.  If we later decide on a routing procedure to be used    between the BOXes we can redo the BOXes without having to redo the    hosts. 
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348. Postel                                                         [Page 12] 
  349.  
  350.  
  351.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  352.  
  353.  GLOSSARY 
  354.  
  355.    ARP 
  356.  
  357.       Address Resolution Protocol (see [2]). 
  358.  
  359.    BOX 
  360.  
  361.       Magic Box.  A box (computer) connected to two or more LANs of the       same Network.  Also called an "ARP-based bridge". 
  362.  
  363.    Bridge 
  364.  
  365.       A node (computer) connected to two or more administratively       indistinguishable but physically distinct subnets, that       automatically forwards datagrams when necessary, but whose       existence is not know to other hosts.  Also called a "software       repeater". 
  366.  
  367.    Datagram 
  368.  
  369.       The unit of communication at the IP level. 
  370.  
  371.    Explicit Subnet 
  372.  
  373.       A Subnet explicitly identified in the the Internet Address by a       subnet address field, and so visible to others both in side and       out side the Network. 
  374.  
  375.    Gateway 
  376.  
  377.       A node (computer) connected to two or more administratively       distinct networks and/or subnets, to which hosts send datagrams to       be forwarded. 
  378.  
  379.    HA 
  380.  
  381.       Hardware Address, the address used in a packet on a LAN. 
  382.  
  383.    Host Number 
  384.  
  385.       The address of a host within an Network, the low-order part of an       IA. 
  386.  
  387.    IA 
  388.  
  389.       Internet Address, as defined in IP. 
  390.  
  391.  Postel                                                         [Page 13] 
  392.  
  393.  
  394.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  395.  
  396.     Internet 
  397.  
  398.       The collection of connected Internet Networks (also known as the       Catenet).  A set of interconnected networks using IP. 
  399.  
  400.    IP 
  401.  
  402.       Internet Protocol (see [3]). 
  403.  
  404.    LAN 
  405.  
  406.       Local Area Network. 
  407.  
  408.    Multi-LAN Network 
  409.  
  410.       A set of LANs treated as one Network, i.e., using one Network       Number in common.  The individual LANs may be either Explicit       Subnets or Transparent Subnets. 
  411.  
  412.    Network 
  413.  
  414.       A single Internet Network (possibly divided into subnets or       composed of multiple LANs), identified by an individual Network       Number. 
  415.  
  416.    Network Number 
  417.  
  418.       An IP Network Number, the high-order part of an IA. 
  419.  
  420.    Packet 
  421.  
  422.       The unit of communication at the LAN hardware level. 
  423.  
  424.    Subnet 
  425.  
  426.       A subnet of Network. A portion of a Network (either logical or       physical). 
  427.  
  428.    Transparent Subnet 
  429.  
  430.       A Subnet not identified in the Internet Address, and so invisible       to others, (see Multi-LAN Network). 
  431.  
  432.    TTL 
  433.  
  434.       The IP Time-To-Live field. 
  435.  
  436.  
  437.  
  438. Postel                                                         [Page 14] 
  439.  
  440.  
  441.  RFC 925                                                     October 1984 Multi-LAN Address Resolution 
  442.  
  443.  REFERENCES 
  444.  
  445.    [1]  J. Mogul, "Internet Subnets",  RFC-917, Stanford University,         October 1984. 
  446.  
  447.    [2]  D. Plummer, "An Ethernet Address Resolution Protocol or         Converting Network Protocol Addresses to 48-bit Ethernet         Addresses for Transmission on Ethernet Hardware",  RFC-826,         Symbolics, November 1982. 
  448.  
  449.    [3]  J. Postel, "Internet Protocol",  RFC-791, USC-ISI,         September 1981. 
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487. Postel                                                         [Page 15] 
  488.  
  489.