<?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; Router</title>
	<atom:link href="http://learnsoftwareprocesses.com/category/router/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>
		<item>
		<title>Quick description &#8211; How does a Router work?</title>
		<link>http://learnsoftwareprocesses.com/2009/07/01/quick-description-how-does-a-router-work/</link>
		<comments>http://learnsoftwareprocesses.com/2009/07/01/quick-description-how-does-a-router-work/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 14:20:45 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Quick Description]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[Summary]]></category>

		<guid isPermaLink="false">http://learnsoftwareprocesses.com/?p=214</guid>
		<description><![CDATA[<p>Here is a technical description of how a router works. This would make sense if you have already an understanding of the network protocols. The layers 2 and 3 of the OSI model i.e. Data Link layer, is where the Ethernet protocol, MAC addresses and switches fit in. Layer 3, the Network layer, is where [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a technical description of how a router works. This would make sense if you have already an understanding of the network protocols.<br />
The layers 2 and 3 of the OSI model i.e. Data Link layer, is where the Ethernet protocol, MAC addresses and switches fit in.<br />
Layer 3, the Network layer, is where the IP protocol, IP addresses and routers fit in. All traffic is sent from your computer, starting with Layer 7 (your network application) and going down to Layer 1 (physical). With the physical layer, the traffic is going across your network medium.<br />
Traffic goes to a router only if it is not on your local LAN. Routers work primarily at Layer 3 but must understand Layers 1-3, at a minimum. Many routers understand traffic all the way up to Layers 4-7 in varying ways.<br />
One of the tools a router uses to decide where a packet should go is a configuration table. A configuration table is a collection of information, including:<br />
•	Information on which connections lead to particular groups of addresses<br />
•	Priorities for connections to be used<br />
•	Rules for handling both routine and special cases of traffic<br />
Internet data, whether in the form of a Web page, a downloaded file or an e-mail message, travels over a system known as a packet-switching network. In this system, the data in a message or file is broken up into packages about 1,500 bytes long which includes information on the sender&#8217;s address, the receiver&#8217;s address, the package&#8217;s place in the entire message, and how the receiving computer can be sure that the package arrived intact. Each data package, called a packet, is then sent off to its destination via the best available route &#8212; a route that might be taken by all the other packets in the message or by none of the other packets in the message.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://learnsoftwareprocesses.com/2009/07/01/quick-description-how-does-a-router-work/' addthis:title='Quick description &#8211; How does a Router work? '  ><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/quick-description-how-does-a-router-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Routers</title>
		<link>http://learnsoftwareprocesses.com/2009/06/30/introduction-to-routers/</link>
		<comments>http://learnsoftwareprocesses.com/2009/06/30/introduction-to-routers/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:23:39 +0000</pubDate>
		<dc:creator>ashish</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Routers]]></category>

		<guid isPermaLink="false">http://learnsoftwareprocesses.com/?p=211</guid>
		<description><![CDATA[<p>A computer networking device which forwards data packets across a network toward their destinations, through a process of routing is known as Router. In companies and large corporations, a central computer system acts as a router to connect all of the company&#8217;s computers to one network. This allows group participation and collaboration on large projects [...]]]></description>
			<content:encoded><![CDATA[<p>A computer networking device which forwards data packets across a network toward their destinations, through a process of routing is known as Router. In companies and large corporations, a central computer system acts as a router to connect all of the company&#8217;s computers to one network. This allows group participation and collaboration on large projects or just to connect all of the company&#8217;s resources at one central location. It also aids in reliable communication between employees working on different floors in the building or in different countries.</p>
<p>1. Router is required to connect multiple networks, like your LAN to the Internet.<br />
2. Routers store large tables of networks and addresses, then using algorithms to determine the shortest routes to individual addresses within those networks.<br />
3. Routers not only facilitate intra-network communications, but also play a role in overall network performance.<br />
4. Routers help in delivering the information faster.<br />
5. Routers also protect LAN from Internet.<br />
6. Router blocks any packet that has a destination address outside of the LAN. If the destination address is valid, the router could check the Packet for an error. If there is an error, the router could discard the Packet and send a message to the originating address.<br />
7. Routers have address translation and filtering capabilities.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://learnsoftwareprocesses.com/2009/06/30/introduction-to-routers/' addthis:title='Introduction to Routers '  ><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/06/30/introduction-to-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

