InterviewSolution
Saved Bookmarks
| 1. |
Which of the following field in IPv4 datagram is not related to fragmentation?(a) Flags(b) Offset(c) TOS(d) IdentifierThe question was asked by my school teacher while I was bunking the class.This interesting question is from IPv4 topic in portion TCP/IP Protocol Suite of Computer Network |
|
Answer» CORRECT answer is (c) TOS To explain I would say: TOS-type of SERVICE identifies the type of PACKETS. It is not RELATED to fragmentation but is used to request specific treatment such as high throughput, high reliability or low latency for the IP packet depending upon the type of service it belongs to. |
|