1051
HISTORIC

Standard for the transmission of IP datagrams and ARP packets over ARCNET networks (Obsoleted)

Authors: P.A. Prindeville
Date: March 1988
Stream: Legacy
Obsoleted by: RFC 1201

Abstract

This memo specifies a standard method of encapsulating Internet Protocol (IP) and Address Resolution Protocol (ARP) datagrams on an ARCNET. This RFC is a standard protocol for the Internet community.

RFC 1051: Standard for the transmission of IP datagrams and ARP packets over ARCNET networks [RFC Home] [TEXT|PDF|HTML] [Tracker] [IPR] [Info page]

Obsoleted by: 1201 HISTORIC
Network Working Group                                    P. Prindeville
Request for Comments:  1051                           McGill University
                                                             March 1988


            <span class="h1">A Standard for the Transmission of IP Datagrams</span>
                  <span class="h1">and ARP Packets over ARCNET Networks</span>


Status of this Memo

   This RFC specifies a standard protocol for the Internet community.
   Distribution of this memo is unlimited.

Introduction

   This RFC specifies a standard method of encapsulating Internet
   Protocol (IP) [<a href="#ref-1" title=""Internet Protocol"">1</a>] and Address Resolution Protocol (ARP) [<a href="#ref-2" title=""An Ethernet Address Resolution Protocol"">2</a>] datagrams
   on an ARCNET [<a href="#ref-3" title=""ARCNET Designer's Handbook"">3</a>].

Acknowledgements

   The author wishes to express thanks to Robert Craig of the McGill
   University Computing Centre and Bruce Hughes of Datapoint Corporation
   for their generous support of facilities and information.  I also
   extend my gratitude to the readers of the PCIP mailing list for their
   helpful ideas and comments.

Frame Format

   IP and ARP datagrams are transmitted in standard ARCNET packets.  As
   required by Datapoint Corporation, the first octet of the data field
   is reserved for the network layer protocol identification (the
   "system code" in Datapoint nomenclature), and must contain the value
   240 (F0 hex) for IP or 241 (F1 hex) for ARP.  The ARP hardware
   address type for ARCNET is 7 [<a href="#ref-9" title=""Assigned Numbers"">9</a>].

   ARCNET supports packet formats containing 1-253 octets of data
   (normal format) and 257-508 octets of data (extended format),
   inclusive of system code.  Note that there exists a range of data
   lengths (254-256) which are 'forbidden'.  IP packets within this
   range should be padded (with octets of zero) to meet the minimum
   extended packet size of 257 data octets.  This padding is not part of
   the IP packet and is not included in the total length field of the IP
   header.






<span class="grey">Prindeville                                                     [Page 1]</span>

<span id="page-2" ></span>
<span class="grey"><a href="./rfc1051">RFC 1051</a>                  IP and ARP on ARCNET                March 1988</span>


   On networks where some hosts do not support extended packet format,
   the IP Maximum Transmission Unit (MTU) should be set to 253, though
   implementors are encouraged to support the extended packet format
   mode of operation.

   Because the ARCNET maximum packet length is less than the Internet
   default MTU, implementations are strongly encouraged to support IP
   level fragmentation and reassembly.  Hosts not supporting this should
   take steps to discourage others from sending fragmented packets, such
   as using the TCP Maximum Segment Size option [<a href="#ref-4" title=""The TCP Maximum Segment Size Option and Related Topics"">4</a>].

      The frame format is:

                  Normal Packet               Extended Packet
                +----------------+          +----------------+
                |     ALERT*     |          |     ALERT*     |
                +----------------+          +----------------+
                |      SOH (1)   |          |      SOH (1)   |
                +----------------+          +----------------+
                |      SID       |          |      SID       |
                +----------------+          +----------------+
                |                |          |                |
                +      DID       +          +      DID       +
                |                |          |                |
                +----------------+          +----------------+
                |     COUNT      |          |      NUL (0)   |
                +----------------+          +                +
                |  SYSTEM CODE   |          |     COUNT      |
                +----------------+          +----------------+
                |                |          |  SYSTEM CODE   |
                :      DATA      :          +----------------+
                |                |          |                |
                +----------------+          :      DATA      :
                |                |          |                |
                +       CRC      +          +----------------+
                |                |          |                |
                +----------------+          +       CRC      +
                                            |                |
                                            +----------------+

      ALERT*:      Six mark bits signifying the beginning of a frame.
      SID:         Sender's node ID.
      DID:         Receipient's node ID (repeated for reliability).
      COUNT:       Length of data and system code (one's complement).
      SYSTEM CODE: 240 for IP, 241 for ARP (decimal).
      DATA:        Is either an IP or an ARP packet, padded with NULs so
                      as to not be between 254 and 256 octets long.
      CRC:         Cyclic redundancy check (CRC-16).



<span class="grey">Prindeville                                                     [Page 2]</span>

<span id="page-3" ></span>
<span class="grey"><a href="./rfc1051">RFC 1051</a>                  IP and ARP on ARCNET                March 1988</span>


Address Mappings

   The mappings between 32-bit Internet addresses to 8-bit ARCNET
   addresses can be done several ways, recommended are:

   Host Number Extraction

      The easiest thing to do is to use the last eight bits of host
      number part of the Internet address as the host's node id.  This
      has been implemented on Experimental Ethernet [<a href="#ref-5" title=""A Standard for the Transmission of IP Datagrams over Experimental Ethernet Networks"">5</a>] and ProNET-10
      [<a href="#ref-6" title=""ProNET-10 Model p1300 IBM PC Interface System Installation and Programming Guide"">6</a>].

   Dynamic Discovery

      Mappings between 32-bit Internet addresses and 8-bit ARCNET node
      ids could be accomplished through ARP.  Internet addresses are
      assigned arbitrarily on some Internet networks.  All
      implementations supporting ARP must have a means of disabling ARP
      and using the above Host Number Extraction method of address
      mapping so that systems may interoperate.

      The use of ARP is optional.  However, ARP is desirable when using
      IP implementations that don't support subnetting [<a href="#ref-7" title=""Internet Standard Subnetting Procedure"">7</a>], as in the
      Proxy ARP scenario [<a href="#ref-8" title=""Using ARP to Implement Transparent Subnet Gateways"">8</a>].

Broadcast Address

   The broadcast Internet address (the address on the network with a
   host part of all binary ones) should be mapped to the broadcast node
   id 0.





















<span class="grey">Prindeville                                                     [Page 3]</span>

<span id="page-4" ></span>
<span class="grey"><a href="./rfc1051">RFC 1051</a>                  IP and ARP on ARCNET                March 1988</span>


References

   [<a id="ref-1">1</a>] Postel, J., "Internet Protocol", <a href="./rfc791">RFC-791</a>, Network Information
       Center, SRI, September 1981.

   [<a id="ref-2">2</a>] Plummer, D., "An Ethernet Address Resolution Protocol", RFC- 826,
       Network Information Center, SRI, November 1982.

   [<a id="ref-3">3</a>] "ARCNET Designer's Handbook", Order Number 61610, Datapoint
       Corporation, 1983.

   [<a id="ref-4">4</a>] Postel, J., "The TCP Maximum Segment Size Option and Related
       Topics", <a href="./rfc879">RFC-879</a>, Network Information Center, SRI, November 1983.

   [<a id="ref-5">5</a>] Postel, J., "A Standard for the Transmission of IP Datagrams over
       Experimental Ethernet Networks", <a href="./rfc895">RFC-895</a>, Network Information
       Center, SRI, April 1984.

   [<a id="ref-6">6</a>] "ProNET-10 Model p1300 IBM PC Interface System Installation and
       Programming Guide", Version 4.0, Proteon Inc., July 1986.

   [<a id="ref-7">7</a>] Mogul, J. and J. Postel, "Internet Standard Subnetting
       Procedure", <a href="./rfc950">RFC-950</a>, Network Information Center, SRI, October
       1984.

   [<a id="ref-8">8</a>] Carl-Mitchell, S. and J.S. Quarterman, "Using ARP to Implement
       Transparent Subnet Gateways", <a href="./rfc1027">RFC-1027</a>, Network Information
       Center, SRI, October 1987.

   [<a id="ref-9">9</a>] Reynolds, J., and J. Postel, "Assigned Numbers", <a href="./rfc1010">RFC-1010</a>,
       Network Information Center, SRI, May 1987.




















Prindeville                                                     [Page 4]

Additional Resources