<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>ring</title>
<link>http://www.computersight.com/tags/ring</link>
<description>New posts about ring</description>
<item>
<title>Network Operating System Ring and Tree Topologies</title>
<link>http://www.computersight.com/Operating-Systems/Network-Operating-System-Ring-and-Tree-Topologies.121112</link>
<description>
<![CDATA[<p>We continue our look into the world of the Network Operating System (NOS) by examining Ring, Tree and Mesh topologies. Since I discussed much about the Ring Topology last time, I will include the mesh Topology here to conclude this short series of articles introducing network operating system topologies.</p>
 
<p>Both the peer-to-peer network operating system model and client/server network operating system model have seen deployment implementations using a these topologies.</p>
 
<p>While looking at the Direct Link Topologies we learned how they rapidly become disproportionately expensive once more than three devices need to be connected. Officially, this is a type of Mesh Topology, as you will soon learn. So let us to it starting with the various Ring Topologies.</p>
 
<h3>The Ring Topology Network</h3>
 
<p>With a Ring Topology network, each node (Servers, Workstations, and Peripherals) connects directly to both of its immediately adjacent nodes. The cable circles around the nodes connecting each in turn before eventually connecting to the first node again.</p>
 
<p>Now we have all nodes connected in one complete self-contained loop and this is the reason that this type of enclosed loop physical connectivity structure is a Ring Topology.</p>
 
<p>In the previous article entitled &amp;ldquo;Network Operating System Star Topology&amp;rdquo;, I discussed the topic of physically star-wired logical ring topologies. I also introduced IBM's proprietary Token Ring Topology. I shall add a little more as this is the best way of explaining the issues concerned with Ring Topologies.</p>
 
<h3>Token Ring</h3>
 
<p>IBM developed the Token Ring protocol in the mid-1980s. As the name Token Ring (see Figure TR 1) suggests a closed loop (or circle), wiring schema connects all member machines of the Token Ring network segment. This &amp;ldquo;ring&amp;rdquo; must remain intact for communications to be possible. If the &amp;ldquo;ring&amp;rdquo; breaks then no all machine-to-machine communication is possible.</p>
 
<p>In the previous article &amp;ldquo;Network Operating System Star Topology&amp;rdquo;, we learned that a ring topology is very difficult to install and configure. It also poses the issue of multiple single-points-of-failures. In order to address these issues IBM created a special network device they called a Multi Station Access Unit (MSAU). Now each node connects directly to a centrally placed Multi Station Access Unit (MSAU).</p>
 
<p>Externally the MSAU looks just like any other hub or switch. Internally at the hardware level however, the Multi-Station Access Unit (MSAU) contains wiring which allows information to pass from one device to another in a logical circle or ring. This reduced the multiple single-points-of-failures to just one, the MSAU.</p>
 
<p>Technically speaking IBM's Token Ring protocol uses a star-wired ring topology with the Token Ring Multi-Station Access Unit (MSAU) is the heart of the Token Ring universe. The signal travels from node to MSAU, then to the next node, then back to the MSAU, then to the next node and then back to the MSAU and so and on it goes.</p>
 
<h3>Token Ring Network Media Access</h3>
 
<p>Probably the most defining feature of the Token Ring network is the manner in which machines gain access to the transmission medium. The access method involved in a Token Ring network uses token-passing access.</p>
 
<p>A special &amp;ldquo;electronic token&amp;rdquo; (special frame) is circulated around the network. Each node will take this &amp;ldquo;token&amp;rdquo; frame from the media and if not wanting to transmit the node will place the &amp;ldquo;token&amp;rdquo; frame back onto the transmission medium.</p>
 
<p>When an empty token reaches a computer that wishes to transmit, the computer attaches the data to the &amp;ldquo;token&amp;rdquo; and then places the entire package (&amp;ldquo;token&amp;rdquo; and data) back onto the transmission medium.</p>
 
<p>The &amp;ldquo;token&amp;rdquo; with the data then circulates until it eventually arrives at the intended destination node, which then captures the data. If it needs to reply and can do so immediately it does so.</p>
 
<p>If not the computer that just received the &amp;ldquo;token&amp;rdquo; and data package, places an empty &amp;ldquo;token&amp;rdquo; onto the transmission medium and so the whole process goes on.</p>
 
<p>One of the biggest advantages of this system was that it made collisions impossible. There would never be two machines attempting to communicate at the once since only one machine could hold the &amp;ldquo;token&amp;rdquo; at a time.</p>
 
<h3>Token Ring Topology Summary</h3>
 
<ul>
<li> Transmission Media - Star-wired ring using twisted pair or fiber optic cable</li>
 
<li> Transmission speeds of 4 Mbps or 16 Mbps</li>
 
<li> In Token Ring Networks, the signal travels around the network from one computer to another in a Logical Ring</li>
 
<li> Due to the increasing popularity of Ethernet, the use of Token Ring has decreased </li>
 
</ul>
<h3>Fiber Distributed Data Interface (FDDI)</h3>
 
<p>FDDI is another ring topology but unlike Token Ring, it uses dual counter-rotating rings.</p>
 
<h3>Tree Topology</h3>
 
<p>A Tree Topology is really a hybrid topology as it combines the characteristics of both the linear bus and star topologies. The Tree Topology consists of a number of groups of star-configured workstations connected to a linear bus backbone cable. Tree topologies allow for the expansion of an existing network.</p>
 
<h3>Tree Topology Advantages</h3>
 
<ul>
<li> Point-to-point wiring for individual segments</li>
 
<li> Supported by several hardware and software venders </li>
 
</ul>
<h3>Tree Topology Disadvantages</h3>
 
<ul>
<li> Overall length of each segment is limited by the type of cabling used</li>
 
<li> If the backbone line breaks, the entire segment goes down</li>
 
<li> More difficult to configure and wire than other topologies </li>
 
</ul>
<h3>Mesh Topology</h3>
 
<p>The mesh topology is all about removing Single-Points-of-Failure for internetworking components and infrastructure alike.</p>
 
<p>Mesh topologies achieve this by interconnecting all network components with multiple cabling connections. In this way mesh topology implementations aim to provide multiple points-of-connection for every network device to every other network device thereby providing a direct dedicated link between all pairs of network devices.</p>
 
<p>Whenever a device or communications link fails, the alternate pathways become active until the troublesome device(s) returns to active duty.</p>
 
<h3>Mesh Topology Advantages</h3>
 
<ul>
<li> Redundant Network Designs - Multiple Alternative Pathways</li>
 
<li> 24/7 Availability</li>
 
<li> Decreasing the number of Single-Points-of-Failure </li>
 
</ul>
<h3>Mesh Topology Disadvantages</h3>
 
<ul>
<li> Cost - The extra required cabling contributes considerably to the cost of implementing a mesh topology</li>
 
<li> Since all other network components in a mesh topology also require multiple duplicate network infrastructure devices (2 or more routers, switches, etc.) for every primary network device (routers, switches, etc.).</li>
 
<li> Redundant network infrastructure devices contribute considerably to the higher startup costs of a mesh network in comparison to other topologies</li>
 
<li> A complex system/network is always harder to construct and deploy than smaller more easily managed sub-networks</li>
 
<li> Every device will need to have multiple NIC - More Additional Expense </li>
 
</ul>
<h3>Network Operating System (NOS) Images</h3>
 
<p>As mentioned last time, I am having trouble sending, the graphics with these articles. Therefore, I have decided to include said graphics for the entire series in a separate photo gallery entitled &amp;ldquo;Network Operating System (NOS) Images&amp;rdquo;. I will be posting it in the next day or so.</p>
 
<p>I will also keep on trying to send them embedded into each article. Once the upgrade to the lines in our area is complete, things should be better.</p>
 
<p>Well, this completes this short discussion of network operating system topologies. We will now have a quick look at the special class of machines that run the network operating and use it to deliver services. You guessed it I am talking about servers. This will be the topic for the next article titled &amp;ldquo;Network Operating System Servers&amp;rdquo;. Until then enjoy!</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FOperating-Systems%2FNetwork-Operating-System-Ring-and-Tree-Topologies.121112"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FOperating-Systems%2FNetwork-Operating-System-Ring-and-Tree-Topologies.121112" border="0"/></a>]]></description>
<pubDate>Wed, 07 May 2008 16:37:43 PST</pubDate></item>
<item>
<title>Network Operating System Star Topology</title>
<link>http://www.computersight.com/Operating-Systems/Network-Operating-System-Star-Topology.120841</link>
<description>
<![CDATA[<p>We continue our look into the world of the Network Operating System (NOS) by examining the Star Topology. Both the peer-to-peer network operating system model and client/server network operating system model have seen deployment implementations using a star topology.</p>
 
<h3>The Star Topology Network</h3>
 
<p>With a Star Topology network, each node (Servers, Workstations, and Peripherals) connects directly to a centrally located Hub / Concentrator (seeFigure ST 1).</p>
 
<p>Data always travels from the transmitting node through the hub or concentrator before continuing to its destination.</p>
 
<h3>Network Management</h3>
 
<p>It is the job of the hub or concentrator to manage and control all functions of the network. The central hub/concentrator also behaves like a repeater for the data flow in that it reshapes the signal before passing it on.</p>
 
<p>Switches do a similar job as well. Having discussed hubs, concentrators, switches and repeaters in earlier articles, I will not dwell on them here.</p>
 
<p>Star Topology Supported Transmission Media</p>
 
<p>One of the greatest assets of the star topology is that it can use practically any type of available transmission media. For copper-based wired networks, some flavor of twisted pair cable (usually UTP) is the most common type of transmission media generally found in star topology networks.</p>
 
<h3>Copper-Based Transmission Media</h3>
 
<p>Unshielded Twisted Pair (UTP) is the most abundant variety of copper cable available today. Therefore, it should come as no great surprise to discover that Unshielded Twisted Pair (UTP) cabling is in deed the predominant type of transmission medium (cable) found in the star topology networks of today.</p>
 
<p>This holds true for most of the other topologies to boot. Volume production has meant that UTP cable is considerably cheaper than its competitors are. Advances in UTP cable capabilities over the years have seen the continual evolution of UTP cabling to the point where it is today.</p>
 
<p>Star topology networks built around Shielded Twisted Pair (STP) and coaxial cable are still in active service today. They are disappearing quite rapidly however as existing networks upgrade to higher performing infrastructures. These &amp;ldquo;new&amp;rdquo; network infrastructures tend to be a mix of wireless and wired technologies.</p>
 
<h3>The Wired Component</h3>
 
<p>For the wired component Unshielded Twisted Pair (UTP) CAT5/CAT6 or above dominate. The use of fiber-optic cable in star topology networks is generally limited to those situations demanding &amp;ldquo;extreme&amp;rdquo; performance, immunity from Electro-Magnetic Interference (EMI), long cable runs and other scenarios where UTP is unsuitable.</p>
 
<h3>Fiscal Considerations</h3>
 
<p>One should never lose sight of the fact that above all else the greatest advantage that copper-based transmission media (wires/cables) has over its rivals is cost. Copper cable is considerably cheaper than fiber-optic cable.</p>
 
<h3>Star Topology Protocols</h3>
 
<p>Protocols commonly associated with a star topology include Ethernet and LocalTalk (Apple's Proprietary Protocol). Both protocols, Ethernet and LocalTalk require a different NIC</p>
 
<h3>Star Topology Ad Hoc Networks</h3>
 
<p>The star topology also lends itself for use in ad hoc networking scenarios and hence is very popular with small business and home networks. In fact, this sector constitutes over 60% of all networks. The driving impetus here has been the desire to save money by sharing an Internet connection between numerous machines.</p>
 
<p>Star topology is very popular with peer-to-peer network scenarios. The ease with which nodes come and go is one of the biggest reasons that the star topology is so popular with peer-to-peer networks. LAN parties and gaming sessions are a breeze. For these types of ad hoc network use, the star topology model is most definitely the easiest to install and configure.</p>
 
<h3>Plug "N" Play Connectivity</h3>
 
<p>Most ADSL, broadband modems on the market today include an integrated 4-port, switch capable of transparent bridging. The average consumer and small business alike find themselves ideally placed to use these types of &amp;ldquo;plug "n" play&amp;rdquo; network and Internet connectivity devices.</p>
 
<h3>Star-Wired Ring Topology</h3>
 
<p>A star-wired ring topology such as that implemented in IBM's Token Ring networks appears very similar to the classical star topology externally (physically). Both have nodes that connect to a central hub/concentrator or switch. The nodes themselves only differ in terms of the Network Interface Card (NIC) used.</p>
 
<ul>
<li> In order to connect machines to an Ethernet network an Ethernet NIC is required</li>
 
<li> On the other hand, to connect to a Token Ring network a Token Ring NIC is required </li>
 
</ul>
<p>Multi-Station Access Unit (MSAU)</p>
 
<p>All member devices of a network that uses a star-wired ring topology must connect to a special type of device called a Multi-Station Access Unit (MSAU). Externally the MSAU appears to be very much like a normal hub, switch or LAN Switch.</p>
 
<p>Internally at the hardware level however, the Multi-Station Access Unit (MSAU) contains wiring which allows information to pass from one device to another in a logical circle or ring.</p>
 
<p>IBM's Token Ring protocol uses a star-wired ring topology. The Token Ring Multi-Station Access Unit (MSAU) is the heart of the Token Ring universe.</p>
 
<p>Star Topology Advantages</p>
 
<p>Cable Selection - The star topology permits the use of UTP, STP, coaxial and fiber-optic cabling. This allows for greater diversity and flexibility at setup time. The star topology is backwards compatible with the older cable types so long as the central hub/switch supports it.</p>
 
<p>Cable Installation - Cabling is straightforward and easy to install particularly when UTP CAT5 or above is used.</p>
 
<p>Connectivity - With devices, connecting directly to the central hub/switch greater freedom of configuration is possible. Moving a PC to somewhere else in the room or even to another star topology room is simple and speedy.</p>
 
<p>Reduced Outages - Network disruption and downtime is greatly reduced when connecting or removing devices. Generally, there is no need to power down any device other than the device slated for removal.</p>
 
<p>Peer-to-Peer - Simplified ad hoc Peer-to-Peer (P2P) networking schemata</p>
 
<p>Troubleshooting - Easier to use &amp;amp; more streamlined troubleshooting courtesy of the ability to isolate problem devices made possible by the star topology's physical connectivity simplicity</p>
 
<p>Upgrading - Component replacement, upgrading, the installation of service packs, hot fixes, patches and the addition of new features is a lot easier with a star topology than linear bus and physical ring topologies</p>
 
<p>LAN Switches - Implementation of a star topology in conjunction with LAN Switches, gives us the ability to fragment collision domains. This offers great improvements in network performance over bus and ring topologies</p>
 
<p>Routers and Virtual Local Area Networks (VLAN) - Adding routers and Virtual Local Area Networks (VLAN) will also improve network performance as well as providing for greater security control over resource allocation and access.</p>
 
<h3>Star Topology Disadvantages</h3>
 
<p>More Cable - More cable is required to implement a star topology than would be the case for a linear bus topology</p>
 
<p>Single Point of Failure - If the central hub or switch dies then the entire network will be unable to communicate with each other &amp;amp; externals networks</p>
 
<p>More Expensive - Hubs &amp;amp; switches are not free and additional cable adds to initial outlay costs to the implementation of the star topology in comparison to the linear bus topology</p>
 
<p>Network Operating System (NOS) Images</p>
 
<p>As I have been having trouble sending, the graphics with these articles I have decided to include said graphics for the entire series in a separate photo gallery entitled &amp;ldquo;Network Operating System (NOS) Images&amp;rdquo;.</p>
 
<p>I will also keep on trying to send them embedded into each article. Once the upgrade to the lines in our area is complete, things should be better.</p>
 
<p>Next time in &amp;ldquo;Network Operating System Ring and Tree Topologies&amp;rdquo;, we will look into the Ring and Tree Topologies including their implementation indicators. Until then enjoy!</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FOperating-Systems%2FNetwork-Operating-System-Star-Topology.120841"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FOperating-Systems%2FNetwork-Operating-System-Star-Topology.120841" border="0"/></a>]]></description>
<pubDate>Wed, 07 May 2008 07:33:51 PST</pubDate></item>
<item>
<title>About Fiber Distributed Data Interface (FDDI)</title>
<link>http://www.computersight.com/Communication-&amp;-Networks/About-Fiber-Distributed-Data-Interface-FDDI.119192</link>
<description>
<![CDATA[<p>Fiber Distributed Data Interface (FDDI) - A standard that permits data transmission between two end-point devices that can be many tens of <strong>kilometers</strong> apart. As its name indicates, fiber optic cable is the main form of physical transmission medium used in FDDI. Although a copper-based implementation called, Copper Distributed Data Interface (CDDI) does exist.</p>
 
<h3>Dual Ring Technology</h3>
 
<p>Fiber Distributed Data Interface (FDDI) evolved from the IEEE 802.4 token bus timed token protocol. Fundamentally, FDDI is a ring network similar to IBM's Token Ring network but with a number of crucial differences.</p>
 
<p>The most noticeable difference between the two is that a Fiber Distributed Data Interface (FDDI) network is a dual-attached, counter-rotating token ring topology. One ring is the primary transmission ring delivering transmission speeds of up to 100 M-bit/sec.</p>
 
<p>The other ring (secondary) is for backup. This means that the secondary ring is inactive and remains so for as long as the primary ring is functional. In the event that the primary ring fails, the secondary ring becomes active. Now all traffic goes to the secondary ring for transmission. Because of this built-in redundancy, FDDI is a fault tolerant technology.</p>
<p><img src="http://images.stanzapub.com/readers/computersight/2008/05/04/155836_0.jpg" alt="" /></p>
 
<h3>Extra Network Transmission Capacity</h3>
 
<p>Network administrators do have the option of determining that if they do not need to have the secondary ring idle for the event of primary ring failure backup they can use it for data transport thereby doubling the network's capacity to 200 M-bit/sec.</p>
 
<h3>Frame Size</h3>
 
<p>FDDI has a larger maximum-frame size than standard 100 M-bit/sec Ethernet. This means much better throughput than standard 100 M-bit/sec Ethernet.</p>
 
<h3>Immunity to Electro-Magnetic Interference (EMI) and Noise (Cross Talk)</h3>
 
<p>Because FDDI uses fiber optic transmission media, it is highly resistant if not impervious to the effects of Electro-Magnetic Interference (EMI). This makes FDDI the ideal candidate of choice in those situations where the installation environments are prone to high exposure levels of EMI. Fiber optic cabling is also less susceptible to many environmental variables such as water damage.</p>
 
<h3>Coverage and Scalability</h3>
 
<p>Being able to cover large distances is most definitely a major plus for FDDI. Another is that FDDI can readily scale to support thousands of users.</p>
 
<h3>Recent Developments</h3>
 
<p>Fiber Distributed Data Interface II (FDDI-II) has added support for circuit-switched services thereby enabling FDDI to carry both voice and video signals as well.</p>
 
<p>Work connecting FDDI networks to developing Synchronous Optical Network SONET networks has just recently begun.</p>
 
<h3>Modified FDDI Physical Connectivity Practices</h3>
 
<p>In order to retain much of the resilience delivered by the original physical connectivity specifications of FDDI while greatly reducing the setup cost of a new or expanded installation we are seeing physical connectivity modifications being adopted.</p>
 
<p>The most popular seems to be the spreading practice of not attaching all workstations to both rings. Instead, network administrators and engineers are dual connecting only a small number of infrastructure devices such as routers and switches to both rings and the workstations to the infrastructure devices. The result is still a resilient network but at greatly reduced cost of implementation.</p>
 
<h3>Security Considerations</h3>
 
<p>Because fiber optic cable is virtually &amp;ldquo;tap-proof&amp;rdquo;, FDDI definitely beats the competition in the reduction of security risk/threat exposure stakes.</p>
 
<p>FDDI Standards</p>
 
<p>ANSI X3.166-1989, Physical Medium Dependent (PMD) -- also ISO 9314-3</p>
 
<p>ANSI X3.148-1988, Physical Layer Protocol (PHY) -- also ISO 9314-1</p>
 
<p>ANSI X3.139-1987, Media Access Control (MAC) -- also ISO 9314-2</p>
 
<p>ANSI X3.229-1994, Station Management (SMT) -- also ISO 9314-6</p>
 
<p>ANSI X3.184-1993, Single Mode Fiber Physical Medium Dependent (SMF-PMD) -- also ISO 9314-4</p>
 
<h3>Conclusions</h3>
 
<p>Today however we find that due to current speed (since 1994 we have had the option of Gigabit Ethernet), cost, ease of installation, manageability &amp;amp; flexibility, other media (copper) are more popular than fiber optic cable.</p>
 
<p>Even though we now have 10 Gigabit/s capable fiber optic systems, the biggest downside of cost has an overwhelming negative buying impact upon the majority of the public.</p>
 
<p>Considering all factors, there can be little doubt that FDDI will continue to be the technology of choice for a good many case specific applications (niche) such as ISP high capacity, high speed, high availability, and maximum-security network data backbones.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FCommunication-%26amp%3B-Networks%2FAbout-Fiber-Distributed-Data-Interface-FDDI.119192"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FCommunication-%26amp%3B-Networks%2FAbout-Fiber-Distributed-Data-Interface-FDDI.119192" border="0"/></a>]]></description>
<pubDate>Sun, 04 May 2008 06:08:48 PST</pubDate></item>
</channel>
</rss>
