<?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>Networking Reviews</title>
	<atom:link href="https://www.networkingreviews.com/tag/wireless-home-network/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.networkingreviews.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 Mar 2008 16:56:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Home Network Setup &#8211; Wireless Home Network</title>
		<link>https://www.networkingreviews.com/home-network-setup-wireless-home-network/</link>
					<comments>https://www.networkingreviews.com/home-network-setup-wireless-home-network/#comments</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 04 Mar 2008 16:56:39 +0000</pubDate>
				<category><![CDATA[Home Network Setup]]></category>
		<category><![CDATA[wifi home network]]></category>
		<category><![CDATA[wireless camera]]></category>
		<category><![CDATA[wireless home network]]></category>
		<category><![CDATA[wireless setup]]></category>
		<guid isPermaLink="false">https://www.networkingreviews.com/blog/2008/03/04/home-network-setup-wireless-home-network/</guid>

					<description><![CDATA[The wireless home network technology is dominated by the WiFi brand (WiFi=Wireless Fidelity) which is based on the IEEE 802.11 standard. There exist different versions of the 802.11 standard (a,b,g,n) with different characteristics, as shown on this Post. A typical WiFi wireless home network is shown below: The heart of the wireless network is the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The wireless home network technology is dominated by the WiFi brand (WiFi=Wireless Fidelity) which is based on the IEEE 802.11 standard. There exist different versions of the 802.11 standard (a,b,g,n) with different characteristics, as shown on this <a href="https://www.networkingreviews.com/2008/03/01/wired-and-wireless-home-networks/" target="_blank" rel="noopener">Post</a>.</p>
<p>A typical WiFi wireless home network is shown below:</p>
<p align="center"><img decoding="async" src="https://www.networkingreviews.com/images/Wireless-Home-Network-Setup.jpg" alt="how to set up a wireless home network" /></p>
<p><span id="more-26"></span>The heart of the wireless network is the WiFi wireless router, which controls all wireless devices (Laptops, PCs, PDAs etc) and routes the traffic to the wired (Ethernet) connection. All wireless devices have to be equipped with a compliant 802.11 WiFi wireless adapter card. These adapters can be embedded in the device, or can be externally attached (USB, PCMCIA).</p>
<h4>Equipment Checklist</h4>
<p><strong>Wireless Router:</strong><br />
This is the gateway between the wired and wireless world. It takes the wired ethernet data coming on its ethernet port and translates that data to radio signals for transmitting to the attached wifi devices, and vica-versa. It also assigns IP addresses to the attached wireless devices and routes traffic between them, and between the wireless and wired interfaces. This router also facilitates Internet Connection Sharing by connecting its wired Ethernet port to the ADSL/Cable modem of the Internet Service Provider (ISP). The wireless router controls also the security of the wireless home network. You can configure SSID, WEP, WAP, MAC Filtering etc to secure and control which devices can be attached on the wireless network (more info below).</p>
<p align="center"><img decoding="async" src="https://www.networkingreviews.com/images/wifi-router.jpg" alt="wifi wireless router image" /></p>
<p><strong>Wireless Adapter:</strong><br />
Each wifi device must be equipped with a wireless network adapter. Almost all modern laptop computers come with an embedded wireless adapter, but you can also connect external devices (USB, PCMCIA) as shown below. Once you install the drivers of the wireless adapter and configure it properly, it should start searching for available wifi routers in the area in order to attach on the network. By default, if you didn’t do any configuration on the wifi router (i.e you left it with its default configuration and turned it on), the wireless adapter should automatically attach to the wireless router, get an IP address, and should be fully connected to the wireless network. However, leaving your wifi network configured with its default (out of the box) settings is not secure at all. Some basic security must be applied, as we will see below.</p>
<table border="0" align="center">
<tbody>
<tr>
<td><img decoding="async" src="https://www.networkingreviews.com/images/pcmcia-wifi-adapter.jpg" alt="pcmcia wireless adapter" /></td>
<td><img decoding="async" src="https://www.networkingreviews.com/images/usb-wifi-adapter.jpg" alt="usb wifi adapter" /></td>
</tr>
</tbody>
</table>
<h4>Typical Configuration</h4>
<p><strong>SSID:</strong><br />
The Service Set Identifier (SSID) is the name of each particular wireless network. All wireless devices of the same network must have the same SSID in order to communicate with each other. The SSID is configured first on the wireless router, and then on each client device. If the SSID is left unspecified, then any wireless device can connect on the wireless network, which is not a good security practice. The image below shows a typical SSID configuration on a wireless router.</p>
<p align="center"><img decoding="async" src="https://www.networkingreviews.com/images/ssid-router.jpg" alt="ssid configuration image" /></p>
<p>The SSID name “mywifinetwork” must be configured on all wireless devices of this particular wifi home network in order to communicate with each other. Another important security enhancement is to Disable the Wireless SSID Broadcast, so that the router does not transmit out on free air the SSID name.</p>
<p>The image below shows the SSID configuration settings on a WinXP laptop computer with wireless network adapter. You configure the SSID under</p>
<p>“Network Connections&gt; right click on Wireless Network Connection&gt; Properties&gt; Wireless Networks&gt; Add “. As you can see, the SSID name configured on the laptop is the same as the SSID on the wireless router.</p>
<p align="center"><img decoding="async" src="https://www.networkingreviews.com/images/ssid-client.jpg" alt="ssid settings image" /></p>
<p><strong>Security:</strong><br />
One of the disadvantages of wireless networks is weak security. If you connect your wireless equipment with default settings, then you will manage to provide your neighbor with free internet access as well!!</p>
<p>Fortunately, the WiFi alliance has developed several security techniques to provide encryption and access control to the wireless network. One of these security techniques is WiFi Protected Access (WPA) with Preshared Key (PSK). To configure WPA with PSK, you need to enable it on both the router and the client, and also configure a common pre-shared key between them. The settings on the router are shown below:</p>
<p align="center"><img decoding="async" src="https://www.networkingreviews.com/images/wpa-router.jpg" alt="wpa settings" /></p>
<p>The Pre-shared key “wirelesskey” (together with enabling WPA-PSK) must be configured also on the laptop wireless adapter, as shown below:</p>
<p align="center"><img decoding="async" src="https://www.networkingreviews.com/images/wpa-client.jpg" alt="wpa configuration" /></p>
<p><strong>TCP/IP Network Settings:</strong><br />
As far as tcp/ip network settings are concerned, by default the wireless router works also as a DHCP server, which means that it assigns IP addresses dynamically to the wireless clients. Basically you don’t need to configure anything for the tcp/ip network settings, since each client will automatically receive an IP address from the wireless router.</p>
<p><strong>Use your Wireless Home Network to Monitor your Home</strong><br />
One of the benefits of having a wireless network in your home is that you can <a href="https://www.tech21century.com/arlo-pro-vs-nest/" target="_blank" rel="noopener">install wireless security cameras</a> for monitoring the inside of your home from anywhere in the world. This is discussed in more detail in this <strong><a title="use your home network for home security monitoring" href="https://www.networkingreviews.com/2008/04/16/use-your-home-network-for-home-security-monitoring/" target="_self" rel="noopener">post.</a></strong> Linksys has several products for home camera security such as the one shown below:</p>
<p style="text-align: center;"><img fetchpriority="high" decoding="async" style="vertical-align: middle;" src="https://www.networkingreviews.com/images/remote-access-security-camera.jpg" alt="wireless security camera with remote control" width="190" height="285" /></p>
<p>The Linksys Wireless-G Pan/Tilt/Zoom Video Camera sends live video through the Internet to a web browser anywhere in the world! The Pan/Tilt/Zoom feature gives also flexible control remotely from a Web Browser. If you enable the security mode of the camera, you can also use it as a motion detection sensor, which can send you email alerts with video clips upon motion detection.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.networkingreviews.com/home-network-setup-wireless-home-network/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>The need for setting up a home network</title>
		<link>https://www.networkingreviews.com/the-need-for-setting-up-a-home-network/</link>
					<comments>https://www.networkingreviews.com/the-need-for-setting-up-a-home-network/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sat, 01 Mar 2008 21:22:52 +0000</pubDate>
				<category><![CDATA[Home Network Setup]]></category>
		<category><![CDATA[home network]]></category>
		<category><![CDATA[setting up home network]]></category>
		<category><![CDATA[wireless home network]]></category>
		<guid isPermaLink="false">https://www.networkingreviews.com/blog/2008/03/01/the-need-for-setting-up-a-home-network/</guid>

					<description><![CDATA[The driving force behind the explosion of home networks is the need for information and resource sharing. By having your computers, and other information resources, networked within your home, you have the following benefits: Internet Connection Sharing: Multiple home users can access the Internet simultaneously. File Sharing: Share music, files, photos etc between home computers. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The driving force behind the explosion of home networks is the need for information and resource sharing. By having your computers, and other information resources, networked within your home, you have the following benefits:</p>
<ul>
<li><strong>Internet Connection Sharing</strong>: Multiple home users can access the Internet simultaneously.</li>
<li><strong>File Sharing</strong>: Share music, files, photos etc between home computers.</li>
<li><strong>Printer Sharing</strong>: Install a network printer and share it.</li>
<li><strong>Home Entertainment and Multimedia Sharing</strong>: Stream music or video stored in a Network Storage Device and play them through your Multimedia Center.</li>
<li><strong>Multi-player Games</strong>: Use your home LAN network to organize home game parties !!!.</li>
<li><strong>Use VoIP Telephony</strong>: With Voice over IP Telephony you can easily utilize exploding Internet Telephony applications (such as Skype), use software phones, share multimedia on the phone device etc.</li>
<li><strong>Use Wireless Security Cameras</strong>: You can install a wi-fi wireless IP security camera to monitor your home remotely. You can connect from the Internet (while at work for example) on your home security camera to watch whats going on inside your home.</li>
<li><strong>Use Network Attached Storage</strong>: A NAS (Network Attached Storage) is a hard disk device connected to your home network for file sharing. Advanced NAS units (such as <a href="http://www.amazon.com/gp/product/B000XBP4OI?ie=UTF8&amp;tag=networkingreviews-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000XBP4OI" rel="nofollow noopener" target="_blank">Synology</a><img decoding="async" style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=networkingreviews-20&amp;l=as2&amp;o=1&amp;a=B000XBP4OI" alt="" width="1" height="1" border="0" /> and QNAP<img decoding="async" style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=networkingreviews-20&amp;l=as2&amp;o=1&amp;a=B0018M28NG" alt="" width="1" height="1" border="0" />) offer also a Bit-torrent/HTTP/FTP software for downloading files directly on the hard disk without using a PC.</li>
</ul>
<p>A typical home network topology is shown on the diagram below:<span id="more-14"></span></p>
<p><img loading="lazy" decoding="async" src="https://www.networkingreviews.com/images/Home-Network-Setup.gif" alt="Home Network Setup" width="350" height="450" align="middle" border="0" /></p>
<p>The heart of any home network is the Home Gateway router shown on the diagram. This device allows you to have a mixture of wireless and wired devices working together. All modern Home Gateways (such as the following Networking Products: Linksys, D-link, Belkin, NetGear etc) facilitate both an embedded Ethernet switch (to connect wired network Ethernet devices), and WiFi technology (to connect wireless network devices).</p>
<p>The home network illustrated in our diagram, allows you to share files between the PC and the Laptop computers, feed the Multimedia Center with AVI video files (stored in the PC) to be played on your TV, share the Internet through the broadband connection, connect remotely to your job office from your Laptop etc.</p>
<p>As you can see from the diagram, a mixture of wired and wireless devices can be installed in your home network. For more information on different home network technologies and how to configure them, visit the links below:</p>
<ul>
<li><a title="wireless home network setup" href="https://www.networkingreviews.com/2008/03/04/home-network-setup-wireless-home-network/" target="_blank" rel="noopener">Wireless Home Network</a></li>
<li><a title="wired ethernet home network" href="https://www.networkingreviews.com/2008/03/03/home-network-setup-ethernet-home-network/" target="_blank" rel="noopener">Wired Ethernet Home Network</a></li>
<li><a title="firewire home network" href="https://www.networkingreviews.com/2008/03/04/firewire-network-ieee-1394/" target="_blank" rel="noopener">Firewire Network (IEEE 1394)</a></li>
<li><a title="powerline homeplug home network" href="https://www.networkingreviews.com/2008/03/04/powerline-home-network-homeplug/" target="_blank" rel="noopener">PowerLine Home Network (HomePlug)</a></li>
<li><a title="phoneline home network homepna" href="https://www.networkingreviews.com/2008/03/03/home-network-setup-phoneline-network-homepna/" target="_blank" rel="noopener">PhoneLine Network (HomePNA)</a></li>
</ul>
<h3><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>Suggested Home Automation and Home Networking Tutorial<br />
</strong></span></span></h3>
<p>The following book is an excellent tutorial for teaching you step-by-step how to setup a home network, how to automate your home and how to install security cameras and alarms for protecting your home property.</p>
<h2 style="text-align: center;"><a href="http://740ablr2ia1p4l13gdda2c5x3h.hop.clickbank.net/?tid=HOMENETWORK" rel="nofollow noopener" target="_blank">Home Automation and Networking Tutorial</a></h2>
]]></content:encoded>
					
					<wfw:commentRss>https://www.networkingreviews.com/the-need-for-setting-up-a-home-network/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
