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

  1.  
  2.  
  3. Network Working Group                                         Jon Postel Request for Comments: 895                                            ISI                                                               April 1984 
  4.  
  5.             A Standard for the Transmission of IP Datagrams                   over Experimental Ethernet Networks 
  6.  
  7.  Status of this Memo 
  8.  
  9.    This RFC specifies a standard method of encapsulating Internet    Protocol (IP) [1] datagrams on an Experimental Ethernet [2].  This    RFC specifies a standard protocol for the ARPA Internet community. 
  10.  
  11. Introduction 
  12.  
  13.    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    [3]. 
  14.  
  15. Frame Format 
  16.  
  17.    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. 
  18.  
  19.    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. 
  20.  
  21.    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 [4]. 
  22.  
  23.    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 [4] for further information on this point. 
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  Postel                                                          [Page 1] 
  30.  
  31.  
  32.  RFC 895                                                       April 1984 
  33.  
  34.  Address Mappings 
  35.  
  36.    The mapping between 32-bit Internet addresses to 8-bit Experimental    Ethernet addresses can be done several ways. 
  37.  
  38.    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. 
  39.  
  40.    Broadcast Address 
  41.  
  42.       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). 
  43.  
  44. Trailer Formats 
  45.  
  46.    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. 
  47.  
  48.    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 [6]. 
  49.  
  50.    (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.) 
  51.  
  52. Byte Order 
  53.  
  54.    As described in Appendix B of the Internet Protocol    specification [1], the IP datagram is transmitted over the Ethernet    as a series of 8-bit bytes. 
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  Postel                                                          [Page 2] 
  67.  
  68.  
  69.  RFC 895                                                       April 1984 
  70.  
  71.  References 
  72.  
  73.    [1]  Postel, J., "Internet Protocol", RFC-791, USC/Information    Sciences Institute, September 1981. 
  74.  
  75.    [2]  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. 
  76.  
  77.    [3]  Hornig, C., "A Standard for the Transmission of IP Datagrams    over Ethernet Networks", RFC-894, Symbolics Cambridge Research    Center, April 1984. 
  78.  
  79.    [4]  Postel, J., "The TCP Maximum Segment Size Option and Related    Topics", RFC-879, USC/Information Sciences Institute, November 1983. 
  80.  
  81.    [5]  Plummer, D., "An Ethernet Address Resolution Protocol", RFC-826,    Symbolics Cambridge Research Center, November 1982. 
  82.  
  83.    [6]  Leffler, S., and M. Karels, "Trailer Encapsulations", RFC-893,    University of California at Berkeley, April 1984. 
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. Postel                                                          [Page 3] 
  114.  
  115.