<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; connection limit</title> <atom:link href="http://www.ghacks.net/tag/connection-limit/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>A Reliable Broadband Speed Test</title><link>http://www.ghacks.net/2008/09/11/a-reliable-broadband-speed-test/</link> <comments>http://www.ghacks.net/2008/09/11/a-reliable-broadband-speed-test/#comments</comments> <pubDate>Thu, 11 Sep 2008 08:52:25 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[broadband]]></category> <category><![CDATA[connection limit]]></category> <category><![CDATA[internet provider]]></category> <category><![CDATA[internet speed]]></category> <category><![CDATA[maximum connections]]></category> <category><![CDATA[ping]]></category> <category><![CDATA[speed test]]></category> <category><![CDATA[speed.io]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6927</guid> <description><![CDATA[One of the first things that users do when they get a broadband Internet connection is to visit so called speed tests on the Internet that measure the upload and download speed of a connection. This is great for bragging rights but also a good way to check if the advertised speeds are the real [...]]]></description> <content:encoded><![CDATA[<p>One of the first things that users do when they get a broadband Internet connection is to visit so called speed tests on the Internet that measure the upload and download speed of a connection. This is great for bragging rights but also a good way to check if the advertised speeds are the real speeds. Most Internet providers tend to use phrases like &#8220;up to&#8221; to advertise their Internet connections.</p><p>One major problem is the reliability of those speed tests on the Internet. Some show lower speeds even if the Internet connection is able to handle faster speeds. This can be due to server capacities at the speed test host, the location of the servers in the world or general routing problems that affect the measured speed.</p><p><a
href="http://www.speed.io/index_en.html">Speed.io</a> is the first <a
href="http://www.connectedinternet.co.uk/2005/03/21/broadband-speed-test/">broadband speed test</a> on the Internet that measured the speed of an Internet connection correctly. Every other speed test was usually missing a few thousand Kbits. The service measures the download and upload speed, the maximum number of connections and the response time of the Internet connection.</p><p><span
id="more-6927"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/09/broadband_speed_test-500x435.jpg" alt="broadband speed test" title="broadband speed test" width="500" height="435" class="alignnone size-medium wp-image-6928" /></p><p>The download speed test result was 14806 Kbit and the result of the upload speed test was 990 Kbit which comes close to the maximum capacities of the 16 Mbit / 1 Mbit advertised speed of the Internet provider.</p><p>The developers of Speed.io claim to utilize 50.000 servers world wide for their speed tests which seems an awful lot but would be an incredible infrastructure if this was the case. Still, it does not really matter if they have 1 or 50K servers as long as the speed tests are accurate.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/09/11/a-reliable-broadband-speed-test/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>EventID 4226: TCP/IP has reached the security limit</title><link>http://www.ghacks.net/2007/10/24/eventid-4226-tcpip-has-reached-the-security-limit/</link> <comments>http://www.ghacks.net/2007/10/24/eventid-4226-tcpip-has-reached-the-security-limit/#comments</comments> <pubDate>Wed, 24 Oct 2007 08:14:42 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[P2p]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[connection limit]]></category> <category><![CDATA[file-sharing]]></category> <category><![CDATA[half-open]]></category> <category><![CDATA[tcp/ip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/10/24/eventid-4226-tcpip-has-reached-the-security-limit/</guid> <description><![CDATA[Windows XP with Service Pack 2 and Windows Vista have both a TCP/IP connection limit that limits the half-open connections of the system. If that limit is reached a new entry in the Event Viewer is created stating "EventID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts.".]]></description> <content:encoded><![CDATA[<p>Windows XP with Service Pack 2 and Windows Vista have both a TCP/IP connection limit that limits the half-open connections of the system. If that limit is reached a new entry in the Event Viewer is created stating &#8220;EventID 4226: TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts.&#8221;.</p><p>It is not absolutely clear to me why Microsoft did set the limitation, some possible reasons could be to prevent worms and other malicious scripts from spreading to fast or to limit filesharing. Users will most likely notice that something is wrong when running P2P clients, slow downloads and timeouts are indicators that the limit is set.</p><p>Thankfully a solution exists that can patch the file tcpip.sys and remove the security limit. To do that you need to download the file Vista TCP Patch, open an elevated command prompt with administrator rights and enter the following command. <code>VistaTcpPatch /n X</code> with X being the maximum amount of half-open connections allowed on that system.</p><p><span
id="more-2167"></span>The computer needs to be restarted afterwards. Some users reported that they needed to execute Vista TCP Patch from the \Windows\System32\ folder to make it work.</p><p>Windows XP users can download and run the software EventID 4226 Patcher Version 2.23d instead which basically does the same thing but sets the limit to 50 half-open connections.</p><p>Vista TCP Patch (for Windows Vista)<br
/> <a
href="http://www.lvllord.de/?lang=en&#038;url=downloads">EventID 4226 Patcher Version 2.23d</a> (for Windows XP)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/10/24/eventid-4226-tcpip-has-reached-the-security-limit/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> </channel> </rss>
