PGEE 2018
[closed]

in Computer Networks closed by
754 views
2 votes
2 votes
closed as a duplicate of: GATE CSE 2006 | Question: 5

For which one of the following reasons does internet protocol(IP) use the time-to-live(TTL) field in IP datagram header?

  1. Ensure packets reach destination within that time
  2. Discard packets that reach later than that time
  3. Prevent packets from looping indefinitely
  4. Limit the time for which a packet gets queued in intermediate routers
in Computer Networks closed by
by
754 views

2 Comments

please refer below link for further discussion or comments 

https://gateoverflow.in/884/gate2006-5

1
1
reshown by
Option 4 is : to improve throughput of network.
 

TTL intention is to cause undeliverable datagrams to be discarded, and to bound the maximum datagram lifetime.

1. This is to control congestion in network and indirectly improving throughput.

2. and if congestion increases, increasing TTL by router has a direct positive impact on throughput in some cases.

* As this comment only refers to this thread
0
0

Related questions