<?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>Learn Software Development &#187; Switches</title>
	<atom:link href="http://learnsoftwareprocesses.com/category/switches/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsoftwareprocesses.com</link>
	<description>All about the processes involved in software development</description>
	<lastBuildDate>Sun, 20 May 2012 19:17:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What are Routers, Switches, Hubs — Is There a Difference between them ?</title>
		<link>http://learnsoftwareprocesses.com/2009/07/01/what-are-routers-switches-hubs-%e2%80%94-is-there-a-difference-between-them/</link>
		<comments>http://learnsoftwareprocesses.com/2009/07/01/what-are-routers-switches-hubs-%e2%80%94-is-there-a-difference-between-them/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 14:23:59 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Hubs]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Explanation]]></category>
		<category><![CDATA[Routers]]></category>

		<guid isPermaLink="false">http://learnsoftwareprocesses.com/?p=216</guid>
		<description><![CDATA[<p>Each device has its own function in a network environment. Two reasons confusion exists are (1) all three are simple boxes with several plugs that accept cables and (2) at times the functions of each device are rolled into one single device.</p> <p>A hub, also known as a repeater, is a simple device used for [...]]]></description>
			<content:encoded><![CDATA[<p>Each device has its own function in a network environment. Two reasons confusion exists are<br />
(1) all three are simple boxes with several plugs that accept cables and<br />
(2) at times the functions of each device are rolled into one single device.</p>
<p>A hub, also known as a repeater, is a simple device used for years to connect all nodes, or computers, on a network to a central location. Each node on a network has a unique hardware address called a MAC address. A hub is known as a repeater because when a packet of data, or frame, is sent through the hub, it is repeated to each and every computer on the network.</p>
<p>A switch-based network is one that utilizes switches instead of hubs. A switch is a major upgrade to a hub. Instead of sending all network data to each and every network node, the switch will analyze the MAC address and determine where to send the data. Network bandwidth is not wasted by sending every frame to every port.</p>
<p>Routers not only provide connections to the internet, they also protect the LAN from the Internet. The router could block any Packet that has a destination address outside of the LAN. In short, a router can perform many of the same functions as switches and hubs, but it has address translation and filtering capabilities.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://learnsoftwareprocesses.com/2009/07/01/what-are-routers-switches-hubs-%e2%80%94-is-there-a-difference-between-them/' addthis:title='What are Routers, Switches, Hubs — Is There a Difference between them ? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://learnsoftwareprocesses.com/2009/07/01/what-are-routers-switches-hubs-%e2%80%94-is-there-a-difference-between-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

