christophe
Joined: 09 Nov 2004 Posts: 98
|
Posted: 08/31/07 - 03:14 Post subject: |
|
|
| Network traffic (when TCP/IP is involved) is made with IP packets. Every IP packet has a header (like email lets say). This header stores information about package which includes version, flag, options, source address, destination address and several others including fragmentation offset. Fragmentation offset is used to remember the place where data packet has been split and it has values in octets. Which means that value in fragmentation offset should be multiplied with eight to find it exact place in datagram. |
|