irma integrated routing and mac scheduling in multihop
play

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless - PowerPoint PPT Presentation

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks Zhibin Wu, Sachin Ganu and Dipankar Raychaudhuri WINLAB, Rutgers University 2006-11-16 IAB Research Review, Fall 2006 1 Contents Motivation Theoretical


  1. IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks Zhibin Wu, Sachin Ganu and Dipankar Raychaudhuri WINLAB, Rutgers University 2006-11-16 IAB Research Review, Fall 2006 1

  2. Contents � Motivation � Theoretical Background � System Model and IRMA Algorithms � Simulation Results � Conclusion and Future Work 2006-11-16 IAB Research Review, Fall 2006 2

  3. WMN (Wireless Mesh Network) Mesh routers form a core network serving as an infrastructure for � clients Picture from: “A survey on wireless mesh networks”, IEEE Comm. Magazine . 2006-11-16 IAB Research Review, Fall 2006 3

  4. Motivations for IRMA Design WMN is different from ad-hoc and sensor networks � Minimal mobility, no power consumption constraints. � Performance focus: resource (channel) utilization efficiency � Problems with layered approaches (802.11 + AODV, etc. …) � The performance of 802.11 MAC degrades with the increasing number of � clients and number of hops Routing protocols not take care of wireless characteristics. � Cross-layer designs � Incorporate MAC/PHY parameters (e.g. link loss rate, bandwidth) into � routing metrics, do not solve MAC inefficiency directly. Our approach: IRMA � Merge routing and MAC layer into an integrated component � Optimize MAC/routing parameters to maximize the end-to-end system � throughput with multi-hop flows 2006-11-16 IAB Research Review, Fall 2006 4

  5. IRMA Concept IRMA determines good routes and schedules together D B A CBR flow r 1 C CBR flow r 2 Link transmissions are scheduled at different timeslots (shown as different colors) � Eliminate interference and maximize spatial reuse � 2006-11-16 IAB Research Review, Fall 2006 5

  6. Theoretical background � Maximize end-to-end throughput : multi-commodity network flow problem (linear programming) � Interference-free scheduling: coloring problem (graph theory) � Finding maximal independent set in the conflict graph 2006-11-16 IAB Research Review, Fall 2006 6

  7. LP Formulation of Integrated Routing and MAC Scheduling (1) M ∑ Maximize f i s 1 17 2 = 13 i 1 15 d 3 Subject to: 10 12 16 9 3 1) Flow conservation 11 < > 4 s 2 6 f keeps same along the path for s , d d 2 i i i 1 2) Link capacity 5 8 s 3 = ∑ ≤ ∈ f ( e ) f BW ( e ), for each e L i 14 7 G (V,E) i + d 1 M concurrent flows from s to d Constraints for link conflict based on “conflict graph” in L: link set selected as paths interference model r: offer-load/demands for each flow 3) Fairness tradeoff ≤ ≤ ≤ ≤ qr f r 0 q 1 i i i 2006-11-16 IAB Research Review, Fall 2006 7

  8. LP Formulation of Integrated Routing and MAC Scheduling (2) � Find the analytical throughput bounds � Min-hop routing + link Scheduling The path for each <s, d> is known as the min-hop path. � � Joint routing/scheduling Single path routing, but path is uncertain. � Mixed integer programming problem � ( Method is similar to the LP optimization method presented in [ K. Jain et. al. 03] ) � Observations and conclusions from previous and our LP analysis � It’s NP-hard to find all link conflict constraints in LP formulation. � Possible optimal routing paths can be found to yield better throughput than min-hop paths � Optimal solution needs global knowledge Our contribution: Offline Optimization Online algorithms � 2006-11-16 IAB Research Review, Fall 2006 8

  9. Interference-free Scheduling Unsuccessful transmission � Protocol Model of Interference 1) d ij ≤ R i 2) R’ k ≥ d kj Transmission range: R Interference range: R’ Conditions for a successful transmission: R i R’ i d ij i j ≤ 1 ) d R ij i d kj ≤ R’ ' 2 ) any node k, such that d R is not transm itting kj k k k Scheduling requires � to know exactly whose interference affect whom � node distance to be known or measured. Not practical! � Our proposed solutions � Using a “k-hop” range to approximate the interference range � Using a control radio to reach all interfering hidden nodes. � 2006-11-16 IAB Research Review, Fall 2006 9

  10. IRMA System Model Global control plane and data plane � All control signaling on a separate plane � Each node uses another radio interface over a dedicated control channel � Parameters of IRMA component in data plane is determined by control � algorithms IRMA Algorithms Control Algorithms Application IRMA Component IRMA Control Agent Controlled Routing Routing Global Control Plane (GCP) TDMA MAC CSMA MAC Control Message PHY PHY Data Plane Control Plane Protocol stacks in IRMA system Data Packet 2006-11-16 IAB Research Review, Fall 2006 10

  11. IRMA System Control Cycle A central control entity running in one of the nodes, discovering global � topology and link bandwidth information Control Cycle: � Detection and report of new or changed traffic demands. � IRMA optimization determine the paths and conflict-free TDMA schedules for � each node. IRMA components (Routing and MAC) transform and work with the new � working parameters to ensure QoS. Bootstrap Traffic Variation Detection Topology Discovery IRMA Load default Working Optimization IRMA parameters Path/schedule Adjust 2006-11-16 IAB Research Review, Fall 2006 11

  12. IRMA Algorithms: IRMA-MH MH (Min-hop) routing � TDMA link scheduling based on the path selection � Inputs of the algorithm: � Topology (G(V,E)) � Traffic Profile (source-destination, bandwidth requirement) and � Interference-index k � TDMA frame length T (Number of slots in a frame) � Output: route selection and MAC TDMA slot assignments � IRMA-MH Algorithm: 1. Find the shortest route with hop metric 2. For each link e in each flow F i , assign earliest available slot x for this link as long as it does not conflict with the links already scheduled in this slot x 3. Repeat step 2 until all bandwidth requirements are fulfilled or no more slots are available. 2006-11-16 IAB Research Review, Fall 2006 12

  13. IRMA-BR � Min-hop routes are not optimal, cause local congestions � Better paths can be found and yield higher throughput than MH paths � Joint TDMA Link Scheduling and Bandwidth Aware Routing (BR) IRMA-BR Algorithm: 1. Sorting the flow in ascending order by bandwidth requirements 2. For each flow F i , i= 1,2 …, M a) Generate link Metric based on available “free” TDMA Slots b) finding shortest path for flow F i with the “bandwidth” metric. and assign conflict-free TDMA slots for this flow 2006-11-16 IAB Research Review, Fall 2006 13

  14. Performance Evaluation Implement the GCP and IRMA � Simulation Parameters algorithms in ns-2.28 1000x1000 m 2 Topology size Introduce the calculation of � aggregated interference signal TX range 250m strength Data channel rate 1Mbps A separate control radio and � Control Channel rate 100kbps channel in GCP SINR threshold 10 dB Propagation Model TwoRayGround Compare the performance � Path loss index 4 IRMA algorithms � MAC slot duration 8.4 msec Analytical bounds solved by LP � Baseline approaches Slots per frame 20 � DSDV+802.11 � Based on SINR thresh , 2-hop interference AODV+802.11 � model is adopted in IRMA 2006-11-16 IAB Research Review, Fall 2006 14

  15. A Typical Simulation Topology 2006-11-16 IAB Research Review, Fall 2006 15

  16. Performance of IRMA-MH algorithm 5 Multi-hop flows � Average Hop length: 3.22 � IRMA-MH algorithm supports � much higher throughput (200%-400%) than baseline scenarios with conventional approaches Resource utilization is more � efficient with conflict-free TDMA scheduling 2006-11-16 IAB Research Review, Fall 2006 16

  17. IRMA-MH vs. IRMA-BR B D B D Throughput per flow in Mbps 0.3 0.25 0.2 0.15 C A C A 0.1 (a) (b) 0.05 Different routes used by (a) IRMA-MH 0 and (b) IRMA-BR in a 6x6 grid for two vertical flows R H 1 2 1 M B 1 n n - . - o o 2 A A i i t t 0 M M u u 8 l l o R o R + S S V I I D P P O L L A IRMA-BR algorithm chooses a detour path to route around possible � congested areas by using available bandwidth measurement as metric 2006-11-16 IAB Research Review, Fall 2006 17

  18. Evaluation of the Signaling Overhead Overhead Statistics � Baseline: RTS/CTS + routing overhead Scheme normalized � IRMA: All control signaling in GCP overhead Simulation Topology: IRMA-MH 1.499% 4x4 grid � AODV+802.11 6.1962% � 10 random start/end traffic sessions DSDV+802.11 7.0517% � Traffic duration: exponential distributed. � Results normalized by end-to-end throughput � IRMA approach reduce signaling overhead as well as improve throughput performance 2006-11-16 IAB Research Review, Fall 2006 18

  19. Conclusion and Future Work � We proposed IRMA for wireless mesh networks and discussed: � Interference-free scheduling � Realistic system model � Online algorithms Simulation results show that IRMA design improve end-to-end � throughput significantly with modest signaling overhead Fundamental need to integrate routing and MAC scheduling for � wireless mesh network design � Ongoing and Future Work � Distributed IRMA algorithms � Extension to Multi-Channel Multi-Radio (MCMR) Mesh Networks � CSMA/TDMA overlay MAC emulation and ORBIT validation 2006-11-16 IAB Research Review, Fall 2006 19

  20. Questions & Answers 2006-11-16 IAB Research Review, Fall 2006 20

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend