Saved Bookmarks
| 1. |
What should be the flag value to indicate the last fragment?(a) 0(b) 1(c) TTl value(d) Protocol field value |
|
Answer» The correct choice is (a) 0 To explain I would say: The Flag field in the IP header is used to control and identify the fragments. It contains three bits: reserved, don’t fragment and more fragments. If the more fragments bit is 0, it means that the fragment is the last fragment. |
|