Mesh Topology


  • Mesh technology is an arrangement of the network in which computers are interconnected with each other through various redundant connections.
  • There are multiple paths from one computer to another computer.
  • It does not contain the switch, hub or any central computer which acts as a central point of communication.
  • The Internet is an example of the mesh topology.
  • Mesh topology is mainly used for WAN implementations where communication failures are a critical concern.
  • Mesh topology is mainly used for wireless networks.
  • Mesh topology can be formed by using the formula:
    Number of cables = (n*(n-1))/2;
  • Where n is the number of nodes that represents the network.
Mesh topology is divided into two categories:
  • Fully connected mesh topology
  • Partially connected mesh topology

                      Computer Network Topologies

  • Full Mesh Topology: In a full mesh topology, each computer is connected to all the computers available in the network.
  • Partial Mesh Topology: In a partial mesh topology, not all but certain computers are connected to those computers with which they communicate frequently.

Advantages of Mesh Topology:

  • Reliable: The mesh topology networks are very reliable as if any link breakdown will not affect the communication between connected computers.
  • Fast Communication: Communication is very fast between the nodes.
  • Easier Reconfiguration: Adding new devices would not disrupt the communication between other devices.

Disadvantages of Mesh Topology

  • Cost: A mesh topology contains a large number of connected devices such as a router and more transmission media than other topologies.
  • Management: Mesh topology networks are very large and very difficult to maintain and manage. If the network is not monitored carefully, then the communication link failure goes undetected.
  • Efficiency: In this topology, redundant connections are high that reduces the efficiency of the network.



No comments:

Post a Comment