edited by
369 views
1 1 vote

Host $A$ (on $\mathrm{TCP/IPv}4$ Networks) send an IP Datagram $D$ to host $B$ (also on $\mathrm{TCP/IPv}4$ network). Assume that no error occured during transmission of $D$ , when $D$ reaches $B$. Which of following header field may differ from that of original datagram $D$?

  1. TTL
  2. Checksum
  3. Fragment offset
  4. Source IP
  5. Destination IP
Choose the correct answer from the options given below:
  1. $\text{(I)}$ and $\text{(II)}$ Only
  2. $\text{(I), (II)}$ and $\text{(III)}$ Only
  3. $\text{(I), (II), (III)}$ and $\text{(IV)}$ Only
  4. $\text{(I), (II), (III)}$ and $\text{(V)}$ Only

1 Answer

0 0 votes

When an IP datagram is sent across networks, some header fields change while others must remain unchanged.

Let's analyze each field:


(A) TTL (Time To Live)

TTL decreases by 1 at every router hop, so it will be different.
Will differ

(B) Checksum

The IP header checksum is recalculated every time the packet is modified (such as TTL change).
Will differ

(C) Fragment offset

Fragment offset changes only if fragmentation occurs.
But the question states "Assume that no error occurred during transmission", not that fragmentation didn’t occur.
However, fragmentation does not depend on errors. It depends on MTU mismatch.

Since the question says host A and host B are on the same network, fragmentation will not occur.

So fragment offset will NOT change.
Will NOT differ

(D) Source IP

Source IP never changes during transmission.
Will NOT differ

(E) Destination IP

Destination IP never changes.
Will NOT differ


Correct Answer: (A) and (B) Only

Answer:
Position:
Show:

Related questions

3 3 votes
1 1 answer
632
632 views
Shubham Sharma 2 asked Sep 9, 2025
632 views
Two computers $A$ and $B$ are configured as follows: $A$ has IP address $203.197.2.53$ and subnet mask $255.255.128.0$, $B$ has IP address $203.197.75.201$ and subnet mas...
3 3 votes
1 1 answer
539
539 views
Shubham Sharma 2 asked Sep 9, 2025
539 views
$\text{A}$ class $\text{B}$ network on the Internet has a subnet mask of $255.255.248.0$, what is the maximum number of hosts per subnet?$1022$$1023$$2046$$2047$
2 2 votes
1 1 answer
398
398 views
Shubham Sharma 2 asked Sep 9, 2025
398 views
In $\mathrm{IPv}4$ addressing, a block of address can be define as $\mathrm{x.y.z.t/n}$ in which $\mathrm{x.y.z.t}$ define one of the address and $/ n$ define the maskThe...
1 1 vote
1 1 answer
331
331 views
Shubham Sharma 2 asked Sep 9, 2025
331 views
Match List - I with List - II$\begin{array}{llll} & \textbf{List - I} && \textbf{List-II} \\ & \textbf{(IP Address)} & & \textbf{(Class)} \\ (A) & 10.20 .30 .40 & (I) & ...