Explanation : As there is no accept() at server side, the connect()
at client could not get anything that can respond
to its requests, so error occurs.
Explanation : The maximum packet lifetime = 64 seconds
i.e. a sequence number increments after every
64 seconds.
So, minimum permissible rate = 1/64 = 0.015 per
second
Explanation : It can be used to prevent packet looping because
when Time-to-Live field reaches to ‘0’ means when
there is no any type of acknowledgement received,
then TTL decrement continuously and when it
reaches ‘0’, then it stop looping of packet.