99 lines
6.2 KiB
HTML
99 lines
6.2 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="Ethernet frame format" />
|
|
<meta name="abstract" content="Know how to interpret the data contained in your Ethernet frames by understanding the frame formatting." />
|
|
<meta name="description" content="Know how to interpret the data contained in your Ethernet frames by understanding the frame formatting." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzajyunderstandingethernetsupport.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzahj/rzahjovr.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzajyethernetframeformat" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Ethernet frame format</title>
|
|
</head>
|
|
<body id="rzajyethernetframeformat"><a name="rzajyethernetframeformat"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Ethernet frame format</h1>
|
|
<div><p>Know how to interpret the data contained in your Ethernet frames
|
|
by understanding the frame formatting.</p>
|
|
<div class="section"><p>While tracing LAN communications, you might need to look at the
|
|
transmitted frames. To understand the data that is contained in the frame,
|
|
you must know how it is formatted. The figures below show the frame format
|
|
of two Ethernet standards: IEEE 802.3 and Ethernet version 2.</p>
|
|
</div>
|
|
<div class="section"><p id="rzajyethernetframeformat__frame_check_sequence"><a name="rzajyethernetframeformat__frame_check_sequence"><!-- --></a>The Frame Check Sequence (FCS) is a
|
|
part of the frame put in place to verify that the information each frame contains
|
|
is not damaged during transmission. If a frame is corrupted during transmission,
|
|
the FCS on the frame will not match with the recipient's calculated FCS. Any
|
|
frames that do not match the calculated FCS will be discarded.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">IEEE 802.3 frame format</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" class="singleborder" frame="border" border="1" rules="all"><tbody><tr><td align="center" valign="top" width="13.992537313432834%">Starting Delimiter (1 byte)</td>
|
|
<td align="center" valign="top" width="16.417910447761194%">Destination Address (6 bytes)</td>
|
|
<td align="center" valign="top" width="13.432835820895523%">Source Address (6 bytes)</td>
|
|
<td align="center" valign="top" width="11.753731343283583%">Length (2 bytes)</td>
|
|
<td align="center" valign="top" width="24.62686567164179%">LLC header and Information field (46 -
|
|
1500 bytes)</td>
|
|
<td align="center" valign="top" width="19.776119402985074%">Frame Check Sequence (4 bytes)</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Ethernet version 2 frame format</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" class="singleborder" frame="border" border="1" rules="all"><tbody><tr><td align="center" valign="top" width="14.473684210526317%">Starting Delimiter (1 byte)</td>
|
|
<td align="center" valign="top" width="16.917293233082706%">Destination Address (6 bytes)</td>
|
|
<td align="center" valign="top" width="14.473684210526317%">Source Address (6 bytes)</td>
|
|
<td align="center" valign="top" width="11.654135338345863%">Type (2 bytes)</td>
|
|
<td align="center" valign="top" width="22.55639097744361%">Information field (46 - 1500 bytes)</td>
|
|
<td align="center" valign="top" width="19.924812030075188%">Frame Check Sequence (4 bytes)</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<p>Ethernet version 2 supports SNA by placing the IEEE 802.2 LLC header
|
|
and data into the information field. It also puts value <span>X'80D5'</span> into
|
|
the Type field. This shows the frame format.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" class="singleborder" frame="border" border="1" rules="all"><tbody><tr><td align="center" valign="top" width="13.840155945419102%">Starting Delimiter</td>
|
|
<td align="center" valign="top" width="16.764132553606238%">Destination Address</td>
|
|
<td align="center" valign="top" width="14.619883040935672%">Source Address</td>
|
|
<td align="center" valign="top" width="12.085769980506821%">Type (80D5)</td>
|
|
<td align="left" valign="top" width="22.807017543859647%">Information field (Length, Padding, LLC
|
|
header, Data)</td>
|
|
<td align="center" valign="top" width="19.883040935672515%">Frame Check Sequence</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="note"><span class="notetitle">Note:</span> i5/OS™ does
|
|
not have integrated support for SNA over Gigabit Ethernet or 10 Gbps Ethernet.
|
|
Enterprise Extender or AnyNet is required to run SNA over 1 Gpbs or 10 Gbps
|
|
Ethernet. For more information, see the "APPC, APPN, and HPR" topic.</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajyunderstandingethernetsupport.htm" title="Understand and use Ethernet frames, connections, and functions.">Ethernet support</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../rzahj/rzahjovr.htm">APPC, APPN, and HPR</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |