Chapter 7 Topology Control - ETH ZDominating Set construction (See later) d(u,v) · t ≥d TC(u,v)...

Post on 22-May-2020

2 views 1 download

Transcript of Chapter 7 Topology Control - ETH ZDominating Set construction (See later) d(u,v) · t ≥d TC(u,v)...

Chapter 7TOPOLOGY

CONTROLMobile Computing

Winter 2005 / 2006

DistributedComputing

Group

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/2

• Gabriel Graph et al.• XTC• Interference• SINR & Scheduling Complexity

Overview – Topology Control

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/3

Topology Control

• Drop long-range neighbors: Reduces interference and energy!• But still stay connected (or even spanner)

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/4

Topology Control as a Trade-Off

Network ConnectivitySpanner Property

Topology Control

Conserve EnergyReduce InterferenceSparse Graph, Low DegreePlanaritySymmetric LinksLess Dynamics

Sometimes also clustering, Dominating Set construction

(See later)

d(u,v) · t ≥ dTC(u,v)

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/5

Gabriel Graph

• Let disk(u,v) be a disk with diameter (u,v)that is determined by the two points u,v.

• The Gabriel Graph GG(V) is defined as an undirected graph (with E being a set of undirected edges). There is an edge between two nodes u,v iff the disk(u,v) including boundary contains no other points.

• As we will see the Gabriel Graph has interesting properties.

disk(u,v)

v

u

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/6

Delaunay Triangulation

• Let disk(u,v,w) be a disk defined bythe three points u,v,w.

• The Delaunay Triangulation (Graph) DT(V) is defined as an undirected graph (with E being a set of undirected edges). There is a triangle of edges between three nodes u,v,w iff the disk(u,v,w) contains no other points.

• The Delaunay Triangulation is thedual of the Voronoi diagram, andwidely used in various CS areas;the DT is planar; the distance of apath (s,…,t) on the DT is within a constant factor of the s-t distance.

disk(u,v,w)

v

uw

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/7

Other planar graphs

• Relative Neighborhood Graph RNG(V)

• An edge e = (u,v) is in the RNG(V) iffthere is no node w with (u,w) < (u,v) and (v,w) < (u,v).

• Minimum Spanning Tree MST(V)

• A subset of E of G of minimum weightwhich forms a tree on V.

vu

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/8

Properties of planar graphs

• Theorem 1:

• Corollary:Since the MST(V) is connected and the DT(V) is planar, all the planar graphs in Theorem 1 are connected and planar.

• Theorem 2:The Gabriel Graph contains the Minimum Energy Path(for any path loss exponent α ≥ 2)

• Corollary:GG(V) ∩ UDG(V) contains the Minimum Energy Path in UDG(V)

⊆ ⊆ ⊆MST( ) RNG( ) GG( ) DT( )V V V V

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/9

More examples

• β-Skeleton– Generalizing Gabriel (β = 1) and

Relative Neighborhood (β = 2) Graph

• Yao-Graph– Each node partitions directions in

k cones and then connects to theclosest node in each cone

• Cone-Based Graph– Dynamic version of the Yao

Graph. Neighbors are visitedin order of their distance, and used only if they covernot yet covered angle

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/10

XTC: Lightweight Topology Control

• Topology Control commonly assumes that the node positions are known.

• What if we do not have access to position information?

• XTC algorithm

• XTC analysis– Worst case– Average case

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/11

XTC: lightweight topology control without geometry

• Each node produces “ranking” of neighbors.

• Examples– Distance (closest)– Energy (lowest)– Link quality (best)

• Not necessarily depending on explicit positions

• Nodes exchange rankings with neighbors

C

D

E

F

A

1. C2. E3. B4. F5. D6. G

B G

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/12

XTC Algorithm (Part 2)

• Each node locally goes through all neighbors in order of their ranking

• If the candidate (current neighbor) ranks any of your already processed neighbors higher than yourself, then you do not need to connect to the candidate.

A

BC

D

E

F

G

1. C2. E3. B4. F5. D6. G

1. F3. A6. D

7. A8. C9. E

3. E7. A

2. C4. G5. A

3. B4. A6. G8. D

4. B6. A7. C

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/13

XTC Analysis (Part 1)

• Symmetry: A node u wants a node v as a neighbor if and only if v wants u.

• Proof:– Assume 1) u → v and 2) u ← v– Assumption 2) ⇒ ∃w: (i) w ≺v u and (ii) w ≺u v

Contradicts Assumption 1)

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/14

XTC Analysis (Part 1)

• Symmetry: A node u wants a node v as a neighbor if and only if v wants u.

