language-icon Old Web
English
Sign In

Topology control

Topology control is a technique used in distributed computing to alter the underlying network (modeled as a graph) to reduce the cost of distributed algorithms if run over the new resulting graphs. It is a basic technique in distributed algorithms. For instance, a (minimum) spanning tree is used as a backbone to reduce the cost of broadcast from O(m) to O(n), where m and n are the number of edges and vertices in the graph, respectively.Full power network topologyReduced network topology via Minimal Spanning Tree (Change in Tx Range)Reduced network topology via Connected Dominating Set (Select a subset of nodes that cover all the network and turn off non-selected nodes) Topology control is a technique used in distributed computing to alter the underlying network (modeled as a graph) to reduce the cost of distributed algorithms if run over the new resulting graphs. It is a basic technique in distributed algorithms. For instance, a (minimum) spanning tree is used as a backbone to reduce the cost of broadcast from O(m) to O(n), where m and n are the number of edges and vertices in the graph, respectively.

[ "Key distribution in wireless sensor networks", "Wireless network" ]
Parent Topic
Child Topic
    No Parent Topic