0

I've noticed that over a long-duration two-2ay ping between two windows machines, the sequence numbers embedded in the pings ICMP packets synchronize. Is this expected and, if so, does anybody know why this is done?

Dave
  • 1,519
  • 2
  • 18
  • 39
  • What do you mean by this ? Perhaps show us an example. – nos Jun 13 '13 at 20:41
  • Host a is pinging host b, and simultaneously, host b is pinging host a. Using Wireshark, I see that the a-to-b and b-to-a ping packets start out with different sequence numbers. However, over time, these sequence numbers converge. This is occurring on Windows XP. – Dave Jun 13 '13 at 21:15

1 Answers1

0

Is this expected

No. Just a fluke, or a consequence of how the sequence numbers are constructed.

and, if so, does anybody know why this is done?

It isn't done at all. The ping at one end doesn't know what sequence numbers a ping at the other end is using. It doesn't even see them.

user207421
  • 305,947
  • 44
  • 307
  • 483