1
What is meant by Network Topology? What are the Classification of topologies?What are the advantages of topologies?
vamsi | computer networksNetwork Topology: It is graphical mapping of the configuration of physical and logical connections between nodes. LAN Network Topology is, therefore, technically a part of graph theory. Distances between nodes, physical interconnections, transmission rates, and/or signal types may differ in two networks and yet their topologies may be identical.
Classification of network topologies
There are also three basic categories of network topologies:
-
physical topologies
-
signal topologies
-
logical topologies
Physical topologies
The mapping of the nodes of a network and the physical connections between them – i.e., the layout of wiring,cables, the locations of nodes, and the interconnections between the nodes and the cabling or wiring system.
Classification of physical topologies
Point-to-point
The simplest topology is a permanent link between two endpoints. Switched point-to-point topologies are the basic model of conventional telephony. The value of a permanent point-to-point network is the value of guaranteed, or nearly so, communications between the two endpoints.
Permanent (dedicated)
Easiest to understand, of the variations of point-to-point topology, is a point-to-point communications channel that appears, to the user, to be permanently associated with the two endpoints.
Switched:
Using circuit-switching or packet-switching technologies, a point-to-point circuit can be set up dynamically, and dropped when no longer needed.
Bus
Linear bus
The type of network topology in which all of the nodes of the network are connected to a common transmission medium which has exactly two endpoints (this is the ‘bus’, which is also commonly referred to as the backbone or trunk)
All data that is transmitted between nodes in the network is transmitted over this common transmission medium and is able to be received by all nodes in the network virtually simultaneously.
Distributed bus
The type of network topology in which all of the nodes of the network are connected to a common transmission medium which has more than two endpoints that are created by adding branches to the main section of the transmission medium – the physical distributed bus topology functions in exactly the same fashion as the physical linear bus topology.
Star
The type of network topology in which each of the nodes of the network is connected to a central node with a point-to-point link in a ‘hub’ .All data that is transmitted between nodes in the network is transmitted to this central node, which is usually some type of device that then retransmits the data to some or all of the other nodes in the network.
Extended star
A type of network topology in which a network that is based upon the physical star topology has one or more repeaters between the central node (the ‘hub’ of the star) and the other nodes, the repeaters being used to extend the maximum transmission distance of the point-to-point links between the central node and the peripheral nodes .
Ring
The type of network topology in which each of the nodes of the network is connected to two other nodes in the network and with the first and last nodes being connected to each other, forming a ring – all data that is transmitted between nodes in the network travels from one node to the next node in a circular manner and the data generally flows in a single direction only.
Mesh
Mesh topologies involve the concept of routes. Unlike each of the previous topologies, messages sent on a mesh network can take any of several possible paths from source to destination. In a ring, although two cable paths exist, messages can only travel in one direction. Some WANs, most notably the Internet, employ mesh routing.
Full
Fully connected
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.
Partial
Partially connected
The type of network topology in which some of the nodes of the network are connected to more than one other node in the network with a point-to-point link – this makes it possible to take advantage of some of the redundancy that is provided by a physical fully connected mesh topology without the expense and complexity required for a connection between every node in the network.
Tree
Also known as a hierarchical network.
The type of network topology in which a central ‘root’ node i.e. 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 Each node in the network having a specific fixed number, of nodes connected to it at the next lower level in the hierarchy, the number, being referred to as the ‘branching factor’ of the hierarchical tree.
Hybrid network topologies
It is combination of different topologies such as star bus topology, star of star, star wired ring, hybrid mesh.
Star-bus
A type of network topology in which the central nodes of one or more individual networks that are based upon the physical star topology are connected together using a common ‘bus’ network whose physical topology is based upon the physical linear bus topology.
Star-of-stars
Hierarchical star
A type of network topology that is composed of an interconnection of individual networks that are based upon the physical star topology connected together in a hierarchical way to form a more complex network .
Star-wired ring
A type of hybrid physical network topology that is a combination of the physical star topology and the physical ring topology.
Hybrid mesh
A type of hybrid physical network topology that is a combination of the physical partially connected topology and one or more other physical topologies the mesh portion of the topology consisting of alternate connections between some of the nodes in the network .
Signal topology
The mapping of the actual connections between the nodes of a network, as evidenced by the path that the signals take when propagating between the nodes.
Logical topology
The mapping of the connections between the nodes of a network, as evidenced by the path that data appears to take when traveling between the nodes.
Classification of logical topologies
The logical classification of network topologies generally follows the same classifications as those in the physical classifications of network topologies, the path that the data takes between nodes being used to determine the topology as opposed to the actual physical connections being used to determine the topology.
1.) Logical topologies are often closely associated with media access control (MAC) methods and protocols.
2.) The logical topologies are generally determined by network protocols as opposed to being determined by the physical layout of cables, wires, and network devices or the logical flow of data.
3.) Logical topologies are able to be dynamically reconfigured by special types of equipment such as routers and switches.
Advantages and Disavantages of Topologies:
-
In Bus Topology, a device communicates with another device on the network sends a broadcast message onto the wire that all other devices , but only the intended recipient actually accepts and processes the message. A failure in network cable or wire will only take down entire LAN.Bus topology is very easy, simple and inexpensive than other topologies.
-
Star Topology is very easy to install but it is expensive due to the cost of central device. Many home networks use the star topology.A failure in any star network cable will only take down one computer’s network access.
-
Tree topology is a combination of star and bus topologies.This network is very easy to extend and facilities the organizations to meet their requirements. In tree topology if central cable breaks then all the nodes goes down.
-
In Ring Topology,All messages travel through a ring in the same direction (either “clockwise” or “counterclockwise”). A failure in any cable or device breaks the loop and can take down the entire network. Ring topologies are found in some office buildings or school campuses.
-
A mesh offers various advantages over other network topologies.Firstly, use of dedicated links guarantees that the each connection can carry its own data load, thus eliminating traffic troubles that can take place when links must be shared by multiple devices.Second is that a mesh topology is robust in nature.

Add comment







