Title: Examples
1Examples
- Broadcasting and Gossiping
2Broadcast on ring (Safe and Forward)
3Broadcast on mesh (Safe and Forward)
4Hypercube
- Important properties of the networks
- Small degree,
- Small diameter,
- Regular recursive structure,
- Easy way to embed trees, etc
- Hypercube two nodes connected if they are
differ precisely on one bit
5Hypercube two nodes connected if they are
differ precisely on one bit
6(No Transcript)
7(No Transcript)
8Broadcast on hypercube (SF)
9(No Transcript)
10Broadcast on ring (Cut-Through )
11Broadcast on mesh (C-T)
12Broadcast on binary tree (C-T)
13Gossiping
All-to-All Communication
14Gossiping on Ring (Store and Forward)
15Gossiping on Mesh (Store and Forward)
16Gossiping on Hypercube (SF)
17Gossiping on Ring (and Mesh)Cut-Through Routing
- Each process sends m(p-1) words of data because
it has an m-word packet for every other processor - The average distance that an m word packet
travels is - Since there are p processors, each performing the
same type of communication, the total traffic on
the network is - The total number of communication channels in the
network to share this load is p.
Hence this procedure cannot be improved by using
CT routing
18Gossiping on Hypercube (CT routing)