Skip to main content

problem on IP datagram

More
19 years 5 months ago #6091 by pagadala_cs
hi,

if u know the answer ...please.....

An IP datagram is to be fragmented. Which options in the option
field need to be copied into the header of each fragment, and which need only be retained in the first fragment?


thanx in advance...
pagadala
More
18 years 9 months ago #9530 by jwj
Replied by jwj on topic Re: problem on IP datagram
When an IP datagram is fragmented, the headers for all the fragmented datagrams will be essentially the same. The only fields in the header that will be changed is:

the total length because now the packets are smaller,

the more fragments field except for the last fragment which will not have a value in that field,

the fragment offset which shows the position the fragment has in relation to the original (now fragmented) datagram,

and the header checksum.

Things like source/destination, etc. will be retained in each fragment.

-Jeremy-
Time to create page: 0.126 seconds