edited by
526 views
1 votes
1 votes

Host A (on TCP/ IPv4 network A) sends an IP datagram to host B (also on TCP/IPV4 network B). Assume that, no error occurred during the transmission of D. When D reaches B, which of the following IP header field(s) may be different from that of the original datagram D?

  1. TTL
  2. Checksum
  3. Fragment offset
  4. HLEN (Header length)
edited by

1 Answer

2 votes
2 votes

@anupamsworld Options field can hold Record Route right?? So as and when the datagram passes through intermediate nodes it adds the IP addresses in the Record Route in the options field which in turn affects the HLEN so that is why I am saying that option D may change on transit.

If the question asked was “will always change on transit” then A and B would have been the answer because TTL will always change which in turn will change Checksum value but Fragmentation and Record Route might not always happen in the channel. 

Related questions

0 votes
0 votes
2 answers
2
Shivam_j asked Oct 16, 2022
724 views
Class B network on the internet has a subnet mask of 255.255.119.0 what is maximum possible hosts per subnet. Assuming Classfull Addressing Scheme
1 votes
1 votes
0 answers
3
Ankush Tiwari asked Jul 27, 2016
669 views
T(n)=sqrt(2T(n/2))+logn