cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
729
Views
0
Helpful
1
Replies

what is difference betwwen request time out and time to live exceeded

mahesh18
Level 6
Level 6

Hi all,

i want to know what is differnece between these two when we ping a IP

1>request time out.

2>time to live exceeded

Thankls

1 Reply 1

lamav
Level 8
Level 8

Request timed out means that the target host did not respond to the PING in time. In other words, there was too much of a delay between the time that the source host sent the echo and the time that the echo reply was sent back -- if it was ever sent back.

TTL exceeded means that the IP TTL counter, which is decremented by 1 with every hop a packet takes, has reached 0. Usually due to a routing loop.