895
INTERNET STANDARD
Standard for the transmission of IP datagrams over experimental Ethernet networks
Authors: J. Postel
Date: April 1984
Stream: Legacy
Abstract
This RFC specifies a standard method of encapsulating Internet Protocol (IP) datagrams on an Experimental Ethernet. This RFC specifies a standard protocol for the ARPA Internet community.
RFC 895
INTERNET STANDARD
Network Working Group Jon Postel
Request for Comments: 895 ISI
April 1984
<span class="h1">A Standard for the Transmission of IP Datagrams</span>
<span class="h1">over Experimental Ethernet Networks</span>
Status of this Memo
This RFC specifies a standard method of encapsulating Internet
Protocol (IP) [<a href="#ref-1" title=""Internet Protocol"">1</a>] datagrams on an Experimental Ethernet [<a href="#ref-2" title=""Ethernet: Distributed Packet Switching for Local Computer Networks"">2</a>]. This
RFC specifies a standard protocol for the ARPA Internet community.
Introduction
This memo applies to the Experimental Ethernet (3-megabit/second,
8-bit addresses). The procedure for transmission of IP datagrams on
the Ethernet (10-megabit/second, 48-bit addresses) is described in
[<a href="#ref-3" title=""A Standard for the Transmission of IP Datagrams over Ethernet Networks"">3</a>].
Frame Format
IP datagrams are transmitted in standard Experimental Ethernet
frames. The type field of the Ethernet frame must contain the value
513 (1001 octal). The data field contains the IP header followed
immediately by the IP data.
If necessary, the data field should be padded to meet the
Experimental Ethernet minimum frame size. This padding is not part
of the IP packet and is not included in the total length field of the
IP header.
The maximum length of an IP datagram sent over an Experimental
Ethernet is 1536 octets. Implementations are encouraged to support
full-length packets. Gateway implementations MUST be prepared to
accept full-length packets and fragment them if necessary. If a
system cannot receive full-length packets, it should take steps to
discourage others from sending them, 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>].
Note: Datagrams on the Ethernet may be longer than the general
Internet default maximum packet size of 576 octets. Hosts connected
to an Ethernet should keep this in mind when sending datagrams to
hosts not on the same Ethernet. It may be appropriate to send
smaller datagrams to avoid unnecessary fragmentation at intermediate
gateways. Please see [<a href="#ref-4" title=""The TCP Maximum Segment Size Option and Related Topics"">4</a>] for further information on this point.
<span class="grey">Postel [Page 1]</span>
<span id="page-2" ></span>
<span class="grey"><a href="./rfc895">RFC 895</a> April 1984</span>
Address Mappings
The mapping between 32-bit Internet addresses to 8-bit Experimental
Ethernet addresses can be done several ways.
The easiest thing to do is to use the last eight bits of host number
part of the Internet address as the host's address on the
Experimental Ethernet. This is the recommended approach.
Broadcast Address
The broadcast Internet address (the address on that network with a
host part of all binary ones) should be mapped to the broadcast
Experimental Ethernet address (address zero).
Trailer Formats
Some versions of Unix 4.2bsd use a different encapsulation method in
order to get better network performance with the VAX virtual memory
architecture. Consenting systems on the same Ethernet may use this
format between themselves.
No host is required to implement it, and no datagrams in this format
should be sent to any host unless the sender has positive knowledge
that the recipient will be able to interpret them. Details of the
trailer encapsulation may be found in [<a href="#ref-6" title=""Trailer Encapsulations"">6</a>].
(Note: At the present time Unix 4.2bsd will either always use
trailers or never use them (per interface), depending on a boot-time
option. This is expected to be changed in the future. Unix 4.2bsd
also uses a non-standard Internet broadcast address with a host part
of all zeroes, this will also be changed in the future.)
Byte Order
As described in <a href="#appendix-B">Appendix B</a> of the Internet Protocol
specification [<a href="#ref-1" title=""Internet Protocol"">1</a>], the IP datagram is transmitted over the Ethernet
as a series of 8-bit bytes.
<span class="grey">Postel [Page 2]</span>
<span id="page-3" ></span>
<span class="grey"><a href="./rfc895">RFC 895</a> April 1984</span>
References
[<a id="ref-1">1</a>] Postel, J., "Internet Protocol", <a href="./rfc791">RFC-791</a>, USC/Information
Sciences Institute, September 1981.
[<a id="ref-2">2</a>] Metcalfe, R. and D. Boggs, "Ethernet: Distributed Packet
Switching for Local Computer Networks", Communications of the ACM,
V.19, N.7, pp 395-402, July 1976.
[<a id="ref-3">3</a>] Hornig, C., "A Standard for the Transmission of IP Datagrams
over Ethernet Networks", <a href="./rfc894">RFC-894</a>, Symbolics Cambridge Research
Center, April 1984.
[<a id="ref-4">4</a>] Postel, J., "The TCP Maximum Segment Size Option and Related
Topics", <a href="./rfc879">RFC-879</a>, USC/Information Sciences Institute, November 1983.
[<a id="ref-5">5</a>] Plummer, D., "An Ethernet Address Resolution Protocol", <a href="./rfc826">RFC-826</a>,
Symbolics Cambridge Research Center, November 1982.
[<a id="ref-6">6</a>] Leffler, S., and M. Karels, "Trailer Encapsulations", <a href="./rfc893">RFC-893</a>,
University of California at Berkeley, April 1984.
Postel [Page 3]
Annotations
Select text to annotate