SlideShare a Scribd company logo
1 of 14
The Analysis of Mesh-Connected Networks
By Fatima Radi
Kufa University
College of Computer Science and mathematics
Computer
Architecture
Introduction
• Multiprocessor mesh interconnection networks are 2-dimensional networks,
with the processors arranged at the nodes of a grid, and point-to-point links
connecting each node to its neighbors.
• Networking strategy was originally employed in the 1950's by the telephone
industry as a means of reducing the time required for a call to go through.
Similarly, the computer industry employs networking strategy to provide fast
communication between computer subparts, particularly with regard to
parallel machines.
1
Fatima Radi
Introduction
• A Mesh Network is a network topology in which each node relays
data for the network. All nodes cooperate in the distribution of
data in the network. Every node in a mesh network is called a
mesh node.
• Mesh networking is a type of network topology in which a device
(node) transmits its own data as well as serves as a relay for
other nodes
2
Fatima Radi
• The performance requirements of many applications, such as
weather prediction, signal processing, radar tracking, and image
processing, far exceed the capabilities of single-processor
architectures. Parallel machines break a single problem down into
parallel tasks that are performed concurrently, reducing
significantly the application processing time.
3
Fatima Radi
Mesh Node
A mesh node is a node on a mesh network. This node can be
anything with a network transceiver. Mesh nodes communicate with
each other and use some sort of ad hoc networking protocol to
route messages amongst themselves without the need for a
traditional, hierarchical routing model. This also allows for nodes to
join, move among, and drop out of the network without having to
make administrative changes.
4
Fatima Radi
Mesh Network Topologies
The connection between each pair of
adjacent nodes may be
unidirectional
bidirectional
with the latter usually being implemented
as two unidirectional links.
5
Fatima Radi
Cont.
A node in a unidirectional network
6
Fatima Radi
Organization of a Node
• A node in the system typically consists of one or more processors,
some associated local memory, and a hardware switch that
controls the routing of messages through the node .
• When the node needs to send a message to another node, it
queues the message in a local buffer . The message waits until
the node-to-switch link (connecting the processor and memory to
the local switch) becomes free
7
Fatima Radi
Example
example of a 16 -node mesh.
Note that the last element in
one row is connected to the first
element in the next .If the last
element in each row were
connected to the first element
in the same row, we would have
a torus instead
8
Fatima Radi
cont.
each processor i was connected to processors:
{i+1, i–1, i+8, and i–8} (mod 64).
Here are the routing functions:
R+1(i) =(i + 1) mod N
R–1(i) =(i – 1) mod N
R+r (i) = (i + r) mod N
R–r (i) = (i – r) mod N where r = 𝑁
The diameter of an llliac IV mesh is 𝑁 – 1.
For example, in a 16-
node mesh structure, it takes a maximum of 3 steps. To see that, let
us look at the mesh interconnection network shown in the form of a
chordal ring:
9
Fatima Radi
Cont.
In a 64-element mesh, any node can be reached from any other in no
more than 7 of these shifts.
Without the end-around connections (a “pure” 2D mesh), the
diameter is 2( 𝑁 –1(
It is also possible to have a multidimensional mesh. The diameter of
a d-dimensional mesh is d(N1/d )–1 and its bisection width is N(d–1)/d
The average distance is d × 2(N1/d )/3 (without end-around
connections).
10
Fatima Radi
Advantage and disadvantage of mesh Network
Advantage
• Traffic Abundance : Data can be transmitted from different
devices simultaneously. This topology can withstand high
traffic.
• Reliability : Even if one of the components fails there is
always an alternative present. So data transfer doesn’t get
affected.
• Ever growing Expansion and modification in topology can be
done without disrupting other nodes.
11
Fatima Radi
disadvantage
• Highly expensive: Overall cost of this network is way too high
as compared to other network topologies
• High maintenance: Set-up and maintenance of this topology is
very difficult. Even administration of the network is tough.
• There are high chances of redundancy in many of the network
connections.
12
Fatima Radi
References
• [1] Vikram S. Adve &Mary K. Vernon " Performance Analysis of
Mesh Interconnection Networks with Deterministic Routing "
Computer Sciences Technical Report #1001b † July 1993
• [2]http://networkwire.org/what-is-mesh-topology.html
• [3] http://en.wikipedia.org/
• [4] http://www.ianswer4u.com/2011/05/mesh-topology-
advantages-and.html
• [5]http://people.engr.ncsu.edu/efg/506/s03/lectures/notes/lec2
5.html
13

More Related Content

What's hot

Comprehensive survey on routing protocols for IoT
Comprehensive survey on routing protocols for IoTComprehensive survey on routing protocols for IoT
Comprehensive survey on routing protocols for IoTsulaiman_karim
 
Ppt 3 - IOT logic design
Ppt   3 - IOT logic designPpt   3 - IOT logic design
Ppt 3 - IOT logic designudhayakumarc1
 
web connectivity in IoT
web connectivity in IoTweb connectivity in IoT
web connectivity in IoTFabMinds
 
Communication technologies
Communication technologiesCommunication technologies
Communication technologiesFabMinds
 
Sources of IoT (JNTUK - UNIT 1)
Sources of IoT (JNTUK - UNIT 1)Sources of IoT (JNTUK - UNIT 1)
Sources of IoT (JNTUK - UNIT 1)FabMinds
 
M2M Communication
M2M CommunicationM2M Communication
M2M CommunicationFabMinds
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...ArunChokkalingam
 
Application layer protocols
Application layer protocolsApplication layer protocols
Application layer protocolsFabMinds
 
COMPUTER NETWORKS NOTES Unit 4
COMPUTER NETWORKS NOTES  Unit 4 COMPUTER NETWORKS NOTES  Unit 4
COMPUTER NETWORKS NOTES Unit 4 sudhakce
 
Introduction for internet connectivity (IoT)
 Introduction for internet connectivity (IoT) Introduction for internet connectivity (IoT)
Introduction for internet connectivity (IoT)FabMinds
 

What's hot (20)

Comprehensive survey on routing protocols for IoT
Comprehensive survey on routing protocols for IoTComprehensive survey on routing protocols for IoT
Comprehensive survey on routing protocols for IoT
 
Ppt 3 - IOT logic design
Ppt   3 - IOT logic designPpt   3 - IOT logic design
Ppt 3 - IOT logic design
 
web connectivity in IoT
web connectivity in IoTweb connectivity in IoT
web connectivity in IoT
 
SNMP/SMTP/MIME
SNMP/SMTP/MIMESNMP/SMTP/MIME
SNMP/SMTP/MIME
 
WirelessHART
WirelessHARTWirelessHART
WirelessHART
 
Corba
CorbaCorba
Corba
 
netconf and yang
netconf and yangnetconf and yang
netconf and yang
 
Zigbee Presentation
Zigbee PresentationZigbee Presentation
Zigbee Presentation
 
Communication technologies
Communication technologiesCommunication technologies
Communication technologies
 
Sources of IoT (JNTUK - UNIT 1)
Sources of IoT (JNTUK - UNIT 1)Sources of IoT (JNTUK - UNIT 1)
Sources of IoT (JNTUK - UNIT 1)
 
M2M Communication
M2M CommunicationM2M Communication
M2M Communication
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
 
Zig Bee
Zig BeeZig Bee
Zig Bee
 
Application layer protocols
Application layer protocolsApplication layer protocols
Application layer protocols
 
IoT & M2M.pdf
IoT & M2M.pdfIoT & M2M.pdf
IoT & M2M.pdf
 
WAP
WAPWAP
WAP
 
IoT and m2m
IoT and m2mIoT and m2m
IoT and m2m
 
COMPUTER NETWORKS NOTES Unit 4
COMPUTER NETWORKS NOTES  Unit 4 COMPUTER NETWORKS NOTES  Unit 4
COMPUTER NETWORKS NOTES Unit 4
 
Radio Transmission(Networking Classes)
Radio Transmission(Networking Classes)Radio Transmission(Networking Classes)
Radio Transmission(Networking Classes)
 
Introduction for internet connectivity (IoT)
 Introduction for internet connectivity (IoT) Introduction for internet connectivity (IoT)
Introduction for internet connectivity (IoT)
 

Similar to Mesh network ‫‬

Mesh topology
Mesh topologyMesh topology
Mesh topologycoolsdq
 
presentation_internet.pptx
presentation_internet.pptxpresentation_internet.pptx
presentation_internet.pptxbantisworld
 
Chapter 8 the role of networking in manufacturing
Chapter 8   the role of networking in manufacturingChapter 8   the role of networking in manufacturing
Chapter 8 the role of networking in manufacturingN. A. Sutisna
 
Computer Networking
Computer NetworkingComputer Networking
Computer NetworkingAlisha Jain
 
Introduction to Networks
Introduction to NetworksIntroduction to Networks
Introduction to NetworksAliya Saldanha
 
Ccna(routing &and switching)
Ccna(routing &and switching)Ccna(routing &and switching)
Ccna(routing &and switching)Shweta Kumari
 
computer networks_fundamentals.pptx
computer networks_fundamentals.pptxcomputer networks_fundamentals.pptx
computer networks_fundamentals.pptxssuser5cb8d3
 
Computer Networking 2
Computer Networking 2Computer Networking 2
Computer Networking 2kiamiel
 
Vikash file full_final
Vikash file full_finalVikash file full_final
Vikash file full_finalRahul Ranjan
 
Computer Network Components
Computer Network  ComponentsComputer Network  Components
Computer Network ComponentsJyoti Akhter
 
Assignment 1,computer networks-317
Assignment 1,computer networks-317Assignment 1,computer networks-317
Assignment 1,computer networks-317Khondoker Sadia
 
Computer Network Introduction full
Computer Network Introduction fullComputer Network Introduction full
Computer Network Introduction fullaneebkmct
 

Similar to Mesh network ‫‬ (20)

Mesh topology
Mesh topologyMesh topology
Mesh topology
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
presentation_internet.pptx
presentation_internet.pptxpresentation_internet.pptx
presentation_internet.pptx
 
Chapter 8 the role of networking in manufacturing
Chapter 8   the role of networking in manufacturingChapter 8   the role of networking in manufacturing
Chapter 8 the role of networking in manufacturing
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Introduction to Networks
Introduction to NetworksIntroduction to Networks
Introduction to Networks
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Networks
NetworksNetworks
Networks
 
Unit 2B.pdf
Unit 2B.pdfUnit 2B.pdf
Unit 2B.pdf
 
ch01.ppt
ch01.pptch01.ppt
ch01.ppt
 
report.pptx
report.pptxreport.pptx
report.pptx
 
Ccna(routing &and switching)
Ccna(routing &and switching)Ccna(routing &and switching)
Ccna(routing &and switching)
 
computer networks_fundamentals.pptx
computer networks_fundamentals.pptxcomputer networks_fundamentals.pptx
computer networks_fundamentals.pptx
 
01 - Topology.ppt
01 - Topology.ppt01 - Topology.ppt
01 - Topology.ppt
 
Computer Networking 2
Computer Networking 2Computer Networking 2
Computer Networking 2
 
Vikash file full_final
Vikash file full_finalVikash file full_final
Vikash file full_final
 
Rmdtn ppt
Rmdtn pptRmdtn ppt
Rmdtn ppt
 
Computer Network Components
Computer Network  ComponentsComputer Network  Components
Computer Network Components
 
Assignment 1,computer networks-317
Assignment 1,computer networks-317Assignment 1,computer networks-317
Assignment 1,computer networks-317
 
Computer Network Introduction full
Computer Network Introduction fullComputer Network Introduction full
Computer Network Introduction full
 

Recently uploaded

Neurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trNeurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trssuser06f238
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxpriyankatabhane
 
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫qfactory1
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfSwapnil Therkar
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...lizamodels9
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)DHURKADEVIBASKAR
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Twin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptxTwin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptxEran Akiva Sinbar
 
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Heredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsHeredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsCharlene Llagas
 
Welcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work DayWelcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work DayZachary Labe
 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxVarshiniMK
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxFarihaAbdulRasheed
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxSwapnil Therkar
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Temporomandibular joint Muscles of Mastication
Temporomandibular joint Muscles of MasticationTemporomandibular joint Muscles of Mastication
Temporomandibular joint Muscles of Masticationvidulajaib
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 

Recently uploaded (20)

Neurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trNeurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 tr
 
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort ServiceHot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
 
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Twin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptxTwin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptx
 
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Heredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsHeredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of Traits
 
Welcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work DayWelcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work Day
 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptx
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Temporomandibular joint Muscles of Mastication
Temporomandibular joint Muscles of MasticationTemporomandibular joint Muscles of Mastication
Temporomandibular joint Muscles of Mastication
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 

Mesh network ‫‬

  • 1. The Analysis of Mesh-Connected Networks By Fatima Radi Kufa University College of Computer Science and mathematics Computer Architecture
  • 2. Introduction • Multiprocessor mesh interconnection networks are 2-dimensional networks, with the processors arranged at the nodes of a grid, and point-to-point links connecting each node to its neighbors. • Networking strategy was originally employed in the 1950's by the telephone industry as a means of reducing the time required for a call to go through. Similarly, the computer industry employs networking strategy to provide fast communication between computer subparts, particularly with regard to parallel machines. 1 Fatima Radi
  • 3. Introduction • A Mesh Network is a network topology in which each node relays data for the network. All nodes cooperate in the distribution of data in the network. Every node in a mesh network is called a mesh node. • Mesh networking is a type of network topology in which a device (node) transmits its own data as well as serves as a relay for other nodes 2 Fatima Radi
  • 4. • The performance requirements of many applications, such as weather prediction, signal processing, radar tracking, and image processing, far exceed the capabilities of single-processor architectures. Parallel machines break a single problem down into parallel tasks that are performed concurrently, reducing significantly the application processing time. 3 Fatima Radi
  • 5. Mesh Node A mesh node is a node on a mesh network. This node can be anything with a network transceiver. Mesh nodes communicate with each other and use some sort of ad hoc networking protocol to route messages amongst themselves without the need for a traditional, hierarchical routing model. This also allows for nodes to join, move among, and drop out of the network without having to make administrative changes. 4 Fatima Radi
  • 6. Mesh Network Topologies The connection between each pair of adjacent nodes may be unidirectional bidirectional with the latter usually being implemented as two unidirectional links. 5 Fatima Radi
  • 7. Cont. A node in a unidirectional network 6 Fatima Radi
  • 8. Organization of a Node • A node in the system typically consists of one or more processors, some associated local memory, and a hardware switch that controls the routing of messages through the node . • When the node needs to send a message to another node, it queues the message in a local buffer . The message waits until the node-to-switch link (connecting the processor and memory to the local switch) becomes free 7 Fatima Radi
  • 9. Example example of a 16 -node mesh. Note that the last element in one row is connected to the first element in the next .If the last element in each row were connected to the first element in the same row, we would have a torus instead 8 Fatima Radi
  • 10. cont. each processor i was connected to processors: {i+1, i–1, i+8, and i–8} (mod 64). Here are the routing functions: R+1(i) =(i + 1) mod N R–1(i) =(i – 1) mod N R+r (i) = (i + r) mod N R–r (i) = (i – r) mod N where r = 𝑁 The diameter of an llliac IV mesh is 𝑁 – 1. For example, in a 16- node mesh structure, it takes a maximum of 3 steps. To see that, let us look at the mesh interconnection network shown in the form of a chordal ring: 9 Fatima Radi
  • 11. Cont. In a 64-element mesh, any node can be reached from any other in no more than 7 of these shifts. Without the end-around connections (a “pure” 2D mesh), the diameter is 2( 𝑁 –1( It is also possible to have a multidimensional mesh. The diameter of a d-dimensional mesh is d(N1/d )–1 and its bisection width is N(d–1)/d The average distance is d × 2(N1/d )/3 (without end-around connections). 10 Fatima Radi
  • 12. Advantage and disadvantage of mesh Network Advantage • Traffic Abundance : Data can be transmitted from different devices simultaneously. This topology can withstand high traffic. • Reliability : Even if one of the components fails there is always an alternative present. So data transfer doesn’t get affected. • Ever growing Expansion and modification in topology can be done without disrupting other nodes. 11 Fatima Radi
  • 13. disadvantage • Highly expensive: Overall cost of this network is way too high as compared to other network topologies • High maintenance: Set-up and maintenance of this topology is very difficult. Even administration of the network is tough. • There are high chances of redundancy in many of the network connections. 12 Fatima Radi
  • 14. References • [1] Vikram S. Adve &Mary K. Vernon " Performance Analysis of Mesh Interconnection Networks with Deterministic Routing " Computer Sciences Technical Report #1001b † July 1993 • [2]http://networkwire.org/what-is-mesh-topology.html • [3] http://en.wikipedia.org/ • [4] http://www.ianswer4u.com/2011/05/mesh-topology- advantages-and.html • [5]http://people.engr.ncsu.edu/efg/506/s03/lectures/notes/lec2 5.html 13