1 / 90

Network Layer: Non-Traditional Wireless Routing Localization Intro

Network Layer: Non-Traditional Wireless Routing Localization Intro. Y. Richard Yang 12 /4/2012. Outline. Admin. and recap Network layer Intro Location/service discovery Routing Traditional routing Non-traditional routing Localization Intro. Admin. Projects

palti
Download Presentation

Network Layer: Non-Traditional Wireless Routing Localization Intro

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. Network Layer: Non-Traditional Wireless RoutingLocalization Intro Y. Richard Yang 12/4/2012

  2. Outline • Admin. and recap • Network layer • Intro • Location/service discovery • Routing • Traditional routing • Non-traditional routing • Localization • Intro

  3. Admin. • Projects • please use Sign Up on classesv2 for project meetings • project code/<6-page report due Dec. 12 • final presentation date? • First finish a basic version, and then stress/extend your design

  4. Recap: Routing • So far, all routing protocols are in the framework of traditional wireline routing • a graph representation of underlying network • point-to-point graph, edges with costs • select a best (lowest-cost) route for a src-dst pair

  5. Traditional Routing • Q: which route?

  6. Inefficiency of Traditional Routing • In traditional routing, packets received off the chosen path are useless • Q: what is the probability that at least one of the intermediate nodes will receive from src?

  7. Inefficiency of Traditional Routing • In traditional routing, packets received off the chosen path are useless

  8. Motivating Scenario • Src A sends packet 1 to dst B; src B sends packet 3 to dst A • Traditional routing needs to transmit 4 packets • Motivating question: can we do better, i.e., serve multiple src-dst pairs? A R B

  9. Outline • Admin. and recap • Network layer • Intro • Location/service discovery • Routing • Traditional routing • Non-traditional routing • Motivation • Opportunistic routing: “parallel computing for one src-dst pair”

  10. Key Issue in Opportunistic Routing Key Issue: opportunistic forwarding may lead to duplicates.

  11. Extreme Opportunistic Routing (ExOR) [2005] • Basic idea: avoid duplicates by scheduling • Instead of choosing a fix sequential path (e.g., src->B->D->dst), the source chooses a list of forwarders (a forwarder list in the packets) using ETX-like metric • a background process collects ETX information via periodic link-state flooding • Forwarders are prioritized by ETX-like metric to the destination

  12. ExOR: Forwarding • Group packets into batches • The highest priority forwarder transmits when the batch ends • The remaining forwarders transmit in prioritized order • each forwarder forwards packets it receives yet not received by higher priority forwarders • status collected by batch map

  13. Batch Map • Batch map indicates, for each packet in a batch, the highest-priority node known to have received a copy of that packet

  14. ExOR: Example N2 N0 N3 N1

  15. ExOR: Stopping Rule • A nodes stops sending the remaining packets in the batch if its batch map indicates over 90% of this batch has been received by higher priority nodes • the remaining packets transferred with traditional routing

  16. 1 kilometer Evaluations • 65 Node pairs • 1.0MByte file transfer • 1 Mbit/s 802.11 bit rate • 1 KByte packets • EXOR bacth size 100

  17. Evaluation: 2x Overall Improvement 1.0 • Median throughputs: 240 Kbits/sec for ExOR, 121 Kbits/sec for Traditional 0.8 0.6 Cumulative Fraction of Node Pairs 0.4 0.2 ExOR Traditional 0 0 200 400 600 800 Throughput (Kbits/sec)

  18. Traditional Routing 3 forwarders 4 links ExOR 7 forwarders 18 links OR uses links in parallel

  19. 58% of Traditional Routing transmissions 25% of ExOR transmissions OR moves packets farther • ExOR average: 422 meters/transmission • Traditional Routing average: 205 meters/tx 0.6 ExOR Traditional Routing Fraction of Transmissions 0.2 0.1 0 0 100 200 300 400 500 600 700 800 900 1000 Distance (meters)

  20. Comments: ExOR • Pros • takes advantage of link diversity (the probabilistic reception) to increase the throughput • does not require changes in the MAC layer • can cope well with unreliable wireless medium • Cons • scheduling is hard to scale in large networks • overhead in packet header (batch info) • batches increase delay

  21. Outline • Admin. and recap • Network layer • Intro • Location/service discovery • Routing • Traditional routing • Non-traditional routing • Motivation • Opportunistic routing: “parallel computing for one src-dst pair” • ExOR • MORE

  22. MORE: MAC-independentOpportunistic Routing & Encoding [2007] • Basic idea: • Replace node coordination with network coding • Trading structured scheduler for random packets combination

  23. Basic Idea: Source • Chooses a list of forwarders (e.g., using ETX) • Breaks up file into K packets (p1, p2, …, pK) • Generate random packets • MORE header includes the code vector [cj1, cj2, …cjK] for coded packet pj’

  24. Basic Idea: Forwarder • Check if in the list of forwarders • Check if linearly independent of new packet with existing packet • Re-coding and forward

  25. Basic Idea: Destination • Decode • Send ACK back to src if success

  26. Key Practical Question: How many packets does a forwarder send? • Compute zi: the expected number of times that forwarder i should forward each packet

  27. Computes zs Єij: loss probability of the link between i and j Compute zs so that at least one forwarder that is closer to destination is expected to have received the packet :

  28. Compute zj for forwarder j • Only need to forward packets that are • received by j • sent by forwarders who are further from destination • not received by any forwarder who is closer to destination • #such pkts:

  29. Compute zj for forwarder j • To guarantee at least one forwarder closer to d receives the packet

  30. Evaluations • 20 nodes distributed in a indoor building • Path between nodes are 1 ~ 5 hops in length • Loss rate is 0% ~ 60%; average 27%

  31. Throughput

  32. Improve on MORE?

  33. Mesh Networks API So Far

  34. Motivation R1 R2 10-3 BER 0% D S 0% 10-3 BER  Packet loss of 99% 570 bytes; 1 bit in 1000 incorrect

  35. Implication R1 R2 99% (10-3 BER) • ExOR • MORE Loss 0% D S Loss 0% 99% (10-3 BER) Opportunistic Routing  50 transmissions

  36. Outline • Admin. and recap • Network layer • Intro • Location/service discovery • Routing • Traditional routing • Non-traditional routing • Motivation • Opportunistic routing: “parallel computing for one src-dst pair” • ExOR [2005] • MORE [2007] • MIXIT [2008]

  37. New API

  38. What Should Each Router Forward? R1 R2 D S P1 P2 P1 P2 P1 P2

  39. What Should Each Router Forward? R1 R2 D S P1 P1 P2 P2 P1 P2 P1 P1 P2 P2 • Forward everything Inefficient • Coordinate Unscalable

  40. Symbol Level Network Coding R1 R2 D S P1 P2 P1 P2 P1 P2 Forward random combinations of correct symbols

  41. Symbol Level Network Coding D R2 R1 … … … … … … Routers create random combinations of correct symbols

  42. Symbol Level Network Coding D … R2 R1 … Solve 2 equations Destination decodes by solving linear equations

  43. Symbol Level Network Coding D R2 R1 … … … … … … Routers create random combinations of correct symbols

  44. Symbol Level Network Coding D … R2 R1 … Solve 2 equations Destination decodes by solving linear equations

  45. Destination needs to know which combinations it received Use run length encoding Coded Packet Original Packets

  46. Destination needs to know which combinations it received Use run length encoding Coded Packet Original Packets

  47. Destination needs to know which combinations it received Use run length encoding Coded Packet Original Packets

  48. Destination needs to know which combinations it received Use run length encoding Coded Packet Original Packets

  49. Destination needs to know which combinations it received Use run length encoding

  50. Evaluation • Implementation on GNURadio SDR and USRP • Zigbee (IEEE 802.15.4) link layer • 25 node indoor testbed, random flows • Compared to: • Shortest path routing based on ETX • MORE: Packet-level opportunistic routing

More Related