In Computer Networking there are some topologies via sender and receiver can communicate and work as network. There are list of topologies define below :
- Mesh Topology
- Star Topology
- Bus Topology
- Ring Topology
- Hybrid Topology
2] Star topology
When each nodes are connected with central device via dedicated link that topology called star topology and that central device called Hub which is network device.
In star topology the node can not directly send data to another node. First of all the node send data to the hub and then hub send to the particular node. This will reduce the traffic in between nodes. Star topology is little less expensive than mesh. In star topology it easy to install and reconfigure.
Star topology reduce the cabling in the network and make network easy. Also there is robustness in network if any link failed then it not impact on other link. But if hub failed and occur any technical issue then it will down all network.
3] Bus topology
4] Ring topology
In ring topology all devices are connected with their neighbor device that will create ring. In other manner we can connect first and last device of bus topology that will create ring topology as well.
In ring topology as multipoint device it use the repeaters for transmitting data. If the transmission will be bidirectional then its called dual ring topology.
The ring topology is very cheap to install and configure. Also it occur less collision in network. The network will be less secure and also if we want to add new station then it will take more time consuming.
5] Hybrid topology
When two or more different topologies are connected in one network is called as hybrid topology.
As you can see in below image there is star topology, mesh topology, ring topology and bus topology connect with each other.
0 Comments