Search this site:

Showing posts with label performance. Show all posts
Showing posts with label performance. Show all posts

Mesh Topology

A mesh topology is a computer network in which every node has a dedicated point-to-point connection to every other node in the network. A mesh topology has n*(n-1)/2 routes that connect 'n' devices in the network. Mesh topology work on the concept of routes. Message that is to be delivered to the destination can take any possible shortest and easiest routes that it can find.




mesh topology
Mesh Topology

Advantages of Mesh topology

  • As it has multiple routes between the source and the destination, if one route fails, there would be a number of other routes through which data transfer can take place.
  • Traffic problem is minimized in this topology.
  • Troubleshooting is easier compared to other networks like star and ring.
  • Heavy load of data transfer has little impact on the performance of this topology.
  • This network can be easily expanded without affecting the existing users.

Disadvantages of Mesh topology

  • It is expensive as it requires more cable than other topologies.
  • Installation is difficult and complicated.

    Types of network topologies

    Bus topology

    A bus topology uses a single cable to connect all the devices used in the network. The single cable forms the backbone of the communication medium in which the devices are attached. To establish a communication, a signal originating from the source travels in both directions to all the machines connected on the bus cable until it finds the address of the device to which the data is to be delivered. If the destination device finds that the data is for its own address, then only it accepts the data. The topology consists of terminators at both ends so that the data does not continue bouncing to and fro.

    Advantages of bus topology:

    • If one of the station fails to operate, it does not affect the operation of other stations.
    • It can be a good replacement against other topologies.
    • It is very suitable for such networks which are more or less temporary and which are needed immediately.
    • It is easy to implement and extend.


    Disadvantages of bus topology: 

    • Data collision may occur when two or more nodes are transmitting the data at the same time.
    • It is not suitable if the traffic rates in the network is heavy.
    • It is very difficult to manage and troubleshoot a bus topology.
    • A fault in the cable may disable the whole network and it would be very difficult to find that fault.
    • Maintenance cost can increase unexpectedly at the long run.
    • Performance of the network is degraded when more computers are added to the network.



    Bus topology
    Bus topology