Anti-Trend
Nonconformist Geek
No dude, the CPU doesn't broadcast a radio signal at 2.4GHz, I promise. It just happens to strobe at that frequency. :)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
No dude, the CPU doesn't broadcast a radio signal at 2.4GHz, I promise. It just happens to strobe at that frequency. :)
apologies, i'll monitor the post, and leave you in AT's capable handsThat's only in reference to radio frequency radiation bands. Whilst Hertz are indeed used to measure radio frequency, Hertz is just the same measurement name for a different thing when it comes to CPU's.
i misread wiki then :doh:No dude, the CPU doesn't broadcast a radio signal at 2.4GHz, I promise. It just happens to strobe at that frequency. :)
i know i said i'd leave it to AT, but i can't stop myself, as AT suggested "network stack" i wondered if you reset the network stack with WinSockFix does it work ?AT said:network stack
ipconfig /renew
then your stack is probably corrupt...an operation was attempted on something that is not a socket....
"Network stack" is just an an easy way to say "all the bits of the operating system that allow it to talk to other computers". In the case of Windows, this of course includes winsock, etc. And he's already reinstalled the OS, so while malware is still a possibility (as it must always be when dealing with MS products), it's unlikely to be the culprit in this case.... if the returned message is something likethen your stack is probably corrupt...
Edit: or it could be a corrupt WINSOCK2
DNS and ping times are completely unrelated; DNS cannot affect ping times whatsoever. DNS is Domain Name System, meaning resolving domain names to IP addresses. That's really all it does. So while a slow DNS server can make surfing seem slow (while you wait to resolve hostnames to IPs so you can connet to the IP), once you have the IP the connection happens at the IP level and DNS is no longer involved. Same with ICMP echo requests, i.e. "ping". If you ping a host by name rather than IP, a DNS lookup must take place before you can actually ping it; you have to get its IP. Once your host knows the address, the connection happens over IP, so DNS doesn't affect ping times. If you can't resolve a host though due to DNS problems, obviously you can't ping a host by its domain name, since your system can't lookup its IP to ping it in the first place. I hope this clears things up rather than making it seem more confusing. :OFigures it's a DNS thing. During the time I changed my DNS servers to those belonging to Pipex, the problem didn't happen. I thought I'd give OpenDNS a try as my colleague mentioned ping response times got a lot lower for him, but after a while ping response times reached an all-time high for me, so I just thought I'd set my DNS as Automatic again, which fixed the slow ping response times.
Yeah, that could be. If you have more than one DNS server defined and one fails, it will try the next and the next until you get resolution. If connectivity with more than one fails at once, Windows inparticular seems to have problems with name resolution until the local DNS cache is flushed. If you see the issue again, try running the following command:Now the problem has just ocurred again, about half an hour ago. However, a DNS change (to 4.2.2.1) has made everything work fine again - perhaps it's a problem with one or more of my ISP's nameservers (the ones used when automatic is selected)?
ipconfig /flushdns
I haven't looked over the TCP dump yet, but the fact that you can ping IPs but not do name resolution indicates a DNS problem all right!Do the logs confirm the DNS problem? Or is there something I'm not seeing which could point to something else being the issue?
The logs confirm.... that you didn't do a proper packet capture! :( There isn't much there for me to see; this is a very basic capture in plain text format.Do the logs confirm the DNS problem? Or is there something I'm not seeing which could point to something else being the issue?