• avi

    Network Topology / Topologies

    The term Network Topology defines the geographic Physical or logical arrangement of computernetworking devices . The term Topology refers to the way in which the various nodes or computers of a network are linked together. It describes the actual layout of the computer network hardware. Two or more devices connect to a link; two or more links form a topology. Topology determines the data paths that may be used between any pair of devices of the network

    The selection of a Network Topology for a network can not be done in isolation as it affects the choice of media and the access method used. Because it determines the strategy used in wiring a building for a network and deserves some careful study. 
    The following factors are considered while selecting a topology:
    1. Cost
    2. Reliability
    3. Scalability
    4. Bandwidth capacity
    5. Ease of installation
    6. Ease of troubleshooting
    7. Delay involved in routing information from one node to another.

    Types of Topologies
    While making a selection of a particular topology we consider the relative status of different devices that are to be linked. 

    • The nodes in a network can have following two relationships:
    1. Peer to Peer: In this relationship, all the devices in the network have equal status in sharing the link. For example, Ring & Mesh topology.
    2. Primary-Secondary: In this, one device controls the traffic and all other devices transmit through primary device. e.g. Star topology.
    Basic Network Topology 
    The three simple Topology that are combined to form a basic Network Topology. They are, Bus Topology, Ring and Star Topology. 

    Bus Topology 
    The physical Bus Network Topology is the simplest and most widely used of the network designs. It consists of one continuous length of cable (trunk) that is shared by all the nodes in the network and a terminating resistor (terminator) at each end that absorbs the signal when it reaches the end of line. Without a terminator the electrical signal would reach the end of copper wire and bounce back, causing errors on the network.

    Data communication message travels along the bus in both directions until it is picked up by a workstation or server NIC. If the message is missed or not recognized, it reaches the end of the cabling and dissipates at the terminator. Bus Network Topology requires a multipoint connection .

    All nodes on the bus topology have equal access to the trunk. This is accomplished using short drop cables or direct T-connectors. The number of devices and the length of the trunk can be easily expanded.

    Advantages of Bus Topology 
    The advantages of physical bus topology are:
    • It uses established standards and it is relatively easy to install and the use for small networks.
    • It requires less media than other topologies.
    • Failure of one node does not affect the network functioning.
    • Cost is less as only one main cable is required and least amount of cable is required to connect computers.
    • Expansion is easier. New node can be easily added by using a connector.
    Disadvantages of Bus Topology 
    The disadvantages of bus Topology are:
    • If the main central line fails the entire network collapses.
    • The bus networks are difficult to reconfigure, especially when the acceptable number of connections or maximum distances have been reached.
    • They are also difficult to troubleshoot because everything happens on a single media segment. This can have dangerous consequences because any break in the cabling brings the network to its knee.
    • Sharing a single communication channel results in slower access time.
    • In this topology, higher network traffic slows down the bus speed. Only one device transmits at a time, other devices wait for their turn. As a result there is no coordination between the devices for reservation of transmission time slots, so data collisions are frequent.
    Ring Topology 
    The physical ring Topology is a circular loop of point-to-point links. Each device connects directly to the ring or indirectly through and interface device or drop cable. Message travel around the ring from node to node in a very organized manner. Each workstation checks the message for a matching destination address. If the address doesn't match the node simply regenerates the message and sends it on its way. If the address matches, the node accepts the message and sends a reply to the originating sender.
    • In ring topology, the various nodes are connected in form of a ring or circle (physical ring), in which data flows in a circle, from one station to another station.
    • It has no beginning or end that needs to be terminated.
    • In this topology, each device or node has a dedicated point to point line configuration with only two devices on either side of it.
    • Signal is passed along the ring in one direction from one station to another until it reaches destination.
    • Each device in ring incorporates a repeater.
    • When a device receives a signal intended for another device, its repeater regenerates the bits and passes them along.
    • There are two kinds of ring topologies:
    1. Single Ring
    2. Dual Ring
    • In this topology, each device or node has a dedicated point to point line configuration with only two devices on either side of it.
    • Signal is passed along the ring in one direction from one station to another until it reaches destination.
    • Each device in ring incorporates a repeater.
    • When a device receives a signal intended for another device, its repeater regenerates the bits and passes them along.
    • There are two kinds of ring topologies:
    1. Single Ring
    2. Dual Ring
    1. Single ring - In single ring network, a single cable is shared by all the devices and data travel only in one direction.

    Each device waits for its turn and then transmits. When the data reaches its destination, another device can transmit.

    2. Dual ring: This topology uses two rings to send the data, each in different direction. Thus allowing more packets to be sent over the network.

    Advantages of Ring Topology 
    The advantages of Ring Topology are: 
    • 1.They are very easy to troubleshoot because each device incorporates a repeater.
    • 2.A special internal feature called beaconing allows troubled workstations to identify themselves quickly.
    • There is no master computer on controller. Every computer has equal chance to place the data and access the token.
    • There are no collisions.
    • Data packets travel at greater speeds.
    • It is easier to locate the problems with device and cable i.e. fault isolation is simplified. If one device does not receive a signal within a specified time, it can issue an alarm. This alarm alerts the network operator to the problem and its location.
    Disadvantages of Ring Topology
    The disadvantages of ring topologies are:
    • A ring network requires more cable than a bus network.
    • A break in cable ring brings down entire network (in case of single ring).
    • Adding or removing the node disturbs the network activity.
    • In ring network, communication delay is directly proportional to the number of nodes in the network. Hence addition of new nodes in the network also increases communication delay.
    • It is considerably difficult to install and reconfigure ring Topology
    • Media failure on unidirectional or single loop causes complete network failure.
    Star Topology 
    The physical star Topology uses a central controlling or hub with dedicated legs pointing in all directions – like points of a star. Each network device has a dedicated point-to-point link to the central hub. There is no direct link between these computers and the computers can communicate via central controller only. This strategy prevents troublesome collisions and keeps the lines of communications open and free of traffic.

    The routing function is performed by the central controller which centrally controls communication between any two computers by establishing a logical path between them. It means that if one computer A wants to send data to another computer B, Computer A sends the data to the controller & this controller then sends the data to computer B.

    This Topology, obviously, require a great deal of cabling. This design provides an excellent platform for reconfiguration and trouble-shooting. Changes to the network are as simple as plugging another segment into the hub and a break in the LAN is easy to isolate and doesn't affect the rest of the network.

    Advantages of Star Topology
    The benefits of star topology are:
    • It is easier to add new node or modify any existing node without disturbing network i.e. expansion is easier.
    •  Addition of new node does not increase communication delay.
    • If any local computer or link fails, the entire system does not collapse. Only that link or computer is affected.
    • It is easy to find device and cable problems i.e. fault identification and isolation is easier.
    • Media faults are automatically isolated to the failed segment.
    Disadvantages of Star Topology
    The disadvantages are considered as follows:
    • If the central controller or hub fails, entire system collapses.
    • Cabling cost is more as each node is connected individually to the hub.
    • Requires more cable than most topologies
    • Moderately difficult to install

    Dual-ring Topology 
    The type of  Topology in which each of the nodes of the network is connected to two other nodes in the network, with two connections to each of these nodes, and with the first and last nodes being connected to each other with two connections, forming a double ring – the data flows in opposite directions around the two rings, although, generally, only one of the rings carries data during normal operation, and the two rings are independent unless there is a failure or break in one of the rings, at which time the two rings are joined to enable the flow of data to continue using a segment of the second ring to bypass the fault in the primary ring.


    Advantages of Dual-ring Topology
    • Very orderly network where every device has access to the token and the opportunity to transmit.
    • Performs better than a star topology under heavy network load.
    • Does not require network server to manage the connectivity between the computers.

    Disadvantages of Dual-ring Topology
    • One malfunctioning workstation or bad port can create problems for the entire network.
    • Moves, adds and changes of devices can affect the network.
    • Much slower than an bus network under normal load.

    Mesh Topology
    In mesh topology, each node is connected to every other node in the network i.e. each node has a dedicated point to point link to every other node as shown. Dedicated means that the link carries the traffic only between two devices it connects.
    In this way there exist multiple paths between two nodes of the network. In case of failure of one path, the other one can be used.

    Advantages of Mesh Topology 
    • t is robust as the failure of one node does not collapse the entire system. If one link fails, the entire system continues to work.
    • There is no traffic congestion problem as dedicated links are being used.
    • Dedicated links ensure faster transmission without any delay.
    • Dedicated links also ensure data privacy and security.
    • Point to point links makes fault identification and isolation easier.

    Disadvantages of Mesh Topology 
    1. Connecting each device to every other device in the network makes installation and reconfiguration difficult.

    2. It has high cabling cost as n (n-l)/2 links are required to connect n nodes.

    Fully Connected Topology
    The type of network topology in which each of the nodes of the network is connected to each of the other nodes in the network with a point-to-point link – this makes it possible for data to be simultaneously transmitted from any single node to all of the other nodes. The physical fully connected mesh topology is generally too costly and complex for practical networks, although the topology is used when there are only a small number of nodes to be interconnected.

    Tree Topology
    Tree or Hierarchical Topology: The type of  Topology in which a central 'root' node, the top level of the hierarchy, is connected to one or more other nodes that are one level lower in the hierarchy i.e., the second level, with a point-to-point link between each of the second level nodes and the top level central 'root' node, while each of the second level nodes that are connected to the top level central 'root' node will also have one or more other nodes that are one level lower in the hierarchy, i.e., the third level, connected to it, also with a point-to-point link, the top level central 'root' node being the only node that has no other node above it in the hierarchy – the hierarchy of the tree is symmetrical, each node in the network having a specific fixed number, f, of nodes connected to it at the next lower level in the hierarchy, the number, f, being referred to as the 'branching factor' of the hierarchical tree

    Advantages:
    • Supported by several hardware and software venders.
    • It allows more devices to be attached to a single central hub and can therefore increases the distance a signal can travel between devices.
    • It allows the network to isolate and prioritize communication from different computers i.e. the computers attached to one secondary hub can be given priority over the computers attached to another secondary hub.
    Disadvantages:
    • Overall length of each segment is limited by the type of cabling used.
    • If the backbone line breaks, the entire segment goes down.
    • More difficult to configure and wire than other topologies.
    • It has higher cabling cost in setting up a tree structure.

    Hybrid Topology 
    The hybrid Topology is a type of Topology that is composed of one or more interconnections of two or more networks that are based upon different physical topologies in a single network that is composed of one or more interconnections of two or more networks that are based upon the same physical topology.
    When two hubs of different topologies are joined so that the devices attached to them can communicate as in figure, it is called a Star-Bus network.
    When two or more star topologies are linked together using a specialized hub called a MAU (Multi-utilization Access Unit), it is known as Star-Ring topology.