Network topology refers to the way links and nodes in a network are organized to relate to each other. Topologies are classified as physical network topology, which is the means of transmitting physical signals, or logical network topology, which refers to the way data travels over the network between devices, regardless of the physical connection of the devices. Examples of logical network topology include twisted pair Ethernet, which is classified as logical bus topology, and token ring, which is classified as logical ring topology.
Examples of physical network topology include star, mesh, tree, ring, point-to-point, circular, hybrid, and bus topology networks, each of which consists of different node and link configurations. The ideal network topology depends on the size, scale, goals, and budget of each company. A network topology diagram helps visualize communication devices, which are modeled as nodes, and connections between devices, which are modeled as links between nodes.
Mesh topology
In a mesh topology, each device is connected to another device through a particular channel. In Mesh Topology, the protocols used are AHCP (Ad Hoc Configuration Protocols), DHCP (Dynamic Host Configuration Protocol), etc.
Advantages of this topology
Problems with this topology
Star topology
In star topology, all devices are connected to a single hub via cable. This hub is the central node and all other nodes are connected to the central node. The hub can be passive in nature, i.e. not a smart hub like transmission devices, at the same time the hub can be smart known as an active hub. Active hubs have repeaters in them. Coaxial cables or RJ-45 cables are used to connect computers. In star topology, many popular Ethernet LAN protocols such as CD (collision detection), CSMA (multiple access with carrier detection), etc. are used.
Advantages of this topology
Problems with this topology
Bus topology
Bus topology is a type of network in which each computer and network device is connected to a single cable. It is bidirectional. It is a multipoint connection and an inrobust topology because if the backbone fails, the topology fails. In the bus topology, various MAC (Media Access Control) protocols are followed by Ethernet LAN connections such as TDMA, Pure Aloha, CDMA, Slotted Aloha, etc.
Advantages of this topology
Problems with this topology
Ring topology
In this topology, it forms a ring that connects devices with exactly two neighboring devices.
Multiple repeaters are used for the ring topology with a large number of nodes, because if someone wants to send some data to the last node in the ring topology with 100 nodes, the data will have to pass through 99 nodes to reach 100. node. Therefore, to prevent data loss, repeaters are used on the network.
The data flows in only one direction, that is, it is unidirectional, but it can be made bidirectional by having 2 connections between each Network Node, it is called Double Ring Topology. Ring topology, workstations use the Token Ring Passing protocol to transmit data.
The most common access method in ring topology is token passing.
Token pass: A method of network access in which a token is passed from one node to another node.
Token: It is a frame that circulates through the network.
The following operations that occur in the ring topology are:
Advantages of this topology
Problems with this topology
Tree topology
This topology is the variation of the star topology. This topology has a hierarchical flow of data. Tree Topology uses protocols such as DHCP and SAC (Standard Automatic Configuration).
In this topology, the various secondary hubs are connected to the central hub that contains the repeater. This data flows from top to bottom, that is, from the central hub to the secondary and then to the devices or from the bottom up, that is, the devices to the secondary hub and then to the central hub. It is a multipoint connection and an inrobust topology because if the backbone fails, the topology fails.
Advantages of this topology
Problems with this topology
Hybrid topology
This topological technology is the combination of all the various types of topologies that we have studied above. It is used when the nodes are free to take any shape. It means that they can be individual topologies, such as ring or star, or they can be a combination of several types of topologies seen above. Each individual topology uses the protocol discussed above.
This topology is a combination of all the different types of networks.
Advantages of this topology
Problems with this topology
What is the importance of network topology?
The design of a network has a direct impact on the functionality of the network. Selecting the right topology can improve data performance and efficiency, optimize resource allocation, and reduce operational costs. Software-created network topology diagrams are important references for diagnosing network connectivity problems, investigating network slowdowns, and generally troubleshooting problems. One of the main uses of network topology is to define the configuration of various telecommunications networks, including computer networks, command-and-control radio networks, and industrial fieldbuses.