<?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 &#187; wireless</title>
	<atom:link href="http://www.makeuseof.com/tags/wireless/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:31:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Think Your WPA-Protected Wifi Is Secure? Think Again &#8211; Here Comes The Reaver</title>
		<link>http://www.makeuseof.com/tag/wpaprotected-wifi-secure-reaver/</link>
		<comments>http://www.makeuseof.com/tag/wpaprotected-wifi-secure-reaver/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 18:01:41 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wireless security]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=96587</guid>
		<description><![CDATA[By now, we should all be aware of the dangers of securing networks with WEP, which I demonstrated before how you could hack in 5 minutes. The advice has always been to use WPA or WPA2 to secure your network, with a long password that couldn't be hacked by brute force. Well, it turns out there's a significant backdoor in most routers that can be exploited - in the form of a technology called WPS.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/featured-wps-cracked.png?323f2c">By now, we should all be aware of the dangers of securing networks with WEP, which <a href="http://www.makeuseof.com/tag/crack-wep-network-find-insecure/" title="How To Crack Your Own WEP Network To Find Out Just How Insecure It Really Is">I demonstrated before how you could hack in 5 minutes</a>. The advice has always been to use WPA or WPA2 to secure your network, with a long password that couldn&#8217;t be hacked by brute force. </p>
<p>Well, it turns out there&#8217;s a significant backdoor in most routers that can be exploited &#8211; in the form of a technology called <strong>WPS</strong>. Read on to find out how the hack works, how to test your own network, and what you can do to prevent it. </p>
<h2>Background</h2>
<p>WPA itself is quite secure. The passphrase can only be broken through brute force, so it’s only realistically hackable if you’ve chosen a weak single-word passphrase.</p>
<p>WPS on the other hand is a technology built into most wifi routers that allows you to easily bypass the WPA password by either using a physical PIN that&#8217;s written on the side of the router, or a button that you can press on both devices in order to pair them. </p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/wps-pin-side-router.png?323f2c"></p>
<p>It turns out that the WPS PIN &#8211; <em>a measly 8 digit numeric code</em> &#8211; is very much vulnerable to brute force attacks. Assuming a susceptible router and good signal, the WPS PIN can be hacked in as little as 2 hours. Once the WPS PIN is obtained, the WPA passphrase is also revealed. </p>
<p>Reaver, <a href="http://www.tacnetsol.com/news/2011/12/28/cracking-wifi-protected-setup-with-reaver.html">released by Craig Heffner</a> and <a href="http://code.google.com/p/reaver-wps/">available to download on Google Code</a>, is a practical implementation that you can point and shoot at viable networks. Here’s a video of it in action <em>(skip to the end if you want to just see the entire passphrase revealed to the attacker)</em>:</p>
<p><iframe width="580" height="325" src="http://www.youtube.com/embed/qQf7TvHx-NE" frameborder="0" allowfullscreen></iframe></p>
<p>Stefan Viehböck also <a href="http://sviehb.wordpress.com/">discovered the same vulnerability</a> independently and has released a similar tool which you can download. Here’s a video of Stefan&#8217;s app in action: </p>
<p><iframe src="http://player.vimeo.com/video/34402962?title=0&amp;byline=0&amp;portrait=0" width="580" height="325" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<h2>Mitigating the Attack</h2>
<p>There are a few methods of mitigating the attack. The first is to completely disable the WPS option on your router. Unfortunately, this isn&#8217;t possible on every router and is usually enabled by default, so non-tech savvy users are susceptible here. </p>
<p>Not only that, but I found that on my router, the option to <strong>DISABLE WPS PIN</strong> didn&#8217;t actually disable the PIN that written on the side of the router &#8211; only the user-defined PIN. I quote:</p>
<blockquote><p>When it&#8217;s disabled, users still can add a wireless client through WPS with either Push Button or PIN Number method.</p></blockquote>
<p>So in some cases, it seems this is a permanent backdoor that cannot be mitigated by user settings alone.</p>
<p>A second option is to disable the wireless network entirely on susceptible devices, though obviously this isn&#8217;t going to be a viable option for most users who need the wifi functionality for laptops and mobile devices.  </p>
<p>Advanced users among you may be thinking at this point about MAC address filtering to set up a list of specific devices allowed to join the network &#8211; but this can be easily circumvented by faking the MAC address of an allowed device. </p>
<p>Finally, devices can initiate a lock out when successive failed attempts are detected. This does not completely mitigate an attack, but does increase the time needed to complete it significantly. I believe Netgear routers have an automatic 5 minute block built-in, but in my testing this only increased the attack time required to about a day at most. </p>
<p>A firmware update could increase the time for which devices are blocked, thereby exponentially increasing the total time needed for an attack), but this would need to be either user-initiated (unlikely for most users) or performed automatically when the router restarts (as is often the case with cable services).</p>
<h2>Try It Yourself</h2>
<p>For those who wish to test their own home setups for the vulnerability, you can obtain the latest code from <a href="http://code.google.com/p/reaver-wps/">the Reaver project on Google Code</a>. You’ll need some flavour of Linux to test it on (I suggest <a href="http://www.backtrack-linux.org/">Backtrack</a>), as well as a card that allows for promiscuous wifi monitoring and the appropriate drivers/aircrack software suite. If you were able to follow my last tutorial on <a href="http://www.makeuseof.com/tag/crack-wep-network-find-insecure/" title="How To Crack Your Own WEP Network To Find Out Just How Insecure It Really Is">WEP cracking</a>, this will work too. </p>
<p>After downloading the package, navigate to the directory and type <em>(replacing XXXX with the current version number, or remember you can press TAB to have the console auto-complete the command for you with matching filename)</em>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xvf</span> reaver-XXXXX.tar.gz 
<span style="color: #7a0874; font-weight: bold;">cd</span> reaver-XXXX<span style="color: #000000; font-weight: bold;">/</span>src
.<span style="color: #000000; font-weight: bold;">/</span>configure
<span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
airmon-ng start wlan0</pre></div></div>

<p>You should see something about a mon0 interface being created. To scan for suitable networks, use:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">walsh <span style="color: #660033;">-i</span> mon0</pre></div></div>

<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/walsh-scanning.png?323f2c" alt=""></p>
<p>and to begin the reaver attack, type (replaced BSSID with the hexadecimal BSSID of the target network):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">reaver <span style="color: #660033;">-i</span> mon0 <span style="color: #660033;">-b</span> BSSID <span style="color: #660033;">-vv</span> <span style="color: #660033;">-d</span> <span style="color: #000000;">0</span> <span style="color: #660033;">--ignore-locks</span></pre></div></div>

<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/reaver-setup.png?323f2c"></p>
<p>It goes without saying that this would be a <strong>serious wire fraud criminal offence</strong> to perform on any network for which you don&#8217;t have explicit permission to test on. </p>
<h2>Troubleshooting</h2>
<p>Be sure to check out the Reaver wiki for a more fuller FAQ. The most common problem I found was either too weak a signal, meaning a full WPS handshake could never be completed, or the same PIN being repeated along with a timeout &#8211; this was due to the router 5 minute lockout.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/reaver-timeout.png?323f2c"></p>
<p>I left the software running though, and after some time it would try some more PINs, until my home network was broken in under 8 hours, and the 20 aalphanumeric, mixed punctuation passphrase I had diligently set was revealed onscreen. </p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/wps-cracked.png?323f2c"></p>
<h2>Should You Be Worried?</h2>
<p>This is still very much a new attack, but it&#8217;s important you&#8217;re aware of the dangers and know how to protect yourself. If you find your router is vulnerable, and have a support number to call, I would suggest you ask them how long it will be until a suitable firmware update is available, or how you can go about the upgrade process if it is available already. </p>
<p>Some users will be able to easily prevent this attack with a simple setting alteration, but for the vast numbers of routers in use this is a permanent backdoor for which only a firmware update is going to mitigate somewhat.</p>
<p>Let us know in the comments if you have any questions or managed to try this on your own wifi.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/wpaprotected-wifi-secure-reaver/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Share Your Windows Phone Internet Connection Using The Tethering Feature</title>
		<link>http://www.makeuseof.com/tag/share-windows-phone-internet-connection-tethering-feature/</link>
		<comments>http://www.makeuseof.com/tag/share-windows-phone-internet-connection-tethering-feature/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 21:31:25 +0000</pubDate>
		<dc:creator>Christian Cawley</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[Mobile Tips]]></category>
		<category><![CDATA[internet sharing]]></category>
		<category><![CDATA[tethered]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[Windows mobile]]></category>
		<category><![CDATA[windows phone 7]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=94637</guid>
		<description><![CDATA[Windows Phone is becoming an increasing popular platform, but its initial release in 2010 baffled commentators by omitting key functionality such as copy and paste and tethering. Omitting these features arguably punished the platform, resulting in some poor early reviews. Making matters worse was the fact that devices from Samsung and LG had wired tethering functionality that could be enabled via a hidden engineer’s console.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/sharing.jpg?323f2c" alt="windows phone tethering" />Windows Phone is becoming an increasing popular platform, but its initial release in 2010 baffled commentators by omitting key functionality such as copy and paste and tethering. Omitting these features arguably punished the platform, resulting in some poor early reviews. Making matters worse was the fact that devices from Samsung and LG had wired tethering functionality that could be enabled via a hidden engineer’s console, resulting in a platform offering tethering on some handsets but not others. Hardly ideal!</p>
<p>Microsoft has since resolved these shortcomings with the latest release of its successor to the clunky old Windows Mobile. Windows Phone 7.5 &#8220;<a href="http://www.makeuseof.com/tag/windows-phone-75-mango-smartphone-news/">Mango</a>&#8221; is currently shipping on new devices from HTC, Nokia and Samsung and first generation devices can be upgraded to run this version of the software, which includes wireless tethering. This will enable you to share your mobile Internet connection with other devices.</p>
<h2>Why the Big Deal?</h2>
<p><img style="margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wp7_windows_phone_7_logo_by_ironrex1-d3ggjis.jpg?323f2c" alt="windows phone tethering" width="215" height="215" align="left" />News of this feature came late in the day (release day in fact!) thanks to Microsoft being cagey about some of the details of the Mango release. Despite being a much-requested function there was never any confirmation (although plenty of denials) that tethering of any kind would be included.</p>
<p>Fortunately for Windows Phone users, wireless tethering is now a possibility. The benefits of this are considerable. For instance, you might own a tablet, netbook or laptop and have no wireless functionality or access to any nearby wireless networks. Thanks to wireless tethering you can easily use your Windows Phone as a Wi-Fi router and connect to the Internet!</p>
<p>There are a couple of things to bear in mind, however. The first is that if your mobile phone contract does not have suitable Internet usage terms you could easily end up being billed for more than you can afford, so <strong>before proceeding, check the small print.</strong></p>
<p>The second point to consider is that using wireless tethering can be quite draining on your mobile phone battery, so it is advised for only short-term use unless you are able to keep your Windows Phone charged.</p>
<h2>Activating Internet Sharing</h2>
<p>Microsoft’s inclusion of wireless tethering was done with so little fanfare that you might be forgiven for not realising that it is included on Windows Phone Mango. To get started using this function, you will need to open the <em>Settings</em> menu. This can be found on the Start screen and is also available by swiping left or tapping the arrow in the top-right corner of the screen.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/muo-wp7-tether3.jpg?323f2c" alt="tethering a windows mobile" width="580" height="473" /></p>
<p>With the Settings menu open, first scroll down to <em>Mobile network</em> to confirm that both <em>Data connection</em> and <em>3G connection</em> are activated. You will need the 3G connection active if you are to have any hope of achieving fast mobile Internet! Enable these options by tapping the switches; when active they will be highlighted to match your phone’s current accent (the color of the tiles on your Start screen).</p>
<p>Tap the <em>Back</em> button on your phone to continue. You will now need to find the <em>Internet sharing</em> option in the Settings menu; a single tap of the switch in this screen will enable tethering.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/muo-wp7-tether1.jpg?323f2c" alt="tethering a windows mobile" width="580" height="479" /></p>
<p>By activating wireless tethering you will also activate your phone’s wireless function, which is one of the reasons why battery life is affected by this feature.</p>
<p>The Internet sharing screen will now display a few instructions, advising you that up to 5 guests can share your phone’s mobile Internet connection. A default broadcast name will be listed along with a password that you can use on any device that will be used to share the connection. The number of connected devices will also be listed.</p>
<h2>Connecting To Your Windows Phone Wireless Hub</h2>
<p>You don’t have to use the default options, however. By tapping the <em>Setup</em> button you can configure your own broadcast name by tapping into the field and overtyping the existing name; the same can be done with the password (a minimum of 8 characters is required) and you can also switch the <em>Security type</em> between <em>Open</em> and <em>WPA2.</em> Remember to tap the <em>OK</em> button when you&#8217;re done.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/muo-wp7-tether21.jpg?323f2c" alt="windows phone tethering" width="580" height="473" /></p>
<p>With the options set as required and Internet sharing activated you will now be able to connect to your phone as if it was a standard wireless hotspot. Any tablet, e-reader, laptop, netbook, even a desktop computer or another mobile phone can take advantage of your Windows Phone Wi-Fi hotspot by simply identifying the device’s broadcast name and entering the password.</p>
<h2>Battery &amp; Security Considerations</h2>
<p>Despite the excellent flexibility that wireless tethering offers, there are obvious drawbacks. The first is with the battery life; the more users you allow to connect to your Windows Phone the more data will be processed and the greater reliance on both mobile Internet and Wi-Fi. You could end up with your phone’s battery being seriously drained in under an hour!</p>
<p>Although an open (password-free) connection is available as an option, this isn’t recommended unless you’re in a relatively remote area. The last thing you need – especially if you’re billed on mobile Internet data usage – is to be sharing your connection with unauthorized people.</p>
<p>Despite the battery issues, this is a welcome addition to Windows Phone, one that is quick and easy to use and is great for providing a much-needed Internet connection to other devices.</p>
<p>Let us know if you have any questions or problems setting it up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/share-windows-phone-internet-connection-tethering-feature/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Secure Your Wireless Router In The Short Term By Assigning It An Aggressive Name</title>
		<link>http://www.makeuseof.com/tag/secure-wireless-router-short-term-assigning-aggressive/</link>
		<comments>http://www.makeuseof.com/tag/secure-wireless-router-short-term-assigning-aggressive/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 19:01:09 +0000</pubDate>
		<dc:creator>Christian Cawley</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security tips]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wireless security]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=94233</guid>
		<description><![CDATA[As more devices ship with wireless networking capabilities, it becomes increasingly important to have routers that are capable of handling connections from hardware such as tablets, laptops and mobile phones. The problem is that many routers still in use are perfectly good pieces of hardware, except for one drawback - they don’t support Wireless-N or offer advanced encryption such as WPA.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/muo-router2.jpg?323f2c" alt="secure wireless router" />As more devices ship with wireless networking capabilities, it becomes increasingly important to have routers that are capable of handling connections from hardware such as tablets, laptops and mobile phones. The problem is that many routers still in use are perfectly good pieces of hardware, except for one drawback &#8211; they don’t support Wireless-N or offer advanced encryption such as WPA.</p>
<p>With the threat of drive-by Wi-Fi theft and the risk of secure data being transferred over a non-secure connection, wireless routers without the most current security options can be temporarily shored up with just a bit of imagination. Meanwhile, there are ways in which you can get hold of modern routers for free and connect to them using low-cost USB devices.</p>
<h2>Secure Your Wireless Router with Its Name</h2>
<p>According to <a href="http://gs.statcounter.com/#os-ww-monthly-201110-201110-bar">figures published in October 2011</a>, Windows XP still has a respectable market share as the operating system on around 33% of all computers connected to the web. However, few of these machines will have the native hardware to connect to a Wireless-N connection. Similarly, there are users of Vista and Windows 7 who might be experiencing problems using older routers.</p>
<p>For anyone who doesn&#8217;t wish to spend money on a new router (or has concerns about using their old router until a replacement arrives) there are various steps that can be taken to configure the router so that it doesn&#8217;t appeal to anyone outside of your home or office.</p>
<p>In order for users to connect to a wireless network, a wireless router typically broadcasts an SSID, or Service Set Identifier. This is usually named by default and commonly identifies either the hardware itself or the company that provided it – for instance your wireless router might identify as <em>NETGEAR123334321</em>. This SSID can be seen by anyone using a Wi-Fi device; if they have the correct key then the router will allow access to the Internet. Should the wireless router be open – that is, not have WEP or WPA encryption – then no key is required. Setting an older router as open might be the only way to successfully connect to it from a computer running Windows Vista, 7 or Mac OS X.</p>
<p>If you are running a router with no security you can use the SSID to your advantage by assigning an &#8220;aggressive&#8221; name to the network. For instance, you might call it one of the following (offered as suggestions; you should ideally make up your own):</p>
<ul>
<li>IWillHackYou</li>
<li>ScammerVille</li>
<li>IAmWatchingYou</li>
</ul>
<p>Basically, the idea is to rename the SSID so that anyone who is tempted to connect to any random networks they find will feel uncomfortable doing so. The threat of lost data or identity theft implied in the new SSID should be enough to put most people off.</p>
<h2>Configuring An Old Wireless Router</h2>
<p>To rename your SSID you will need to login to the router via Ethernet &#8211; changing the SSID will drop existing wireless connections.</p>
<p>To log into your router you will need to know the internal name for the device or its IP address. Checking the IP address from your computer is different on all operating systems.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/10-12-2011-15-09-07.png?323f2c" alt="secure wireless router" width="580" height="218" /></p>
<p>On Windows press <em>WINKEY+R</em>, type <em>cmd</em> and click <em>OK</em>. In the resulting command prompt, type <em>ipconfig</em> and tap <em>Enter</em>. The “<em>Default Gateway</em>” entry lists the IP address you need.</p>
<p>Under Mac OS X, open <em>Settings &gt; Network</em> and select the correct network connection in the left-hand pane; in the main pane your router IP will be listed.</p>
<p>The next step is to open a browser window and enter the router’s IP address in the following manner:</p>
<h2>http://123.456.78.90</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/10-12-2011-13-19-59.png?323f2c" alt="how to secure wireless router" width="409" height="164" /></p>
<p>A new webpage will load, prompting you to log in; the default admin credentials can usually be found printed on the side of the router. If these are not present or have worn off, an online search for your router model should reveal them (if you have previously set your own username and password, use these).</p>
<p>Each manufacturer uses a different console for altering the configuration of the router, usually providing a help button if you get stuck. Typically the SSID can be found on the first screen along with other master security settings such as security type and passphrase.</p>
<p>All you need to do here is change the SSID and click the <em>Save</em> button to confirm.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/muo-router-console.png?323f2c" alt="secure wireless router" width="580" height="334" /></p>
<p>Another way to secure an older wireless router can be tried via the configuration screen, requiring just a pen and paper to jot down the SSID. Next, hide the network by disabling the Broadcast SSID function. This is usually achieved by clearing the checkbox to hide your SSID; reconnecting to your wireless network after taking this step will require you to enter the SSID so that your computer can find it.</p>
<h2>Conclusion</h2>
<p>With your SSID renamed (and perhaps hidden) you should be able to protect yourself from most other users. Sadly you won’t be protected from anyone using Wi-Fi sniffer software so be aware of the risks here.</p>
<p>These steps are only best for short-term use. Securing your Internet connection is vital for maintaining your privacy and keeping all of those user-identifiable pieces of data under your control.</p>
<p>If you’re unable to afford a modern new router offering the latest WPA encryption methods and Wireless-N, the best thing you can do is contact your ISP, or perhaps switch to a provider that offers a suitable new router which might be coupled with one or more USB wireless dongles that can to connection to the new router.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/secure-wireless-router-short-term-assigning-aggressive/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Get Free Wi-Fi At 50 Different US Airports From Skype, This Week Only [News]</title>
		<link>http://www.makeuseof.com/tag/free-wifi-50-airports-skype-week-news/</link>
		<comments>http://www.makeuseof.com/tag/free-wifi-50-airports-skype-week-news/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 21:21:45 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=95295</guid>
		<description><![CDATA[Have you ever been stuck in an airport, and absolutely needed an Internet connection? Most airports in the US don’t offer free Wi-Fi, and the fees can sometimes be pretty outrageous. Now that the holiday season is upon us, many of us will find ourselves spending some time in one airport or another on our way to visit family and friends. If you’re one of those people, you’ll be happy to hear about Skype’s free airport Wi-Fi.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/skype-wifi-icon.jpg?323f2c" alt="" />Have you ever been stuck in an airport, and absolutely needed an Internet connection? Most airports in the US don’t offer free Wi-Fi, and the fees can sometimes be pretty outrageous. Now that the holiday season is upon us, many of us will find ourselves spending some time in one airport or another on our way to visit family and friends. If you’re one of those people, you’ll be happy to hear about Skype’s free airport Wi-Fi.</p>
<p>Over the next week (December 21st – December 27th), Skype will be offering a free hour of Internet access to third-party wireless hotspots in 50 airports across the US. This will be available for anyone with a PC, Mac or iOS device. It will not be available for Android or any other mobile platform other than iOS.</p>
<p>In order to start, install <a href="http://www.skype.com/intl/en-us/get-skype/">Skype</a> on your computer or the <a href="http://itunes.apple.com/app/skype-wifi/id444529922">Skype Wi-Fi app</a> on your iPhone, iPad or iPod Touch. Sign in using your Skype ID, and then check the wireless network connection. You should now be able to connect to a supported wireless hotspot, if you’re in one of the supported airports. To find out if your airport is included, check out this interactive map.</p>
<p><iframe src="http://kaplowkdrivefb.com/skype/map/skype-free-wifi-interactive-map.html" width="580" height="550"></iframe></p>
<p><small>Source: <a href="http://blogs.skype.com/en/2011/12/skypeholidaywifi.html" rel="nofollow">Official Skype Blog</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/free-wifi-50-airports-skype-week-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve Your Wi-Fi Signal At Home &amp; Outside With These 2 Free Android Apps</title>
		<link>http://www.makeuseof.com/tag/improve-wifi-experience-home-2-free-android-apps/</link>
		<comments>http://www.makeuseof.com/tag/improve-wifi-experience-home-2-free-android-apps/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 17:30:38 +0000</pubDate>
		<dc:creator>Erez Zukerman</dc:creator>
				<category><![CDATA[Google Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=92964</guid>
		<description><![CDATA[When you use an Android phone (or any smartphone for that matter), Wi-Fi becomes an essential way to get online.With the help of this article, I’ll be showing you two different apps designed to make your Wi-Fi experience better so you can get better speeds and a more stable connection. These are both for Android, but you can actually use what you learn from them with any Wi-Fi device, including your laptop.

]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wifi.jpg?323f2c" alt="improve wifi speed"/></p>
<p>Data plans tend to be limited, and connection speeds are sometimes not all that impressive. So when you use an Android phone (or any smartphone for that matter), Wi-Fi becomes an essential way to get online.</p>
<p>Today I’ll be showing you two different apps designed to make your Wi-Fi experience better so you can get better speeds and a more stable connection. These are both for Android, but you can actually use what you learn from them with any Wi-Fi device, including your laptop.</p>
<h2>Improving Wi-Fi Connectivity At Home</h2>
<p><a href="http://en.wikipedia.org/wiki/Wi-Fi">Wikipedia</a> says: <em>“Many 2.4 GHz 802.11b and </em><a href="http://en.wikipedia.org/wiki/IEEE_802.11#802.11g"><em>802.11g</em></a><em> access-points default to the same channel on initial startup, contributing to congestion on certain channels”</em>. So while there are several available Wi-Fi channels, chances are that you and <em>all</em> of your neighbors are actually using the same single channel for your wireless communication. This causes interference and can slow things down.</p>
<p>You can always tell which Wi-Fi channel you are using using your access point’s configuration interface; but how can you tell what channels you neighbors are using? This is important so you know what’s free and where to switch, and this is where our first app comes in: Free <a href="https://market.android.com/details?id=com.farproc.wifi.analyzer">Wifi Analyzer</a>. With over 5 million downloads and over 61,000 reviews averaging 4.5 stars, Wifi Analyzer kicks some major butt, and provides a plethora of information about your wireless situation. Let’s take it for a spin:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wifi7.jpg?323f2c" alt="improve wifi speed" width="300" height="501"/></p>
<p>This is the first screen shown when you launch the app, and right away, you can see how most of the networks around here are centered on channel 6. Only one network sits around channels 1-3, and channels 9 and up appear to be completely clear. Let’s swipe to the next screen:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/image92.png?323f2c" alt="improve wifi signal" width="300" height="500"/></p>
<p>Here, you get to select a network and see its signal strength graphically.  This display constantly updates, and can also beep according to the signal level (more beeping means a stronger signal). This is fun because you can walk around with your phone like a metal detector and see where the signal grows stronger or weaker: Does this or that wall actually block your Wi-Fi signal?</p>
<p>The last feature I want to show you is what I call “the bottom line”. This is the screen where Wi-Fi Analyzer recommends which channel you should switch to:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wifi5.jpg?323f2c" alt="improve wifi signal" width="300" height="500"/></p>
<p>As you can see, my home network sits on the absolute worst part of the spectrum possible. Wifi Analyzer says I should switch to channels 11, 12, or 13, and I tend to agree. Doing this will result in less interference, and thus in a better connection for everyone (even my neighbors will have less interference with their Wi-Fi connections!).</p>
<p>Okay, that’s great for when you are at home and you get to control the access point’s channel. But what should you do to get a better connection when you’re outside, at a coffee shop or an airport?</p>
<h2>Improving Wi-Fi Connectivity While On The Go</h2>
<p>When you’re in a public location, the biggest problem with the Wi-Fi connection is usually poor signal strength. In other words, the access point is simply too far away. This can be very frustrating, because you usually don’t have any way to know where to go for better connectivity. Which way is closer to the access point? If you start walking around, you may lose the connection or end up making it even worse.</p>
<p>Well, this is where <a href="https://market.android.com/details?id=girsas.wifiradar">Wi-Fi Radar</a> comes in. This handy little app also enjoys some stellar reviews (over 1,100 reviews averaging 4 stars), and its claim to fame is its ability to show you where access points are <em>physically. </em>So you get a radar-like display with your phone in the middle, surrounded by access points. It comes with simple instructions:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wifi9.jpg?323f2c" alt="improve wifi signal" width="300" height="500"/></p>
<p>So when using it, you will find yourself slowly rotating with your device. People may look at you oddly, but you can just tell yourself they are suffering crappy connections and you’re smarter.  Once the scan starts, it looks like this:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wifi11.jpg?323f2c" alt="improve wifi reception" width="300" height="500"/></p>
<p>This is the trickiest part in using the app. In the screenshot above, I have separated both bars so you can see them clearly. The brighter bark (around the 6% mark) moves on its own; the darker one (around the 20% mark) moves when you rotate the device slowly. Your goal is to keep them together. This means you need to very slowly rotate the device, a little bit at a time, while the progress bar moves. You are going to look pretty stupid while you’re busy doing this, but that is the price to pay for good connectivity.</p>
<p>This process takes a good two minutes, or even more. Once you’re done, you get a display that looks like this:</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wifi13.jpg?323f2c" alt="improve wifi reception" width="300" height="500"/></p>
<p>When you move around with your device, the display updates and things shift around. Even after all of this work, the display may not be correct; it is best if you have some point of reference, because then you can rotate the whole display as needed, using the “Result Offset” option.</p>
<p><img class="aligncenter" style="border: 0pt none;"  src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wifi15.jpg?323f2c" alt="improve wifi speed" width="300" height="500"/></p>
<p>This isn’t because the app is bad (it’s actually quite good), but because it is trying to do something that is remarkably difficult. If you’re patient and determined, you may find yourself enjoying the best Wi-Fi signal your airport can offer.</p>
<h2>Other Wi-Fi Essentials</h2>
<p>I am always on the lookout for awesome Android apps; did I miss an important Wi-Fi related application? Let me know in the comments, and I might review it!</p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.shutterstock.com/pic.mhtml?id=66078067">ShutterStock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/improve-wifi-experience-home-2-free-android-apps/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to Set Up iCloud For Your iOS Devices</title>
		<link>http://www.makeuseof.com/tag/set-icloud-ios-devices/</link>
		<comments>http://www.makeuseof.com/tag/set-icloud-ios-devices/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 17:01:19 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[iPhone / iPad / iPod]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=90494</guid>
		<description><![CDATA[No doubt the most welcomed feature of the latest iOS 5 update for the iPhone, iPod, and iPad is Apple rolling out iCloud and wireless Wi-Fi connectivity for its smart mobile devices and Macs. Many of us have experienced the pain of connecting our iOS device using USB to iTunes just to update a playlist or backup some related app files. It was almost like calling someone on a wired phone.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/screenshot1388_11.png?323f2c" alt="icloud for ios" />No doubt the most welcomed feature of the latest iOS 5 update for the iPhone, iPod, and iPad is Apple rolling out iCloud and wireless Wi-Fi connectivity for its smart mobile devices and Macs. Many of us have experienced the pain of connecting our iOS device using USB to iTunes just to update a playlist or backup some related app files. It was almost like calling someone on a wired phone.</p>
<p>But now those days are getting behind us. Apple has made it possible to walk into an Apple Store, purchase a device and have it up and running by the time you walk out. If you are an existing iOS user, you only have to connect one more time to make the wireless iCloud connection. Afterwards, your eyes may get watery when you open iTunes and see your iOS device(s) connected without wires. But hold on, if you haven&#8217;t set things up, there are some things you need to know.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/screenshot1459.png?323f2c" alt="icloud for ios" width="361" height="123" border="0" /></p>
<h2>iCloud Requirements</h2>
<p>First off, to use iCloud, you will need to have a free MobileMe account. If you&#8217;re an existing iOS owner, you probably already have such an account, but if you don&#8217;t, you will be asked to set it up when you try to add iCloud to your system.</p>
<p>So now connect your iOS device to iTunes and complete the iOS 5 update. As usual, make sure existing content on the device is backed up by iTunes. After the update is completed, you need to click on the Info menu for your device.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/screenshot1438.png?323f2c" alt="ios icloud" width="580" height="281" border="0" /></p>
<p>If you plan on syncing your Address Book and iCal Calendar data using iCloud, you will want to uncheck the two sync buttons on that page.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/screenshot1445.png?323f2c" alt="ios icloud" width="522" height="200" border="0" /></p>
<p>Next, on the <em>Summary</em> page, click either &#8220;<em>Back up to iCloud</em>&#8221; or &#8220;<em>Back up to this computer.</em>&#8221; If you want to back up the content of your device to your iCloud device, remember that you only get 5GB of free storage, so depending upon how much content you have on your device, that might not be a good idea. On the other hand, backing up to iCloud means having another place to secure your data. So for the average user, backing up to iCloud should be okay.</p>
<p>If you are an <a href="http://www.makeuseof.com/tag/mobileme-icloud-worth-move/">existing MobileMe user</a>, you might have more storage space, that is until Apple closes out all those accounts in June of next year.</p>
<h2>Other Options</h2>
<p>Notice also you have other options before you apply the iCloud setup. You will want to of course check &#8220;<em>Sync with this iPad over Wi-Fi</em>&#8221; and probably all the other boxes under that.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/screenshot1436.png?323f2c" alt="ios icloud" width="580" height="214" border="0" /></p>
<p>In managing your music, you will need to go to the <em>Music</em> section and click <em>&#8220;Selected playlists, artists, albums, and genres</em>&#8221; if you have a large iTunes library. Under <em>Options</em>, either select &#8220;<em>Sync only checked songs and videos</em>,&#8221; or &#8220;<em>Manually manage music and videos</em>,&#8221; which will prevent iTunes from trying to load your entire library onto your device.</p>
<p>The beauty of iCloud is that you can now add and delete songs for your devices over your Wi-Fi network connection. Unfortunately, you can&#8217;t do it over 3G. Once you have everything set the way you want it, click the <em>Apply</em> and <em>Sync</em> buttons to make your first iCloud connection.</p>
<p>After your data is restored to your device and it&#8217;s restarted, you should be invited to go through the process of setting up iCloud. But if some reason you did the upgrade and skipped this process, you can still go back and set it up using the following directions.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/icloud-ipad-setup.png?323f2c" alt="ios icloud settings" width="300" height="400" border="0" /></p>
<h2>Setting Up An iOS Device</h2>
<p>If you need to set up iCloud on your iOS 5 updated device, open the <em>Settings</em> app and tap on <em>iCloud</em>. Add your account and enable all the items you want to sync via iCloud. Do the same for your Mac or PC if you have data you want to sync from there (<em>System Preference &gt; iCloud</em>.)</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/IMG_1056.png?323f2c" alt="ios icloud settings" width="400" height="600" border="0" /></p>
<p>Enable the data that you want to upload to iCloud and sync between your computer and iOS device(s). In order to use <em>Photo Stream</em>, you will need to enable it also in iPhoto and/or Apple&#8217;s Aperture. Likewise, <em>Documents &amp; Data</em> is for use with Apple&#8217;s iOS and Mac iWorks apps—Pages, Numbers, and Keynote.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/IMG_1056.jpg?323f2c" alt="ios icloud settings" width="320" height="480" border="0" /></p>
<p>If you scroll down on the iCloud menu and tap <em>Storage and Backup</em>, you will get that described information, as well as an invitation to purchase additional storage.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/IMG_10571.png?323f2c" alt="IMG 1057" width="386" height="580" border="0" /></p>
<p>You can and should enable iCloud Backup, which means the data on your device will back up to your computer or to iCloud your camera roll, accounts, documents, and settings when the device is plugged, locked, and connected to Wi-Fi. Notice also, you can manually &#8220;<em>Back Up Now</em>&#8221; if you need to quickly push data to iCloud and other devices.</p>
<p>Once the backup is complete, you can tap <em>Manage Storage</em> to double-check that all the items are now backed up in iCloud.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/IMG_1060.jpg?323f2c" alt="IMG 1060" width="320" height="480" border="0" /></p>
<h2>Using iCloud</h2>
<p>As stated above, iCloud synchronization works automatically, but you can also go into say iTunes on your computer and manually add songs or apps to your device(s) wirelessly. In my experience, however, the process of re-adding a single app on your Mac to a selected device is a slower process than simply going back into the App Store and locating an app you&#8217;re previously purchased and re-downloading it from there.</p>
<p>If you want to access your Mail, contacts, and calendar data online, simply go to <a href="http://www.icloud.com">iCloud</a> and sign in using your iCloud/MobileMe username and password. You also go there to use the <a href="http://www.makeuseof.com/tag/locate-missing-stolen-iphone-ipad-ipod-touch-find-iphone-mac/">Find My iPhone</a>, and to upload, download, and synchronize your iWork documents.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/screenshot1456.jpg?323f2c" alt="Screenshot1456" width="580" height="245" border="0" /></p>
<p>Sadly, in order to sync iWork documents with iCloud, you have to upload documents to your online account (click on the iWork icon, and then click on the gear button on the upper-right of the page to upload documents to iCloud.) You can&#8217;t upload documents to your account from within iWork applications.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/screenshot1457.png?323f2c" alt="Screenshot1457" width="292" height="197" border="0" /></p>
<p>If you&#8217;ve been using <a href="http://www.iwork.com">iWork</a>, you will have to switch to iCloud if you want documents to automatically sync to all your iCloud supported devices.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/screenshot1444.jpg?323f2c" alt="Screenshot1444" width="562" height="363" border="0" /></p>
<p>Also, while we&#8217;re on the subject, if you&#8217;re a heavy iPhone camera user, you may or may not like the Photo Stream feature. It&#8217;s great that it automatically uploads all your iPhone photos to your corresponding devices and to your iPhoto/Aperture library.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/IMG_1059.jpg?323f2c" alt="icloud for ios" width="320" height="480" border="0" /></p>
<p>But though it keeps those photos in your iCloud account for 30 days, it&#8217;s almost impossible to delete them from iCloud. You can turn off Photo Stream on your device to keep it from uploading images to iCloud, but it seems that images remain in iCloud until after 30 days.</p>
<p>There&#8217;s a lot more to iCloud, but hopefully this article has given you enough to get started. Let us know about your experiences using iCloud.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/set-icloud-ios-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Build A WiFi PC Radio With Subsonic [Cross-Platform]</title>
		<link>http://www.makeuseof.com/tag/build-wifi-pc-radio-subsonic/</link>
		<comments>http://www.makeuseof.com/tag/build-wifi-pc-radio-subsonic/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 16:01:43 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Internet Radio]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=85374</guid>
		<description><![CDATA[Downloading or streaming music is definitely an activity that I love to do when I'm relaxing or just trying to pass the time. The problem I have is that when I download music to a PC, I may want to access that music from different PCs in my house. To solve that problem, I decided to create a sort of Wi-Fi PC Radio server where I can store all of my music and then allow users from anywhere to stream that music.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonicicon1.png?323f2c" alt="wifi radio" />Downloading or streaming music is definitely an activity that I love to do when I&#8217;m relaxing or just trying to pass the time. However, organizing and accessing that music is always a struggle for me.</p>
<p>There are so many awesome websites and applications you can use to download music to any PC. Simon wrote about <a href="http://www.makeuseof.com/tag/free-music-zilla-download-music-social-websites/">Free MusicZilla</a> (one of my favorites), and he also covered some of the best sites where you can <a href="http://www.makeuseof.com/tag/the-best-places-to-download-free-music/">download free music</a>. Of course, most users will be more than accustomed to paying for and downloading music from sites like <a href="http://www.makeuseof.com/tag/13-addons-itunes-users-should-know-about/">iTunes</a> or <a href="http://www.makeuseof.com/tag/break-free-from-itunes-with-amazon-music-downloads/">Amazon</a>.</p>
<p>The problem I have is that when I download music to a PC, I may want to access that music from different PCs in my house. To solve that problem, I decided to create a sort of Wi-Fi PC Radio server where I can store all of my music and then allow users from anywhere to stream that music.</p>
<h2>How The Wi-Fi PC Radio Setup Works</h2>
<p>The way this setup works includes a web server with <a href="http://www.subsonic.org/pages/index.jsp">Subsonic</a> installed. Technically, you don&#8217;t need to set up a web server &#8211; when <a href="http://www.subsonic.org/pages/download.jsp">you install Subsonic</a>, it will use port 80 and serve up its own webpage. If you already have a web server, you can configure Subsonic to use its own subfolder within the public html folder.</p>
<p>When you first install Subsonic on your &#8220;server&#8221; PC, you&#8217;ll see the Subsonic Music Streamer icon appear in the task bar.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic1.png?323f2c" alt="wifi radio" width="215" height="96" /></p>
<p>Right-click and go to &#8220;<em>Subsonic Control Panel</em>&#8221; to quickly set up how you would like the streaming service to run. This is also where you go to start and stop the service.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic2.png?323f2c" alt="amateur radio wifi software" width="413" height="344" /></p>
<p>Click on the &#8220;<em>Settings</em>&#8221; tab to set up what server port the service will use, and the path where Subsonic should run from.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic3.png?323f2c" alt="amateur radio wifi software" width="409" height="343" /></p>
<p>Once you have Subsonic running, you can either access the system by going to &#8220;<em>http://localhost/</em>&#8221; on the PC itself, or open up a browser on any other computer on your Wi-Fi network and type in the IP address of the server PC where Subsonic is running.</p>
<p>The first thing you&#8217;ll need to do is set up the admin account.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic51.png?323f2c" alt="amateur radio wifi software" width="481" height="368" /></p>
<p>Set up a new password, and then start working through the menu systems to set everything up. The only area you really need to configure for your new jukebox-like Wi-Fi music streamer to work properly is to set up media folders on the server PC where you&#8217;ll store all of the music available for your users to listen to. You do this by clicking on the &#8220;<em>Media Folders</em>&#8221; link in the menu.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic6.png?323f2c" alt="amateur radio wifi software" width="586" height="310" /></p>
<p>Name the folder, type the local link for the music directory and make sure it&#8217;s enabled. When you click <em>Save,</em> the music files stored in that folder will become available to all users that connect to your new music server on your Wi-Fi network. If you have music playlists set up, such as iTunes playlists, you can point Subsonic to those folders under the &#8220;<em>General</em>&#8221; settings link.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic7.png?323f2c" alt="amateur radio wifi software" width="579" height="415" /></p>
<p>You can also define how your users can stream music over the network to their own computers or devices. Choices include launching the user&#8217;s own music players, or utilizing the embedded Jukebox player that is integrated with Subsonic.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic8.png?323f2c" alt="amateur radio wifi software" width="579" height="389" /></p>
<p>This is the most convenient solution for users because no local player is required &#8211; they can play music just by logging into your Subsonic PC and clicking on the play button.</p>
<p>Another very cool feature of Subsonic that goes beyond just serving up music over your local Wi-Fi network is that you can also serve up video streams and podcast feeds.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic9.png?323f2c" alt="how to build a wifi radio" width="574" height="325" /></p>
<p>This isn&#8217;t really anything too special, considering that you can just connect to those video or podcast streams yourself, but by adding all of those media stream links to your Subsonic server, you can keep everything organized on one computer system and then access it from anywhere. No longer will you have to wonder where you saved that podcast link, or where you saved that music file that you downloaded. Just log into your Subsonic server and it&#8217;s all there.</p>
<p>Another very cool feature of Subsonic is that as an admin you can track the overall usage of the server. What are the most popular files? Which files are currently being accessed? You can even see a trend of the bandwidth users have used over time.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic10.png?323f2c" alt="how to build a wifi radio" width="580" height="282" /></p>
<p>Whenever users log in, all available music files are listed in the left menu bar. Each individual user can build their own player list by just adding the &#8220;+&#8221; sign next to the song. That song gets added to the personal player list, where the user can click on the &#8220;<em>Play</em>&#8221; button in the embedded player to get started. The files are streamed right over the network to the user&#8217;s PC or mobile device.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/subsonic11.png?323f2c" alt="wifi radio" width="579" height="186" /></p>
<p>You can even add a special Guest account for people that visit your home and have a laptop or mobile device that can connect to your home Wi-Fi network. What&#8217;s especially cool about Subsonic is that it&#8217;s available for multiple platforms, and there are even Subsonic apps for Android, iPhone and Windows Mobile.</p>
<p>Your friends and family will love the fact that whenever they visit you, they can have access to a wide array of great music to listen to &#8211; and you protect your music investment, because the server does not allow the downloading of music files, only streaming.</p>
<p>Set up your own WiFi radio PC with Subsonic and see if it makes organizing and accessing your media collection easier. Let us know how you set up your server, and what people thought about your streaming music collection. Share your thoughts in the comments section below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/build-wifi-pc-radio-subsonic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dirty Rotten Thieves Stealing Your Wifi? Find Out What They&#8217;re Looking At With These 3 Apps</title>
		<link>http://www.makeuseof.com/tag/dirty-rotten-thieves-stealing-wifi-find-3-apps/</link>
		<comments>http://www.makeuseof.com/tag/dirty-rotten-thieves-stealing-wifi-find-3-apps/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 17:31:47 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wireless security]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=83785</guid>
		<description><![CDATA[If your Wifi is being hijacked by some dirty rotten thieves - I showed you how to check this before - what can you do to get your own back, or find out a little more about who is responsible? Or rather, if a hacker has gained access to your wifi network, what kind of nasty things could they do to you?]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/featured-wifi-hack.png"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/featured-wifi-hack.png?323f2c" alt="wifi monitoring software" />If your Wifi is being hijacked by some dirty rotten thieves &#8211; <a title="How To Check If Someone Is Stealing Your WiFi &amp; What You Can Do About It" href="http://www.makeuseof.com/tag/check-stealing-wifi/">I showed you how to check this before</a> &#8211; what can you do to get your own back, or find out a little more about who is responsible? Or rather, if a hacker has gained access to your wifi network, what kind of nasty things could they do to you?</p>
<p>In this tutorial today, I’ll be demonstrating some low-level but terrifying utilities you can run on your compromised network. If you <a href="http://www.makeuseof.com/tag/paranoid-monitoring-networks-comings-goings-wallwatcher-ddwrt">weren’t paranoid enough</a> after I showed you <a href="http://www.makeuseof.com/tag/crack-wep-network-find-insecure/">how to crack a WEP network in 5 minutes</a> last week, you will be after today.</p>
<h2>Prerequisites</h2>
<ul>
<li>These apps will only work on a wifi network that is either open or has compromised WEP security for which you have the passphrase.</li>
<li><a href="http://www.backtrack-linux.org/downloads/">Backtrack5 Security Linux Live-CD</a>: if you’re unfamiliar with the boot process and how to get into a GUI, read <a href="http://www.makeuseof.com/tag/crack-wep-network-find-insecure">last week&#8217;s tutorial</a> on how to hack your WEP network.</li>
<li>A wireless card that supports monitor mode (where it captures all the packets on the network).</li>
</ul>
<p><strong>Note:</strong> This isn’t the only way to sniff out packets on the wifi, but as far as I’m concerned it&#8217;s the easiest for beginners and consists of really only a few shell commands to see results. It certainly isn’t the most comprehensive or effective way to do things, and there are certain drawbacks and limitations I’ll discuss beside each utility.</p>
<p>Today we’ll be covering 3 different basic-level utilities for figuring out what’s going on: urlsnarf, webspy, and driftnet.</p>
<h2>Setting Up</h2>
<p>Boot into Backtrack5 as described last week. Before continuing, make sure you have the following information noted down somewhere:</p>
<ul>
<li>The <strong>BSSID</strong> (Mac address) of your target network.</li>
<li>The <strong>NAME</strong> of your target network.</li>
<li>The <strong>CHANNEL</strong> number that the network operates on (1-12).</li>
<li>The <strong>WEP</strong> key (if needed).</li>
</ul>
<p>Start by placing your wifi card into monitor mode on the specified channel, using:</p>
<pre>airmon-ng start wlan0 [channel]</pre>
<p>Replace <em>wlan0</em> with the name of your wireless device - <em>iwconfig</em> will tell you this if you don’t know it already &#8211; and with the relevant <em>[channel] </em>in there too (don&#8217;t include the brackets). You should now have a mon0 interface for monitoring network traffic.</p>
<p>Since the packets need to be decrypted on the fly, we need to run them through the airtun-ng utility, which will give us a live stream of the <em>decrypted packets</em> as it sees them on the network, in a suitable format for some of the other apps we will use today. Type in the following command, replacing your details:</p>
<pre>airtun-ng -a [bssid] -w [password] -t 1 mon0</pre>
<p>Leave out the -wbit if you’re doing this on an open wifi network. You should see something similar to this if it’s successful.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/airtun-ng.png?323f2c" alt="wifi monitoring software" width="496" height="77" /></p>
<p>The utility created a new network device stream called <em>at0</em>, which we need to activate using another command (open a new terminal for this, and don’t close the one running airtun-ng):</p>
<pre>ifconfig at0 up</pre>
<p>Okay, setup is complete, onto stage 2.</p>
<h2>URLSnarf</h2>
<p>This is going to list out all the websites visited by users on the network, so you can see in real time what sites they are browsing too.</p>
<pre>urlsnarf -i at0</pre>
<p>It’s also going to give a lot of noise though, as each website visited results in a number of requests being made to various places. Here’s a snapshot of me browsing the iTunes store. A quick look over the list will tell me:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/reeder-urls.png?323f2c" alt="wifi monitor freeware" width="580" height="246" /></p>
<ul>
<li>The user is on an IP address of <em>192.168.0.5</em> (useful for finding out more later)</li>
<li>The request is coming from a 32GB model iPad.</li>
<li>Exactly which URLs are being loaded.</li>
<li>The user has gone through a number of mobile applications, like Mobile Safari, Reeder (a Google Reader app), and the iTunes store.</li>
</ul>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/itunes-ipad.png?323f2c" alt="wifi monitor freeware" width="460" height="70" /></p>
<p>With multiple users it could become difficult to tell which requests are made by who, but there are additional filters I won’t get into. For now, this is scary enough.</p>
<h2>DriftNET</h2>
<p>This one is used to capture images that are being downloaded from websites and such, and it’s pretty much as voyeuristic as you can get.</p>
<pre>driftnet -v -i at0</pre>
<p><strong>Note:</strong> <em>-v</em> isn&#8217;t needed, but it shows a textual output in the console window which I prefer to know it&#8217;s working or found something. It isn’t perfect by far &#8211; during tests I found it only tended to pick up smaller images, presumably because it wasn&#8217;t able to fully grab the packets for larger JPGs and such, but it is effective none the less. Here I’ve browsed to a famous Chinese movie streaming website.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/driftnet.png?323f2c" alt="wifi monitoring software" width="580" height="283" /></p>
<p>It certainly doesn’t pick up everything, but I can assure you that if they’re browsing to a certain <em>pR0n</em> site thats begins with Red and ends with Tube, you’re going to know about it.</p>
<h2>WebSpy</h2>
<p>While I prefer the log file format of URLSnarf, this utility will actually attempt to mirror what the user is browsing on your computer. In practice it doesn’t work as well as I’d hoped, but it’s intriguing none the less. You need to target a specific user IP on the network though &#8211; which you should have through URLSnarf, then type in the following:</p>
<pre>webspy -i at0 [target ip address]</pre>
<p>In another terminal, launch Firefox using:</p>
<pre>firefox &amp;</pre>
<p>Now, in theory, whatever they visit will be mirrored onto your local Firefox browser. In reality, I found it would open a new browser window for every request the website site made &#8211; so a site like MakeUseOf might open new tabs for the various advertisers, and Disqus commenting &#8211; added to which some sites would only open by IP address. Certainly good fun and some sites work as expected, but of limited real world use.</p>
<h2>Conclusion:</h2>
<p>Running these utilities on your own network to see who’s stealing your wifi and what they’re doing with it is probably acceptable, but once you start running these in public spaces (as someone did with <a href="http://freegeekvancouver.blogspot.com/2011/06/another-hack-wiretap-picture-frame.html">this wifi picture frame that grabs traffic from open wifi spots</a>), you enter a whole new realm of illegalities. Or do you? It’s actually quite easy to secure your traffic even on an open wifi by tunnel everything through a VPN or such, so I hope this just goes to show you exactly how dangerous WEP networks and open wifi can actually be. Think twice before jumping on that local &#8220;free internet&#8221; someone seems to be broadcasting for fun. I plan to explore some more wifi trickery over the coming weeks, so stay tuned and play safe people.</p>
<p>As ever, feel free to comment and ask questions, or head over to our support community for crowd-sourced advice and unrelated questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/dirty-rotten-thieves-stealing-wifi-find-3-apps/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Nmap &#8211; Wi-Fi Security Auditing Software to Check Your Home Network [Windows]</title>
		<link>http://www.makeuseof.com/tag/nmap-wifi-security-auditing-software-check-home-network/</link>
		<comments>http://www.makeuseof.com/tag/nmap-wifi-security-auditing-software-check-home-network/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 21:31:56 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[security tips]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wireless security]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=82924</guid>
		<description><![CDATA[When most people think of network security, they think of people sitting up in the computer rooms deep inside corporate headquarters, sifting through thousands of computer assets on networks stretching across the entire globe. Not many people consider monitoring a network as something that is really important in a home setting.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/zenmaplogo.png"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/zenmaplogo.png?323f2c" alt="wi-fi security software" />When most people think of network security, they think of people sitting up in the computer rooms deep inside corporate headquarters, sifting through thousands of computer assets on networks stretching across the entire globe. Not many people consider monitoring a network as something that is really important in a home setting.</p>
<p>In reality, monitoring the health of your home network is an important safeguard against both network intruders as well as viruses and malware. Most people have installed <a href="http://www.makeuseof.com/tag/ten-best-antivirus-programs/">antivirus software</a> these days and if you&#8217;ve been paying attention to the advice of MUO writers, then you&#8217;re also aware of how important it is to scan for and clean up adware, spyware and other nasty <a href="http://www.makeuseof.com/tag/remove-computer-viruses-home-free/">assorted applications</a>.</p>
<p>However, there is one additional step you can take to ensure that all devices on your home network are healthy and secure, and that is running a regular network security audit on your home network. This is especially true on a Wi-Fi network, where it is far more likely that you may pick up hitchhikers and hijackers within your local community.</p>
<h2>Monitor Your Network With Nmap</h2>
<p>One of the simplest Wi-Fi security software apps you can use to keep an eye on your Wi-Fi security and network is <a href="http://nmap.org/download.html">Nmap</a>. Nmap is actually short for &#8220;Zenmap&#8221;, which is the title of the app that you&#8217;ll see once you install it. This program is a fast and efficient way to scan your entire network. It can be used to conduct a security analysis on one device that you know is on your network, or it can scan an entire range of IP addresses to search for security vulnerabilities on any device.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/nmap1.png?323f2c" alt="wi-fi security software" width="546" height="366" /></p>
<p>You can see at the top of the main window that there is a field for the &#8220;target.&#8221; This is the IP address of the device or devices that you want to scan. One of the difficulties of monitoring for unknown devices that are on your network without permission is knowing what the IP address of those devices are. One way to make identifying hijackers much easier is by defining only a range of IP addresses in your router. This way, any computer that connects to your network must have one IP within a range.</p>
<p>You can do this by going to your router admin panel, clicking on network setup, enabling DHCP and enabling a range of IP addresses to lease out to new devices. In the example below, I&#8217;ve started at 192.168.1.100 and allowed for only 50 IP addresses (up to 192.168.1.149).</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/nmap1a.png?323f2c" alt="wifi security audit" width="510" height="266" /></p>
<p style="text-align: left;">Once you do this, you will know what range of targets to scan to look for any surprises on your network. Getting back to Zenmap, if you do want to analyze an individual device, just type the IP address in the target field. Under &#8220;<em>Profile</em>&#8220;, you can choose what level of scan you want the software to conduct. &#8220;<em>Intense Scan</em>&#8221; is obviously more thorough, or you can just do a ping to see what devices are live, or a list of other scans as shown here.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/nmap2.png?323f2c" alt="wifi security audit" width="533" height="355" /></p>
<p>An intense scan gives you a whole lot of information about a device. It&#8217;ll do a port scan and tell you what ports are open on that computer or server, what services are running, what operating system and other software is running, and a whole lot more. This is a brilliant way to see whether or not there are any surprises. If any viruses get installed on your machine and open up a new port to start relaying spam, this scan will pick up on it even if your antivirus software didn&#8217;t.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/nmap3.png?323f2c" alt="wifi security audit" width="443" height="421" /></p>
<p>In the ports/hosts tab, you can see a visual display of all ports that are open, their state, protocol, and the service that&#8217;s using the port.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/nmap4.png?323f2c" alt="wi-fi security" width="567" height="285" /></p>
<p>Click on the &#8220;<em>Host Details</em>&#8221; tab, and you can see a summary display of scanned properties for each host. This can really come in handy when you have a very slow Internet connection and want to see what&#8217;s eating up all of your bandwidth. You may be surprised to discover that a device has an odd port open with some unknown service reaching out over the Internet through that port.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/nmap5.png?323f2c" alt="wi-fi security" width="422" height="414" /></p>
<p>A far more popular use of this software is as a regular network scanner for maintaining a network. You can scan the entire range of IP addresses you&#8217;ve defined in your router, and the software will go through each IP, one at a time, and conduct a full scan on each device. You can define a range by using the CIDR style of addressing. In the example below I used /24 numbits to have the software scan 256 hosts starting at 192.168.1.1.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/nmap6.png?323f2c" alt="wi-fi security" width="547" height="542" /></p>
<p>Once the network scan is done, all active hosts on the network will show up on the list to the left. Keep an eye out for any surprises showing up on your Wi-Fi network. You can click on each host device, and the scan results for that device will show up in the Nmap Output display on the right.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/nmap7.png?323f2c" alt="" width="580" height="467" /></p>
<p>In my opinion, one of the coolest features of this software is the <em>Topology</em> display, which will give you a graphical representation of all of the devices on your network, as well as the security level represented by the scan results. You can right-click on the host node and select to see more details about it.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/nmap8.png?323f2c" alt="wi-fi security software" width="574" height="500" /></p>
<p>For regular routine monitoring and maintenance of your home or small business network, this wi-fi security software is a must-have. At the very least, it&#8217;ll give you the peace of mind of knowing exactly what&#8217;s on your network and what sort of activity is going on, utilizing your precious bandwidth.</p>
<p>Give Nmap a try. Did it uncover anything interesting going on in your network? Share your experiences with using it in the comments section below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/nmap-wifi-security-auditing-software-check-home-network/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gs &amp; LTEs: Understanding Mobile Broadband [Technology Explained]</title>
		<link>http://www.makeuseof.com/tag/gs-ltes-understanding-mobile-broadband-technology-explained/</link>
		<comments>http://www.makeuseof.com/tag/gs-ltes-understanding-mobile-broadband-technology-explained/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 15:31:14 +0000</pubDate>
		<dc:creator>Matt Smith</dc:creator>
				<category><![CDATA[MakeUseOf Explains]]></category>
		<category><![CDATA[mobile browsing]]></category>
		<category><![CDATA[mobile phones]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[technology explained]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=80045</guid>
		<description><![CDATA[Connecting to the Internet was once all about big honking cords. The cords might be telephone lines, or cable lines, or FiOS lines specifically installed for Internet service, but the running theme is a line of wire connecting you to the Internet. Today, that’s not always the case as mobile broadband becomes ubiquitous in major urban centers.]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/mobilebroadbandthumb.jpg"><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/mobilebroadbandthumb.jpg?323f2c" alt="mobile broadband" />Connecting to the Internet was once all about big honking cords. The cords might be telephone lines, or cable lines, or FiOS lines specifically installed for Internet service, but the running theme is a line of wire connecting you to the Internet.</p>
<p>Today, that’s not always the case. Mobile broadband is becoming ubiquitous in major urban centers, and usually available in towns of moderate population and near major transportation hubs. There are many different kinds of mobile broadband, however – and it’s not always clear how they work.</p>
<h2>Mobile Broadband Basics</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/mobilebroadband1.jpg?323f2c" alt="mobile broadband" width="320" height="400" /></p>
<p>Although there are different technologies used to bring mobile broadband to you, there is one particular technology that forms the basis of them all – radio.</p>
<p>Your device receives signals from a nearby tower, and beams a signal back. Information is transferred in much the same way as it would be transferred between your home wireless router and a laptop computer with <a href="http://www.makeuseof.com/tag/understanding-common-wifi-standards-technology-explained/">802.11 WiFi</a>, although the scale is obviously much different. Obviously, this means you’ll enjoy the prime advantage of all wireless communications standards – mobility. You can use your mobile broadband device while walking around town or visiting a friend’s house.</p>
<p>The disadvantages are present as well, however. Mobile broadband signals are subject to interference from obstacles and other signals. The power and frequency of the signal makes obstructions less of an issue, but it’s still there. Also, a reduction in signal quality might increase latency and will usually reduce <a href="http://www.makeuseof.com/tag/have-you-ever-wondered-how-much-bandwidth-you-use-windows/">bandwidth</a>, so while mobile broadband may quote a certain maximum, your device’s ability to reach it will vary depending on your location.</p>
<h2>Learning the Language – 3G, 4G &amp; Beyond</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/verizon-4g-lteunltd.jpg?323f2c" alt="mobile broadband service" width="500" height="227" /></p>
<p>Radio may be the basis of all mobile broadband, but it’s rarely referenced by that antiquated term (this is the 21<span style="font-size: x-small;">st </span>century, after all!). Instead, exciting new abbreviations have been invented.</p>
<p>Most common among these are 3G and 4G. These terms represent new standards of wireless technology set down by the International Telecommunication Union. In the case of 3G, the standard calls for a peak data rate of <em>at least</em> 200 kbit/s.  According to ITU standards, 4G technology requires a 1 Gbit/s connect for devices like <a href="http://www.makeuseof.com/tag/5-contract-smartphones-premium-data-features/">smartphones</a>.</p>
<p>If you own a 4G device, this fact might have you scratching your head. After all, you can buy 4G capable devices right now, but they don’t offer bandwidth anywhere near 1 Gbit/s. That’s a great point, and it’s true that those devices don’t actually meet the original requirements of 4G. The service is substantially quicker than 3G, however, so the 4G label is slapped on as a marketing tool to make it easy for consumers to know the difference. <a href="http://www.pcmag.com/article2/0,2817,2374564,00.asp">The ITU has officially stated</a> that it has no problem with this.</p>
<p>An acronym that’s recently become popular, and will be only more common in the future, is LTE. This stands for Long Term Evolution, and it’s used because it’s a standard that is being revised over time with the goal of meeting the 4G standard set down by the ITU (the technical name for this is <a href="http://en.wikipedia.org/wiki/3GPP_Long_Term_Evolution">3GPP Long Term Evolution</a>). Arguably, the term 4G LTE is a bit of an oxymoron – compliance with 4G standards is the goal of LTE, but it’s not there yet.</p>
<h2>WiMax – The Underdog</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/mobilebroadband2.jpg?323f2c" alt="wireless mobile broadband internet" width="570" height="289" /></p>
<p>The prevalence of the terms 3G and 4G LTE are due to their adoption by some of the world’s largest mobile networks. With hundreds of millions of smartphones already in the world, it’s no surprise that the marketing of companies like Verizon Wireless are capable of keeping these terms in the public mind.</p>
<p>There is another important mobile broadband technology, however, and that’s WiMax. This is a standard developed by the IEEE, the same body responsible for the 802.11 b/g/n standards and also wired communications such as <a href="http://www.makeuseof.com/tag/firewire-technology-explained/">FireWire</a>. Currently, WiMax can achieve about 40 Mbit/s in optimal conditions.</p>
<p>WiMax has been used in various locations across the globe as a means of providing mobile broadband to laptops and even desktops. Here in Portland, Oregon, consumers can subscribe to <a href="http://www.clear.com/">Clear Wireless</a>, which provides wireless broadband Internet that is intended for us both at home and around town. WiMax is also sometimes used in areas where wireless deployment is more cost effective than and nearly as reliable as wired communications, such as the American Midwest and Great Plains area.</p>
<p>Although quick, WiMax is not compatible with 3G/4G LTE, so it’s unlikely to become dominant. You’ll need different modems to use WiMax and 4G LTE with a mobile device. This can be a bit confusing for consumers, because WiMax provides like Clear often refer to their service as 4G as well.</p>
<h2>Conclusion – The Remaining Constellation</h2>
<p>Currently, 3G/4G and WiMax are the most popular forms of mobile broadband communication. However, there are other standards. Other, less common standards include iBurst, HiperMAN and WiBro. These are a viable option in some regions of the world.</p>
<p>Although I hope that this has provided a good introduction to mobile broadband as it exists today, I want readers to come away with one lesson – don’t be seduced by the terminology. The label slapped on a service – be it 4G LTE or WiMax – doesn’t guarantee the service&#8217;s speed. As 4G LTE itself proves, companies can and do play fast-and-loose with the standards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/gs-ltes-understanding-mobile-broadband-technology-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/42 queries in 0.045 seconds using apc
Object Caching 703/794 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 23:13:51 -->
