1 / 8

A shortest path based topology control algorithm in Wireless Multihop Networks.

A shortest path based topology control algorithm in Wireless Multihop Networks. Yao Shen Yunze Cai Xiaoming Xu ACM SIGCOMM Computer Communication Review 2007 Slides by Alex Papadimitriou. A shortest path based topology control algorithm in Wireless Multihop Networks.

anahid
Download Presentation

A shortest path based topology control algorithm in Wireless Multihop Networks.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A shortest path based topology control algorithmin Wireless Multihop Networks. • Yao Shen • Yunze Cai • Xiaoming Xu • ACM SIGCOMM Computer Communication Review 2007 • Slides by Alex Papadimitriou

  2. A shortest path based topology control algorithmin Wireless Multihop Networks. • In this algorithm, Local Shortest Path, each node locally computes the shortest paths connecting itself to nearby nodes based on some link weight function, and then it selects all the second nodes on the shortest paths as its logical neighbors in the final topology. • Any energy model can be employed in LSP to design the link weight function whose value represents the power consumption required in the transmission along a link.

  3. A shortest path based topology control algorithmin Wireless Multihop Networks. • Bidirectional Links • Heterogeneous network, each node may have each own transmission power which can be adjusted by itself. • Each bidirectional link is assigned a weight which can be derived from the weight function w. Thus the weight of a link (vi, vj) can be expressed by w(i,j) • We use the link weight to represent the power consumption required in the transmission along a link and use path weight to represent the sum of all link weight of a path. • The computation of w(i,j), usually relates only to vi and uj at most to their neighbors. This makes it possible that each node runs LSP only according to the locally collected information. • We define the physical neighbor set of each node ui: • NSip = {vk|(vi, vk) ε E(G) or (vk, vi) ε E(G)}.

  4. A shortest path based topology control algorithmin Wireless Multihop Networks. • Link Weight Calculation • Calculate weights. • The weight function should produce the same weight for both directions of a link. • For any two nodes, they have the same minimal energy path connecting them. • In case of unidirectional link weight, we calculate: W(i,j) = (w(i,j) + w(j,i))/2

  5. A shortest path based topology control algorithmin Wireless Multihop Networks. • Link Weight Information Exchange • Each node vi exchanges the unidirectional link weight information derived in the first step with its 1-hop neighbors by broadcasting using its maximal transmission power pimax.

  6. A shortest path based topology control algorithmin Wireless Multihop Networks. • Local Topology Construction • Each node computes the local shortest path connecting it to every node vj ε NSip • The Dijkstra’s algorithm can be employed if there is no negative link weight. Otherwise we can use Bellman-Ford.

  7. A shortest path based topology control algorithmin Wireless Multihop Networks. • Transmission Power Adjusting • In some networks a node can adjust its transmission powerto just cover the next hop on the routing path when transmitting.In that case, it is possible to transmit messageswith minimal energy. • After each node vi derives its logical neighbor set NSil ,it computes the minimal transmission power piadj requiredto cover all of its logical neighbors, and then adjusts itstransmission power to be piadj . Thecomputation of piadjrelates to the energy model, and may require informationsuch as the distances from vi to its logical neighbors andtheir power consumption properties.

  8. A shortest path based topology control algorithmin Wireless Multihop Networks. • Performance Metrics • Number of logical neighbors • The adjusted transmission range • Path power which is consumed by all the nodes on the minimal energy paths when transmitting.

More Related