<?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>MakeUseOf.com &#187; connection settings</title>
	<atom:link href="http://www.makeuseof.com/tags/connection-settings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Tue, 24 Nov 2009 00:55:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Technology Explained: Open Router Ports &amp; Their Security Implications</title>
		<link>http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/</link>
		<comments>http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 12:01:07 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[technology explained]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=29192</guid>
		<description><![CDATA[An open router port is the term used to refer to a virtual door allowing specific data in or out of  your router. One example of a port is the most popular port 80. Port 80 is used for HTTP or Web traffic. If port 80 is closed outbound for your computer, then you would [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://www.makeuseof.com/wp-content/uploads/2009/11/PortHead.png" alt="how to open ports" vspace="5" width="125" height="102" align="left" />An open router port is the term used to refer to a virtual door allowing specific data in or out of  your router. One example of a port is the most popular port 80. Port 80 is used for HTTP or Web traffic. If port 80 is closed outbound for your computer, then you would not be able to get to the Internet. Think of a port as a door. And the door has rules that let people through one way, both ways or prohibits them from passing through.</p>
<blockquote><p><em>According to <a href="http://en.wikipedia.org/wiki/Computer_port_%28software%29">Wikipedia</a>:  A <strong>software port</strong> (usually just called a &#8216;port&#8217;) is a virtual/logical data connection that can be used by programs to exchange data directly, instead of going through a file or other temporary storage location. The most common of these are <a title="TCP and UDP port" href="http://en.wikipedia.org/wiki/TCP_and_UDP_port">TCP and UDP ports</a>, which are used to exchange data between computers on the Internet.</em></p></blockquote>
<p>Most people know what FTP is. FTP is the File Transfer Protocol. It is designated to run on port 21.</p>
<p>Now let&#8217;s think about this. If you want to have a FTP server on your computer that is accessible to the outside world you will need to open port 21 on your router or firewall.   Bittorrent Client Azerus uses inbound and outbound ports 6881-6889 below is how I opened them on my Dlink router.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/port1.png" alt="what are router ports" width="565" height="401" /></p>
<p>To open a port on your network you would log into your router or firewall.  You will need this IP address and username/password to connect. Once you are in, you would look for the firewall portion of your interface. If this is over your head, go to <a href="http://portforward.com/">Port Forward</a> and they will walk you through it. All you need is your router&#8217;s make and model. Your firewall or router might call it Applications, Rules , Virtual Servers or Firewall rules.</p>
<p><span id="more-29192"></span><br />
Over the years more and more applications function over the Internet or network. About 7 years ago I needed to open ports on my Linksys router and it was not easy. It was confusing to me and at the time I was opening ports left and right on Cisco PIX firewalls and manually creating incoming and outgoing rules. To see all computers that are connected to your computer and the ports they are connected to go to the command prompt and type <em>Netstat -a</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/port2.png" alt="how to open router ports" width="565" height="581" /></p>
<p>The third and forth columns are what we are looking at. The third column has the address of the machine that is connected to your machine then there is a colon and the port number this machine has connected or is trying to connect on. The last column states either Listening or Established. Listening means the port is open and waiting and Established means that the machine is connected.</p>
<p>The reason that the manufacturers made it so difficult to open ports was security concerns. By opening ports on your router you are essentially unlocking a window or door to your home. The bad guys might not know it is unlocked but by trying it, they might figure it out.</p>
<p>To give you an example of how opening ports can harm you, I will share with you my first time I got hacked. It was not a proud moment. It was humbling and an eye opener. I came home from work to check why I could not get to my FTP on my home computer from work. My machine was on and it looked like the hard drive was going crazy. Once I logged on to the machine I saw that my free space was at less than 1% and my machine was crawling due to no free space issues.</p>
<p>Apparently someone used my open port 21 to gain access to my IIS based FTP server and upload crap loads of porn. I quickly took my machine offline and checking the log files, was going in and out of the machine all day and night with a new user set up.</p>
<p>By opening port 21 there was a way into my machine and using some exploit they took it over. I saw that the hackers were connecting from specific IP addresses -  I blocked those in my router and then I modified my rules.</p>
<p>All my rules now have source IP addresses, No longer will I open a port to everyone &#8211; I will add my office IP address and work around that. Another nifty tip is to use different port numbers than the usual ports. When I say usual ports I mean port 80 is normally used to access the web but you can change the port your webserver uses to 8888 via IIS. They you would need to type in <em>http://www.yoururl.com:8888</em> if the user did not know the port they could not find the website.</p>
<p>I used 3737 for FTP for a while. The reason this helps is that hackers scan networks for open ports. Port scanning takes time and so they scan for ports like 21,22,80,8080 and other commonly used ports. If you are able to change your ports do so. In this instance I then accessed my FTP site using my IP and the port like so:</p>
<p><a href="ftp://172.23.33.211:3737">ftp://172.23.33.211:3737</a> (that is a fake IP address for you hackers out there!)</p>
<p>Most FTP clients allow you to change the port your client connects with as well. You can use a free port scanner from an outside computer like <a title="http://www.nsauditor.com/network_tools/free_port_scanner.html" href="http://www.nsauditor.com/network_tools/free_port_scanner.html">this one</a> or you can use a service like <a title="http://www.canyouseeme.org/" href="http://www.canyouseeme.org/">Can You See Me</a> to scan individual ports.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://www.makeuseof.com/wp-content/uploads/2009/11/image4.png" border="0" alt="how to open router ports" width="304" height="296" /></p>
<p>The external website is a better test as it shows what is open from the outside in.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://www.makeuseof.com/wp-content/uploads/2009/11/portScan.png" border="0" alt="how to open ports" width="569" height="424" /></p>
<p>One you confirm that you have ports open that you want to close you will need to go to your router and find the rules and delete them or you can turn on your Windows Firewall from your services manager. For total control download <a href="http://www.zonealarm.com/security/en-us/home.htm?lid=en-us">Zone Alarm’s free offering</a>. The firewall will provide you with protection from threats inside and outside your network.</p>
<p>How do you safely open ports and protect yourself from threats? Share your opinions with us in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/" title="How To Secure Your D-Link Wireless Router (November 9, 2009)">How To Secure Your D-Link Wireless Router</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/what-to-do-when-you-get-a-copyright-infringement-notice/" title="What To Do When You Get A Copyright Infringement Notice from ISP (November 23, 2009)">What To Do When You Get A Copyright Infringement Notice from ISP</a> (2)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-understanding-speed-the-internet/" title="Technology Explained: Understanding The Internet Speed (October 7, 2009)">Technology Explained: Understanding The Internet Speed</a> (29)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-how-does-satellite-internet-work/" title="Technology Explained: How Satellite Internet Works? (July 28, 2009)">Technology Explained: How Satellite Internet Works?</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-how-does-a-router-work/" title="Technology Explained: How Does a Router Work? (October 10, 2009)">Technology Explained: How Does a Router Work?</a> (33)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Secure Your D-Link Wireless Router</title>
		<link>http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/</link>
		<comments>http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:01:10 +0000</pubDate>
		<dc:creator>Susan Linton</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=28222</guid>
		<description><![CDATA[Security is probably the most important aspect of any computing experience and probably one of the most neglected.  With security measures, like many things, one can go as deep as they want to go but a little effort to employ the basics can go a long way.  While it is said that locks are only [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/11/dlink-dgl4500.jpg" alt="dlink-dgl4500" vspace="5" align="left" />Security is probably the most important aspect of any computing experience and probably one of the most neglected.  With security measures, like many things, one can go as deep as they want to go but a little effort to employ the basics can go a long way.  While it is said that locks are only for honest people, you wouldn&#8217;t go to bed without locking your door.  Let&#8217;s lock your door and show you how to secure a D-link wireless Router.</p>
<h3><strong>General Networking With D-Link Wireless Routers</strong></h3>
<p>After connecting your D-Link wireless router and opening the start page in your browser, you&#8217;ll see a login screen. All of these routers come with a default password or no password at all. The first thing you&#8217;ll want to do is set one in order to guard against local and possible neighborhood intrusion. While this measure seems a given, many may be tempted to skip this step for convenience. The administrator password is your first line of defense.</p>
<p><span id="more-28222"></span></p>
<p>Next you&#8217;ll configure your network settings according to your connection, hardware, and purpose of the router.  In addition, the option to configure remote management is offered so you can access your router from outside your local network. It is not advised to allow this unless necessary as individual internet addresses can be spoofed and leaves your network another opening for intrusion. In the advanced settings of the network there&#8217;s a tickbox for enabling WAN (from the internet) pings. Leave this unchecked so that your router will not answer pings confirming its existence.</p>
<h3><strong>Wireless Settings</strong></h3>
<p>The most important part is under the <em>Wireless Settings</em>. Here you will secure your router connections. The first thing one might want to do is change the default name because most routers ship with their brand name as the default SSID, or broadcast name. While this doesn&#8217;t help a whole lot if it&#8217;s broadcast across the neighborhood, at least it will hide your brand making it a bit harder to crack.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/sl_dlink_security.png" alt="how to secure a d link router" width="570" height="276" /></p>
<p>Next is the <em>Enable Extended Range Mode</em>. Do not enable this unless your equipment is indeed in a large building. There&#8217;s no sense in creating a larger circle of coverage to encompass even more neighborhood hackers than is necessary. Most average sized homes and small business settings will not require this option to be turned on. Along these same lines, it&#8217;s not recommended that one exchange the factory antenna for a high-range aftermarket replacement for the same reason. If your wireless network card in your computer supports 802.11g, then perhaps you might want to tick the 802.11g checkbox, perhaps excluding some who may not have the latest equipment.</p>
<p>Hiding your SSID aids in security by not announcing its existence. This way only those who know your SSID will be able to use it. While some experienced hackers may own tools to detect your router regardless, it will guard against some. In and of itself hiding the SSID isn&#8217;t a strong security measure, but coupled with others decreases your chances of falling victim.</p>
<p>The most important part of securing your router is the <em>Security Mode</em>. Here you will enable encryption and require a password to connect.  With most modern routers you have several choices ranging from the least secure to more so. Leaving this disabled allows your information to soar across the air unencrypted inviting others to capture and read it, including credit card numbers, passwords, and private conversations as well as allowing connections from outsiders at will.</p>
<p>WEP, or <em>Wired Equivalent Privacy</em>, provides a modicum of protection better than nothing, but its algorithms were cracked many years ago and anyone with the tools to pull in your transmissions will certainly have these basic conversion tools as well. WPA (version 1), or <em>Wi-Fi Protected Access</em>, was created in answer to the WEP failings, however, it too was cracked several years ago. Again, it&#8217;s better than nothing and will keep regular freeloading neighbors from using your connection, but WPA2 is even better. Most modern computer networking cards support this newer encryption standard, but some slightly older equipment may not. If your computer supports WPA2, then that&#8217;s your choice.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/11/sl_dlink_security2.png" alt="d link wireless routers" width="570" height="360" /></p>
<p>After choosing WPA or WPA2, you also have the choice of TKIP (<em>Temporal Key Integrity Protocol</em>) or AES (<em>Advanced Encryption Standard</em>) based algorithms. Again, TKIP is the older less secure method and most computers and software support AES, so choose that. Then you have the further choice of PSK (pre-shared key) or EAP (<em>Extensible Authentication Protocol</em>). PSK is the type in which you have to set up your password on each device before encryption begins, so there is a chance someone could have gleaned that information during that process. EAP is more secure but encompasses many different methods and can require specialized software matching the methods of your particular router model. Many businesses use the latter for its increased security, but most home users choose the prior.  Be sure to pick a strong password with upper and lower case letters as well as numbers and even special characters.</p>
<p>One last element is the toggle to enable or disable accessing the configuration over wireless. If your D-Link model has this option it is recommended to use it. This way one would need physical access with a RJ-45 cable to try and guess or crack your password to change settings or invade your local network.</p>
<p>While nothing in the computer world is completely safe, things can be made reasonably so. By implementing these simple measures your local and wireless network is much more secure. Along with continued diligence in monitoring activity, your door is safely locked against many would-be intruders.</p>
<p>There were a couple of other related posts on MakeUseOf before:</p>
<p>- <a href="http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/">How To Set Up Your Own Secured Wi-Fi Hotspot</a><br />
- <a href="http://www.makeuseof.com/tag/secure-your-wireless-network-here-is-why-and-how/">How To Secure Your Wireless Network Connection</a></p>
<p>Please share your comments below. If you have other suggestions on how to secure a D-link router we would like to hear them as well.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/what-to-do-when-you-get-a-copyright-infringement-notice/" title="What To Do When You Get A Copyright Infringement Notice from ISP (November 23, 2009)">What To Do When You Get A Copyright Infringement Notice from ISP</a> (2)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/" title="Technology Explained: Open Router Ports &#038; Their Security Implications (November 18, 2009)">Technology Explained: Open Router Ports &#038; Their Security Implications</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-troubleshoot-weak-wireless-connections/" title="How To Troubleshoot Weak Wireless Connections (October 31, 2009)">How To Troubleshoot Weak Wireless Connections</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/" title="How To Share The Internet Connection Between Mac and PC (September 25, 2009)">How To Share The Internet Connection Between Mac and PC</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/" title="How To Set Up Your Own Secured Wi-Fi Hotspot (June 14, 2009)">How To Set Up Your Own Secured Wi-Fi Hotspot</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Top 5 Vista Tweaks to Increase Internet Speed</title>
		<link>http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/</link>
		<comments>http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 18:01:07 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[internet speed]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[speedup]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26008</guid>
		<description><![CDATA[They say that life&#8217;s most difficult tribulations also result in the greatest insights and wisdom once you&#8217;re through it. Let&#8217;s just say that purchasing a brand new laptop with Vista installed on it was one of my greatest tribulations to date.
So I&#8217;m taking this opportunity to share the wisdom that I&#8217;ve gained from that experience [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" title="speeding" src="http://www.makeuseof.com/wp-content/uploads/2009/10/speeding.jpg" alt="speeding" vspace="5" align="left" />They say that life&#8217;s most difficult tribulations also result in the greatest insights and wisdom once you&#8217;re through it. Let&#8217;s just say that purchasing a brand new laptop with Vista installed on it was one of my greatest tribulations to date.</p>
<p>So I&#8217;m taking this opportunity to share the wisdom that I&#8217;ve gained from that experience so that, possibly, I can save the next poor soul the trouble and heartache that I had to suffer through.</p>
<p>Am I being over-dramatic? Maybe. But what you have to understand is that at the very center of my livelihood is the Internet. I earn income, learn and unwind all on the Internet. When I lose that connection to the virtual world &#8211; I&#8217;m not a happy camper.</p>
<p>Rewind several months to the day when I purchased a new, shiny Sony Vaio laptop. I brought it home, excitedly opened up the box and turned it on, expecting the brand new laptop with a build-in wireless ethernet card to instantly sense my home network and connect almost completely automatically. Unfortunately, it sensed nothing. Many hours later, after an unmentionable amount of coffee consumed, I finally had my new Vista laptop on the Internet and screaming.</p>
<p>To save MUO readers out there who find themselves in this situation countless hours of aggravation, I&#8217;d like to offer the most important lessons I learned about Vista during this ordeal. Earlier, Aseem offered applications you can install that will <a href="http://www.makeuseof.com/tag/6-free-windows-vista-utilities-to-tweak-and-improve-computer-performance/">improve your PC performance</a>. However, I&#8217;d like to present the top five ways you can tweak Vista itself to get your Internet connection working, <em>and increase</em> your overall Internet speed.</p>
<p><span id="more-26008"></span></p>
<h3><strong>The Most Important Vista Internet Speed Tweaks &#8211; Once You Can Connect</strong></h3>
<p>New technology is fabulous when it works, but I was quite disgusted to learn that Microsoft implemented IPv6 on Vista and upon install it is set as the default. The silly part is that it simply doesn&#8217;t work well with devices that still utilize the IPv4 protocol &#8211; and to assume that most home networks are fully upgraded to the IPv6 protocol is a faulty approach to setting defaults.</p>
<p>Many people upgrade their PCs and laptops long before they consider replacing that old outdated router that&#8217;s been sitting in the basement for five years and still works perfectly. So, when they bring home that shiny new laptop with Vista installed, guess what &#8211; the laptop and the router simply refuse to talk.</p>
<p>So, if you&#8217;re unlucky enough to find yourself in this situation &#8211; the very first thing you should do before we can even get started <em>speeding up </em>the Internet, is to disable IPv6 so that you can at least <em>get on</em> the Internet in the first place. Here&#8217;s how it works.</p>
<p>First, go to <em>Start -&gt; Network -&gt; Network and Sharing Center</em>, and then click on &#8220;<em>Manage Network Connections</em>.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26009" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak1.jpg" alt="vista internet speed tweaks" width="474" height="247" /></p>
<p style="text-align: left;">In this screen, you&#8217;ll likely have a wireless connection displaying that it can&#8217;t connect to any network. Right-click on that icon and select &#8220;Properties.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26010" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak2.jpg" alt="vista internet speed tweaks" width="371" height="380" /></p>
<p>You&#8217;ll discover both IPv6 and IPv4 enabled. Go ahead and uncheck the box for IPv6 and click &#8220;OK.&#8221; You&#8217;ll need to reboot your computer, but afterwards if the protocol incompatibility was your problem (and it very likely was), you&#8217;ll find that your computer can now communicate fine with the router. Maybe. There is one other complication Microsoft introduced into Vista just to encourage you that much more to upgrade your router &#8211; it&#8217;s something called &#8220;autotuning,&#8221; and it&#8217;s also the next Vista tweak.</p>
<h3><strong>Vista Connection Tweak #2 &#8211; Autotuning</strong></h3>
<p>This is another case where the cutting edge technological advances being enabled on Microsoft&#8217;s operating system by default is a recipe for disaster for users who have older networks and older network devices (specifically older routers). Vista comes installed and enabled with something called &#8220;<em>Receive Window Auto-Tuning</em>.&#8221;</p>
<p>On advanced networks, it&#8217;s actually a pretty cool technology where the transfer of data is monitored and Vista automatically &#8220;tunes&#8221; the TCP window field to optimize packet transfer. Older routers simply do not &#8220;play nice&#8221; when it comes to that kind of window resizing. This spells trouble for home users who don&#8217;t know the difference between a packet of data and a packet of sugar. What was Microsoft thinking?</p>
<p>Luckily &#8211; there&#8217;s a way for you, the home user, to turn this default feature off as well. First, click on &#8220;<em>Start</em>&#8221; and type &#8220;<em>cmd</em>&#8221; and right-click on the command icon. You&#8217;ll see the following window.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26011" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak3.jpg" alt="tweak vista internet speed" width="345" height="387" /></p>
<p>Click on &#8220;<em>Run as Administrator</em>.&#8221;  Then, in the command box, type &#8220;<em>netsh interface tcp set global autotuning=disabled</em>&#8221; which will disable autotuning.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak4.jpg" alt="vista speed tips" width="567" height="246" /></p>
<p>Now that you&#8217;ve got your new Vista finally communicating with your router (hopefully), you&#8217;re ready to tweak Vista even more in order to dramatically boost the Internet speed.</p>
<h3><strong>Vista Tweak #3 To Increase Internet Speed &#8211; Take Back Your Bandwidth</strong></h3>
<p>Another unnecessary default setting that Vista (and actually XP as well) comes with is a 20% &#8220;reserve&#8221; of your available bandwidth in order to accommodate certain applications like Windows Update. This tweak is a pretty common one most old-school users of XP already know &#8211; it&#8217;s not at all detrimental and you can immediately gain 20% of your bandwidth back, increasing Internet performance significantly.</p>
<p>This is called the QoS Reserve Bandwidth Limit, and to reduce this on any version of Vista you need to edit the registry.</p>
<p>Go to Start and type &#8220;<em>regedit</em>&#8220;. You may have to deal with the UAC, unless you&#8217;ve read Sharninder&#8217;s advice on <a href="http://www.makeuseof.com/tag/4-tips-to-speed-up-your-windows-vista-pc/">how to speed up your Vista</a> by turning it off! In Regedit, navigate to &#8220;<em>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows</em>&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26013" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak5.jpg" alt="vista speed tips" width="544" height="384" /></p>
<p>Right-click on Windows and create a new key called &#8220;<em>Psched</em>&#8220;, then right click on the right and create a new &#8220;DWORD&#8221; entry. Name it &#8220;<em>NonBestEffortLimit</em>&#8221; and set the value to zero to disable reserve bandwidth.</p>
<h3><strong>Vista Tweak #4 &#8211; Modify Your Browser For Optimum Speed</strong></h3>
<p>Believe it or not, not only is your Vista operating system not configured by default to blaze the Internet as fast as possible, but neither is your Internet browser! These instructions include how to increase your browsing speed on Firefox and IE.</p>
<p>First, in Firefox type, &#8220;<em>about:config</em>&#8221; into the address bar (and ignore any warnings).  In the filter field, type &#8220;<em>network</em>&#8221; and scroll down to &#8220;<em>network.http.pipelining</em>&#8221; and set it to TRUE, and set &#8220;<em>network.http.pipelining.maxrequests</em>&#8221; from 4 to anything from 8 to 12.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26014" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak7.jpg" alt="vista speedup tips" width="478" height="204" /></p>
<p>I use Firefox almost exclusively, and this one change increased my page-load time by what felt like a factor of 50%. Of course, there&#8217;s a similar tweak for Internet Explorer as well, but you have to edit the registry. As before, go to <em>Start</em> and type &#8220;<em>regedit</em>.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26015" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak8.jpg" alt="speed up vista basic" width="527" height="363" /></p>
<p>Navigate to &#8220;<em>HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Internet Settings</em>&#8221; and find &#8220;<em>MaxConnectionsPer1_0Server</em>&#8221; and &#8220;<em>MaxConnectionsPerServer</em>.&#8221; Set these to at least 10, or a little higher if you would like. You should also see an increase in performance for IE after making this change as well.</p>
<h3><strong>Vista Tweak #5 &#8211; Increase DNS Cache</strong></h3>
<p>This tweak is one that anyone should do anyway, as it can significantly save time while surfing the web, especially if you tend to visit the same sites often. What the DNS cache does is store information retrieved from the nameservers (IP information) so that the next time you visit the same site, your browser doesn&#8217;t have to waste time retrieving the same information from the DNS servers.</p>
<p>You can optimize this by increasing the size of your DNS cache.  This is another registry edit &#8211; so go back in there (<em>Start</em> and type &#8220;<em>regedit</em>&#8220;) and navigate to &#8220;<em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters</em>&#8221; and then right click on the white space at the right and add four DWORD values: <em>CacheHashTableBucketSize, CacheHashTableSize, MaxCacheEntryTtlLimit</em> and <em>MaxSOACacheEntryTtlLimit</em>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-26016" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/10/tweak9.jpg" alt="speed up vista basic" width="566" height="255" /></p>
<p>After checking a list of sites for the optimum setting for these values, the consensus seems to be <em>decimal</em> settings of <em>CacheHashTableBucketSize</em> to 1, <em>CacheHashTableSize</em> to 384, <em>MaxCacheEntryTtlLimit</em> to 64000 and <em>MaxSOACacheEntryTtlLimit</em> to 301.Of course, instead of using those old DNS servers, why not use <a href="http://www.makeuseof.com/tag/how-to-get-the-most-out-of-opendns/">OpenDNS</a>?  When you&#8217;re done making all of the changes above, restart your computer and when it boots back up you&#8217;ll find yourself with a Vista PC that <em>screams</em> on the Internet.</p>
<p>Did these Vista tweaks increase your Internet speed? Do you know any other cool tweaks for Vista that work even better? Share your insight in the comments section below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/speed-up-the-shutdown-of-your-windows-system/" title="How To Speed Up The Shutdown Of Your Windows (October 18, 2008)">How To Speed Up The Shutdown Of Your Windows</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-your-windows-operating-system-with-xpy/" title="Tweak Your Windows Operating System With Xpy (October 4, 2008)">Tweak Your Windows Operating System With Xpy</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/6-free-windows-vista-utilities-to-tweak-and-improve-computer-performance/" title="6 Free Vista Utilities to Tweak and Improve Performance (November 21, 2007)">6 Free Vista Utilities to Tweak and Improve Performance</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/4-tips-to-speed-up-your-windows-vista-pc/" title="4 Tips to Speed Up Your Windows Vista PC (September 15, 2008)">4 Tips to Speed Up Your Windows Vista PC</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/10-ways-to-speed-up-torrent-downloads/" title="10 Ways To Speed Up Torrent Downloads (February 20, 2009)">10 Ways To Speed Up Torrent Downloads</a> (49)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/feed/</wfw:commentRss>
		<slash:comments>84</slash:comments>
		</item>
		<item>
		<title>How To Use Your GPRS Cell Phone As A Modem</title>
		<link>http://www.makeuseof.com/tag/how-to-use-your-gprs-cell-phone-as-a-modem/</link>
		<comments>http://www.makeuseof.com/tag/how-to-use-your-gprs-cell-phone-as-a-modem/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 20:01:56 +0000</pubDate>
		<dc:creator>Dean Sherwin</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[mobile browsing]]></category>
		<category><![CDATA[mobile tips]]></category>
		<category><![CDATA[modem]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25882</guid>
		<description><![CDATA[I would say that roughly 90% of my work is published online and all my work must be submitted by electronic means. Such is the way for millions of other freelancers, businessmen, consultants and footloose operators the world over. The internet has revolutionized how we work by making us available almost all of the time. [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/cellphone2.gif" alt="cellphone" vspace="5" align="left" />I would say that roughly 90% of my work is published online and all my work must be submitted by electronic means. Such is the way for millions of other freelancers, businessmen, consultants and footloose operators the world over. The internet has revolutionized how we work by making us available almost all of the time. This comes with a fatal flaw; the internet can fail.</p>
<p>Over the weekend, the modem provided by my ISP packed up. This is my first day being back to normal. However, I did manage to survive without my own internet connection. And no, I didn’t use someone else’s WiFi connection or scurry down to the local Starbucks. In this article I’m going to show you how to use your basic GPRS cell phone as a modem for your PC – and achieve fast speeds from it. I don’t mean a smart phone with 3G or anything of the sort – just any old cell phone from 2004 onwards.</p>
<p>The most basic way of doing this is to use the disc that came with your phone. My Samsung came with software for loading music and files as well as changing the phone’s settings. Look around on your phone&#8217;s software. See if you can find anything about ‘<em>Connections’, ‘Network’, ‘Modem’</em> or <em>‘Communications’</em>. If you do, there should be detailed instructions on how to use your cell phone as a modem. Mine was easy to set up, I just told it I lived in Ireland and it detected all of the necessary settings for me.</p>
<p><span id="more-25882"></span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Mobile-Modem-Samsung-studion-settings.png" alt="how to use cell phone as modem" width="324" height="457" /></p>
<p>However, what if your phone didn’t come with a CD, or there was nothing on the CD about turning your cell phone into a modem?</p>
<p>First, connect your phone to your PC using the USB cable (if one didn’t come with the phone there are loads for sale on eBay for many different makes and models of phones for low prices). You can also connect it via Bluetooth, however this will cause the final download speeds to be slower. Your computer should recognize that your phone has been connected to it and begin to install the ‘<em>Drivers</em>’. When this has finished, open the start menu and select ‘<em>Connect To</em>’. At the bottom of the window which opens opt to ‘<em>Create a new connection</em>’. Then select ‘<em>Create a Dial-Up Connection</em>’.</p>
<p>The window shown below will be displayed. For the phone number enter in *99# (this is a kind of universal GPRS number that your carrier will redirect). This will tell your phone to access its GPRS function.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Mobile-Modem-Set-up-connection.png" alt="how to use cell phone as wireless modem" width="570" height="450" /></p>
<p>For the username and password you’ll have to do some research on the internet. These are easily found by simply Googling ‘GPRS Setting for [<strong style="padding: 0px; margin: 0px;"><em style="padding: 0px; margin: 0px;">Network Name</em></strong>]‘ or ‘Wap Settings for [<em style="padding: 0px; margin: 0px;"><strong style="padding: 0px; margin: 0px;">Network Name</strong></em>]‘. I am on a network called Meteor so we’ll use them as an example for this article.</p>
<p>Username: my</p>
<p>Password: WAP</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/connect-to-a-network.png" alt="how to use mobile phone as modem" width="570" height="445" /></p>
<p>One you have done this, finish creating the connection. Then, select the connection from the ‘<em>Connect To</em>’ menu. When it asks for the username and password, enter in the ones appropriate for your network. This will then connect you to the internet.</p>
<p>Because mobile phone technology is at its height, you’ll get fast speeds, especially if you’re in the US. I had assumed that it would be slow like GPRS mobile internet it but this is only slow because of the phone’s browser’s limitations. Not the networks.</p>
<p>I easily checked e-mails, surfed the web and submitted work. Don’t get me wrong, you won’t exactly be <a href="http://www.makeuseof.com/tags/streaming/">streaming HD video</a> but it can be handy when your normal internet goes down. I found that loading complex pages such as makeuseof.com took around 10-12 seconds where as simple pages such as my blog or Twitter only took a couple of seconds.</p>
<p>As with all my articles that require the use of GPRS, I advise you to see if your network has unlimited access for a set fee or capped costs per day like mine does as overusing GPRS can be costly.</p>
<p>Have you done this with your phone? If so, what method does your phone use to connect to the net?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-laptop-wireless-internet-access-through-your-cellphone-windows/" title="How to Set Up Laptop Wireless Internet Access Through Your Cellphone [Windows] (August 6, 2009)">How to Set Up Laptop Wireless Internet Access Through Your Cellphone [Windows]</a> (36)</li>
	<li><a href="http://www.makeuseof.com/tag/easy-mobile-internet-plan-comparison-for-united-states/" title="Easy Mobile Internet Plan Comparison for United States (August 6, 2009)">Easy Mobile Internet Plan Comparison for United States</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/using-yahoo-go-to-stay-connected-on-your-mobile/" title="Using Yahoo Go to Stay Connected On Your Mobile (February 12, 2009)">Using Yahoo Go to Stay Connected On Your Mobile</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/tag-youre-it-embed-data-into-an-image-for-mobile-browsing/" title="How To Embed Data Into an Image for Mobile Users (February 27, 2009)">How To Embed Data Into an Image for Mobile Users</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-connect-your-psp-to-the-internet-nb/" title="How To Connect Your PSP To The Internet (September 6, 2009)">How To Connect Your PSP To The Internet</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-use-your-gprs-cell-phone-as-a-modem/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Share The Internet Connection Between Mac and PC</title>
		<link>http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/</link>
		<comments>http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 18:00:53 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[mac tips]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25520</guid>
		<description><![CDATA[Here&#8217;s the scenario that brought me to write this article: the ISP I&#8217;ve signed up with decided to temporarily block the internet connectivity in our area. Where I live, it&#8217;s actually possible &#8212; things like these do happen without reason. Because of that, Mark O&#8217;Neill suggested purchasing a UMTS device that would allow me to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/airport.png" align=left style="margin-right:20px" vspace=5>Here&#8217;s the scenario that brought me to write this article: the ISP I&#8217;ve signed up with decided to temporarily block the internet connectivity in our area. Where I live, it&#8217;s actually possible &#8212; things like these do happen without reason. Because of that, Mark O&#8217;Neill suggested purchasing a UMTS device that would allow me to go online just about anywhere with reception. So I did. It costed me quite a bit but I thought it would be worth the money.</p>
<p>Now, here&#8217;s the tricky part. In my home network, we have 2 Macs and one PC running on Windows XP. The UMTS device connects via USB. How do we decide who gets to use it? We put our thinking caps on and finally decided that it would be easier to share the internet connection using one of the Macs. I rolled up my sleeves and got to work.</p>
<p>Internet sharing between Macs is basically very easy but if you add a Windows PC into the mix, things get a little problematic. Sharing the internet connection between Mac and PC turned out to be harder than I thought. I&#8217;ll explain why in a minute. But first, let&#8217;s just assume that we only needed to share the connection between 2 (or more) Macs via AirPort (WiFi). It&#8217;s very simple.<br />
<span id="more-25520"></span></p>
<p>Open System Preferences and click on Sharing.</p>
<p>Before Internet Sharing can be enabled, you first have to configure the proper settings.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screen-shot-2009-09-24-at-6.14.19-PM.png" alt="share internet connection between mac and pc"></p>
<p>In the &#8216;Share your connection from&#8217; dropdown list, select the port that has internet connectivity. In the screenshot above, I have &#8220;Ethernet&#8221; selected when it actually should be USB &#8212; ignore that. Then select how you would like to share the connectivity. I chose AirPort so that I can share the connection with several other computers. Checking the box next to &#8216;AirPort&#8217; unbricks the &#8216;Airport options&#8217; button. </p>
<p>Click on that button and configure your network name and security options.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/Screen-shot-2009-09-24-at-6.14.15-PM.png" alt="share internet connection between mac pc"></p>
<p>Alright, here&#8217;s where the whole Windows and Mac concoction starts to rear its ugly head. Due to the different methods that the two operating systems deals with Hex encryption, the password you enter here will not be easily accepted by Windows. A Windows PC will be able to detect the wireless network but it will not be able to join.</p>
<p>Here&#8217;s the workaround. Select the 128-bit WEP encryption option and enter a 13-character password. Then, rename the network to something really short without spaces. When you&#8217;re done, hit OK.</p>
<p>Now you can check the box next to &#8216;Internet Sharing&#8217;. You may get a prompt to start AirPort, click Start. Right, the connection is shared. Macs detect the network automatically (and so will iPhones and iPod touches) and will connect to it as though it&#8217;s a regular router.</p>
<p>On the Windows PC, a little bit of manipulation is required. Turn on the wireless adapter and right-click on its taskbar icon to select &#8220;View available wireless networks&#8221;. In the subsequent window, click on &#8220;Change advanced settings&#8221;.</p>
<p>Click on the Wireless Networks tab and then click the &#8216;Add&#8217; button to add our shared network. </p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/windowsharing.PNG" alt="how to share internet connection between two computers"></p>
<p>Print the network name accurately, then set the network authentication to &#8216;Shared&#8217;, data encryption to &#8216;WEP&#8217;, uncheck the box next to &#8220;This key is provided for me automatically&#8221; and enter the 13-character password.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/windowsharing2.PNG" alt="how to share internet connection between two laptops"></p>
<p>Click on the Authentication tab and disable IEEE 802.1x authentication. Next, click on the Connection tab and make sure that it will connect when in range. Click OK and apply the settings.</p>
<p>It should now try to connect to the shared AirPort connection. Cross your fingers. This sort of busts the myth that <a href="http://www.makeuseof.com/tag/6-things-windows-users-should-know-before-switching-to-mac/">Macs and Windows won&#8217;t work well together</a>, doesn&#8217;t it?</p>
<p>I noted a few oddities during the whole procedure: 40-bit WEP encryption didn&#8217;t work when trying to share the internet connection between Macs and PC. The password was always incorrect. Then I changed it to 128-bit and everything was well. Also, the network name must not contain any spaces. The Windows PC wouldn&#8217;t connect to &#8220;Jackson Chung&#8217;s MacBook&#8221; but it connected with &#8220;jxn&#8221;.</p>
<p>How would you go about this procedure from a Window&#8217;s point of view? I would love to hear it. Tell me how &#8212; in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/" title="How To Secure Your D-Link Wireless Router (November 9, 2009)">How To Secure Your D-Link Wireless Router</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/" title="WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network (August 18, 2009)">WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-troubleshoot-weak-wireless-connections/" title="How To Troubleshoot Weak Wireless Connections (October 31, 2009)">How To Troubleshoot Weak Wireless Connections</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/" title="How To Set Up Your Own Secured Wi-Fi Hotspot (June 14, 2009)">How To Set Up Your Own Secured Wi-Fi Hotspot</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/8-tips-to-boost-the-signal-from-your-wireless-router/" title="8 Tips To Effectively Boost Your Wireless Router Signal (July 18, 2009)">8 Tips To Effectively Boost Your Wireless Router Signal</a> (70)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Connect Your PSP To The Internet</title>
		<link>http://www.makeuseof.com/tag/how-to-connect-your-psp-to-the-internet-nb/</link>
		<comments>http://www.makeuseof.com/tag/how-to-connect-your-psp-to-the-internet-nb/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 20:00:06 +0000</pubDate>
		<dc:creator>Dean Sherwin</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[gaming tools]]></category>
		<category><![CDATA[mobile browsing]]></category>
		<category><![CDATA[PSP]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24323</guid>
		<description><![CDATA[The PSP, while not the most successful handheld gaming device, does have the greatest multimedia capabilities such as playing films, listening to music and of course browsing full HTML internet. What I mean to say is that you can view web pages on your PSP just as you would on your PC.
Every PSP is built [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/PSP.jpg" alt="how to connect psp to internet" vspace="5" width="222" height="125" align="left" />The <a href="http://www.makeuseof.com/tags/psp/" target="_self">PSP</a>, while not the most successful handheld gaming device, does have the greatest multimedia capabilities such as playing films, listening to music and of course browsing full <a href="http://www.makeuseof.com/tag/7-cool-html-effects-that-anyone-can-add-to-their-website-nb/" target="_self">HTML</a> internet. What I mean to say is that you can view web pages on your PSP just as you would on your PC.</p>
<p>Every PSP is built by Sony with the capability to be connected to the internet. There is an inbuilt wireless receiver that picks up WiFi signals to transmit data, thus allowing you to browse. WiFi is extremely popular at present and chances are that where you’re sitting, you can pick up a WiFi signal – most likely the one coming from your home’s wireless router. For more information on setting up your home&#8217;s wireless network, read Tim&#8217;s article on the subject <a href="http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/" target="_self">here</a>.</p>
<p>The first step to learning how to connect PSP to the Internet is to know your wireless router&#8217;s details. You will need the router&#8217;s name (this is chosen when setting up your home wireless network) and the password to access the signal. If your router is not protected by a password then you can ignore this step. Once you have found all the details, turn to your PSP.<br />
<span id="more-24323"></span><br />
On top of the PSP, there is a switch which is marked ‘WLAN’. Move this switch to the right to turn on the wireless receiver.</p>
<p>When you’re on the main menu, use the directional pad to move the options to the left. This will bring you to ‘Settings’. Scroll down through the setting to the bottom of the list and select ‘Network Settings’. Then select ‘Infrastructure Mode’ – this is for connecting to the internet. The other option ‘Ad Hoc Mode’ is for connecting two PSPs together.</p>
<p>When you have selected ‘Infrastructure Mode’, click ‘New Connection’. This will bring you to a screen with three options; ‘Scan’, ‘Enter Manually’ and ‘Automatic’. Select ‘Scan’.</p>
<p>When the device has finished scanning, there will be a list of all the wireless signals picked up by the PSP. Beside each signal, there will also be a signal strength measured in percentages. Hopefully, your signal being the closest, it will be at 100% or near enough to it. Press ‘X’ to select your signal.</p>
<p>Scroll right through all the different setting for this connection leaving them all just as they are until you reach ‘WPA key’. Select this option and enter in the password for your wireless signal. This is case sensitive and must be <strong>exactly</strong> as you entered it when setting up the wireless router.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/09/psp-on-internet.png" alt="how to connect psp to internet" width="409" height="264" /></p>
<p>Continue to scroll to the right, leaving all the other setting as their default. The second last screen as you scroll to the right will give you all your new connection&#8217;s information such as Name and <a href="http://www.makeuseof.com/dir/whatismyipaddress-find-out-your-ip-address/" target="_self">IP address</a> and security level. Scroll one more screen to the right and select ‘Test Connection’. Allow it to test the connection for a minute or so. If you have set up the connection correctly then the test results such as signal strength and the IP address will be displayed. If you have made an error while setting up the connection then the test will ‘time out’ and you’ll have to go back by pressing ‘O’ to make sure you have all the settings correct.</p>
<p>When you have set up your connection, you can scroll to the right of the main menu to begin using the HTML browser. You can also play selected games online using the multiplayer mode.</p>
<p>A piece of advice: When you’re just playing a game on ‘Single Player’ mode or doing anything else on your PSP, I suggest you turn the wireless receiver off at the WLAN switch as it can eat up a lot of juice unnecessarily.</p>
<p>Do you use your PSP to go online often? Was this instructional easy to follow? Let us know in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/top-5-sites-for-psp-game-demo-downloads/" title="Top 5 Sites for PSP Game Demo Downloads (September 10, 2009)">Top 5 Sites for PSP Game Demo Downloads</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-laptop-wireless-internet-access-through-your-cellphone-windows/" title="How to Set Up Laptop Wireless Internet Access Through Your Cellphone [Windows] (August 6, 2009)">How to Set Up Laptop Wireless Internet Access Through Your Cellphone [Windows]</a> (36)</li>
	<li><a href="http://www.makeuseof.com/tag/top-3-sites-for-nintendo-wii-gamewalkthroughs/" title="Top 3 Sites For Nintendo Wii Game Walkthroughs (October 6, 2009)">Top 3 Sites For Nintendo Wii Game Walkthroughs</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/top-10-websites-for-playstation-2-free-game-cheats-nb/" title="Top 10 Websites For PlayStation 2 Free Game Cheats (August 23, 2009)">Top 10 Websites For PlayStation 2 Free Game Cheats</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/" title="Things To Know When Using a WiFi Hotspot Or a Public PC (May 12, 2009)">Things To Know When Using a WiFi Hotspot Or a Public PC</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-connect-your-psp-to-the-internet-nb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>4 Sites That Give You A Free Updated Proxy List</title>
		<link>http://www.makeuseof.com/tag/4-sites-that-give-you-a-free-updated-proxy-list/</link>
		<comments>http://www.makeuseof.com/tag/4-sites-that-give-you-a-free-updated-proxy-list/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 18:01:43 +0000</pubDate>
		<dc:creator>Guy McDowell</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[anonymous]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[proxies]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[safer browsing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=23754</guid>
		<description><![CDATA[So you say you can&#8217;t get on the open seas of the Internet at school/work/home? You&#8217;re concerned about men in black suits watching what you see? What you need, then, is a proxy server.
You connect directly to the proxy server and it connects you to the rest of the Internet, using its IP address. Simple, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/anonymous_spy.jpg" alt="anonymous_spy" vspace="5" width="213" height="215" align="left" />So you say you can&#8217;t get on the open seas of the Internet at school/work/home? You&#8217;re concerned about men in black suits watching what you see? What you need, then, is a proxy server.</p>
<p>You connect directly to the proxy server and it connects you to the rest of the Internet, using its IP address. Simple, effective, but more and more hard to come by.</p>
<p>As groups continue to try to regulate your Internet usage, proxy servers are being shut down. This has the effect of pushing people back into the main lanes of the highway called the Internet. It&#8217;s so much easier to track your sheep if they are all in the same field.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/proxy_scheme.jpg" alt="free proxy list" width="526" height="158" /></p>
<p>Let&#8217;s see what we can find for free proxy lists of proxy servers you can use.</p>
<p><span id="more-23754"></span></p>
<h3><a href="http://www.publicproxyservers.com/"><strong>Public Proxy Servers</strong></a></h3>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/publicproxyservers.png" alt="proxy anonymous list new" vspace="5" align="left" />Around since 2002, PublicProxyServers is an independent, free service to allow you to find proxy servers for privacy and to circumvent browsing controls.</p>
<p>I think what makes this an excellent service is that they track the performance of each server on their free proxy list.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/publicproxyservers_1.png" alt="free proxy list" width="465" height="194" /></p>
<p>Poor performance, or slow download/upload speeds has been the biggest traditional complaint about using proxy servers. With Public Proxy Servers, this problem can be minimized.</p>
<p>On average, the proxies listed have response times of less than a second. Not good enough for you? Sort the list by access time! Want to appear that you&#8217;re coming from another country? Sort the list by country! You can sort the list by any of 7 criteria.</p>
<p>Probably my only complaint about this site is that they have plain text advertising that looks a lot like their regular content. Not much to complain about, I know.</p>
<h3><a href="http://www.stayinvisible.com/proxy_lists.html"><strong>Stay Invisible</strong></a></h3>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/stay_invisible.gif" alt="stay_invisible" vspace="5" align="left" />Stay Invisible has more than just a free proxy list. It provides some tools to help you determine if your IP address is being effectively blocked.</p>
<p>According to Stay Invisible, there is a fault in Java that allows for your real IP address to be revealed, even if you are using a proxy. They also provide solutions for that problem.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/si_list1.png" alt="open proxy list" width="550" height="205" /></p>
<p>You can find a traditional list of proxies here, with more information about each server, such as:</p>
<ul>
<li>Originating Country</li>
<li>Anonymity Level</li>
<li>Form Submitting</li>
<li>URL Encoding</li>
<li>Referrer Hiding</li>
<li>Cookie Blocking</li>
<li>Script Blocking</li>
<li>SSL Access</li>
</ul>
<p>These details may not seem that important to you, but it would be good for you to learn a bit more about each and what they could mean to you.</p>
<p>What I like best about Stay Invisible is that they have a list of other proxy lists! You can order that list by how many lists each list has added today, or in the last 7 days. This will help you find the freshest lists with more working proxies.</p>
<h3><a href="http://www.centurian.org/"><strong>Centurian</strong></a></h3>
<p><img style="margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/centurian_header.gif" alt="proxy anonymous list new" vspace="5" width="274" height="78" align="left" />Centurian is another site that offers much more than a free proxy list. With an appealing design and easy to use layout, this is a learning resource as well.</p>
<p>Centurian provides articles on different proxy-related subjects, scripts related to proxy usage, and a forum.</p>
<p>The list can be sorted by the criteria of how new it is on the list, country, or script used to provide the proxy server. The speed of the proxy servers is shown graphically with a bar, that represents its score out of 10 for speed.</p>
<p>Now, I don&#8217;t know how that score is calculated or exactly what it means in terms of performance, however it is a nice, simple way to see if a particular proxy is useful.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/centurian_2.png" alt="proxy anonymous list new" width="550" height="173" /></p>
<h3><a href="http://www.anonymitychecker.com/page1.html"><strong>Anonymity Checker</strong></a></h3>
<p><img style="margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/anonymitychecker.png" alt="proxy anonymous list new" vspace="5" width="250" height="48" align="left" />Yet another site that lists proxy servers, but has a little twist that I think could be quite useful. Their list of servers comes with a &#8216;whois&#8217; link for each server. This should help you to determine just who is running the proxy server.</p>
<p>Is it a university, business, or government?  Consider what each might have to gain for giving you &#8216;anonymity&#8217;. Nothing is free.</p>
<h2>Things to Keep In Mind</h2>
<p>Please keep in mind that just because you are using a proxy, does not mean you are guaranteed to be anonymous. Some proxy servers will track IP addresses that use them. Some offer no additional protection beyond being a proxy and your IP address can be accessed anyway.</p>
<p>Another thing to consider is this &#8211; how safe is a service that is being provided in order to &#8216;break the rules&#8217;? What if the server is being set up for a honey pot attack? That something  is too sweet and easy to pass up, but then it becomes a trap.</p>
<p>So, my advice to you is to use these proxies with caution. Do some research and only use a proxy server when absolutely necessary.</p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.flickr.com/photos/anonymous9000/">Anonymous9000</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-a-secure-free-proxy-server/" title="How To Set Up A Secure &#038; Free Proxy Server (August 31, 2009)">How To Set Up A Secure &#038; Free Proxy Server</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/faster-internet-anonymous-net-surfing-through-toonel/" title="Faster Internet &#038; Anonymous Net Surfing Through Toonel (September 17, 2008)">Faster Internet &#038; Anonymous Net Surfing Through Toonel</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/cover-your-tracks-be-anonymous-on-the-net-with-jap/" title="Cover Your Tracks on The Internet &#038; Stay Anonymous with JAP (January 24, 2009)">Cover Your Tracks on The Internet &#038; Stay Anonymous with JAP</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/surf-the-web-anonymously-and-securely-with-tor/" title="Anonymous Internet Surfing with Tor (December 22, 2008)">Anonymous Internet Surfing with Tor</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/remove-censorship-and-browse-anonymously-with-xerobank/" title="Remove Censorship &#038; Browse Anonymously With Xerobank (July 3, 2008)">Remove Censorship &#038; Browse Anonymously With Xerobank</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-sites-that-give-you-a-free-updated-proxy-list/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>4 Free WiFi Software Downloads to Get Most of Wireless Networks</title>
		<link>http://www.makeuseof.com/tag/4-free-wifi-software-downloads-to-take-advantage-of-wireless-networks-nb/</link>
		<comments>http://www.makeuseof.com/tag/4-free-wifi-software-downloads-to-take-advantage-of-wireless-networks-nb/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 22:01:08 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[hotspot]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[wi-fi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=23212</guid>
		<description><![CDATA[A lot of people have their own Wi-Fi network at home, yet not many of them are taking full advantage of the sort of cool things they can do with that network.
When I first hooked up my wireless router, my mind started going crazy coming up with awesome things I could do, such as running [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/stealwificonnection.gif" alt="stealwificonnection" vspace="5" width="199" height="251" align="left" />A lot of people have their own <a href="http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/">Wi-Fi network at home</a>, yet not many of them are taking full advantage of the sort of cool things they can do with that network.</p>
<p>When I first hooked up my wireless router, my mind started going crazy coming up with awesome things I could do, such as running networked games between two wi-fi enabled desktop PCs and the wireless laptop, or offering my neighbors cheap Internet access.</p>
<p>In this article, I&#8217;m going to cover 4 free WiFi software downloads that will help <em>you</em> better exploit any Wi-Fi network you may come across, whether it&#8217;s at home or connected to a <a href="http://www.makeuseof.com/tag/always-stay-connected-with-these-wi-fi-hotspot-finders/">Wi-Fi hotspot anywhere in the world</a>.</p>
<p><span id="more-23212"></span></p>
<h3><strong>Make a Secure Connection With LucidLink</strong></h3>
<p>Before you get started on a Wi-Fi network &#8211; particularly a <em>public</em> Wi-Fi network &#8211; you need to be sure that you&#8217;re protected from any other system that&#8217;s also connected to that network. The first thing you want to do is take Karl&#8217;s friendly tech advice about <a href="http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/">things you should know when using a public hotspot</a>.</p>
<p>Beyond that, there&#8217;s also an excellent free software application called <a href="http://www.lucidlink.com/lucidlink_wifi_client.htm">LucidLink</a> that detects the security settings of the network that you&#8217;re connecting to, how to configure your wi-fi settings to properly connect to the network and it also warns you if the network presents a security risk.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/lucid1.jpg" alt="free wifi software downloads" width="420" height="350" /></p>
<p>The main screen of the LucidLink Client looks like any other standard Wi-Fi client that detects any available <a href="http://www.makeuseof.com/dir/wefi-find-wifi-world/">Wi-Fi network near you</a>. If the network isn&#8217;t properly secured, LucidLink lets you know.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/lucid2.jpg" alt="free wifi software downloads" width="456" height="323" /></p>
<p>Now, if you&#8217;re looking to &#8220;borrow&#8221; someone&#8217;s unsecured Wi-Fi network to check your email, this message would be expected. But if you&#8217;re connecting to your own home network and you get this error &#8211; it&#8217;s time to read Aibek&#8217;s article on <a href="http://www.makeuseof.com/tag/secure-your-wireless-network-here-is-why-and-how/">how to secure your wi-fi network</a>.</p>
<p>If you&#8217;re connecting to a public hotspot that requires a user login, like at a hotel or restaurant, you should not see a message like this. If you do &#8211; use the Internet cautiously (don&#8217;t start doing Internet banking). Select the network you want to connect to and click on &#8220;<em>Properties</em>&#8221; and you&#8217;ll learn what type of network (level of encryption) it is as well as the signal strength where you&#8217;re located.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/lucid3.jpg" alt="free wifi software downloads" width="466" height="506" /></p>
<p>Obviously, avoid &#8220;Open&#8221; networks whenever possible &#8211; but if you <em>must</em> access an open hotspot, make sure to download and install a copy of <a href="http://www.makeuseof.com/dir/openhulu/">HotSpot Shield</a>!</p>
<h3><strong>Monitor The Wi-Fi Network With AirSnare</strong></h3>
<p>If you must run an open network at home, or if you&#8217;re connected to an open hotspot, at the very least you should run <a href="http://home.comcast.net/~jay.deboer/airsnare/">AirSnare</a> &#8211; a Wi-Fi network monitoring application that immediately alerts you if there&#8217;s an &#8220;unfriendly&#8221; MAC address on the network, or if there are DHCP requests. This application can provide you with a bit of a warning if your Wi-Fi network is actively hijacked by a neighbor or any other unscrupulous character.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/airsnare1.jpg" alt="free wifi downloads" width="570" height="457" /></p>
<p>AirSnare is a great Wi-Fi application for those situations where you really need to connect to an open network, but you still want to keep an eye on the traffic. You can set it up to run in the background and have it alert you whenever anything strange is going on. The sensitivity of the software depends on how you configure what gets monitored and what doesn&#8217;t.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/airsnare2.jpg" alt="free wifi downloads" width="470" height="480" /></p>
<p>Personally, my favorite feature of this particular Wi-Fi app is that you can set it up to run as a service on your home PC, and when it detects a Wi-Fi intrusion you can configure it to fire off an alert email. Other cool features include using &#8220;AirHorn&#8221; to send a network message to the intruding IP, or capture and analyze packets using Ethereal (which comes with the install).</p>
<h3><strong>Sell Your Wi-Fi HotSpot Access To Neighbors</strong></h3>
<p>The flip side of completely locking down your Wi-Fi network is actually opening it up to your immediate neighbors and selling them discounted Internet access using <a href="http://www.zonerider.net/">ZoneRider</a>. What better way to exploit your Wi-Fi network? ZoneRider isn&#8217;t only free &#8211; you get paid revenue for becoming a HotSpot zone in the ZoneRider network.</p>
<p>Keep in mind that to run this software and start selling Internet access through your Wi-Fi network, you may want to check with your ISP to be sure that doing so isn&#8217;t against the Terms and Conditions of your service agreement.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/zonerider1.jpg" alt="free wifi downloads" width="570" height="605" /></p>
<p>Registration is fast and easy &#8211; just don&#8217;t forget to use your PayPal email address so you can get paid!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/zone2.jpg" alt="free wifi downloads" width="570" height="392" /></p>
<p>The software displays all of the Wi-Fi users who are trying to connect to your network. Initially, ZoneRider automatically configures your network so that no one is allowed to connect until you either add them as a free user, or you create a paid account for them. Installing ZoneRider gives you instant control over who connects to your Wi-Fi network and who doesn&#8217;t.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/zone3.jpg" alt="free wifi hot spot software" width="570" height="312" /></p>
<p>In the accounts section of the ZoneRider website, you can configure &#8220;Premiums&#8221; for your various users by whatever monthly fees you prefer. For anyone living in a large apartment complex with plenty of bandwidth to share, this Wi-Fi application could turn into a sweet little money-maker.</p>
<h3><strong>Instantly Network With Local Wi-Fi Users With WiPeer</strong></h3>
<p>Finally, saving the best for last (as usual), I would like to present one of the most useful Wi-Fi apps I&#8217;ve ever used called <a href="http://www.wipeer.com/download.php">WiPeer</a>.  WiPeer is a Wi-Fi based &#8220;server-less&#8221; peer-to-peer application which allows you to instantly perform certain networking tasks with other Wi-Fi users near you who also have the software installed.</p>
<p>The software presents users who have Wi-Fi enabled laptops and desktops with the ability to share files, play games or chat an ad-hoc peer-to-peer network without the need for any access point.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/wipeer1.jpg" alt="free wifi hot spot software" width="490" height="325" /></p>
<p>Setting up the network is a breeze. You can choose to use an existing Wi-Fi network to connect with other users, or you can create your own ad-hoc network. Once you create a network, other users who have WiPeer installed can then connect to it and communicate with your PC.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/wpeer2.jpg" alt="free wifi hot spot software" width="570" height="468" /></p>
<p>The software is your interface with other users, so you&#8217;re limited to what the application can do. The features include file sharing, a limited collection of four network games, and chat functionality. Find yourself sitting in the middle of a boring college lecture with your other friends who also have a Wi-Fi laptop? Fire up WiPeer and play chess or chat. Do you have to suffer through a long flight and your friends are scattered throughout the plane? Chat with them or swap music files during the flight with WiPeer!</p>
<p>Do you have any favorite applications that are tailored specifically for Wi-Fi networks? Share them in the comments section below!</p>
<p><small>Image Credit : <a href="http://www.flickr.com/photos/47941176@N00/132942659/" rel="nofollow">dana -2</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/" title="WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network (August 18, 2009)">WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/" title="How To Secure Your D-Link Wireless Router (November 9, 2009)">How To Secure Your D-Link Wireless Router</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-connect-your-nintendo-wii-console-to-the-internet-nb/" title="How To Connect Your Nintendo Wii Console To The Internet (November 6, 2009)">How To Connect Your Nintendo Wii Console To The Internet</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-understanding-speed-the-internet/" title="Technology Explained: Understanding The Internet Speed (October 7, 2009)">Technology Explained: Understanding The Internet Speed</a> (29)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/" title="Technology Explained: Open Router Ports &#038; Their Security Implications (November 18, 2009)">Technology Explained: Open Router Ports &#038; Their Security Implications</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-free-wifi-software-downloads-to-take-advantage-of-wireless-networks-nb/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network</title>
		<link>http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/</link>
		<comments>http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 14:01:22 +0000</pubDate>
		<dc:creator>Tina</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[common mistakes]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[wi-fi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=23012</guid>
		<description><![CDATA[Wireless internet at home is incredibly comfortable. Once everything is set up and running, you can easily connect multiple devices over the air and move them around the house freely.
The trouble is setting up the network and eventually figuring out how to connect each device. There are some common mistakes that are best avoided in [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/WiFiMistakes01.png" border="0" alt="wireless network" vspace="5" align="left" />Wireless internet at home is incredibly comfortable. Once everything is set up and running, you can easily connect multiple devices over the air and move them around the house freely.</p>
<p>The trouble is setting up the network and eventually figuring out how to connect each device. There are some common mistakes that are best avoided in the first place. If you&#8217;re struggling with your WiFi, let this be your &quot;WiFi For Dummies&quot; troubleshooting guide.</p>
<p><span id="more-23012"></span></p>
<h2><strong>1. Not reading manuals</strong></h2>
<p>This should be common sense. Your WiFi setup depends on the router you have and the devices you want to connect. Thus it&#8217;s essential to read the respective manuals and follow their instructions. Some of the following mistakes can be avoided simply by reading manuals.</p>
<h2><strong>2. Using default passwords</strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/WifiMistakes03.png" border="0" alt="wifi for dummies" vspace="5" align="left" />Your wireless router comes with a default password for its administration interface. The password is required to log into the device and configure countless critical settings. To avoid damage it&#8217;s essential to secure this area by replacing the default password with a strong password. The same applies to all devices you&#8217;re going to connect to your wireless network.</p>
<h2><strong>3. Failing to turn on WiFi transmission</strong></h2>
<p>Especially laptops and mobile phones have buttons or software settings that allow you to turn on or off wireless transmissions. Naturally, you won&#8217;t be able to locate a wireless network, let alone connect to it as long as WiFi is turned off on your laptop or phone. More details can be found in the device manual.</p>
<h2><strong>4. Mixing or excluding wireless standards</strong></h2>
<p>There are several wireless standards or WiFi technologies available: 802.11a, 802.11b, 802.11g, and 802.11n. 802.11n is the latest standard and supports higher bandwidth as well as multiple wireless signals and antennas (MIMO technology). <a title="802.11 Wireless Standards Family Explained" href="http://compnetworking.about.com/cs/wireless80211/a/aa80211standard.htm" title="802.11 Wireless Standards Family Explained">This article</a> on About.com explains the differences in detail.</p>
<p>You may have devices supporting different standards and you should sort this out before purchasing a router or a device you want to connect to an existing router (i.e. read manuals). In general, it&#8217;s best not to mix wireless standards. You&#8217;ll see the best performance, if all connected devices &quot;speak the same language&quot;, i.e. use the same standard. For example a device running using outdated wireless technology may slow down the entire network, even for devices that support higher standards.</p>
<p>That&#8217;s also the reason why many routers have an option that excludes devices only supporting old standards. So if you cannot connect your old laptop to your wireless network, maybe your router is configured to support only 802.11g and up, while your laptop only supports 802.11a.</p>
<h2><strong>5. Mixing encryption standards</strong></h2>
<p><img style="margin-right:20px;" src="http://www.makeuseof.com/wp-content/uploads/2009/08/WiFiMistakes02.png" border="0" alt="wifi for dummies" vspace="5" align="left" />New devices support different forms of WPA (Wi-Fi Protected Access) encryption. The old encryption standard WEP (Wired Equivalent Privacy) should be avoided because it&#8217;s easily cracked.</p>
<p>Most users will be smart and set up their router with WPA encryption. Now what would happen if you tried to connect a device that only supports WEP, for example a PDA, to such a network. Of course it would not work! Again, it&#8217;s essential to read the manuals and understand which encryption standards are supported by the devices you want to connect.</p>
<p>If WPA is your only option, make sure you have a strong password, i.e. random, alphanumeric and longer than 10 characters. Don&#8217;t skip encryption! Even if WPA can be cracked, it does require a few minutes and a bit of skill, so your regular neighbor will probably be too lazy to try.</p>
<h2><strong>6. Badly configured firewall</strong></h2>
<p>One of the main reasons a computer won&#8217;t connect to a wireless network is a firewall that denies the connection. To test this, simply turn off the firewall and try again. If the firewall was the cause, learn how to configure it properly (check out a few WiFi For Dummies books from your local bookstore to learn more) to allow WiFi access.</p>
<h2><strong>7. Spelling</strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/WiFiMistakes04.png" border="0" alt="how to set up wifi" vspace="5" align="left" />Another mistake could be transposed digits or wrong spelling of manually entered IDs, passwords, MAC addresses etc. that are required to setup the network or connect a device. When you&#8217;re receving a signal, but cannot connect, make sure your WEP or WPA key is correct. Double check!</p>
<h2><strong>8. Not using any security</strong></h2>
<p>Your data is transmitted over the air and it is an easy target for anyone trying to spy on you or hack into your system. So any security measurement is better than none. Use passwords, use strong passwords, use encryption, use a firewall or at least turn on Windows&#8217; default firewall, monitor your traffic.</p>
<p>For more information about securing your WiFi connection, read these articles:</p>
<p>From Tim: <a title="How To Set Up Secured WiFi Hotspot" href="http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/" title="How To Set Up Secured WiFi Hotspot">How To Set Up Your Own Secured WiFi Hotspot</a></p>
<p>From Aibek: <a title="How To Secure Your Wireless Connection" href="http://www.makeuseof.com/tag/secure-your-wireless-network-here-is-why-and-how/" title="How To Secure Your Wireless Connection">How To Secure Your Wireless Network Connection</a></p>
<p>From Karl: <a title="Using a WiFi Hotspot" href="http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/" title="Using a WiFi Hotspot">Things To Know When Using a WiFi Hotspot Or A Public PC</a></p>
<p>From Tina (me): <a title="Is Your Wireless Network Safe?" href="http://www.makeuseof.com/tag/is-your-wireless-network-safe/" title="Is Your Wireless Network Safe?">Is Your Wireless Network Safe?</a></p>
<h2><strong>9. False sense of security</strong></h2>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/WiFiMistakes05.png" border="0" alt="how to set up wifi" vspace="5" align="left" />You may have changed all default passwords, turned off DHCP (Dynamic Host Configuration Protocol), set up MAC (Media Access Control) filtering, turned off remote router administration, turned on the router firewall, set up a firewall on your computer, and hidden your SSID (Service Set Identifier) beaconing and you probably feel safe.</p>
<p>Apparently, some people also try to secure their WiFi network &quot;physically&quot;. They place the router in a central location of the area they want to cover and reduce the signal until it can not be detected outside that area. I hope they don&#8217;t forget that the signal is transmitted three-dimensionally. Also, someone using a strong antenna, e.g. a determined hacker, will still pick up the signal and invade the network.</p>
<p>Among harmless neighbors, you probably are safe even if you don&#8217;t apply any security measurements. But for a skilled hacker, you&#8217;re still a relatively easy target, despite all the precautions. Each security layer can be cracked separately and it&#8217;s only a matter of time until WPA will be hacked. So never feel too safe, back up your data and disconnect sensible data from connected devices.</p>
<p>If you&#8217;re interested in wireless internet, you should check out Guy&#8217;s other great WiFi for dummies type article <a title="How Does Wireless Internet Work?" href="http://www.makeuseof.com/tag/technology-explained-how-does-wireless-internet-work/" title="How Does Wireless Internet Work?">Technology Explained: How Does Wireless Internet Work?</a> and if you&#8217;re going to set up your own network, download the <a title="Make Use Of Network Guide" href="http://makeuseof.com/short/manuals/network/" title="Make Use Of Network Guide">Network Guide</a> PDF that was written by Stefan.</p>
<p>What other problems or mistakes did you encounter in setting up a wireless network?</p>
<p><small>Image credits: <a title="digital globe" href="http://www.sxc.hu/profile/duchesssa" title="digital globe">duchesssa</a>, <a title="lock" href="http://www.sxc.hu/profile/rolve" title="lock">rolve</a>, <a title="binary" href="http://www.sxc.hu/profile/flaivoloka" title="binary">flaivoloka</a>, <a title="QWERTY keyboard" href="http://www.sxc.hu/profile/groenmen" title="QWERTY keyboard">groenmen</a>, <a title="yellow figure among black figures" href="http://www.sxc.hu/profile/clix" title="yellow figure among black figures">clix</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/4-free-wifi-software-downloads-to-take-advantage-of-wireless-networks-nb/" title="4 Free WiFi Software Downloads to Get Most of Wireless Networks (August 20, 2009)">4 Free WiFi Software Downloads to Get Most of Wireless Networks</a> (31)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/" title="How To Share The Internet Connection Between Mac and PC (September 25, 2009)">How To Share The Internet Connection Between Mac and PC</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/" title="How To Secure Your D-Link Wireless Router (November 9, 2009)">How To Secure Your D-Link Wireless Router</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/the-easy-guide-to-computer-networks-pdf/" title="The Easy Guide To Computer Networks [PDF] (May 31, 2009)">The Easy Guide To Computer Networks [PDF]</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/" title="Technology Explained: Open Router Ports &#038; Their Security Implications (November 18, 2009)">Technology Explained: Open Router Ports &#038; Their Security Implications</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to Set Up Laptop Wireless Internet Access Through Your Cellphone [Windows]</title>
		<link>http://www.makeuseof.com/tag/how-to-set-up-laptop-wireless-internet-access-through-your-cellphone-windows/</link>
		<comments>http://www.makeuseof.com/tag/how-to-set-up-laptop-wireless-internet-access-through-your-cellphone-windows/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 20:30:04 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[mobile browsing]]></category>
		<category><![CDATA[mobile tips]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[Windows mobile]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22457</guid>
		<description><![CDATA[ Ever since I first purchased my Windows Mobile device, I&#8217;ve been obsessed with getting the most out of my unlimited data plan &#8211; as evidenced by the recent article I wrote about getting on YouTube at School with such a plan. However, as an online writer, there are times when I simply have to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-22474" style="margin-left: 10px; margin-right: 10px;" title="connect" src="http://www.makeuseof.com/wp-content/uploads/2009/08/connect.jpg" alt="connect" width="256" height="158" /> Ever since I first purchased my <a href="http://www.makeuseof.com/tags/windows-mobile/">Windows Mobile</a> device, I&#8217;ve been obsessed with getting the most out of my unlimited data plan &#8211; as evidenced by the recent article I wrote about <a href="http://www.makeuseof.com/tag/how-to-get-on-youtube-at-school-using-mobile-internet/">getting on YouTube at School</a> with such a plan. However, as an online writer, there are times when I simply <em>have</em> to get on the Internet with my <em>laptop</em> even when I may be hundreds of miles away from the nearest Internet connection.</p>
<p>Luckily, if you have a Windows Mobile device and you&#8217;ve signed up for an <a href="http://www.makeuseof.com/tag/easy-mobile-internet-plan-comparison-for-united-states/">unlimited data plan</a> through your cellular provider, then you&#8217;ve got an excellent option to set up your laptop wireless Internet access through your cellphone from anywhere you have a cellular connection.</p>
<p><span id="more-22457"></span></p>
<p>James recently reviewed a cool app called <a href="http://www.makeuseof.com/tag/turn-your-mobile-phone-into-a-wifi-hotspot-with-joikuspot/">JoikuSpot Light</a>, which transforms your mobile phone into an Wi-Fi hot-spot. Without a doubt, JoikuSpot is probably the best solution. However, if you aren&#8217;t able to get JoikuSpot working on your device and there are no other similar options available, you may find yourself pulling out your USB cable and trying to remember how you configured your Cellphone to serve as an Internet modem for your laptop. In this article, I&#8217;m going to offer Windows Mobile users an easy step by step guide that you can refer to any time you need to configure laptop wireless Internet access through your cellphone.</p>
<p>The following procedure is grouped into three steps. First, setting up the laptop and the cellphone for Internet sharing, rather than connecting via an application like ActiveSync. Second, configuring both the laptop and the cellphone for the Internet connection, and finally, initializing the connection. Once you&#8217;ve completed steps 1 and 2, you&#8217;ll never have to do them again. The next time you want to access the Internet with your cellphone you simply &#8220;redial,&#8221; and you&#8217;re online. This particular setup is based on the HTC manufactured series of windows mobile devices. In my case I still use the now-ancient HTC Cingular 8125, however these steps work for the later models (and most Windows Mobile devices will also be similar).</p>
<h3>Step 1: Getting Things Ready</h3>
<p>The first thing that you need to do before you can establish a laptop/modem connection is to kill the current application that&#8217;s handling communications between your laptop and cellphone. In my case, I&#8217;m running ActiveSync, so I kill that process using the Task Manager.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22458" title="setup6" src="http://www.makeuseof.com/wp-content/uploads/2009/08/setup6.jpg" alt="laptop wireless internet access" width="570" height="411" /></p>
<p>For ActiveSync, you just find wcescomm.exe and kill the process. If you&#8217;re particular Windows Mobile device uses another application, you&#8217;ll need to find the process name and make sure that you kill it. Secondly, you&#8217;ll need to also shut down the communications software on your phone. In the case of ActiveSync, in Windows Mobile you go to Start -&gt; Settings -&gt; System -&gt; Memory -&gt; Running Programs, and then if ActiveSync is listed you&#8217;ll need to stop the process.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22459" style="border: 1px solid black;" title="sshot004" src="http://www.makeuseof.com/wp-content/uploads/2009/08/sshot004.jpg" alt="mobile internet" width="240" height="320" /></p>
<p>Once you&#8217;ve stopped the communications software on both the laptop and Windows Mobile phone, you&#8217;re ready to establish the connection between the laptop and phone as an Internet modem.</p>
<h3>Step 2: Connecting The Cellphone As a Modem</h3>
<p>The only real configuration required in Windows Mobile in order to set up your device as an Internet modem is to enable the &#8220;Modem Link.&#8221; The Modem Link configuration can be found by going to Start -&gt; Programs.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22463" style="border: 1px solid black;" title="sshot001" src="http://www.makeuseof.com/wp-content/uploads/2009/08/sshot0011.jpg" alt="mobile internet" width="240" height="320" /></p>
<p>Once you&#8217;re inside the Modem Link configuration, just change the Connection setting to USB. It&#8217;s likely that your other settings are already configured, however if they are not just make sure that the Access point name has the name of the connection you configured on your mobile device for Internet access. When everything looks good, click &#8220;Activate&#8221; at the bottom, and the &#8220;Status&#8221; at the top should change to &#8220;Active.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22464" style="border: 1px solid black;" title="sshot003" src="http://www.makeuseof.com/wp-content/uploads/2009/08/sshot003.jpg" alt="mobile internet" width="240" height="320" /></p>
<p>If your device is already connected to your laptop, you&#8217;ll get the &#8220;Found New Hardware&#8221; wizard pop-up immediately. If you&#8217;re not yet plugged in, then now&#8217;s the time to do it.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22465" title="setup1" src="http://www.makeuseof.com/wp-content/uploads/2009/08/setup1.jpg" alt="wireless internet for laptop" width="503" height="392" /></p>
<p>Just make sure that you select to install from a specific location so that you&#8217;ll have the option to manually select your driver file. Click next.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22466" title="setup2" src="http://www.makeuseof.com/wp-content/uploads/2009/08/setup2.jpg" alt="wireless internet access" width="503" height="392" /></p>
<p>On the next screen, you&#8217;ll click the browse button and go to the folder where the driver file is located. In my particular case with the Cingular 8125, and for most HTC mobile devices, you&#8217;ll need the USBMDM.INF driver file as well as the HTC USB Modem Dialer application. Both are offered as a free download from <a href="http://wiki.xda-developers.com/uploads/USB_Modem.zip">xda-developers.com</a>. Download the zip file and put them wherever you&#8217;ll remember. Then in the Windows Wizard screen above, browse to the directory where you extracted the INF file. If your Windows Mobile device is non-HTC, check with the manufacturer for a USB modem driver for your device.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22467" title="setup3" src="http://www.makeuseof.com/wp-content/uploads/2009/08/setup3.jpg" alt="laptop wireless internet connections" width="396" height="315" /></p>
<p>The Wizard will recognize the device. Depending on your particular device and the version of the driver, you may see the error message above. Just click &#8220;Continue Anyway.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22468" title="setup4" src="http://www.makeuseof.com/wp-content/uploads/2009/08/setup4.jpg" alt="wireless internet connection" width="503" height="392" /></p>
<p>Finally, the driver&#8217;s installed and you&#8217;re ready to start using your new Mobile USB Modem anytime you want to, and anywhere you have a cellular signal!</p>
<h3>Step 3: Initializing the Internet Connection</h3>
<p>To establish your new mobile Internet connection using your laptop, run the executable that you downloaded from the link above. Regardless of your device or your cellular carrier, you&#8217;ll typically always need to enter a User Name and Password. You can access that information (if you don&#8217;t already know it from setting up Internet use on your mobile device) by contacting your cellular provider and asking for the User Name and Password to use with your Internet data plan.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22469" title="setup5" src="http://www.makeuseof.com/wp-content/uploads/2009/08/setup5.jpg" alt="wireless internet access" width="348" height="250" /></p>
<p>Enter those details into the USB modem dialer, and after a few moments it&#8217;ll inform you that you&#8217;re now connected. Yes, that means that at this moment, even while you&#8217;re sitting in the middle of the lake with a fishing pole in one hand, your laptop is now connected to the Internet via your cellphone signal. It may not be lightning fast &#8211; but when you&#8217;re desperate to submit your latest article (or check on your team&#8217;s latest game results), sometimes such a connection is all you need.</p>
<p>Have you ever configured your laptop with an Internet connection through your cellphone? What configuration or software tools did you use to accomplish the task? Share your insight in the comments section below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-use-your-gprs-cell-phone-as-a-modem/" title="How To Use Your GPRS Cell Phone As A Modem (October 1, 2009)">How To Use Your GPRS Cell Phone As A Modem</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/using-yahoo-go-to-stay-connected-on-your-mobile/" title="Using Yahoo Go to Stay Connected On Your Mobile (February 12, 2009)">Using Yahoo Go to Stay Connected On Your Mobile</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-connect-your-psp-to-the-internet-nb/" title="How To Connect Your PSP To The Internet (September 6, 2009)">How To Connect Your PSP To The Internet</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/easy-mobile-internet-plan-comparison-for-united-states/" title="Easy Mobile Internet Plan Comparison for United States (August 6, 2009)">Easy Mobile Internet Plan Comparison for United States</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/cool-downloads-for-your-college-kids-cellphone/" title="6 Cool Downloads for Your College Kid&#8217;s Windows Mobile Phone (March 8, 2009)">6 Cool Downloads for Your College Kid&#8217;s Windows Mobile Phone</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-set-up-laptop-wireless-internet-access-through-your-cellphone-windows/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Easy Mobile Internet Plan Comparison for United States</title>
		<link>http://www.makeuseof.com/tag/easy-mobile-internet-plan-comparison-for-united-states/</link>
		<comments>http://www.makeuseof.com/tag/easy-mobile-internet-plan-comparison-for-united-states/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 16:22:44 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[mobile browsing]]></category>
		<category><![CDATA[mobile tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22446</guid>
		<description><![CDATA[ Did you know that The Internet is mobile now? Here in the good old U S of A we have a bunch of major MOBILE carriers with more popping up everyday. So it is hard to figure out which plan will give you the most bang for your buck. Before we get started you [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" title="RatesHead" src="http://www.makeuseof.com/wp-content/uploads/2009/08/RatesHead.png" border="0" alt="RatesHead" title="RatesHead" width="204" height="142" align="left" /> Did you know that The Internet is mobile now? Here in the good old U S of A we have a bunch of major MOBILE carriers with more popping up everyday. So it is hard to figure out which plan will give you the most bang for your buck. Before we get started you should know what you want from a plan. Do you need unlimited data for your smartphone or PDA? Maybe you are just going to check email here and there…</p>
<p>Do you need a express card or maybe a USB stick for your laptop or netbook to always be connected? The possibilities nowadays are endless. We are going to provide a mobile Internet plan comparison for 3 major United States Carriers and the mobile plans that they have.</p>
<p><span id="more-22446"></span></p>
<p>Before we talk about the carriers I thought I would give you a little background on mobile broadband internet service. The standard now is 3G on either HSDPA or EVDO you need a card or stick that is compatible with your computer and service. This is a PCMCIA card from Sprint that works on most  older computers:</p>
<p><img style="display: block; margin-left: auto; margin-right: auto; border: 0px;" title="ratesCard" src="http://www.makeuseof.com/wp-content/uploads/2009/08/ratesCard.png" border="0" alt="wireless internet access plan" title="ratesCard" width="136" height="204" /></p>
<p>You can also get an express card which is shorter and works in most newer laptops or the all around Swiss army knife of the mobile world AKA the USB dongle. Take your pick and with out further ado here is the top 3 mobile broadband companies around my way and there rates in one place for your comparison.</p>
<h3>AT&amp;T</h3>
<p><a href="http://www.wireless.att.com/cell-phone-service/specials/netbooks.jsp?wtSlotClick=1%252D0027HX%2521CISLM01%252D1%252D1&amp;rel=nofollow">AT&amp;T</a> – I love AT&amp;T other people don’t but I guess it is personal preference. In my neighborhood it works all the time on HSDPA as well as at work. I use it for my Windows Mobile Phone as well as for my tablet and netbooks. For my USB Modem I have the Data Connect 5GB plan which used to be called the unlimited plan. Then people started serving networks off it. If you want an upgrade to a higher speed cap the hit you for another $30 some of my friends have gotten charged another $45. Your mileage will vary!</p>
<p><img style="display: block; margin-left: auto; margin-right: auto; border: 0px;" title="rates1" src="http://www.makeuseof.com/wp-content/uploads/2009/08/rates1.png" border="0" alt="mobile internet plan comparison" title="rates1" width="569" height="296" /></p>
<h3>VERIZON</h3>
<p><a href="http://www.verizonwireless.com/b2c/mobilebroadband/?page=plans">VERIZON</a> – Good old Ma’ Bell. Verizon owns all the copper in town and has a great hold on the majority of users in my hood. The price for the 5GB plan is a penny less than AT&amp;T’s and the overage charges are the same as well. You will get a call if you frequently go over and they will offer you a business account. It is usually around another $30 as well. Verizon also offers a smaller 250MB account per month. If you are just a casual user the $40.00 may pan out. But remember going over your allowance and paying overage charges that are more than the more expensive plan is horrible! So plan accordingly! Another plan Verizon offers is the one day pass for a single days internet usage. But it says that PC users can not get this deal…</p>
<p><img style="display: block; margin-left: auto; margin-right: auto; border: 0px;" title="rates2" src="http://www.makeuseof.com/wp-content/uploads/2009/08/rates2.png" border="0" alt="wireless internet plans" title="rates2" width="569" height="457" /></p>
<h3>SPRINT/NEXTEL</h3>
<p><a href="http://nextelonline.nextel.com/NASApp/onlinestore/en/Action/SubmitPhone?phoneSKU=NV2200WFDO&amp;upgradeModel=NV2200WFDO&amp;devicename=MiFi%26%238482%3B+2200+by+Novatel+Wireless&amp;actionParam=&amp;firstStep=phone&amp;fromPackageDeal=&amp;phoneQuantity=1&amp;purchaseType=new&amp;submission.x=20&amp;submission.y=10">SPRINT/NEXTEL</a> Sprint offers the same 5GB plan for $59.99 and offers 4G service in one city (Baltimore) for $79.99. If they had the 4G service in NY this would be my provider already! Lucky Baltimorians!</p>
<p><img style="display: block; margin-left: auto; margin-right: auto; border: 0px;" title="rates3" src="http://www.makeuseof.com/wp-content/uploads/2009/08/rates3.png" border="0" alt="mobile internet plans" title="rates3" width="569" height="534" /></p>
<p>Hopefully this mobile Internet plan comparison will help you make a decision. Or if this is all two rich for your blood you could always check out my <a href="http://www.makeuseof.com/tag/the-makeuseof-windows-mobile-guide-pdf/">Windows Mobile guide</a> and look up how to tether internet on your laptop/netbook via your Windows Mobile device. How are you getting Internet on the road? Why don’t you let us know in the comments?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-use-your-gprs-cell-phone-as-a-modem/" title="How To Use Your GPRS Cell Phone As A Modem (October 1, 2009)">How To Use Your GPRS Cell Phone As A Modem</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-laptop-wireless-internet-access-through-your-cellphone-windows/" title="How to Set Up Laptop Wireless Internet Access Through Your Cellphone [Windows] (August 6, 2009)">How to Set Up Laptop Wireless Internet Access Through Your Cellphone [Windows]</a> (36)</li>
	<li><a href="http://www.makeuseof.com/tag/using-yahoo-go-to-stay-connected-on-your-mobile/" title="Using Yahoo Go to Stay Connected On Your Mobile (February 12, 2009)">Using Yahoo Go to Stay Connected On Your Mobile</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/tag-youre-it-embed-data-into-an-image-for-mobile-browsing/" title="How To Embed Data Into an Image for Mobile Users (February 27, 2009)">How To Embed Data Into an Image for Mobile Users</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-connect-your-psp-to-the-internet-nb/" title="How To Connect Your PSP To The Internet (September 6, 2009)">How To Connect Your PSP To The Internet</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/easy-mobile-internet-plan-comparison-for-united-states/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Do an Internet Speed Test with SpeedTest</title>
		<link>http://www.makeuseof.com/tag/monitor-your-real-upload-download-speeds-with-speedtest/</link>
		<comments>http://www.makeuseof.com/tag/monitor-your-real-upload-download-speeds-with-speedtest/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 12:01:31 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[internet speed]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22281</guid>
		<description><![CDATA[I have used lots of different programs, websites and services to try and determine my actual speeds of my Internet lines.
Have you?
Of course you want to make sure that you are getting what you pay for and with all the competition nowadays providers are promising lots more than they used to.
If you choose your provider [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/speedHead.png" border="0" alt="speedHead" vspace="5" align="left" />I have used lots of different programs, websites and services to try and determine my actual speeds of my Internet lines.</p>
<p>Have you?</p>
<p>Of course you want to make sure that you are getting what you pay for and with all the competition nowadays providers are promising lots more than they used to.</p>
<p>If you choose your provider because they say they can provide 30 mbps up and down how can you be sure that they really are?</p>
<p>I have found a nifty Internet speed test service called <a href="http://www.speedtest.net">Speedtest</a> and they make it ridiculously easy! Check it out.</p>
<p><span id="more-22281"></span><br />
When you navigate to the website you will see this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/speed1.png" border="0" alt="speed1" width="569" height="359" /></p>
<p>If you hover your mouse over the top banner, identifying your city and state, it will turn into a<em> Begin Test</em> button. Click it to begin with the default server.</p>
<p>A speedometer will appear and it will start to go up and down for your upload and download speed as the test runs. It will take a few minutes or seconds depending on the speed of your line.</p>
<p>When your Internet speed test is complete you will see a screen similar to the following with your statistics.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/speed2.png" border="0" alt="speed2" width="569" height="313" /></p>
<p>You will also be able to re-run the test or run it against another server in a different location by hitting these buttons:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/speed4.png" border="0" alt="speed4" width="214" height="99" /></p>
<p>Make sure you don’t have anything hogging up your line like other users or torrents downloading and then when you are satisfied with your results you can look at them and compare them against the promises the carrier made to you. Here were mine for a remote office with a 30/30 circuit. This should be 30 Mbits up and down and I got pretty close to my mark as you can see below:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/speedresults.png" border="0" alt="speedresults" width="303" height="186" /></p>
<p>I was happy with my Internet speed test results for the office but my home line was not up to what the carrier said! Damn you OptOnline! We would love to hear about your carriers and your speed. Are they on point?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/" title="Top 5 Vista Tweaks to Increase Internet Speed (October 3, 2009)">Top 5 Vista Tweaks to Increase Internet Speed</a> (94)</li>
	<li><a href="http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/" title="WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network (August 18, 2009)">WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/" title="Things To Know When Using a WiFi Hotspot Or a Public PC (May 12, 2009)">Things To Know When Using a WiFi Hotspot Or a Public PC</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/the-easy-guide-to-computer-networks-pdf/" title="The Easy Guide To Computer Networks [PDF] (May 31, 2009)">The Easy Guide To Computer Networks [PDF]</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-understanding-speed-the-internet/" title="Technology Explained: Understanding The Internet Speed (October 7, 2009)">Technology Explained: Understanding The Internet Speed</a> (29)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/monitor-your-real-upload-download-speeds-with-speedtest/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Technology Explained: How Satellite Internet Works?</title>
		<link>http://www.makeuseof.com/tag/technology-explained-how-does-satellite-internet-work/</link>
		<comments>http://www.makeuseof.com/tag/technology-explained-how-does-satellite-internet-work/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 14:01:05 +0000</pubDate>
		<dc:creator>Guy McDowell</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[technology explained]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=21830</guid>
		<description><![CDATA[Satellite Internet service appears to be becoming more and more popular. Once the exclusive domain of exploration companies and war journalists, there are now thousands of people with an extra dish on the home or RV. Part of the reason for this is that certain technologies have increased the bandwidth and decreased the cost.
Now, there [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/satellite_dish2.jpg" alt="satellite_dish" vspace="5" align="left" />Satellite Internet service appears to be becoming more and more popular. Once the exclusive domain of exploration companies and war journalists, there are now thousands of people with an extra dish on the home or RV. Part of the reason for this is that certain technologies have increased the bandwidth and decreased the cost.</p>
<p>Now, there are geostationary satellites. That&#8217;s a fancy word for saying the satellite stays still in relation to your position on Earth. You have to set the dish up just once and, barring windstorms or worse, the dish stays in constant communication with the satellite.</p>
<p>The latest way to communicate with satellites for Internet service is over something called the Ka band (pronounced kay-eh). The Ka band is a set of frequencies that are between 18.3 GHz and 31 GHz. More specifically, the uplink (that part of the call that is going from your home to the satellite) is in the range of 27.5 GHz and 31 GHz. The downlink (that part of the call that is coming from the satellite to your home) is in the range of 18.3 Ghz and 20.2 Ghz.</p>
<p><span id="more-21830"></span><br />
What the heck is a GHz? Giga Hertz. Giga for a 1,000,000,000, and Hertz for a cycle per second. Picture a wave on the ocean. It has two parts, the crest of the wave that comes high out of the water. Then there is the trough of the wave, which goes below the normal waterline. Now picture a cot and some Bud Light Lime&#8230;.mmmmm. Okay back to school.</p>
<p>When the crest AND the trough are done passing over the same point in the water, that can be thought of as one cycle. Now imagine that happening in just one second. That&#8217;s a Hertz.  Now imagine that happening a thousand times in one second! That&#8217;s a megahertz. Now imagine that happening 1,000,000,000 times in a second! That&#8217;s a gigahertz. <em>My brain hertz.</em></p>
<table border="0" align="center">
<tbody>
<tr>
<td><em><img src="http://www.makeuseof.com/wp-content/uploads/2009/07/sine_waves.jpg" alt="sine_waves" /></em></td>
<td><em><img src="http://www.makeuseof.com/wp-content/uploads/2009/07/real_wave.jpg" alt="real_wave" /><br />
</em></td>
</tr>
<tr>
<td colspan="2" align="center"><strong>See the similarities?</strong></td>
</tr>
</tbody>
</table>
<p>Why do you need to know this? Well, those numbers relate to transmitting power and what the signal can carry for information. Just like in my first <a href="http://www.makeuseof.com/tag/technology-explained-how-does-wireless-internet-work/">Technology Explained</a> article, the lower frequencies transmit longer distances with less power, but aren&#8217;t capable of carrying a lot of information. That&#8217;s why the old 900Mhz phones don&#8217;t have the voice quality of the 2.6Ghz phones. Yet you could take those old phones down the block with you.</p>
<p>So, using the higher frequency ranges for satellite Internet allows for more data to be sent, giving us something close to high-speed Internet even if we&#8217;re an Alaskan recluse.</p>
<p>Because of the high frequency rates, that signal has to be stepped down and lose a bit of power before it hits the delicate electronics of the modem. This is done using a device that is on the dish itself as well as having a minimum of 150 feet of high-quality RG6 coax cable connecting the dish to the modem. So if you wonder why the installer used such a long cable just to wrap it up and drop half of it on the floor, well, this is why.</p>
<p>Something else you should know about is that Ka band satellite uses spot beams. A spot beam covers a specific area that really isn&#8217;t that big &#8211; about a third the size of Alberta. Each spot beam can support only so many users. If you hear that your buddy in Montana can get service, but you can&#8217;t because your spot beam is full, there isn&#8217;t much you can do about it. Also, you can&#8217;t move your service from spot beam to spot beam unless you are a certified installer. You will also need a clear line of sight to the satellite.</p>
<p>Here&#8217;s what the spot beams look like. As you can see, service is NOT available anywhere, like they sometimes advertise.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/anik-f2-spots.gif" alt="how satellite internet works" /></p>
<p>What&#8217;s the downside? Latency. What&#8217;s latency?  Gamers call it lag. It&#8217;s that time when your signal is going between your house and the satellite. Typically, it&#8217;s about 230 milliseconds or more. That doesn&#8217;t seem like much considering the signal is covering about 45,000 miles in that time. However, when it comes to things like VoIP or online gaming, it makes it nearly impossible to do.</p>
<p>Another downside is something called the <strong>F</strong>air <strong>A</strong>ccess <strong>P</strong>olicy or <strong>FAP</strong>. What this means is that your Satellite Internet Service Provider will put limits on how much you can download over a period of time &#8211; usually 24 hours. If you exceed that, they will automatically slow your speed down to something close to dial-up, to give other users fair access to the satellite. When this happens, you have been FAP&#8217;ed. So, if you are a chronic downloader, you&#8217;ll have to change your ways for satellite Internet.</p>
<p>Is it picture time yet? Of course it is.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/satellite_diagram.png" alt="satellite_diagram" width="480" height="490" /></p>
<p>All this for about $800 for the hardware and $50 a month for ongoing service. Not bad, when you consider bringing in a phone line down a logging road will cost about $10,000 a pole. However, if you want to put a self-pointing dish on your RV, you&#8217;re going to need to dig a little deeper as the hardware will run you about $10,000. You could try to take a stationary dish with you, but pointing the new dishes can take up to eight-hours to aim, and you must be a certified installer.</p>
<p><small>Photo Credits: <a rel="nofollow" href="http://www.flickr.com/photos/cogdog/262446143/">cogdogblog</a>, <a rel="nofollow" href="http://www.flickr.com/photos/stewart/238921761/">stewart</a>, <a rel="nofollow" href="http://www.flickr.com/photos/benchun/74277316/">benchun</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/" title="Technology Explained: Open Router Ports &#038; Their Security Implications (November 18, 2009)">Technology Explained: Open Router Ports &#038; Their Security Implications</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/" title="WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network (August 18, 2009)">WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/the-easy-guide-to-computer-networks-pdf/" title="The Easy Guide To Computer Networks [PDF] (May 31, 2009)">The Easy Guide To Computer Networks [PDF]</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-understanding-speed-the-internet/" title="Technology Explained: Understanding The Internet Speed (October 7, 2009)">Technology Explained: Understanding The Internet Speed</a> (29)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-how-does-wireless-internet-work/" title="Technology Explained: How Does Wireless Internet Work? (July 22, 2009)">Technology Explained: How Does Wireless Internet Work?</a> (31)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/technology-explained-how-does-satellite-internet-work/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>8 Tips To Effectively Boost Your Wireless Router Signal</title>
		<link>http://www.makeuseof.com/tag/8-tips-to-boost-the-signal-from-your-wireless-router/</link>
		<comments>http://www.makeuseof.com/tag/8-tips-to-boost-the-signal-from-your-wireless-router/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 19:00:17 +0000</pubDate>
		<dc:creator>Leon</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=20762</guid>
		<description><![CDATA[Look at it &#8211; staring you down so innocently, yet I know that your Linksys wireless router refuses to give you signal. Since you decided to place it in a corner to gather dust, using it only for its relay capabilities, it has decided to constantly bring up the feared &#8220;Limited Network Connection&#8221; bubble. Don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/coverimg1.jpg" alt="" vspace="5" align="left" />Look at it &#8211; staring you down so innocently, yet I know that your Linksys wireless <a href="http://makeuseof.com/tags/router/">router</a> refuses to give you signal. Since you decided to place it in a corner to gather dust, using it only for its relay capabilities, it has decided to constantly bring up the feared &#8220;Limited Network Connection&#8221; bubble. Don&#8217;t you just hate those?</p>
<p>These routers have the power to transmit intangible signals; these signals, powerful as they may be, are prone to constant interference whether it be by physical objects, other signals floating around in the air, or even because you didn&#8217;t plug the wire in all the way.</p>
<p>Regardless of what the issue, there are some proven ways to try to remedy the situation of a weak <a href="http://makeuseof.com/tags/wifi/">Wifi</a> signal. Some may simply be a little bit of common sense, other methods require purchasing additional parts.</p>
<p>Here are <strong>8 tips</strong> on how to boost your wireless router signal.<br />
<span id="more-20762"></span></p>
<h3>Position it better</h3>
<p>Unless you are living in a cave and you somehow miraculously have internet connectivity at the same time, you probably figured out that if your wireless router was in the corner of your kitchen under a pile of old newspapers and your computer was located on the second floor on the opposite side of the house &#8212; it is a great idea to place your router in an <strong>open position</strong> (preferably in the center of your house) where it isn&#8217;t obstructed by dense or metallic objects such as file cabinets or brick walls.</p>
<p>Other items that may interfere with your signal include (but are not limited to) microwave ovens, cordless phones, garage door openers, and even baby monitors. The bottom line is that the less objects in the signal&#8217;s way, the easier it is for it to relay information to your computer.</p>
<h3>Change the WiFi Channel</h3>
<p>Generally, Wifi routers transmit their signals on a radio frequency of 2.4 GHz. Many other household objects may operate on or around the same frequency, like cordless phones, for example. So, the channel becomes bogged down over time with lots of excess traffic that slows down your wireless connection. In the U.S.,  routers have a predefined set of 11 channels, and the default on a lot of them is channel 6. Changing the channel <em>would</em> reduce some interference. So how do you change the channel?</p>
<p>A great utility many people use is called <a href="http://www.netstumbler.com/downloads/">NetStumbler</a>, a wireless networking tool that just so happens to offer the option for you to change your wifi channel. Once opened, the program gives the choice of fooling around with all of your wireless utilities. Here is where you change your channel:</p>
<p align="center"><img class="aligncenter size-full wp-image-20923" title="ns1" src="http://www.makeuseof.com/wp-content/uploads/2009/07/ns1.png" alt="ns1" /></p>
<p>Which leads to:</p>
<p align="center"><img class="aligncenter size-full wp-image-20804" title="netstumb2" src="http://www.makeuseof.com/wp-content/uploads/2009/07/netstumb2.png" alt="netstumb2" width="308" height="125" /></p>
<p>Since the default for most people (at least in the United States) is 6, you may want to change your channel to something like say, channel 11. Take note that the changing of your wireless channel will NOT in any way increase your speed or bandwith. It will simply remedy your network connection if it keeps breaking off or getting lost.</p>
<h3>Update firmware or drivers</h3>
<p>Updates, whether related to the router firmware or your computer&#8217;s network adapter are done to fix bugs, smoothen out performance and reliability, and maybe even add new features. It is always a good idea to stay up to date with the latest releases by either of these parties.</p>
<p>Tim suggested using <a href="http://www.makeuseof.com/tag/download-junkies-update-your-system-with-radarsync/">RadarSync</a> to easily automatically update your computer&#8217;s drivers at once.</p>
<h3>Buy your equipment from the same company</h3>
<p>Compatibility can be a big problem, especially for two way transmissions. It may help to purchase your adapter and your router &#8211; everything, from the same company. Aside from that, some companies have embedded enhancements that improve speed or signal strength when everything is under the same brand.</p>
<h3>Replace your antenna</h3>
<p>Most routers come equipped with something called an <strong>omnidirectional</strong> antenna. This means that the antenna attached to the router broadcasts the signal equally within a certain circular radius. This is great if the router is positioned in the center of a hub where it needs to be able to reach ever corner of a room, but it can prove to be extremely wasteful if your router is in the corner (then again, why would it be there in the first place?). Since the signal is transmitted in a radius, if you place it in a corner, a lot of the transmitted signal is sent into the wall or outside into the open.</p>
<p>That is why you can manually detach your antenna and replace it with a <strong>high gain</strong> antenna. This focuses its energy to direct the signal in one general direction. Simple enough? You may have to check and see if your router has an external antenna jack/removable antenna.</p>
<h3>Replace your wireless adapter</h3>
<p>Since this is a two-way transmission, it may not have occured to you that it may not be the router that is the problem, but actually the wireless adapter attached to your computer. If your computer cannot send signals back to the router, the same problem ensues.</p>
<p>What is an adapter?  It used to be the card that you inserted into your computer or laptop. These days, most of the adapters are in the form of USB devices. Consider switching to a USB adapter that houses an external antenna, like this one depicted below.</p>
<p align="center"><img class="aligncenter size-full wp-image-20805" title="externaladap" src="http://www.makeuseof.com/wp-content/uploads/2009/07/externaladap.png" alt="externaladap" width="250" height="250" /></p>
<p>This is usually only applicable to desktop computers. If you purchased a laptop that has a built-in adapter, it probably isn&#8217;t your adapter because they are usually very high quality installations.</p>
<h3>Add an additional Wireless Access Point (WAP) or Repeater</h3>
<p>If all else fails, you may need to purchase a repeater or a secondary Wireless Access Point. The consensus among these two options is rather mixed. Constructing a secondary WAP requires the ability to feed an ethernet cable from your primary router to the new access point. There are also cost considerations to be aware of, as WAPs cost more than regular wireless routers. Even so, WAPs have certain flexibilities that normal routers do not have. They can be configured as gateways, bridges, clients or repeaters. But that&#8217;s another story. The bottom line is that the WAP is an extension of the original hub in order to <strong>extend</strong> the distance of the signal. The repeater works the same way.</p>
<p>Here is a tutorial on how to set up the WAP courtesy of Techskillsvideos:</p>
<p align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/seaYiX3pyUM&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/seaYiX3pyUM&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>Try weird things</h3>
<p>Apparently aluminum foil amplifies reception and transmission. It may or may not work, YMMV.</p>
<p align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/sUTT8wdN_VA&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/sUTT8wdN_VA&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>A little bit of background: You may have seen 802.11b or 802.11g written somewhere on your router &#8211; these are merely wireless LAN standards that the particular router adheres to. The main difference between these is that 802.11b has a maximum data transfer rate of 11 Mbps, whereas 802.11g has a much higher 54 Mbps rate.</p>
<p>With that being said, there is no way to improve data transmission or bandwith outside of hardware applications and upgrades. The tips mentioned above are meant to help you solve the problem of an interfered or weak signal. These may or may not work for you, but there is a strong correlation between troubleshooting and success rate.</p>
<p>Have you any other tips to help strengthen a weak signal? Has changing channels made a big difference for you? Tried attaching aluminum foil to your router&#8217;s antenna? How did that turn out for you? Share your experiences in the comments!</p>
<p>&nbsp;</p>
<p><strong>Latest Article</strong> &#8220;<a href="http://www.makeuseof.com/tag/tools-to-do-10-cool-things-with-youtube-videos/">10 More Cool Things You Can Do With YouTube Videos</a>&#8221;</p>
<p>&nbsp;</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/" title="How To Set Up Your Own Secured Wi-Fi Hotspot (June 14, 2009)">How To Set Up Your Own Secured Wi-Fi Hotspot</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/" title="How To Secure Your D-Link Wireless Router (November 9, 2009)">How To Secure Your D-Link Wireless Router</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-turn-an-old-router-into-a-wireless-bridge/" title="How To Turn An Old Router Into A Wireless Bridge (November 13, 2008)">How To Turn An Old Router Into A Wireless Bridge</a> (41)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-troubleshoot-weak-wireless-connections/" title="How To Troubleshoot Weak Wireless Connections (October 31, 2009)">How To Troubleshoot Weak Wireless Connections</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/" title="How To Share The Internet Connection Between Mac and PC (September 25, 2009)">How To Share The Internet Connection Between Mac and PC</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/8-tips-to-boost-the-signal-from-your-wireless-router/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Find Totally Free Unlimited Internet Access Almost Anywhere</title>
		<link>http://www.makeuseof.com/tag/how-to-get-free-internet-service-almost-anywhere/</link>
		<comments>http://www.makeuseof.com/tag/how-to-get-free-internet-service-almost-anywhere/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 19:00:13 +0000</pubDate>
		<dc:creator>Guy McDowell</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[public computer]]></category>
		<category><![CDATA[save money]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19773</guid>
		<description><![CDATA[This is no joke. There are still Internet Service Providers (ISPs) out there offering free service. We&#8217;re going to look at a few ways to find totally free unlimited Internet access, legitimately and legally.
There are two routes to go here. You can go the WiFi route, which is far more popular and usually in the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/3452456030_846c57472d.jpg" alt="" align="left" />This is no joke. There are still Internet Service Providers (ISPs) out there offering free service. We&#8217;re going to look at a few ways to find totally free unlimited Internet access, legitimately and legally.</p>
<p>There are two routes to go here. You can go the <a href="http://www.makeuseof.com/dir/freehotspot-find-free-wifi-hotspots/">WiFi route</a>, which is far more popular and usually in the broadband range for speed. Or, you can go the dial-up route which is slower, however you can access it from the convenience of your own home or maybe from a hotel without <a href="http://www.makeuseof.com/tag/always-stay-connected-with-these-wi-fi-hotspot-finders/">WiFi</a> service.</p>
<p>It may be slower than molasses going uphill in winter, but beggars can&#8217;t be choosers.</p>
<h2><a href="http://www.all-free-isp.com">All Free ISP</a></h2>
<p><img class="alignleft size-full wp-image-19775" style="margin: 10px;" title="all-free-isp" src="http://www.makeuseof.com/wp-content/uploads/2009/06/all-free-isp.gif" alt="all-free-isp" width="378" height="60" />All Free ISP has a simple way to access their database and find a service provider near you. A major benefit is that their database covers the United States of America as well as Canada. You are more likely to find free service in the U.S.A. than in Canada, so I was pleasantly surprised to find several providers in my home province of Alberta.<br />
<span id="more-19773"></span><br />
Just go to All Free ISP and select your <strong>State or Province</strong>. You can also search by <strong>ZIP or Postal Code</strong>. Then click on our friend, the <strong>Go</strong> button. I&#8217;m also partial to his cousins the <strong>Enter </strong>and <strong>Next </strong>button &#8211; really handy fellows, the whole bunch.</p>
<p style="text-align: center;"><img class="size-full wp-image-19774 aligncenter" title="all-free-isp-1" src="http://www.makeuseof.com/wp-content/uploads/2009/06/all-free-isp-1.png" alt="all-free-isp-1" width="384" height="130" /></p>
<p style="text-align: left;">The website then shows you a page of free <em>and cheap</em> ISPs you can access from your area. Here&#8217;s what showed up for me.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-19776" title="all-free-isp-2" src="http://www.makeuseof.com/wp-content/uploads/2009/06/all-free-isp-2.png" alt="all-free-isp-2" width="558" height="227" />See how it breaks the list down into cities? That&#8217;s a nice touch. How about the rating system and letting you know what platforms are supported? Pretty nifty. From here, you can click on the name of an ISP and find out more about them. Let&#8217;s do that, shall we?</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-19777" title="all-free-isp-3" src="http://www.makeuseof.com/wp-content/uploads/2009/06/all-free-isp-3.png" alt="all-free-isp-3" width="559" height="189" />This just shows you a basic overview of the ISP. Really, do I need to explain this? No, exactly! That&#8217;s why I like this site. If you go to All Free ISP and follow through to this point, you&#8217;ll see that there is way more information than I&#8217;m showing here. Based on what they present, you can make an educated guess about whether you want to use this ISP or not.</p>
<p style="text-align: left;">At this point also, you realize that nothing is really free. If you choose <a href="http://www.juno.com">Juno</a>, you&#8217;ll be subjected to large banner ads for the privilege of using their service. No different than watching TV really.</p>
<h2><a href="http://www.freedomlist.com">Freedom List</a></h2>
<p><img class="alignleft size-full wp-image-19779" title="freedomlist_logo" src="http://www.makeuseof.com/wp-content/uploads/2009/06/freedomlist_logo.jpg" alt="freedomlist_logo" width="200" height="71" />You might be living or travelling outside of the northern two-thirds of North America and be in need of dial-up service. Yes, believe it or not, there is more to the world than North America. I know, shocker isn&#8217;t it?! Freedom List offers a, well, list of free ISPs broken down by country. Just take a look! Pretty impressive, huh?</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-19778" style="margin-top: 10px; margin-bottom: 10px;" title="freedom-list" src="http://www.makeuseof.com/wp-content/uploads/2009/06/freedom-list.png" alt="freedom-list" width="550" height="286" />So, if your WiFi card is broken, or you just can&#8217;t sit at the cafe any longer, check Freedom List out.</p>
<h2 style="text-align: left;">Your ISP</h2>
<p>Another place to check for free dial-up Internet access is <strong>your current ISP</strong>. Many of them offer you a certain amount of hours of dial-up access for free, if you have a paid broadband account. Some of them even have directories of dial-up numbers that you can use across the country or even internationally. If they have a dial-up number near to where you are staying, chances are you won&#8217;t even have to pay long distance fees.</p>
<p>The best way to find out if your ISP has free dial-up is to check out their website, or call their customer service number. Usually, they&#8217;re more than glad to help you. The hardest part will be trying to remember how to make a connection using a dial-up modem again. What was once second nature is now a chore.</p>
<h2>Your Town or County</h2>
<p><a href="http://en.wikipedia.org/wiki/Muni_Wi-Fi">Municipal Internet Access</a> or Municipal WiFi seems to be an on-again off-again project for most communities. While driving across the countryside of Alberta for my job, I&#8217;ve noticed my WiFi card picking up access points that are provided by the county. If I were a resident of that county, I could get an account and access the Internet for little to no cost. It&#8217;s provided for with my taxes.</p>
<p>Municipalities also often provide totally free, unlimited Internet access at locations such as the municipal offices, libraries and some schools. To find out more about what your community offers, contact your local government offices.</p>
<p><em>Editor&#8217;s note: Remember, there are always security issues when using a public internet connection. Karl teaches you <a href="http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/">how to protect your personal information</a> while enjoying free wifi connectivity. </em></p>
<p>Know of any other interesting ways to get legal free Internet access? Share it in the comments. We all like a freebie now and again. Got a tip on access being provided by your government? Let everyone know &#8211; it&#8217;s good to use the services you already pay for.</p>
<p><small>Image credit: <a href="http://www.flickr.com/photos/andrewgrill/3452456030/" rel="nofollow">andrewgrill</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/" title="Things To Know When Using a WiFi Hotspot Or a Public PC (May 12, 2009)">Things To Know When Using a WiFi Hotspot Or a Public PC</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-how-does-wireless-internet-work/" title="Technology Explained: How Does Wireless Internet Work? (July 22, 2009)">Technology Explained: How Does Wireless Internet Work?</a> (31)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-use-xirrus-wifi-network-inspector-to-figure-out-problems/" title="How To Use Xirrus To Figure Out WiFi Network Problems (May 1, 2009)">How To Use Xirrus To Figure Out WiFi Network Problems</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-turn-an-old-router-into-a-wireless-bridge/" title="How To Turn An Old Router Into A Wireless Bridge (November 13, 2008)">How To Turn An Old Router Into A Wireless Bridge</a> (41)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/" title="How To Share The Internet Connection Between Mac and PC (September 25, 2009)">How To Share The Internet Connection Between Mac and PC</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-get-free-internet-service-almost-anywhere/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To Set Up Your Own Secured Wi-Fi Hotspot</title>
		<link>http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/</link>
		<comments>http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 13:00:01 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[hotspot]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19103</guid>
		<description><![CDATA[Wireless networking can be an intimidating thing. I remember setting up my own, as if it was yesterday, and it wasn’t entirely fun. If you’ve got yourself a laptop or two, and you’ve just bought your wireless equipment yesterday, I’m here today to show you how to set up wi-fi hotspot, and how to keep [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/153239807_a00080d743_m.jpg" align="left" />Wireless networking can be an intimidating thing. I remember setting up my own, as if it was yesterday, and it wasn’t entirely <em>fun</em>. If you’ve got yourself a laptop or two, and you’ve just bought <em>your</em> wireless equipment yesterday, I’m here today to show you how to set up <a href="http://www.makeuseof.com/tag/always-stay-connected-with-these-wi-fi-hotspot-finders/">wi-fi hotspot</a>, and how to keep freeloaders from leeching off of it (almost; I’ll explain later).</p>
<p>The basics of this process are pretty much the same for any router. Only the specifics will differ, so I can’t say this enough: <strong>Read your documentation</strong>, for your router, your broadband modem, and any other equipment you’ll be using.</p>
<p><strong>Purchasing Your Router</strong></p>
<p>For maximum compatibility, you’re going to want a router that supports the three top wireless-networking standards: 802.11a, 802.11b, and 802.11g. You’ll notice in the store, some routers which are 802.11n, but that standard has yet to be fully adopted. That doesn’t mean that you can’t skip straight up to 802.11n, but please make sure that the device in question is also compatible with the other three wireless standards. It will save you a lot of headaches later.</p>
<p>Next, we are actually going to explain how to setup a wifi hotspot.</p>
<p><span id="more-19103"></span></p>
<p><strong>Physical Setup</strong></p>
<p>Connecting your router to your existing home network should be a simple process. If you think of the path between your PC and the Internet, you will be inserting the router into this chain. </p>
<p align="center">“Internet -&gt; Broadband Modem -&gt; PC”</p>
<p align="center"><strong>becomes</strong></p>
<p align="center">“Internet -&gt; Broadband Modem –&gt; <em>Router</em> –&gt; PC.” </p>
<p>Basically, your first steps will be to unplug your PC’s networking cable from your broadband modem, then plug each of them into your router. Please note, that there should be a port marked specifically for the broadband modem. This may be marked “Internet” or “Broadband” or something similar. Once everything’s plugged-in and powered-up, you may have some software to run which sets the router up. In my experience, running the software <em>isn’t necessary</em>, but may make initial setup easier. Please check your documentation, and don’t skip any steps.</p>
<p><strong>Digital Setup &amp; Security</strong></p>
<p>Once everything is hooked together, please test your Internet connection by opening a Web browser and going to any site. I usually try <a href="http://google.com">Google</a>, <a href="http://makeuseof.com">MakeUseOf</a>, or <a href="http://dorklot.us">my microblog</a> (cheap plug), but what you use is up to you. After confirming that everything’s running smoothly, it’s time to secure the router from outside intruders.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="wifiDefaultGateway" src="http://www.makeuseof.com/wp-content/uploads/2009/06/wifidefaultgateway-thumb.png" border="0" alt="wifiDefaultGateway" width="554" height="73" /></p>
<p>To access your router’s on-board software, you must connect to its internal Web server. The address to use, which is always network-internal, varies; In my example, it’s <strong>http://192.168.2.1</strong>. Here’s how to find yours on Windows XP: From your Start Menu, click the Run command, and then enter “<strong>cmd</strong>” to launch a command line. Next, type “<strong>ipconfig /all</strong>” and hit Enter to show details of your network connection. Your “<strong>default gateway</strong>” is your router’s address. Open a Web browser and go to that address to access your router’s settings. You&#8217;ll be required to enter a Username and Password but that&#8217;s all in your router&#8217;s documentation. If not then you can lookup the default passwords and username for your router on sites like <a href="http://www.makeuseof.com/dir/cirtnet-lookup-default-passwords-electronic-devices/">CIRT</a> and <a href="http://www.makeuseof.com/dir/router-passwords-default-passwords-routers/">Router Passwords</a>.</p>
<p>While you’re still in the command line, please write down your “physical address,” also known as the MAC address, as shown below. You’ll need this later.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="wifiMacAddress" src="http://www.makeuseof.com/wp-content/uploads/2009/06/wifimacaddress-thumb.png" border="0" alt="wifiMacAddress" width="554" height="191" /></p>
<p>Time to configure your wireless settings. First, you’re going to want to change the name of your wireless network, or the SSID, into something unique. For compatibility, it’s best to go with automatic channel selection as well as a mixed wireless mode which supports multiple standards. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="wifiChannelSSID" src="http://www.makeuseof.com/wp-content/uploads/2009/06/wifichannelssid-thumb.png" border="0" alt="wifiChannelSSID" width="394" height="224" /></p>
<p>Your screen won’t look exactly the same as here, and some of the terminology used may be different, but that’s what the documentation and help files are for.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="wifiSecurity" src="http://www.makeuseof.com/wp-content/uploads/2009/06/wifisecurity-thumb.png" border="0" alt="wifiSecurity" width="554" height="234" /></p>
<p>Now, to the security settings. You’re going to want the WPA2 encryption, as WEP is easily cracked. As for the encryption key, you can either generate one from a typed phrase, or if you’re really dedicated, specify 64 digits of hexadecimal code. Either way, I suggest visiting <a href="http://grc.com/passwords">GRC’s secure and random password generator</a> to get a good code.</p>
<p>Something I can’t stress enough is that <strong>no encryption or security method is fool-proof</strong>. Just like anyone with a lock pick and enough time can get into your house, A cracker with enough time on their hands can still break into your network, if they want to <em>really bad.</em> What I’m advising you of here is how to keep most of the freeloaders and snoops off your network, and to encrypt your information from end-to-end.</p>
<p>One more collection of settings to tinker with, the MAC address filtering. This is often the most tedious part, especially if you have multiple devices. This is also optional, but recommended, as a “fence” around your network. Each network device, whether a NIC card or a Nintendo Wii, has a MAC (Media Access Control) address (Consult your device’s documentation for instructions on how to find it), and under this setting, you can restrict access to your network such that only certain MACs can have permission. </p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="wifiMacFiltering" src="http://www.makeuseof.com/wp-content/uploads/2009/06/wifimacfiltering-thumb.png" border="0" alt="wifiMacFiltering" width="554" height="203" /></p>
<p>Again, this isn’t fool-proof. MAC addresses can be plucked out of the wireless signal and then spoofed, but this will help to keep most of the creeps off your network.</p>
<p>Other MakeUseOf posts that show how to setup and secure wireless network:</p>
<ul>
<li><a href="http://www.makeuseof.com/tag/secure-your-wireless-network-here-is-why-and-how/">How To Secure Your Wireless Network Connection</a></li>
<li><a href="http://www.makeuseof.com/tag/the-easy-guide-to-computer-networks-pdf/">The Easy Guide To Computer Networks [PDF]</a></li>
</ul>
<p>We’d love to have any additional insight you may have on setting wi-fi hotspot and keeping your wireless networks secure. Please leave comments with your favorite tips and tricks!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/" title="How To Secure Your D-Link Wireless Router (November 9, 2009)">How To Secure Your D-Link Wireless Router</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/8-tips-to-boost-the-signal-from-your-wireless-router/" title="8 Tips To Effectively Boost Your Wireless Router Signal (July 18, 2009)">8 Tips To Effectively Boost Your Wireless Router Signal</a> (70)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-turn-an-old-router-into-a-wireless-bridge/" title="How To Turn An Old Router Into A Wireless Bridge (November 13, 2008)">How To Turn An Old Router Into A Wireless Bridge</a> (41)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-troubleshoot-weak-wireless-connections/" title="How To Troubleshoot Weak Wireless Connections (October 31, 2009)">How To Troubleshoot Weak Wireless Connections</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/" title="How To Share The Internet Connection Between Mac and PC (September 25, 2009)">How To Share The Internet Connection Between Mac and PC</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>The Easy Guide To Computer Networks [PDF]</title>
		<link>http://www.makeuseof.com/tag/the-easy-guide-to-computer-networks-pdf/</link>
		<comments>http://www.makeuseof.com/tag/the-easy-guide-to-computer-networks-pdf/#comments</comments>
		<pubDate>Sun, 31 May 2009 16:55:21 +0000</pubDate>
		<dc:creator>Simon Slangen</dc:creator>
				<category><![CDATA[MakeUseOf Guides]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[pdf manual]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18358</guid>
		<description><![CDATA[Setting up a network, wired or wireless, isn&#8217;t an easy task &#8211; it&#8217;s far from it. Most of the time, this involves fooling around out of your domain and ending up with a network that misses a few corners.
To get the job right, you&#8217;re expected to be up to terms with the technical network mumbo [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-18359" title="network" src="http://www.makeuseof.com/wp-content/uploads/2009/05/network.jpg" alt="network" width="300" height="210" />Setting up a network, wired or wireless, isn&#8217;t an easy task &#8211; it&#8217;s far from it. Most of the time, this involves fooling around out of your domain and ending up with a network that misses a few corners.</p>
<p>To get the job right, you&#8217;re expected to be up to terms with the technical network mumbo jumbo, although most everyday Joe&#8217;s and <em>don&#8217;t</em> know their RDPs from their UTPs.</p>
<p>To get you on your way and help you set up your networks, as well as with all that comes after, <strong>MakeUseOf proudly presents</strong> the latest PDF release &#8211; <a href="http://makeuseof.org/networking"><strong>The MakeUseOf Network Manual</strong></a>.</p>
<p>In 33 illustrated pages, <strong>Stefan Neagu</strong> from <a href="http://tuxgeek.me/">tuxgeek.me</a> familiarizes us with the networking knowhow, from Adapters to Zimbabwe-proxies. It&#8217;s a great place to start off as a newbie, or to pick up as an already more advanced user.<br />
<span id="more-18358"></span><br />
<img class="size-full wp-image-18362 alignnone" title="networking-overview" src="http://www.makeuseof.com/wp-content/uploads/2009/05/networking-overview.png" alt="networking-overview" width="588" height="277" /></p>
<p>Included are step-by-step guides on how to set up different kinds of networks, and how to use them to share internet, files and printers with other computers. Learn how to secure your connection and location, and how to access private networks.</p>
<p>This guide should suffice to transform you into an amateur network admin. On upcoming parties, you&#8217;ll be able to brag about WPA2 security and Virtual Private Networks. But please, don&#8217;t &#8211; before long, <em>everyone</em> will rely on you to solve their network problems.</p>
<p><strong>Download <a href="http://makeuseof.org/networking">The MUO Network Manual</a> now</strong> and <em>start</em> toying around! If you liked this one, don&#8217;t forget to check out our <a href="http://www.makeuseof.com/service/pdf-manuals/">other available PDF releases</a>.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/" title="WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network (August 18, 2009)">WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/" title="Technology Explained: Open Router Ports &#038; Their Security Implications (November 18, 2009)">Technology Explained: Open Router Ports &#038; Their Security Implications</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-how-does-satellite-internet-work/" title="Technology Explained: How Satellite Internet Works? (July 28, 2009)">Technology Explained: How Satellite Internet Works?</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/" title="How To Share The Internet Connection Between Mac and PC (September 25, 2009)">How To Share The Internet Connection Between Mac and PC</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/" title="How To Set Up Your Own Secured Wi-Fi Hotspot (June 14, 2009)">How To Set Up Your Own Secured Wi-Fi Hotspot</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/the-easy-guide-to-computer-networks-pdf/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Things To Know When Using a WiFi Hotspot Or a Public PC</title>
		<link>http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/</link>
		<comments>http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:00:19 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[public computer]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17066</guid>
		<description><![CDATA[ We all know how it is you are on vacation and you have to check your email and log into your bank or online portfolio. Maybe you have your own laptop and you want to get your email at a Wi-Fi hot spot. These scenarios can be innocent but they can also be your [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" title="Security_Head" src="http://www.makeuseof.com/wp-content/uploads/2009/05/security-head-thumb.png" border="0" alt="Security_Head" width="125" height="193" align="left" /> We all know how it is you are on vacation and you have to check your email and log into your bank or online portfolio. Maybe you have your own laptop and you want to get your email at a Wi-Fi hot spot. These scenarios can be innocent but they can also be your worst nightmare!</p>
<p>Public computers and Wi-Fi hot spots can be set up to log everything you do through a rouge connection.</p>
<p>So to keep you safe in the land of public computers and free Wi-Fi I have compiled some tips for you. Read through them and if you have something to add please feel free to do so in the comments.</p>
<h2>When using a public computer:</h2>
<ul>
<li>Whatever you do absolutely NEVER EVER save your log-on information. That means avoid clicking the box that says Save My Password or Remember Me. This will allow the next user of this machine to possibly log on to this web site as you. And we do not want that! Find and click the &#8220;log out&#8221; button the website before you leave.</li>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/05/image42.png" border="0" /></p>
<li>Don’t type personal information on the computer. Avoid credit card account numbers, banking passwords and things that can be used to give you a bad case of identity theft. Save these transactions for your home or from your handheld on a respectable carriers network. Even encryption won’t help if the machine has a <a href="http://en.wikipedia.org/wiki/Keystroke_logging">keylogger</a> on it.</li>
<li>Erase your web browsing history and restart the computer (if you can’t log-off).</li>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/05/image43.png" /></p>
<li>Watch out for people staring at you or spying on you. This may be common sense but it should definitely be on the list.
</ul>
<p>Some other tips were also mentioned in our earlier post <a href="http://www.makeuseof.com/tag/public-computers-made-safe-security-tools-and-tips/">covering safety on public computers</a>. </p>
<h2>When using a public Wi-Fi hotspot:</h2>
<p>You might already know <a href="http://www.makeuseof.com/tag/secure-your-wireless-network-here-is-why-and-how/">how to secure your wireless connection</a> but what about public Wi-Fi hostpots.</p>
<ul>
<li>Use a firewall – There are tons of  <a href="http://www.makeuseof.com/tag/muo-polls-what-firewall-software-do-you-use/">free firewalls</a> out there like <a href="http://www.zonealarm.com/store/content/catalog/products/sku_list_za.jsp">Zone Alarm</a>. But, your Windows XP Post SP2, Vista or Windows 7 machine has one built in. Turn it on! I like configuring ZoneAlarm to let me know what is going on and trying to access my machine and or files.</li>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/05/image44.png" /></p>
<li> Turn off your Wi-Fi when you&#8217;re not using it. Do not log into a network you do not know and just leave your machine on. If you are not using it turn it off. This is like locking up your machine when you walk away from it. Don’t make yourself a target. Most newer machines have a switch on them like the one depicted below or you can right click on the Wi-Fi icon on your task bar and choose disable.</li>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/05/image45.png" /></p>
<li>Encrypt sensitive files prior sending them over. We have covered several <a href="http://www.makeuseof.com/tag/how-to-hide-files-and-folders-using-7-freeware-apps/">free file encryptions tools.</a></li>
<li>Just like we said before don’t type in information you don’t want other people to see. If you keep the data in your head – then no one can get to it short of physically harming you!</li>
<li>If you HAVE TO use a credit card or enter passwords on a public Wi-Fi connection – make sure the web site is using SSL. It will have a padlock icon on your browsers right hand corner as well as a HTTPS:// in the address.</li>
<li>Disable Wi-Fi Ad-hoc Mode – Disabling this in your Wi-Fi settings will prevent your machine from connecting to someone’s computer that you don&#8217;t know. Most normal Wi-Fi connections use Infrastructure mode. Where as Ad-hoc meshes a group of Wi-Fi users into a pseudo network.</li>
<p><img style="border-right: 0px; border-top: 0px;
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/" title="How To Secure Your D-Link Wireless Router (November 9, 2009)">How To Secure Your D-Link Wireless Router</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-get-free-internet-service-almost-anywhere/" title="Find Totally Free Unlimited Internet Access Almost Anywhere (June 24, 2009)">Find Totally Free Unlimited Internet Access Almost Anywhere</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/" title="Technology Explained: Open Router Ports &#038; Their Security Implications (November 18, 2009)">Technology Explained: Open Router Ports &#038; Their Security Implications</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/public-computers-made-safe-security-tools-and-tips/" title="Public Computers Made Safe &#8211; Security Tools and Tips (May 23, 2008)">Public Computers Made Safe &#8211; Security Tools and Tips</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/keep-your-passwords-secret-on-a-public-computer-with-kyps/" title="Keep Your Passwords Secret On A Public Computer With KYPS (January 9, 2009)">Keep Your Passwords Secret On A Public Computer With KYPS</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Use Xirrus To Figure Out WiFi Network Problems</title>
		<link>http://www.makeuseof.com/tag/how-to-use-xirrus-wifi-network-inspector-to-figure-out-problems/</link>
		<comments>http://www.makeuseof.com/tag/how-to-use-xirrus-wifi-network-inspector-to-figure-out-problems/#comments</comments>
		<pubDate>Fri, 01 May 2009 23:14:05 +0000</pubDate>
		<dc:creator>Guy McDowell</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=16572</guid>
		<description><![CDATA[For some unknown reason, my WiFi connection at home drops out. Sure, it drops when the microwave is turned on high, but I understand that. It&#8217;s the plate in my head. I pee my pants and forget who I am for about a half-hour or so&#8230;&#8230;Yet, there are other times when nothing seems to change [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-16578" style="margin-left: 10px; margin-right: 10px;" title="eddie" src="http://www.makeuseof.com/wp-content/uploads/2009/04/eddie_shitter.jpg" alt="" width="192" height="144" />For some unknown reason, my WiFi connection at home drops out. Sure, it drops when the microwave is turned on high, but I understand that. It&#8217;s the plate in my head. I pee my pants and forget who I am for about a half-hour or so&#8230;&#8230;Yet, there are other times when nothing seems to change but the connection cuts out.</p>
<p>I&#8217;ve been looking for something that would help me monitor my WiFi network and show a bit more about what is happening. That&#8217;s when I came across <strong><a href="http://www.xirrus.com/library/wifitools.php">Xirrus</a></strong>, and I&#8217;m pretty happy with it. Once I installed it, I was pretty much able to figure out what the problem is. Let me show you how I figured that out.</p>
<p>Initially I looked at the information about my WiFi network to make sure everything was okay.</p>
<p><img class="aligncenter size-full wp-image-16573" title="my_info" src="http://www.makeuseof.com/wp-content/uploads/2009/04/my_info.jpg" alt="" /></p>
<p>Everything seems to be good there. Just so you know, for signal strength, the lower the number the better. However you can get too strong of a signal as well. Typically once you get up around that -80 or higher dBm signal strength, it&#8217;s not really usable.</p>
<p>Then I looked at what is happening in my neighbourhood, since I know a lot of folks have WiFi here.</p>
<p><img class="aligncenter size-full wp-image-16574" title="all_info" src="http://www.makeuseof.com/wp-content/uploads/2009/04/all_info.jpg" alt="" /></p>
<p>So <em>Coffee Pot </em>is my network. And I think I know who has <em>Gigaset2F3</em>. Look there &#8211; <em>Gigaset2F3 </em>has a slightly stronger signal strength than <em>Coffee Pot</em>. That could contribute to the problem, but only really if both WiFi routers are using the same channel. Well look there! We&#8217;re both on channel 11 as well as the <em>Hallands</em>.</p>
<p>Do you remember when cordless phones had three channels to use? Occasionally you would pick up your neighbour&#8217;s conversation if you were on the same channel. Now cordless phones have many channels to use and changes up automatically. That&#8217;s pretty much what is going on here. Only I can&#8217;t see their data &#8211; it&#8217;s relatively secure, but it sure could mess up my connection.</p>
<p>Now check this out.</p>
<p><img class="aligncenter size-full wp-image-16575" title="vendor" src="http://www.makeuseof.com/wp-content/uploads/2009/04/vendor.jpg" alt="" /></p>
<p>Aha! <em>Gigaset2F3</em> has the same wireless router as I do. I can&#8217;t confirm that would contribute to the problem, but it wouldn&#8217;t surprise me if it did.</p>
<p>Another interesting feature that Xirrus has is the ability to chart signal strength for one or more WiFi networks. I charted the signal strength for my network, <em>Gigaset2F3</em> and <em>michelle</em>, just to see what kind of changes were going on.</p>
<p><img class="aligncenter size-full wp-image-16576" title="graph" src="http://www.makeuseof.com/wp-content/uploads/2009/04/graph.jpg" alt="" /></p>
<p>It&#8217;s interesting to note that <em>Coffee Pot&#8217;s</em> signal is all over the place, whereas <em>Gigaset2F3 </em>and <em>michelle </em>do have signal strength variances, but they stay relatively constant. I have no idea why that is, but it gives me something else to investigate. Should I loose my signal and I have Xirrus running, I&#8217;ll be able to see if there is an event with my neighbours that corresponds with that time. That would prove my theory that my signal is getting beat out.</p>
<p>You could also use XIrrus to see if any changes that you make to your WiFi router actually make a difference. Maybe you&#8217;ve added a directional antenna or changed the location of the router. Then you check with Xirrus and sure enough the signal improved 12 points. Then when your wife says your Internet sucks, you can say to her it doesn&#8217;t, and that it&#8217;s her and you can prove it. Then you can put ice on that eye. I&#8217;m not speaking from experience here. Really.</p>
<h2>Xirrus Widget</h2>
<p><img class="alignleft size-full wp-image-16577" style="margin-left: 10px; margin-right: 10px;" title="widget" src="http://www.makeuseof.com/wp-content/uploads/2009/04/widget.jpg" alt="" width="258" height="258" /> If all this is a bit more than you really want or need, there is a widget version of Xirrus. You can use it with Yahoo! Widgets for Windows and Mac, Windows Vista and Linux gDesklets.</p>
<p>In one compact widget on your desktop, you get much of the same information that you get from the desktop version of Xirrus.</p>
<p>Have you had problems with your WiFi network? What have you done to help figure it? I&#8217;m curious if anyone has built a cantenna and how that worked. Let me know in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/things-to-know-when-using-a-wifi-hotspot-or-a-public-pc/" title="Things To Know When Using a WiFi Hotspot Or a Public PC (May 12, 2009)">Things To Know When Using a WiFi Hotspot Or a Public PC</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-share-the-internet-connection-between-your-mac-and-a-pc/" title="How To Share The Internet Connection Between Mac and PC (September 25, 2009)">How To Share The Internet Connection Between Mac and PC</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-and-secure-your-own-wi-fi-hotspot/" title="How To Set Up Your Own Secured Wi-Fi Hotspot (June 14, 2009)">How To Set Up Your Own Secured Wi-Fi Hotspot</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-laptop-wireless-internet-access-through-your-cellphone-windows/" title="How to Set Up Laptop Wireless Internet Access Through Your Cellphone [Windows] (August 6, 2009)">How to Set Up Laptop Wireless Internet Access Through Your Cellphone [Windows]</a> (36)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/" title="How To Secure Your D-Link Wireless Router (November 9, 2009)">How To Secure Your D-Link Wireless Router</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-use-xirrus-wifi-network-inspector-to-figure-out-problems/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ever Wanted To Measure Your Bandwidth Usage? (Windows)</title>
		<link>http://www.makeuseof.com/tag/have-you-ever-wondered-how-much-bandwidth-you-use-windows/</link>
		<comments>http://www.makeuseof.com/tag/have-you-ever-wondered-how-much-bandwidth-you-use-windows/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 14:30:27 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15939</guid>
		<description><![CDATA[ It doesn’t matter if you are looking to find out about how much bandwidth you are using to determine if your ISP is charging you fairly, if your net connection is a bottleneck or simply because you are like me and love statistics.
Well we can use this simple bandwidth monitoring tool called Networx. If [...]]]></description>
			<content:encoded><![CDATA[<p><img title="NetworxHead" src="http://www.makeuseof.com/wp-content/uploads/2009/04/networxhead-thumb.gif" alt="measure-bandwidth-usage" width="294" height="118" align="left" /> It doesn’t matter if you are looking to find out about how much bandwidth you are using to determine if your ISP is charging you fairly, if your net connection is a bottleneck or simply because you are like me and love statistics.</p>
<p>Well we can use this simple bandwidth monitoring tool <a href="http://www.softperfect.com/products/networx/">called Networx</a>. If you are paying for your internet per KB or MB than you can use this application to measure bandwidth usage and shut down your network when you reach a certain level.</p>
<p>So in addition to all the pretty graphs and charts we also get better control over our connection. You can use Networx to see how fast your connection actually is or see how much bandwidth your kids are using downloading MP3’s.</p>
<p>Networx has a installer and a portable edition. I used the portable 767kb file and ran it.</p>
<p><img title="Networx1" src="http://www.makeuseof.com/wp-content/uploads/2009/04/networx1-thumb.gif" border="0" alt="measure bandwidth used" width="249" height="75" /></p>
<p>You will see a system tray icon appear like the one in the above picture. You can hover over the icon to get quick statistics also like you see in the picture.</p>
<p>Upon right clicking the icon you will get this context menu:</p>
<p><img title="networx2" src="http://www.makeuseof.com/wp-content/uploads/2009/04/networx2-thumb.gif" border="0" alt="bandwidth monitoring tool" width="174" height="227" /></p>
<p>All of the options are pretty self explanatory but we will run through them anyway. By clicking on the first item Show Graph you will get a screen that looks like this:</p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb21.png" border="0" alt="image" width="294" height="118" /></p>
<p>That graph will keep updating and is very accurate. The only options it has is – open or closed <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Next is the Speed Meter:</p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb22.png" border="0" alt="image" width="375" height="218" /></p>
<p>Go ahead and hit the Start button and let it calculate all your downloads and uploads – it will then calculate how much data is traveling through your system currently. You can start, stop, reset counters, copy .to clipboard or save to file. The incrementing numbers is simply a stop watch so you can see how long you have been collecting data for.</p>
<p>Next up is the usage statistics:</p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb23.png" border="0" alt="image" width="544" height="403" /></p>
<p>You can get detailed information for daily, weekly or monthly statistics. You can set up your own custom reports as well as set hourly rates. And for those of you still using dial up – it has some stats for you as well.</p>
<p>The Quota tab looks like this:</p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb24.png" border="0" alt="image" width="554" height="315" /></p>
<p>Using this tab you can have Networx alert you when you have used a certain amount of data.</p>
<p>Next up is our settings:</p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb25.png" border="0" alt="image" width="444" height="366" /></p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb26.png" border="0" alt="image" width="444" height="366" /></p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb27.png" border="0" alt="image" width="444" height="366" /></p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb28.png" border="0" alt="image" width="444" height="366" /></p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb29.png" border="0" alt="image" width="444" height="366" /></p>
<p>The last three options are graphical network tools. They are NetStat, Ping and Trace Route. Netstat will tell you what is connected to your machine:</p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb30.png" border="0" alt="image" width="555" height="407" /></p>
<p>Ping allows you to test connectivity over the network or Internet:</p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb31.png" border="0" alt="bandwidth monitoring tool" width="412" height="374" /></p>
<p>and Trace Route lets you “Trace” your network route step by step to see where it is failing (or that it is succeeding):</p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/04/image-thumb32.png" border="0" alt="image" width="412" height="374" /></p>
<p>Do you have another way for keeping track of your bandwidth? Do you have other favorite network tool to measure bandwidth usage? If you do be nice, c’mon share them with the others…
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/" title="Technology Explained: Open Router Ports &#038; Their Security Implications (November 18, 2009)">Technology Explained: Open Router Ports &#038; Their Security Implications</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-increase-security-by-securing-your-d-link-wireless-router/" title="How To Secure Your D-Link Wireless Router (November 9, 2009)">How To Secure Your D-Link Wireless Router</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/4-free-wifi-software-downloads-to-take-advantage-of-wireless-networks-nb/" title="4 Free WiFi Software Downloads to Get Most of Wireless Networks (August 20, 2009)">4 Free WiFi Software Downloads to Get Most of Wireless Networks</a> (31)</li>
	<li><a href="http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/" title="WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network (August 18, 2009)">WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/what-to-do-when-you-get-a-copyright-infringement-notice/" title="What To Do When You Get A Copyright Infringement Notice from ISP (November 23, 2009)">What To Do When You Get A Copyright Infringement Notice from ISP</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/have-you-ever-wondered-how-much-bandwidth-you-use-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Check If Your ISP Throttling Your BitTorrent Downloads</title>
		<link>http://www.makeuseof.com/tag/is-your-isp-throttling-your-bit-torrent-downloads-any-platform/</link>
		<comments>http://www.makeuseof.com/tag/is-your-isp-throttling-your-bit-torrent-downloads-any-platform/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 16:00:47 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[BitTorrent]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15852</guid>
		<description><![CDATA[ So the cat’s been out of the bag for a while now that ISP’s are throttling or in some cases even blocking your BitTorrent downloads or seeding.
Comcast came out and admitted to it’s practices in the United States last year. You can read about it here on wired. Since then there has been lot’s [...]]]></description>
			<content:encoded><![CDATA[<p><img  title="glasnotHead" src="http://www.makeuseof.com/wp-content/uploads/2009/04/glasnothead-thumb.gif" border="0" alt="bittorrent-throttling-test" width="254" height="193" align="left" /> So the cat’s been out of the bag for a while now that ISP’s are throttling or in some cases even blocking your BitTorrent downloads or seeding.</p>
<p>Comcast came out and admitted to it’s practices in the United States last year. You can read about it here on <a href="http://blog.wired.com/27bstroke6/2008/09/comcast-disclos.html">wired.</a> Since then there has been lot’s of speculation on if other ISP’s are doing the same thing…</p>
<p>What do you think?</p>
<p><strong>Yeah we do also!</strong></p>
<p>Now there is a free tool that will simulate BitTorrent activities and let you know if your speed or activities have been effected and to what extent. This program (aka bittorrent throttling test) and group have picked up momentum since 2008 and now have the backing of Google and other big names.</p>
<p>Are you curious as to if your ISP is throttling your torrent downloads and doing you dirty?</p>
<p>Well so are we.</p>
<p>Run the tool below on any web browser on any operating system and post back what your results are in the comments. It is strictly web based and nothing gets installed. So you can try it pretty much anywhere.</p>
<p>I tried this in the office on my Cogent circuit. It is a 100mb Ethernet handoff so I was not really expecting any throttling. All you need to run the test is browse on over to:</p>
<p align="center">a title=&#8221;http://broadband.mpi-sws.org/transparency/bttest.php&#8221; href=&#8221;http://broadband.mpi-sws.org/transparency/bttest.php&#8221;><strong>http://broadband.mpi-sws.org/transparency/bttest.php</strong></a>.</p>
<p>You will be greeted by a web page that looks like this:</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/04/glasnot3-thumb.gif" border="0" alt="torrent throttling isp" width="584" height="157" /></p>
<p>Simply scroll down on the page until you see the Start Testing button. You can run the detailed or the simple test. The only difference is the intensity of the test. Some ISP’s are believed to only throttle torrents after a certain period of time (greater than 5 minutes) so this will have you covered.</p>
<p><img title="check if your isp is blocking" src="http://www.makeuseof.com/wp-content/uploads/2009/04/glasnot4-thumb.gif" border="0" alt="glasnot4" width="309" height="146" /></p>
<p>After you hit the Start testing button your test will begin and you will see a count down in a window that looks something like what you see below.</p>
<p><img title="glasnot1" src="http://www.makeuseof.com/wp-content/uploads/2009/04/glasnot1-thumb.gif" border="0" alt="torrent throttling isp" width="584" height="260" /></p>
<p>When the test is complete you will get your results. They will also look something like mine which you can see below. My ISP is NOT throttling my BT downloads or seeding activity and they go into detail on each point they checked as well as the speeds they were able to achieve with the transfers.</p>
<p>I love geeky statistics. Here are my results:</p>
<p><img title="glasnot2" src="http://www.makeuseof.com/wp-content/uploads/2009/04/glasnot2-thumb.gif" border="0" alt="check if your isp is blocking" width="584" height="438" /></p>
<p>I had a buddy of mine run this against his machine on Comcast in Manhattan and his results came through with Throttling and max speeds of only 25kbps… Whoa that’s slow! Thanks for the tip <a href="http://www.bauer-power.net/2009/04/is-your-isp-throttling-down-your.html">El Di Pablo</a>!</p>
<p>Post your results in the comments. And if you have another method of testing if your ISP is getting it’s grubby hands on your torrents post that as well. Don’t be shy kids <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-cheat-with-your-bittorrent-ratio/" title="How To Cheat With Your BitTorrent Ratio (February 8, 2009)">How To Cheat With Your BitTorrent Ratio</a> (35)</li>
	<li><a href="http://www.makeuseof.com/tag/10-ways-to-speed-up-torrent-downloads/" title="10 Ways To Speed Up Torrent Downloads (February 20, 2009)">10 Ways To Speed Up Torrent Downloads</a> (49)</li>
	<li><a href="http://www.makeuseof.com/tag/top-places-to-get-free-legal-concert-recordings/" title="Top 4 Sites To Download Free, Legal Concert Recordings (October 29, 2008)">Top 4 Sites To Download Free, Legal Concert Recordings</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/the-big-book-of-bittorrent-free-pdf/" title="The Big Book of BitTorrent: The Torrent Guide for Everyone (April 26, 2009)">The Big Book of BitTorrent: The Torrent Guide for Everyone</a> (65)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-use-rss-feeds-to-download-torrents-easily-and-automatically/" title="How To Use RSS Feeds To Download Torrents Automatically (April 25, 2009)">How To Use RSS Feeds To Download Torrents Automatically</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/is-your-isp-throttling-your-bit-torrent-downloads-any-platform/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>10 Ways To Speed Up Torrent Downloads</title>
		<link>http://www.makeuseof.com/tag/10-ways-to-speed-up-torrent-downloads/</link>
		<comments>http://www.makeuseof.com/tag/10-ways-to-speed-up-torrent-downloads/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 21:01:33 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[speedup]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[utorrent]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=12633</guid>
		<description><![CDATA[Imagine being on the autobahn with the accelerator down and then you realize that you are driving a wrecked car. The plight is not so uncommon on the information superhighway too.
Torrent users would attest to the fact that half of our time is spent looking for &#8216;healthy&#8217; torrents and the other half trying to download [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/02/bittorrentlogo.png" border="0" alt="speed up torrent download speed" vspace="10" align="left" />Imagine being on the autobahn with the accelerator down and then you realize that you are driving a wrecked car. The plight is not so uncommon on the information superhighway too.</p>
<p>Torrent users would attest to the fact that half of our time is spent looking for &#8216;healthy&#8217; torrents and the other half trying to download (and a bit of upload too) at the maximum speed. The former is mandatory; the latter thankfully is within the realm of tweaking.</p>
<p>If you are the one who thinks that your torrent download speeds could do with a boost then keep reading. Below, you&#8217;ll find a few tips on how to speed up torrent download speed.</p>
<ol style="text-align: left;">
<li>
<h2><strong>Your ISP is where it starts</strong></h2>
</li>
<p>Check the maximum download and upload speeds allowed by your ISP. Most ISP’s have specific bandwidths for both uploads and downloads. Obviously your torrent download speed won’t cross the cap set by the ISP. Go over to this article on Speed.io for <a href="http://www.makeuseof.com/dir/speedio-elegant-broadband-speed-test/" target="_blank">broadband speed test</a> and this one by Tina on <a href="http://www.makeuseof.com/tag/break-the-speed-limits-to-your-internet/" target="_blank">ways to increase your connection speed</a>. There are many other bandwidth testers like <a href="http://www.dslreports.com/tools" target="_blank">DSLReports</a> which is included in the speed test within uTorrent.</p>
<li>
<h2><strong>Choosing the right BitTorrent client</strong></h2>
</li>
<p>Use the better clients out there like uTorrent, Vuze or the BitTorrent client itself. <a href="http://en.wikipedia.org/wiki/List_of_BitTorrent_clients" target="_blank">Wikipedia lists about 51 of them</a> supporting the BitTorrent protocol. The choice of client used should always be updated to the latest version. The screenshots here depict uTorrent. The settings should be similarly configurable for other clients too. Mac users  shuld also check our <a href="http://www.makeuseof.com/tag/is-utorrent-a-viable-option-for-transmission-mac-only/">Transmission vs. uTorrent</a> post</p>
<li>
<h2><strong>Go for healthy seeds and peers</strong></h2>
</li>
<p>A peer is any computer participating in the download and upload of a torrent file. A seed (or seeder) is anyone who has one complete copy of the file being shared across the torrent network. A leech (or a leecher) is the person who does not have the complete file yet but has joined the network to download it. A leecher becomes a seeder when he downloads the entire file and then shares it across the network.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/healthy-seeds.png" alt="increase torrent downloading speed by choosing healthy seeds" /></p>
<p>For high torrent speeds, the best bet is in numbers. The greater the number of seeders, the healthier the torrent and the better the chance of higher speeds. The rule of thumb says to choose the torrent files with a high number of seeders and preferably lesser number of leechers i.e. a higher seed-leecher ratio.</p>
<li>
<h2><strong>Get through the firewall</strong></h2>
</li>
<p>Firewalls can block all incoming BitTorrent connections coming through. To ensure otherwise, a firewall should be manually configured to accept the connections and let it through the client. Windows XP has the Windows Firewall. Configure the firewall installed to accept the connections by checking the BitTorrent client on the allowed list i.e. <em>Options &#8211; Preferences – Connection</em> &#8211; check <em>Add uTorrent to Windows Firewall</em>. Also, check the <em>Windows Firewall exception</em> (if you keep it enabled) in your client too. Shutting down the firewall is not recommended as it leaves the computer open to attack.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/windows-firewall.png" alt="" /></p>
<p><em>Note:</em> If the home computer is behind a router, it also should be configured through the feature called <em>Port Range Forwarding</em> to enable torrent traffic. The router documentation should have specific information on this.</p>
<li>
<h2><strong>Limit your upload rate</strong></h2>
</li>
<p>A peer to peer network is all about sharing alike, but an unlimited upload rate hits the download rate too. Using the speed tests, find out your maximum upload speed and then set your client’s upload rate (Global Upload Rate in uTorrent) to about 80% of your maximum upload speed. You can also try varying your upload speeds – keep it high initially and then gradually bring it down towards the middle of the download.</p>
<p>Note: Mind the speed units – it may be given in <strong>kilobits</strong> per second (kb/sec) or <strong>kilobytes</strong> per second (kB/sec). <strong>1 kilobyte = 8 kilobit</strong></p>
<li>
<h2><strong>Go to a different port</strong></h2>
</li>
<p>The default port for the BitTorrent protocol is any between port numbers <strong>6881-6999</strong>. ISPs throttle traffic on these ports as BitTorrent sharing involves high bandwidth usage. It’s easy to configure a different port in your torrent client. Use some number above <strong>10000</strong> to get around ISPs and also avoid problems with other applications. By default, the uTorrent port is randomized each time it starts. Set a specific port by not enabling the <em>Randomize Port</em> setting.</p>
<li>
<h2><strong>Increase the number of Max Half Open TCP connections</strong></h2>
</li>
<p>This figure specifies how many connections a torrent client should attempt to establish simultaneously at any given time. Windows XP with Service Pack 2 (SP2) or newer, limits this to a default of 10 as a barrier against virus multiplication. But that’s a bummer for torrent speeds as torrents too need a large number of simultaneous connections.</p>
<p>A patch has been available for a while from <a href="http://www.lvllord.de/" target="_blank">LvlLord</a> which modifies the <strong>TCPIP.sys</strong> file in Windows to allow a higher number of TCP connections.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/tcpip-patch.png" alt="increase the half open tcp connections" /></p>
<p>After running the patch, you have to set the number of connections in your torrent client. For example, in uTorrent go to <em>Options – Preferences – Advanced &#8211; net.max_halfopen</em>. Set any number from 50 to 100. But see that net.max_halfopen is set <strong>lower</strong> than the value set in TCPIP.SYS. Always check if it is still patched because Windows updates sometimes overwrite it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/max-half-open-tcp-connectio.png" alt="" /></p>
<li>
<h2><strong>Experiment with Protocol Encryption</strong></h2>
</li>
<p>Some ISPs love to act like Big Brothers and constrict bandwidth for P2P protocols. Protocol Encryption in most of the torrent clients helps to override this bandwidth shaping. Enable outgoing protocol encryption and put a checkmark on <em>Allow Incoming Legacy Connections</em>.</p>
<p style="text-align: center;"><img title="protocol-encryption" src="http://www.makeuseof.com/wp-content/uploads/2009/02/protocol-encryption.png" alt="" /></p>
<p>With protocol encryption, ISPs find it difficult if not impossible to detect that the traffic is coming from BitTorrent. Experiment with enabled, disabled and forced options because you could be getting better speeds with encryption disabled. Non-encryption makes a torrent connection compatible with someone who is not using encryption but as a minus it makes the torrent detectable to an ISP with a bandwidth restricting policy.</p>
<li>
<h2><strong>Bandwidth and connections</strong></h2>
</li>
<p>Your BitTorrent client’s settings options will let you enter figures for –</p>
<p><em>Global maximum number of connections</em> gives the maximum number of connections that a BitTorrent client can make for any P2P exchange. Setting this too high does NOT mean higher speeds. Setting it too high would take up useless bandwidth and too low a figure would miss out on peers. For my 256kbps connection, I have a setting of 130.</p>
<p><em>Maximum number of connected peers per torrent</em> gives the maximum number of peers that a BitTorrent client can connect to for any P2P exchange. Experiment by setting this number close to the available peers for a particular torrent. For my 256kbps connection, I have a default setting of 70.</p>
<p><em>Number of upload slots per torrent</em> gives the maximum number of peers that a BitTorrent client will upload to for any P2P exchange. A low setting may affect downloads. For my 256kbps connection, I have a setting of 3.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/bandwidth.png" alt="" /></p>
<p>uTorrent has a Speed Guide which handily calculates the figures for a particular connection.</p>
<li>
<h2><strong>Some common sense</strong></h2>
</li>
<p>Most BitTorrent clients allow us to view the individual files in a download. You can selectively disable the download of files you don’t think necessary.</p>
<p>Familiarize yourself with the customization settings of your particular client available in the Help files or at the website FAQs.</ol>
<h3><strong>Some useful resources:</strong></h3>
<p><a href="http://www.bittorrent.com/btusers/guides/bittorrent-user-manual" target="_blank">BitTorrent User Guide</a><br />
<a href="http://www.utorrent.com/faq.php" target="_blank">uTorrent FAQ</a><br />
<a href="http://faq.vuze.com/?View=entry&amp;EntryID=94" target="_blank">Vuze FAQ</a></p>
<p>Optimizing the speed of torrent downloads is a lot of trial &amp; error and a bit of patience. Do you have some tips to speed up torrent download speed? Any that you have successfully tried out? Maybe we can put some wind beneath the wings with your comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/is-your-isp-throttling-your-bit-torrent-downloads-any-platform/" title="Check If Your ISP Throttling Your BitTorrent Downloads (April 17, 2009)">Check If Your ISP Throttling Your BitTorrent Downloads</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/top-5-vista-tweaks-to-increase-internet-speed/" title="Top 5 Vista Tweaks to Increase Internet Speed (October 3, 2009)">Top 5 Vista Tweaks to Increase Internet Speed</a> (94)</li>
	<li><a href="http://www.makeuseof.com/tag/break-the-speed-limits-to-your-internet/" title="Increase the Speed of Your Internet Connection (June 30, 2008)">Increase the Speed of Your Internet Connection</a> (30)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-use-rss-feeds-to-download-torrents-easily-and-automatically/" title="How To Use RSS Feeds To Download Torrents Automatically (April 25, 2009)">How To Use RSS Feeds To Download Torrents Automatically</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-1/" title="WinHack &#8211; Speed Up Your Windows XP Computer (Part 1) (October 1, 2008)">WinHack &#8211; Speed Up Your Windows XP Computer (Part 1)</a> (21)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/10-ways-to-speed-up-torrent-downloads/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Have multiple IP configurations? Manage them with NetSetMan.</title>
		<link>http://www.makeuseof.com/tag/have-multiple-ip-configurations-manage-them-with-netsetman/</link>
		<comments>http://www.makeuseof.com/tag/have-multiple-ip-configurations-manage-them-with-netsetman/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 19:30:41 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[connection settings]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=5709</guid>
		<description><![CDATA[
If there is one thing I hate doing the most is walking people through IP address setup&#8217;s. In my company all of our machines are given static IP&#8217;s right out of the box. It helps us with tracking and auditing. A lot of users take their laptops home to use on their home networks in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-5708" title="netsetman1" src="http://www.makeuseof.com/wp-content/uploads/2008/09/netsetman1.jpg" alt="NetSetMan" /></p>
<p>If there is one thing I hate doing the most is walking people through IP address setup&#8217;s. In my company all of our machines are given static IP&#8217;s right out of the box. It helps us with tracking and auditing. A lot of users take their laptops home to use on their home networks in the evenings.</p>
<p>End users being what they are &#8211; They delete the IP information we have assigned them to revert to obtain an IP address automatically. What these users don&#8217;t know is that they will be unable to put the settings back (unless of course they wrote them down &#8211; YEAH RIGHT!).</p>
<p><img class="alignright size-full wp-image-5710" title="netsetmanicon" src="http://www.makeuseof.com/wp-content/uploads/2008/09/netsetmanicon.jpg" alt="multiple ip addresses on one computer" /></p>
<p>If you have a user that often winds up in this predicament than this is the app for them! Similarly if you &#8216;re looking for a quick way to change connection settings you might want to get it as well. It sits in your system tray and does not use much memory. It is also free for non-commercial usage.</p>
<p><a href="http://www.netsetman.com/index.php?s=nsm">NetSetMan</a> interface has two sections. The main one is where you can set and view your network settings and then there is the one on the left. You will quickly see the 6 tabs for different network setups.</p>
<p>This is the guts of the application. Here you get to store your IP, Subnetmask, Default Gateway and DNS information. You can also optionally choose DHCP for an auto-configured network. You can see by pressing the drop down arrow next to your network adapter you can do the same thing for ANY adapter connected to your machine.</p>
<p>Now the author has also decided to throw in some  &#8220;Additional&#8221;  options regarding your connection like allowing you to change the PC name you want to use, among others. I don&#8217;t really have a need for this but hey you might. You never know right!</p>
<p>The last option under the Additional tab is Scripts &#8211; this is great because it allows you to run a custom script before or after connection. This can be especially helpful for opening files or mapping shares when connecting to specific networks.</p>
<p>And don&#8217;t forget the quick network information you can pull by simply holding your mouse over the systray icon.</p>
<p>You will see this:</p>
<p><img class="aligncenter size-full wp-image-5711" title="netsetman2" src="http://www.makeuseof.com/wp-content/uploads/2008/09/netsetman2.jpg" alt="" /></p>
<p>I have tried many times to do this with pure batch files and scripting but it just never worked out. What about you guys do you have some networking magic that you care to share with us? Put us on it the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/one-network-admins-tool-to-rule-them-all/" title="One Network Admin&#8217;s Tool to Rule Them All (January 30, 2008)">One Network Admin&#8217;s Tool to Rule Them All</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/wifi-for-dummies-9-common-mistakes-setting-up-a-wireless-network/" title="WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network (August 18, 2009)">WiFi for Dummies: 9 Common Mistakes Setting up a Wireless Network</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/the-easy-guide-to-computer-networks-pdf/" title="The Easy Guide To Computer Networks [PDF] (May 31, 2009)">The Easy Guide To Computer Networks [PDF]</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-open-router-ports-their-security-implications/" title="Technology Explained: Open Router Ports &#038; Their Security Implications (November 18, 2009)">Technology Explained: Open Router Ports &#038; Their Security Implications</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-how-does-satellite-internet-work/" title="Technology Explained: How Satellite Internet Works? (July 28, 2009)">Technology Explained: How Satellite Internet Works?</a> (24)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/have-multiple-ip-configurations-manage-them-with-netsetman/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
