Networking Forums

Networking Forums > Computer Networking > Linux Networking > Duplicate packets in ping

Reply
Thread Tools Display Modes

Duplicate packets in ping

 
 
homer
Guest
Posts: n/a

 
      09-15-2011, 07:53 PM
I was pinging some host from my computer connected to a wireless
network, and I noticed this:

64 bytes from 8.8.8.8: icmp_req=61 ttl=52 time=73.3 ms
64 bytes from 8.8.8.8: icmp_req=62 ttl=52 time=74.7 ms
64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=76.3 ms
64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=76.8 ms (DUP!)
64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=77.4 ms (DUP!)
64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=78.0 ms (DUP!)
64 bytes from 8.8.8.8: icmp_req=64 ttl=52 time=71.1 ms
64 bytes from 8.8.8.8: icmp_req=65 ttl=52 time=75.2 ms
64 bytes from 8.8.8.8: icmp_req=66 ttl=52 time=71.0 ms
64 bytes from 8.8.8.8: icmp_req=67 ttl=52 time=71.0 ms
64 bytes from 8.8.8.8: icmp_req=68 ttl=52 time=78.8 ms
64 bytes from 8.8.8.8: icmp_req=68 ttl=52 time=82.2 ms (DUP!)
64 bytes from 8.8.8.8: icmp_req=69 ttl=52 time=83.9 ms
64 bytes from 8.8.8.8: icmp_req=70 ttl=52 time=73.7 ms
64 bytes from 8.8.8.8: icmp_req=72 ttl=52 time=72.0 ms
64 bytes from 8.8.8.8: icmp_req=73 ttl=52 time=71.2 ms
64 bytes from 8.8.8.8: icmp_req=74 ttl=52 time=72.4 ms
64 bytes from 8.8.8.8: icmp_req=76 ttl=52 time=76.0 ms
64 bytes from 8.8.8.8: icmp_req=77 ttl=52 time=83.3 ms
64 bytes from 8.8.8.8: icmp_req=77 ttl=52 time=84.3 ms (DUP!)
64 bytes from 8.8.8.8: icmp_req=77 ttl=52 time=85.6 ms (DUP!)
64 bytes from 8.8.8.8: icmp_req=78 ttl=52 time=77.1 ms

Now my question is: even with a dodgy network connection, or one with
high latency, how is it possible that duplicate packets appear in ICMP?
My understanding of ICMP echo request/reply is that neither party ever
tries to resend a packet (and, I suppose, none of the intermediate
dvices). So while I understand how packets can be _missing_, where may
those duplicates be coming from? Thanks,

Posted using www.webuse.net
 
Reply With Quote
 
 
 
 
Robert
Guest
Posts: n/a

 
      09-16-2011, 09:58 AM
On Sep 15, 8:53*pm, "homer" <2556inva...@webuse.net> wrote:
> I was pinging some host from my computer connected to a wireless
> network, and I noticed this:
>
> 64 bytes from 8.8.8.8: icmp_req=61 ttl=52 time=73.3 ms
> 64 bytes from 8.8.8.8: icmp_req=62 ttl=52 time=74.7 ms
> 64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=76.3 ms
> 64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=76.8 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=77.4 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=78.0 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=64 ttl=52 time=71.1 ms
> 64 bytes from 8.8.8.8: icmp_req=65 ttl=52 time=75.2 ms
> 64 bytes from 8.8.8.8: icmp_req=66 ttl=52 time=71.0 ms
> 64 bytes from 8.8.8.8: icmp_req=67 ttl=52 time=71.0 ms
> 64 bytes from 8.8.8.8: icmp_req=68 ttl=52 time=78.8 ms
> 64 bytes from 8.8.8.8: icmp_req=68 ttl=52 time=82.2 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=69 ttl=52 time=83.9 ms
> 64 bytes from 8.8.8.8: icmp_req=70 ttl=52 time=73.7 ms
> 64 bytes from 8.8.8.8: icmp_req=72 ttl=52 time=72.0 ms
> 64 bytes from 8.8.8.8: icmp_req=73 ttl=52 time=71.2 ms
> 64 bytes from 8.8.8.8: icmp_req=74 ttl=52 time=72.4 ms
> 64 bytes from 8.8.8.8: icmp_req=76 ttl=52 time=76.0 ms
> 64 bytes from 8.8.8.8: icmp_req=77 ttl=52 time=83.3 ms
> 64 bytes from 8.8.8.8: icmp_req=77 ttl=52 time=84.3 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=77 ttl=52 time=85.6 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=78 ttl=52 time=77.1 ms
>
> Now my question is: even with a dodgy network connection, or one with
> high latency, how is it possible that duplicate packets appear in ICMP?
> My understanding of ICMP echo request/reply is that neither party ever
> tries to resend a packet (and, I suppose, none of the intermediate
> dvices). So while I understand how packets can be _missing_, where may
> those duplicates be coming from? Thanks,
>
> Posted usingwww.webuse.net


