1 flag 10,258 views
35 votes
35 votes

Which of the following fields of an IP header is NOT modified by a typical IP router?

  1. Check sum
  2. Source address
  3. Time to Live (TTL)
  4. Length
  • ๐Ÿšฉ Edit necessary | ๐Ÿ‘ฎ Arjun | ๐Ÿ’ฌ โ€œbetter answer neededโ€

7 Answers

Best answer
42 votes
42 votes
Source Address.
edited by
4 votes
4 votes
Since it has been asked for IP Header so Source adress will not change but if it was about the frame than source address (i.e MAC Address) is changed.
3 votes
3 votes

Ans B

Length and checksum can be modified when IP fragmentation happens. Time to live is reduced by every router on the route to destination.

Answer:

Related questions

65 votes
65 votes
12 answers
1
makhdoom ghaya asked Feb 13, 2015
17,314 views
Consider the DFAs $M$ and $N$ given above. The number of states in a minimal DFA that accept the language $L(M) \cap L(N)$ is_____________.
28 votes
28 votes
1 answer
3
makhdoom ghaya asked Feb 13, 2015
7,013 views
Consider a max heap, represented by the array: $40, 30, 20, 10, 15, 16, 17, 8, 4$.$$\begin{array}{|l|l|}\hline \text{Array index} & \text{1} & \text{2} & \text{3} & \...
25 votes
25 votes
2 answers
4
makhdoom ghaya asked Feb 13, 2015
6,471 views
The binary operator $\neq$ is defined by the following truth table.$$\begin{array}{|l|l|l|} \hline \textbf{p} & \textbf{q}& \textbf{p} \neq \textbf{q}\\\hline \text{0} & ...