229 views

1 Answer

Best answer
2 votes
2 votes
Yes. These can change during transmission.
Options field changes. For example when you use the record route option, with every hop the options field records a new router address, so the options field of the packet will change. Here header length will also change because overall header size is increasing with each newly added address.
Now for fragment offset.
Suppose there is a fragment A with fragment offset X and length L. It will remain X until it is further fragmented. When fragmentation happens, new packets (fragments) are created and the same IP header is appended to each fragment with few changes. Every fragment will have a different offset.
So for a fragment A with offset X and length L, offset cannot change but further fragmentation can create new fragments out of this fragment A and those fragments will have different offsets not all same as X.
selected by

Related questions

0 votes
0 votes
0 answers
1
gateexplore asked Dec 7, 2023
182 views
Which topology covers security robust and eliminating traffic factors?a. Meshb. Ringc. Stard. bus i am confused with mesh or star or bus option. please give clarificati...
0 votes
0 votes
1 answer
2
viral8702 asked Dec 2, 2023
223 views
In fragmentation, if any fragment gets lostthen in which case whole packet will be sent again?and in which case only that fragment will be sent again?
0 votes
0 votes
1 answer
3
JAINchiNMay asked Sep 18, 2022
345 views
Does the window size parameter in TCP header means segment size?
0 votes
0 votes
2 answers
4
Nisha Bharti asked Sep 14, 2022
834 views
What is the difference between Node-to-node delivery, Host-to-host delivery & Process-to-process delivery?