• Connectivity: If two nodes are connected originally, they will stay so (provided that rankings are based on symmetric link-weights).

• If the ranking is energy or link quality based, then XTC will choose a topology that routes around walls and obstacles.

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/15

XTC Analysis (Part 2)

• If the given graph is a Unit Disk Graph (no obstacles, nodes homogeneous, but not necessarily uniformly distributed), then …

• The degree of each node is at most 6.• The topology is planar.• The graph is a subgraph of the RNG.

• Relative Neighborhood Graph RNG(V):• An edge e = (u,v) is in the RNG(V) iff

there is no node w with (u,w) < (u,v) and (v,w) < (u,v).

vu

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/16

Unit Disk Graph XTC

XTC Average-Case

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/17

0

5

10

15

20

25

30

35

0 5 10 15

Network Density [nodes per unit disk]

Node

Deg

ree

0

5

10

15

20

25

30

35

0 5 10 15

Network Density [nodes per unit disk]

Node

Deg

ree

XTC Average-Case (Degrees)

XTC avg

GG avg

UDG avg

XTC max

GG max

UDG max

v

u

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/18

XTC Average-Case (Stretch Factor)

1

1.05

1.1

1.15

1.2

1.25

1.3

0 5 10 15

Network Density [nodes per unit disk]

Stre

tch

Fact

or

GG vs. UDG – Energy

XTC vs. UDG – Energy

GG vs. UDG – Euclidean

XTC vs. UDG – Euclidean

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/19

0

1

2

3

4

5

6

7

8

9

0 5 10 15

Network Density [nodes per unit disk]

Perf

orm

ance

0

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.9

1

Freq

uenc

y

0

1

2

3

4

5

6

7

8

9

0 5 10 15

Network Density [nodes per unit disk]

Perf

orm

ance

0

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.9

1

Freq

uenc

y

XTC Average-Case (Geometric Routing)

bette

rw

orse

GOAFR+ on GG

GOAFR+ on GXTC

GFG/GPSR on GG

connectivity rate

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/20

k-XTC: More connectivity

• A graph is k-(node)-connected, if k-1 arbitrary nodes can be removed, and the graph is still connected.

• In k-XTC, an edge (u,v) is only removed if there exist k nodes w1, …, wk such that the 2k edges (w1, u), …, (wk, u), (w1,v), …, (wk,v) are all better than the original edge (u,v).

• Theorem: If the original graph is k-connected, then the pruned graph produced by k-XTC is as well.

• Proof: Let (u,v) be the best edge that was removed by k-XTC. Using the construction of k-XTC, there is at least one common neighbor w that survives the slaughter of k-1 nodes. By induction assume that this is true for the j best edges. By the same argument as for the best edge, also the j+1st edge (u’,v’), since at least one neighbor survives w’ survives and the edges (u’,w’) and (v’,w’) are better.

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/21

Implementing XTC, e.g. BTnodes v3

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/22

Implementing XTC, e.g. on mica2 motes

• Idea: – XTC chooses the reliable links– The quality measure is a moving average of the received packet ratio– Source routing: route discovery (flooding) over these reliable links only

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/23

Topology Control as a Trade-Off

Network ConnectivitySpanner Property

Topology Control

Conserve EnergyReduce InterferenceSparse Graph, Low DegreePlanaritySymmetric LinksLess Dynamics

Really?!?

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/24

What is Interference?

Link-based Interference Model Node-based Interference Model

„How many nodes are affected by communication over a given link?“

Exact size of interference rangedoes not change the results

„By how many other nodes can a given network node be disturbed?“

Interference 8

Interference 2

• Problem statement– We want to minimize maximum interference– At the same time topology must be connected or a spanner etc.

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/25

Low Node Degree Topology Control?

Low node degree does not necessarily imply low interference:

Very low node degreebut huge interference

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/26

Let’s Study the Following Topology!

…from a worst-case perspective

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/27

Topology Control Algorithms Produce…

• All known topology control algorithms (with symmetric edges) include the nearest neighbor forest as a subgraph and produce something like this:

• The interference of this graph is Ω(n)!

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/28

But Interference…

• Interference does not need to be high…

• This topology has interference O(1)!!

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/29

u v

Link-based Interference Model

There is no local algorithmthat can find a goodinterference topology

The optimal topologywill not be planar

998

84

2

3

5

• Interference-optimal topologies:

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/30

Link-based Interference Model

• LIFE (Low Interference Forest Establisher)

– Preserves Graph Connectivity

– Attribute interference values as weights to edges

