When I visit pingtest.net, my ping is about 33ms, whereas on my PC (when I choose the same server), it is around 10ms. Why does my Mac have higher ping than my PC when I visit pingtest.net?
When I visit pingtest.net, my ping is about 33ms, whereas on my PC (when I choose the same server), it is around 10ms. Why does my Mac have higher ping than my PC when I visit pingtest.net?
First, the obvious:
Are both using a hard line to the router with no intermediate steps?
wirelessly
That's already introducing far too many variables.. distance to router, wall interference, number of electronics surrounding each computer, frequency connected on (since it's dual band), nearest neighbor's network, cordless telephone frequency (for your phones and your neighbors), etc. etc. etc.
If you suspect there's something specific in the way OS X is handling packets, you can test it by going into bootcamp and checking how Windows does on the same hardware and environment. But I don't think there's anything to learn from 2 different computers wirelessly connected.
If, theoretically, I got the same results by plugging them in to the router, what could it mean?
If, theoretically, I got the same results by plugging them in to the router, what could it mean?
Testing with the same OS would be the best way to be sure, but it could point to a lower quality network interface controller. Some are more likely to introduce "lag" than others.
33ms isn't a bad result though.
Here's something I found amusing: When I ran pingtest on my iMac, I got 33ms back, but when I ran speedtest, it gave me a ping of 12ms. So it could be something as silly has how pingtest is written and performs in Safari.
-@hubble:~$ ping google.com
PING google.com (74.125.224.228) 56(84) bytes of data.
64 bytes from lax04s08-in-f4.1e100.net (74.125.224.228): icmp_req=1 ttl=55 time=26.1 ms
64 bytes from lax04s08-in-f4.1e100.net (74.125.224.228): icmp_req=2 ttl=55 time=24.8 ms
64 bytes from lax04s08-in-f4.1e100.net (74.125.224.228): icmp_req=3 ttl=55 time=29.4 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 24.862/26.831/29.495/1.954 ms
opsek:Downloads x$ ping google.com
PING google.com (74.125.224.228): 56 data bytes
64 bytes from 74.125.224.228: icmp_seq=0 ttl=55 time=24.910 ms
64 bytes from 74.125.224.228: icmp_seq=1 ttl=55 time=27.262 ms
64 bytes from 74.125.224.228: icmp_seq=2 ttl=55 time=27.867 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 24.910/26.680/27.867/1.275 ms
C:\Users\tune>ping 74.125.224.228
Pinging 74.125.224.228 with 32 bytes of data:
Reply from 74.125.224.228: bytes=32 time=25ms TTL=127
Reply from 74.125.224.228: bytes=32 time=32ms TTL=127
Reply from 74.125.224.228: bytes=32 time=25ms TTL=127
Reply from 74.125.224.228: bytes=32 time=41ms TTL=127
Ping statistics for 74.125.224.228:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 25ms, Maximum = 41ms, Average = 30ms