{"id":278,"date":"2007-08-04T17:57:00","date_gmt":"2007-08-04T09:57:00","guid":{"rendered":"http:\/\/www.akuadi.org\/?p=4"},"modified":"2007-08-04T17:57:00","modified_gmt":"2007-08-04T09:57:00","slug":"network-topologies","status":"publish","type":"post","link":"https:\/\/akuadi.org\/life\/blog\/2007\/08\/04\/network-topologies\/","title":{"rendered":"Network Topologies"},"content":{"rendered":"<div align=\"center\">\n<h3 class=\"page_title\">Network Topologies <\/h3>\n<h5>Introduction<\/h5>\n<p align=\"left\">Network topologies can take a bit of time to understand              when you&#8217;re all new to this kind of cool stuff, but it&#8217;s very important              to fully understand them as they are key elements to understanding              and troubleshooting networks and will help you decide what actions              to take when you&#8217;re faced with network problems. <\/p>\n<p align=\"left\">I will try to be as simple as possible and give some              examples you can relate to, so let&#8217;s get stuck right into this stuff              ! <\/p>\n<p align=\"left\"><b><span style=\"color: rgb(255, 153, 0);\">The Stuff<\/span><\/b> \ud83d\ude42<\/p>\n<p align=\"left\">There are two types of topologies: <span style=\"color: rgb(153, 204, 102);\">Physical<\/span>              and <span style=\"color: rgb(153, 255, 255);\">Logical<\/span>. The <span style=\"color: rgb(153, 204, 102);\">physical<\/span>              topology of a network refers to the layout of cables, computers and              other peripherals. Try to imagine yourself in a room with a small              network, you can see network cables coming out of every computer that              is part of the network, then those cables plug into a hub or switch.              What you&#8217;re looking at is the <span style=\"color: rgb(153, 204, 102);\">physical<\/span>              topology of that network !<\/p>\n<p align=\"left\"><span style=\"color: rgb(153, 255, 255);\">Logical<\/span> topology is the              method used to pass the information between the computers. In other              words, looking at that same room, if you were to try to see how the              network works with all the computers talking (think of the computers              generating traffic and packets of data going everywhere on the network)              you would be looking at the logical part of the network. The way the              computers will be talking to each other and the direction of the traffic              is controlled by the various protocols (like Ethernet) or, if you              like, rules.<\/p>\n<p align=\"left\">If we used token ring, then the physical topology would              have to change to meet the requirements of the way the token ring              protocol works (logically).<\/p>\n<p align=\"left\">If it&#8217;s all still confusing, consider this: The <span style=\"color: rgb(153, 204, 102);\">physical<\/span>              topology describes the layout of the network, just like a map shows              the layout of various roads, and the <span style=\"color: rgb(0, 255, 255);\">logical<\/span>              topology describes how the data is sent accross the network or how              the cars are able to travel (the direction and speed) at every road              on the map.<\/p>\n<p align=\"left\">The most common types of physical topologies, which              we are going to analyse, are:<span style=\"color: rgb(255, 0, 255);\"> Bus<\/span><span style=\"color: rgb(255, 255, 255);\">,<\/span><span style=\"color: rgb(51, 204, 255);\">              Hub<\/span>\/<span style=\"color: rgb(51, 204, 255);\">Star<\/span><span style=\"color: rgb(255, 255, 0);\">              <span style=\"color: rgb(255, 255, 255);\">and<\/span> Ring<\/span><\/p>\n<p align=\"left\"><span style=\"color: rgb(255, 0, 255);\"><b>The Physical Bus Topology<\/b><\/span><\/p>\n<p align=\"left\"><span style=\"color: rgb(255, 0, 255);\">Bus topology<\/span> is fairly              old news and you probably won&#8217;t be seeing much of these around in              any modern office or home. <\/p>\n<p align=\"left\">With the <span style=\"color: rgb(255, 255, 255);\"><span style=\"color: rgb(255, 0, 255);\">Bus              topology<\/span><\/span>, all workstations are connect directly to the              main backbone that carries the data. Traffic generated by any computer              will travel across the backbone and be received by all workstations.              This works well in a small network of 2-5 computers, but as the number              of computers increases so will the network traffic and this can greatly              decrease the performance and available bandwidth of your network.<\/p>\n<p align=\"center\"><img fetchpriority=\"high\" decoding=\"async\" src=\"http:\/\/www.firewall.cx\/pictures\/topologies-bus.gif\" height=\"227\" width=\"567\" \/><\/p>\n<p align=\"left\">As you can see in the above example, all computers are              attached to a continuous cable which connects them in a straight line.              The arrows clearly indicate that the packet generated by <span style=\"color: rgb(51, 255, 102);\">Node              1<\/span> is transmitted to all computers on the network, regardless              the destination of this packet. <\/p>\n<p align=\"left\">Also, because of the way the electrical signals are              transmitted over this cable, its ends must be terminated by special              terminators that work as &#8220;shock absorbers&#8221;, absorbing the              signal so it won&#8217;t reflect back to where it came from. The value of              50Ohms has been selected after carefully taking in consideration all              the electrical characteristics of the cable used, the voltage that              the signal which runs through the cables, the maximum and minimum              length of the bus and a few more.<\/p>\n<p align=\"left\">If the bus (the long yellow cable) is damaged anywhere              in its path, then it will most certainly cause the network to stop              working or, at the very least, cause big communication problems between              the workstations.<\/p>\n<p align=\"left\">Thinnet &#8211; 10 Base2, also known as coax cable (Black              in colour) and Thicknet &#8211; 10 Base 5 (Yellow in colour) is used in              these type of topologies.<\/p>\n<p align=\"left\"><span style=\"color: rgb(51, 204, 255);\"><b>The Physical HUB <\/b>or<b>              STAR Topology<\/b><\/span><\/p>\n<p align=\"center\"><img decoding=\"async\" src=\"http:\/\/www.firewall.cx\/pictures\/topologies-star.gif\" height=\"300\" width=\"420\" \/><\/p>\n<p align=\"left\">The <span style=\"color: rgb(51, 204, 255);\">Star<\/span> or <span style=\"color: rgb(51, 204, 255);\">Hub              topology<\/span> is one of the most common network topologies found              in most offices and home networks. It has become very popular in contrast              to the bus type (which we just spoke about), because of the cost and              the ease of troubleshooting. <\/p>\n<p align=\"left\">The advantage of the <span style=\"color: rgb(51, 204, 255);\">star topology<\/span>              is that if one computer on the <span style=\"color: rgb(51, 204, 255);\">star topology<\/span>              fails, then only the failed computer is unable to send or receive              data. The remainder of the network functions normally. <\/p>\n<p align=\"left\">The disadvantage of using this topology is that because              each computer is connected to a central hub or switch, if this device              fails, the entire network fails!<\/p>\n<p align=\"left\">A classic example of this type of topology is the UTP              (10 base T), which normaly has a <span style=\"color: rgb(51, 204, 255);\">blue<\/span>              colour. Personally I find it boring, so I decided to go out and get              myself <span style=\"color: rgb(0, 255, 0);\">green<\/span>, <span style=\"color: rgb(255, 0, 0);\">red<\/span>              and <span style=\"color: rgb(255, 255, 0);\">yellow<\/span> colours \ud83d\ude42<\/p>\n<p align=\"left\"><b><span style=\"color: rgb(255, 255, 0);\">The Physical Ring Topology<\/span><\/b><\/p>\n<p align=\"left\">In the <span style=\"color: rgb(255, 255, 255);\"><span style=\"color: rgb(255, 255, 0);\">ring              topology<\/span><\/span>, computers are connected on a single circle              of cable. Unlike the bus topology, there are no terminated ends. The              signals travel around the loop in one direction and pass through each              computer,<br \/>\n which acts as a repeater to boost the signal and send it              to the next computer. On a larger scale, multiple LANs can be connected              to each other in a ring topology by using Thicknet coaxial or fiber-optic              cable.<\/p>\n<p align=\"center\"><img decoding=\"async\" src=\"http:\/\/www.firewall.cx\/pictures\/topologies-ring.gif\" height=\"272\" width=\"420\" \/><\/p>\n<p align=\"left\">The method by which the data is transmitted around the              ring is called <span style=\"color: rgb(255, 255, 255);\"><span style=\"color: rgb(255, 204, 0);\">token passing<\/span><\/span>.              IBM&#8217;s token ring uses this method. A <span style=\"color: rgb(255, 255, 255);\"><i><span style=\"color: rgb(255, 204, 0);\">token<\/span><\/i><\/span>              is a special series of bits that contains control information. Possession              of the <span style=\"color: rgb(255, 204, 0);\">token<\/span> allows a network device              to transmit data to the network. Each network has only one <span style=\"color: rgb(255, 255, 255);\"><span style=\"color: rgb(255, 204, 0);\">token<\/span><\/span>.<\/p>\n<p align=\"left\"><span style=\"color: rgb(102, 255, 153);\"><b>The Physical Mesh Topology<\/b><\/span><\/p>\n<p align=\"center\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.firewall.cx\/pictures\/topologies-mesh.gif\" height=\"227\" width=\"420\" \/><\/p>\n<p align=\"left\">In a <span style=\"color: rgb(102, 255, 153);\">mesh topology<\/span>, each              computer is connected to every other computer by a separate cable.              This configuration provides redundant paths through the new work,              so if one computer blows up, you don&#8217;t lose the network \ud83d\ude42 On a large              scale, you can connect multiple LANs using mesh topology with leased              telephone lines, Thicknet coaxial cable or fiber optic cable.<\/p>\n<p align=\"left\">Again, the big advantage of this topology is its backup              capabilities by providing multiple paths through the network.<\/p>\n<p align=\"left\"><span style=\"color: rgb(102, 102, 255);\"><b>The Physical Hybrid Topology<\/b><\/span><\/p>\n<p align=\"left\">With the<span style=\"color: rgb(102, 102, 255);\"> hybrid topology<\/span>,              two or more topologies are combined to form a complete network. For              example, a <span style=\"color: rgb(102, 102, 255);\">hybrid topology<\/span> could be the              combination of a star and bus topology. These are also the most common              in use.<\/p>\n<\/p><\/div>\n<blockquote>\n<div align=\"left\"><span style=\"color: rgb(102, 255, 255);\">Star-Bus<\/span><\/div>\n<\/blockquote>\n<div align=\"center\">\n<p align=\"center\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.firewall.cx\/pictures\/topologies-hybrid-star-bus.gif\" height=\"269\" width=\"420\" \/><\/p>\n<p align=\"left\">In a star-bus topology, several star topology networks              are linked to a bus connection. In this topology, if a computer fails,              it will not affect the rest of the network. However, if the central              component, or hub, that attaches all computers in a star, fails, then              you have big problems since no computer will be able to communicate.<\/p>\n<\/p><\/div>\n<blockquote>\n<div align=\"left\"><span style=\"color: rgb(255, 204, 255);\">Star-Ring<\/span><\/div>\n<\/blockquote>\n<div align=\"center\">\n<p align=\"center\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.firewall.cx\/pictures\/topologies-hybrid-star-ring.gif\" height=\"351\" width=\"437\" \/><\/p>\n<p align=\"left\">In the Star-Ring topology, the computers are connected              to a central component as in a star network. These components, however,              are wired to form a ring network.<\/p>\n<p align=\"left\">Like the star-bus topology, if a single computer fails,              it will not affect the rest of the network. By using token passing,              each computer in a star-ring topology has an equal chance of communicating.              This allows for greater network traffic between segments than in a              star-bus topology.<\/p>\n<p><\/p>\n<p align=\"left\"><\/p>\n<p align=\"left\"><span style=\"font-weight: bold;\">Source &amp; Credit to<\/span> : <a href=\"http:\/\/www.firewall.cx\/\" target=\"_blank\" rel=\"noopener\">http:\/\/www.firewall.cx\/<\/a><\/p>\n<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Network Topologies Introduction Network topologies can take a bit of time to understand when you&#8217;re all new to this kind of cool stuff, but it&#8217;s very important to fully understand them as they are key elements to understanding and troubleshooting networks and will help you decide what actions to take when you&#8217;re faced with network [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-278","post","type-post","status-publish","format-standard","hentry","category-networking"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts\/278","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/comments?post=278"}],"version-history":[{"count":0,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts\/278\/revisions"}],"wp:attachment":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/media?parent=278"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/categories?post=278"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/tags?post=278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}