Differences between revisions 1 and 2
Revision 1 as of 2003-08-28 19:58:20
Size: 371
Editor: yakko
Comment:
Revision 2 as of 2003-08-28 20:04:23
Size: 667
Editor: yakko
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Only 4 bits, this field determines the how the rest of the packet is treated
Line 8: Line 10:

HLen is the header length and is specified as the number of '''32 bit words'''. Thus the header is at most 480 bits (2^4 - 1) * 32. '''Normally this value is '''5''' because we don't specify any options varibles.

IPv4 Protocol Notes

http://www.scotnpatti.com/unl/images/ipv4.jpg

Version

Only 4 bits, this field determines the how the rest of the packet is treated

HLen

HLen is the header length and is specified as the number of 32 bit words. Thus the header is at most 480 bits (2^4 - 1) * 32. Normally this value is 5 because we don't specify any options varibles.

TOS

Length

Ident

Flags

Offset

TTL

Protocol

Checksum

SourceAddr

DestinationAddr

Options(Variable)

Pad (Variable)

Data

InternetProtocolV4 (last edited 2011-09-29 22:26:49 by hsc-129)