– Compute minimum spanning tree/forest (Kruskal’s algorithm)

LIFE

LIFE constructs a minimum-interference forest

33

2

4

8 4

2

347

7 35

72911

11

64

5

23

4

8

6

98

8

3

54

10

3

Interference 4

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/31

Link-based Interference Model

• LISE (Low Interference Spanner Establisher)

– Constructs a spanning subgraph

– Add edges with increasing interference until spanner property fulfilled

LISE

LISE constructs a minimum-interference t-spanner

33

2

4

8 4

2

347

7 35

72911

11

64

5

23

4

8

6

98

8

3

54

10

3

5-hop spannerwith Interference 7

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/32

Link-based Interference Model

• LocaLISE

– Constructs a spanner locally

– Nodes collect(t/2)-neighborhood

– Locally compute interference-minimal paths guaranteeing spanner property

– Only request that path to stay in the resulting topology

LocaLISE

LocaLISE constructs a minimum-interference t-spanner

33

2

4

8 4

2

347

7 35

72911

11

64

5

23

4

8

6

98

8

3

54

10

3

35

72911

65

4

3

Scalability

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/33

Link-based Interference Model

• LocaLISE (Low Interference Spanner Establisher)

– Constructs a spanner locally

– Nodes collect(t/2)-neighborhood

– Locally compute interference-minimal paths guaranteeing spanner property

– Only request that path to stay in the resulting topology

LocaLISE

LocaLISE constructs a minimum-interference t-spanner

33

2

4

8 4

2

347

7 35

72911

11

64

5

23

4

8

6

98

8

3

54

10

3

35

72911

65

4

3

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/34

0

10

20

30

40

50

60

70

80

90

0 10 20 30 40Network Density [nodes per unit disk]

Inte

rfer

ence

Average-Case Interference: Preserve Connectivity

UDG

GG

RNG

LIFE

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/35

Average-Case Interference: Spanners

0

5

10

15

20

25

0 5 10 15Network Density [nodes per unit disk]

Inte

rfer

ence

RNG

LIFE

LLISE, t=2

t=4

t=6

t=8

t=10

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/36

Link-based Interference Model

UDG, I = 50 RNG, I = 25

LocaLISE2, I = 23 LocaLISE10, I = 12

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/37

Connecting linearly results in interference O(n)

Node-based Interference Model

• Already 1-dimensional node distributions seem to yield inherently high interference...

1 2 4 8

• ...but the exponential node chain can be connected in a better way

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/38

Connecting linearly results in interference O(n)

Node-based Interference Model

• Already 1-dimensional node distributions seem to yield inherently high interference...

• ...but the exponential node chain can be connected in a better way

Matches an existing lower bound

Interference

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/39

Node-based Interference Model

• Arbitrary distributed nodes in one dimension

– Approximation algorithm with approximation ratio in O( )

• Two-dimensional node distributions

– Randomized algorithm resulting in interference O( )

– No deterministic algorithm so far...

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/40

Towards a More Realistic Interference Model...

• Signal-to-interference and noise ratio (SINR)

Minimum signal-to-interference ratio

Power level of node u Path-loss exponent

Noise

Distance between two nodes

• Problem statement– Determine a power assignment and a schedule for each node

such that all message transmissions are successfulSINR is always

assured

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/41

Quiz: Can these two links transmit simultaneously?

A BC D

100m1m

• Graph-theoretical models: No!– Neither in- nor out-interference

• SINR model: constant power: No!– Node B will receive the transmission of node C

• SINR model: power according to distance-squared: No! – Node D will receive the transmission of node A

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/42

Let’s try harder…

A BC D

100m1m

• Let’s forget about noise first…– Then the SINR at B is: PA/1002/(PC/502) = ρ/4, with ρ = PA/PC.– And the SINR at D is: PC/12/(PA/502) = 2’500/ρ.– Making both SINR equal, ρ2 = 10’000 ⇒ ρ = 100.

• Let’s try with noise N = 1, PA = 100’000, PC = 1’000:– Then SINR at B = PA/1002/(PC/502+1) > 7– And SINR at D = PC/12/(PA/502+1) > 24– (Include noise directly, and you get both SINR’s above 10.)

Huge!

Distributed Computing Group MOBILE COMPUTING R. Wattenhofer 7/43

A Simple Problem

• Each node in the network wants to send a message to an arbitraryother node

– Commonly assumed power assignment schemes

Uniform Linear

Proportional to (receiver distance)α

Constant power level

Both lead to a schedule of length

– A clever power assignment results in a schedule of length

This has strong implications to MAC layer protocols