-
One of the header fields in an IP datagram is the Time To Live (TTL) field. Which of the following statements best explains the need for the field?
-
- It can be used to prioritize packets
- It can be used to reduce delays
- It can be used to optimize throughput
- It can be used to prevent packet looping
- It can be used to prioritize packets
Correct Option: D
Time to live (TTL) is a limit on the period of time or transmissions in computer and computer network technology that a unit of data (e.g., a packet) can experience before it should be discarded. If the limit is not defined then the packets can go into an indefinite loop. The packet is discarded when the Time to live field reaches 0 to prevent looping.