<?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>Your guide to the basics of computer networking &#187; Network Topology</title>
	<atom:link href="http://www.networkguruz.com/category/network-topology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.networkguruz.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Feb 2009 10:39:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Star Topology</title>
		<link>http://www.networkguruz.com/network-topology/star-topology/</link>
		<comments>http://www.networkguruz.com/network-topology/star-topology/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 04:55:33 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Network Topology]]></category>

		<guid isPermaLink="false">http://www.networkguruz.com/?p=16</guid>
		<description><![CDATA[In a Star Topology each computer is directly connected to the centralized Hub or a Switch. In this way, when computer A sends a data packet for computer B, the data flows through the Hub or Switch to which both computer A and B are connected. Different types of cables can be used in this [...]]]></description>
			<content:encoded><![CDATA[<p>In a Star Topology each computer is directly connected to the centralized Hub or a Switch. In this way, when computer A sends a data packet for computer B, the data flows through the Hub or Switch to which both computer A and B are connected. Different types of cables can be used in this scenario like coaxial cable, fibre optic cable and twisted pair cable.</p>
<p>The star topology reduces the chance of network failure by connecting all of the systems to a central node. When applied to a bus-based network, this central hub rebroadcasts all transmissions received from any peripheral node to all peripheral nodes on the network, sometimes including the originating node. All peripheral nodes may thus communicate with all others by transmitting to, and receiving from, the central node only. The failure of a transmission line linking any peripheral node to the central node will result in the isolation of that peripheral node from all others, but the rest of the systems will be unaffected.</p>
<p>If the star central node is passive, the originating node must be able to tolerate the reception of an echo of its own transmission, delayed by the two-way transmission time (i.e. to and from the central node) plus any delay generated in the central node. An active star network has an active central node that usually has the means to prevent echo-related problems.</p>
<p>A tree topology can be viewed as a collection of star networks arranged in a hierarchy. This tree has individual peripheral nodes (i.e. leaves) which are required to transmit to and receive from one other node only and are not required to act as repeaters or regenerators. Unlike the star network, the function of the central node may be distributed. As in the conventional star network, individual nodes may thus still be isolated from the network by a single-point failure of a transmission path to the node. If a link connecting a leaf fails, that leaf is isolated; if a connection to a non-leaf node fails, an entire section of the network becomes isolated from the rest.</p>
<p>In order to alleviate the amount of network traffic that comes from broadcasting everything everywhere, more advanced central nodes were developed that would keep track of the identities of different systems connected to the network. These network switches will &#8220;learn&#8221; the layout of the network by first broadcasting data packets everywhere, then observing where response packets come from.</p>
<h3>Comparing Star networks to other types of network</h3>
<h4>Advantages</h4>
<ol>
<li>Easy to implement and extend, even in large networks</li>
<li>Well suited for temporary networks (quick setup)</li>
<li>The failure of a non-central node will not have major effects on the functionality of the network</li>
</ol>
<h4>Disadvantages</h4>
<ol>
<li>Limited cable length and number of stations</li>
<li>Maintenance costs may be higher in the long run</li>
<li>Failure of the central node can disable the entire network</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.networkguruz.com/network-topology/star-topology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bus Network</title>
		<link>http://www.networkguruz.com/network-topology/bus-network/</link>
		<comments>http://www.networkguruz.com/network-topology/bus-network/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 04:53:36 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Network Topology]]></category>

		<guid isPermaLink="false">http://www.networkguruz.com/?p=15</guid>
		<description><![CDATA[A bus network is a network architecture in which a set of clients are connected via a shared communications line, called a bus. There are several common instances of the bus architecture, including one in the motherboard of most computers, and those in some versions of Ethernet networks.
Bus networks are the simplest way to connect [...]]]></description>
			<content:encoded><![CDATA[<p>A bus network is a network architecture in which a set of clients are connected via a shared communications line, called a bus. There are several common instances of the bus architecture, including one in the motherboard of most computers, and those in some versions of Ethernet networks.</p>
<p>Bus networks are the simplest way to connect multiple clients, but often have problems when two clients want to communicate at the same time on the same bus. Thus systems which use bus network architectures normally have some scheme of collision handing or collision avoidance for communication on the bus, quite often using Carrier Sense Multiple Access or the presence of a bus master which controls access to the shared bus resource.</p>
<p>A true bus network is passive – the computers on the bus simply listen for a signal; they are not responsible for moving the signal along. However, many active architectures can also be described as a &#8220;bus&#8221; if they provide the same logical functions as a passive bus; for example, switched Ethernet is can still be regarded as a logical bus network, if not a physical one. Indeed, the hardware may be abstracted away completely in the case of a software bus.</p>
<p>With the dominance of switched Ethernet over passive Ethernet, passive bus networks are uncommon in wired networks. However, almost all current wireless networks can be viewed as examples of passive bus networks, with radio propagation serving as the shared passive medium.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networkguruz.com/network-topology/bus-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network topology and its types</title>
		<link>http://www.networkguruz.com/network-topology/network-topology-and-its-types/</link>
		<comments>http://www.networkguruz.com/network-topology/network-topology-and-its-types/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 04:47:38 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Network Topology]]></category>

		<guid isPermaLink="false">http://www.networkguruz.com/?p=14</guid>
		<description><![CDATA[What is Topology?
A topology is configuration of communication networks and is of two types, Physical and Logical. Physical topology refers to configuration of computers, cables, devices and mostly depends on various factors. A logical topology is a method of transmitting or passing data between workstations.
Types of Physical Topologies

Bus Network (also known as Liner Bus)
Star Topology [...]]]></description>
			<content:encoded><![CDATA[<h2>What is Topology?</h2>
<p>A topology is configuration of communication networks and is of two types, Physical and Logical. Physical topology refers to configuration of computers, cables, devices and mostly depends on various factors. A logical topology is a method of transmitting or passing data between workstations.</p>
<h2>Types of Physical Topologies</h2>
<ol>
<li><a href="#BusNetwork">Bus Network</a> (also known as Liner Bus)</li>
<li><a href="#StarTopology">Star Topology</a> (Centralization)</li>
<li><a href="#TokenRing">Ring Topology</a> (also known as Star-Wired or Token Ring Network)</li>
<li><a href="#Tree">Tree</a></li>
<li><a href="#MeshTopology">Mesh Topology</a></li>
</ol>
<h3>Bus Network<a name="BusNetwork"></a></h3>
<p>A bus network is a network architecture in which a set of clients are connected via a shared communications line, called a bus. There are several common instances of the bus architecture, including one in the motherboard of most computers, and those in some versions of Ethernet networks. <a href="Network_Topology_Bus_Network.html"></a></p>
<h3>Star Topology<a name="StarTopology"></a></h3>
<p>In a Star Topology each computer is directly connected to the centralized Hub or a Switch. In this way, when computer A sends a data packet for computer B, the data flows through the Hub or Switch to which both computer A and B are connected. Different types of cables can be used in this scenario like coaxial cable, fibre optic cable and twisted pair cable.</p>
<h3>Token Ring / Star-Wired<a name="TokenRing"></a></h3>
<p>A token ring topology is architecturally similar to star topology. The only difference here is that it is created of wiring that would allow transfer of data from one computer to another in a ring (or circle). A token ring network will pass information based on token system.</p>
<h3>Tree<a name="Tree"></a></h3>
<p>A tree topology combines characteristics of linear bus and star topologies. It consists of groups of star-configured workstations connected to a linear bus backbone cable. Tree topologies allow for the expansion of an existing network with ease.</p>
<h3>Mesh Topology <a name="MeshTopology"></a></h3>
<p>A fully connected or complete topology is a network topology in which there is a direct link between all pairs of nodes. In a fully connected network with <strong>n</strong> nodes, there are <strong>n(n-1)/2</strong> direct links. Synonym fully connected mesh network.</p>
<p><strong>In a mesh topology, there are at least two nodes with two or more paths between them</strong>. A special kind of mesh, limiting the number of hops between two nodes, is a hypercube. The number of arbitrary forks in mesh networks makes them more difficult to design and implement, but their decentralized nature makes them very useful. This is similar in some ways to a grid network, where a linear or ring topology is used to connect systems in multiple directions. A multi-dimensional ring has a toroidal (torus) topology, for instance.</p>
<h2>Considerations</h2>
<p>Consider the following when choosing a topology:-</p>
<ul>
<li><strong>Future Growth</strong>: Is the network for temporary use or will undergo lot of growth in the future. Plan it accordingly.</li>
<li><strong>Money</strong>: What is your budget? What will be the purpose of this network?</li>
<li><strong>Cable Media</strong>: Type of cable that should be used as per the standards.</li>
<li><strong>Length of the cable</strong>: How far are your systems placed in the network? Is it the same building that your systems will be placed in or if your office is in two floors which should be connected?</li>
</ul>
<h2>Summary</h2>
<p>See the below table for a quick understanding and comparison of topologies, cable media and protocols used.</p>
<table border="1" cellspacing="0" cellpadding="0" width="400" align="center">
<caption> <span style="text-decoration: underline;">Topologies Comparison Table</span><br />
</caption>
<tbody>
<tr align="center" bgcolor="#cccccc">
<th scope="col">Topology</th>
<th scope="col">Cable Media</th>
<th scope="col">Protocols Used</th>
</tr>
<tr align="center">
<td><strong>Linear Bus</strong></td>
<td>Twisted Pair</p>
<p>Coaxial</p>
<p>Fiber</td>
<td>Ethernet</p>
<p>LocalTalk</td>
</tr>
<tr align="center">
<td><strong>Star</strong></td>
<td>Twisted Pair</p>
<p>Fiber</td>
<td>Ethernet</p>
<p>LocalTalk</td>
</tr>
<tr align="center">
<td><strong>Token / Star-Wired Ring</strong></td>
<td>Twisted Pair</td>
<td>Token Ring</td>
</tr>
<tr align="center">
<td><strong>Tree</strong></td>
<td>Twisted Pair</p>
<p>Coaxial</p>
<p>Fiber</td>
<td>Ethernet</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.networkguruz.com/network-topology/network-topology-and-its-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