Check if 2 hosts has the same IP which you are pinging. Around table
is a good place to start.
 
Reply With Quote
 
Karthik Bharadwaj
Guest
Posts: n/a

 
      09-16-2011, 09:23 PM
On 9/15/2011 1:53 PM, homer wrote:
> I was pinging some host from my computer connected to a wireless
> network, and I noticed this:
>
> 64 bytes from 8.8.8.8: icmp_req=61 ttl=52 time=73.3 ms
> 64 bytes from 8.8.8.8: icmp_req=62 ttl=52 time=74.7 ms
> 64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=76.3 ms
> 64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=76.8 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=77.4 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=63 ttl=52 time=78.0 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=64 ttl=52 time=71.1 ms
> 64 bytes from 8.8.8.8: icmp_req=65 ttl=52 time=75.2 ms
> 64 bytes from 8.8.8.8: icmp_req=66 ttl=52 time=71.0 ms
> 64 bytes from 8.8.8.8: icmp_req=67 ttl=52 time=71.0 ms
> 64 bytes from 8.8.8.8: icmp_req=68 ttl=52 time=78.8 ms
> 64 bytes from 8.8.8.8: icmp_req=68 ttl=52 time=82.2 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=69 ttl=52 time=83.9 ms
> 64 bytes from 8.8.8.8: icmp_req=70 ttl=52 time=73.7 ms
> 64 bytes from 8.8.8.8: icmp_req=72 ttl=52 time=72.0 ms
> 64 bytes from 8.8.8.8: icmp_req=73 ttl=52 time=71.2 ms
> 64 bytes from 8.8.8.8: icmp_req=74 ttl=52 time=72.4 ms
> 64 bytes from 8.8.8.8: icmp_req=76 ttl=52 time=76.0 ms
> 64 bytes from 8.8.8.8: icmp_req=77 ttl=52 time=83.3 ms
> 64 bytes from 8.8.8.8: icmp_req=77 ttl=52 time=84.3 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=77 ttl=52 time=85.6 ms (DUP!)
> 64 bytes from 8.8.8.8: icmp_req=78 ttl=52 time=77.1 ms
>
> Now my question is: even with a dodgy network connection, or one with
> high latency, how is it possible that duplicate packets appear in ICMP?
> My understanding of ICMP echo request/reply is that neither party ever
> tries to resend a packet (and, I suppose, none of the intermediate
> dvices). So while I understand how packets can be _missing_, where may
> those duplicates be coming from? Thanks,
>
> Posted using www.webuse.net


There is a possibility of a bug in the firmware.. This could be a driver
issue.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
duplicate multicast packets jonmcallister17@gmail.com Linux Networking 0 11-20-2008 06:20 PM
Duplicate packets on wireless lan with D-Link repeater Chioke Jaffree Home Networking 0 10-04-2004 03:31 AM
Duplicate packets with repeater Chioke Jaffree Wireless Internet 0 09-20-2004 06:31 PM
ping and qdisc: large packets blocked Andreas Just Linux Networking 0 08-01-2004 09:08 AM
Duplicate packets b/w nodes Elliot English Wireless Internet 2 07-13-2004 03:20 PM



1 2 3 4 5 6 7 8 9 10 11