Consider ABCD
router A wants to send to D
It keeps hop count 3
What will be the HOP COUNT when the packet reaches D
Will it be zero or one?
|
Consider ABCD router A wants to send to D It keeps hop count 3 What will be the HOP COUNT when the packet reaches D Will it be zero or one?
| ||||
feedback
|
|
B will decrement it from 3 to 2, and C will decrement it from 2 to 1. Therefore it will be 1 when it reaches D. | |||||
|
feedback
|
|
D will forward it. The node on the receiving end, say E, will drop it if it can't process it. | |||
|
feedback
|
|
If I understand the question correctly, a ping is being sent from router A with a TTL of 3. In that case it will not reach D. (I could be wrong, but it depends on how the router OS defines traversing)
If a were a PC then
edit - To determine how Router A defines "traversing" ping Router B from A with a TTL of 1. My home routers do not correctly decrement the TTL so I can't test here. | ||||
feedback
|