
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
Difference between Mesh topology and Bus topology
What is Topology?
The way a network's links and nodes are connected is referred to as "network topology". Actual network topology refers to the physical signal transmission medium, whereas logical network topology refers to the manner in which data passes through the network between devices, regardless of the physical connectivity of the devices.
Mesh Topology
A mesh network, often known as a mesh net, is a type of local network structure. Infrastructure nodes collaborate to efficiently transport data from/to clients by connecting to as many other nodes as possible directly, dynamically, and non-hierarchically as possible.
As there is no reliance on a single node, every node can participate in the information relay. Mesh networks may self-organize and arrange themselves in real-time, reducing installation time. The ability to self-configure allows for dynamic burden distribution, especially when a few nodes fail. This leads to increased fault tolerance and lower maintenance expenses.
Each device in a fully connected mesh architecture has a point-to-point connection with every other device in the network. Each device in the network has precisely '(n-1)' input-output ports and communication links if there are 'n' devices. These are simple linkages, which means the data only goes in one direction. Two simplex links can be replaced with a duplex link (which allows data to move in both directions simultaneously).
If we use simplex links, the number of communication links for 'n' devices will be "n(n – 1)". However, if we use duplex links, the number of communication links will be "n(n – 1)/2".
Bus Topology
All devices (or nodes) in a bus topology are linked together via a shared link known as the bus. The network traffic is received by each node on the bus.
A station is a name for a host on a bus network. Every station in a bus network receives all network traffic, and each station's traffic has equal transmission priority.
The collision domain and network segment of a bus network are the same. Nodes employ a medium access control system such as carrier-sense multiple access (CSMA) or a bus master to share the bus.
There is a primary wire in a bus topology, and all of the devices are connected to it by drop lines. The dropline is connected to the primary wire by a device known as a tap.
Since all the data is transferred across the main cable, the number of drop lines and the maximum distance the main cable can go are limited. In a bus topology, each computer in the network communicates with another computer independently.
All computers can share the whole bus capabilities of the network. The flow of data from one point in the network to another is shared among the devices.
Difference between Mesh topology and Bus topology
The following table highlights the major differences between Mesh topology and Bus topology −
Mesh Topology | Bus Topology |
---|---|
Every device in the network is linked to every other device. | Each device is connected to the backbone, which is a single cable. |
The breakdown of one device will not result in a data transfer interruption. | The failure of a network cable will result in the failure of the entire network. |
Data is transmitted more quickly. | When compared to mesh topology, data is transferred more slowly. |
More secure. | Less secure. |
The implementation process is more difficult. | Easy implementation comparatively. |
- Related Articles
- Difference between Ring Topology and Mesh Topology
- Difference between Star topology and Bus topology
- Difference between Star and Mesh Topology
- Bus topology vs Ring topology
- Advantages and Disadvantages of Mesh Topology
- Advantages and Disadvantages of Bus Topology
- Difference between Star and Ring Topology
- What is a Mesh Topology in Computer Networks?
- What is Bus Network Topology in Computer Network?
- Relation between Topology and Machine Learning
- What is the difference between Point to Point Link and Star Topology Network?
- What are the differences between Physical and Logical Topology?
- Advantages and Disadvantages of ring topology
- Advantages and Disadvantages of Star Topology
- Advantages and Disadvantages of Tree Topology
