Routing Metrics for Wireless Mesh Networks

Slides:



Advertisements
Similar presentations
Routing in Multi-Radio, Multi-Hop Wireless Mesh Networks Richard Draves, Jitu Padhye, Brian Zill Microsoft Research.
Advertisements

Network Layer Routing Issues (I). Infrastructure vs. multi-hop Infrastructure networks: Infrastructure networks: ◦ One or several Access-Points (AP) connected.
MANETs Routing Dr. Raad S. Al-Qassas Department of Computer Science PSUT
Multicasting in Mobile Ad-Hoc Networks (MANET)
CS541 Advanced Networking 1 Dynamic Channel Assignment and Routing in Multi-Radio Wireless Mesh Networks Neil Tang 3/10/2009.
Challenges of Routing in Ad-hoc Networks Chandra D Yarlagadda.
CS541 Advanced Networking 1 Mobile Ad Hoc Networks (MANETs) Neil Tang 02/02/2009.
Component-Based Routing for Mobile Ad Hoc Networks Chunyue Liu, Tarek Saadawi & Myung Lee CUNY, City College.
Computer Networks: Wireless Networks Ivan Marsic Rutgers University Chapter 6 – Wireless Networks.
Eric Rozner - ETX.ppt1 A High-Throughput Path Metric for Multi-Hop Wireless Routing Douglas S.J. Couto Daniel Aguayo John Bicket Robert Morris Presented.
Mobile and Wireless Computing Institute for Computer Science, University of Freiburg Western Australian Interactive Virtual Environments Centre (IVEC)
1 Minimizing End-to-End Delay: A Novel Routing Metric for Multi- Radio Wireless Mesh Networks Hongkun Li, Yu Cheng, Chi Zhou Department of Electrical and.
Ad Hoc Routing CMU David Andersen. Ad Hoc Routing Goal: Communication between wireless nodes –No external setup (self-configuring) –Often need.
ENHANCING AND EVALUATION OF AD-HOC ROUTING PROTOCOLS IN VANET.
Itrat Rasool Quadri ST ID COE-543 Wireless and Mobile Networks
Capacity Scaling with Multiple Radios and Multiple Channels in Wireless Mesh Networks Oguz GOKER.
Mobile Adhoc Network: Routing Protocol:AODV
CSE 6590 Fall 2010 Routing Metrics for Wireless Mesh Networks 1 4 October, 2015.
Wireless Sensor Networks COE 499 Energy Aware Routing
Dilshad Haleem CST593 summer 2007 Routing In Wireless Mesh Networks CST593 Final Project by Dilshad Haleem Division of Computing Studies, ASU Polytechnic.
CSE 6590 Fall 2009 Routing Metrics for Wireless Mesh Networks 1 12 November, 2015.
KAIS T High-throughput multicast routing metrics in wireless mesh networks Sabyasachi Roy, Dimitrios Koutsonikolas, Saumitra Das, and Y. Charlie Hu ICDCS.
Ch 4. Routing in WMNs Myungchul Kim
Routing and Routing Protocols
November 4, 2003Applied Research Laboratory, Washington University in St. Louis APOC 2003 Wuhan, China Cost Efficient Routing in Ad Hoc Mobile Wireless.
Hongkun Li, Yu Cheng, Chi Zhou Illinois Institute of Technology, Chicago, IL, USA IEEE GLOBECOM 2008.
Routing Metrics and Protocols for Wireless Mesh Networks Speaker : 吳靖緯 MA0G0101.
Improving Fault Tolerance in AODV Matthew J. Miller Jungmin So.
Fundamentals of Computer Networks ECE 478/578
Performance Comparison of Ad Hoc Network Routing Protocols Presented by Venkata Suresh Tamminiedi Computer Science Department Georgia State University.
Mobile Ad Hoc Networks. What is a MANET (Mobile Ad Hoc Networks)? Formed by wireless hosts which may be mobile No pre-existing infrastructure Routes between.
Wireless Ad Hoc Network Routing Protocols
Author:Zarei.M.;Faez.K. ;Nya.J.M.
Computer Networks Routing Algorithms.
Analysis the performance of vehicles ad hoc network simulation based
A Location-Based Routing Method for Mobile Ad Hoc Networks
Routing Metrics for Wireless Mesh Networks
Architecture and Algorithms for an IEEE 802
AODV-OLSR Scalable Ad hoc Routing
Routing in Multi-Radio, Multi-Hop Wireless Mesh Networks
802.11s Proposal - Joint SEE-Mesh/Wi-Mesh Proposal to TGs
Mobicom ‘99 Per Johansson, Tony Larsson, Nicklas Hedman
Outline Introduction Routing in Mobile Ad Hoc Networks
A comparison of Ad-Hoc Routing Protocols
Sensor Network Routing
Routing In Wireless Mesh Networks
任課教授:陳朝鈞 教授 學生:王志嘉、馬敏修
Ad-hoc On-demand Distance Vector
Network Layer Path Determination.
Network Routing: Link Metrics and Non-Traditional Routing
Ad hoc Routing Protocols
by Saltanat Mashirova & Afshin Mahini
Routing Metrics for Wireless Mesh Networks
A Probabilistic Routing Protocol for Mobile Ad Hoc Networks
Multi-Rate ETX: A Radio-Aware Routing metric for s Mesh Networks
High Throughput Route Selection in Multi-Rate Ad Hoc Wireless Networks
Distributed Channel Assignment in Multi-Radio Mesh Networks
Dynamic Routing and OSPF
A High-Throughput Path Metric for Multi-Hop Wireless Routing
A Probabilistic Routing Protocol for Mobile Ad Hoc Networks
Hemant Kr Rath1, Anirudha Sahoo2, Abhay Karandikar1
Routing.
End-to-End Aware Association in Mesh Networks: Performance Study
Routing in Mobile Ad-hoc Networks
End-to-End Aware Association in Mesh Networks: Performance Study
Vinay Singh Graduate school of Software Dongseo University
A Routing Protocol for WLAN Mesh
Computer Networks: Wireless Networks
Routing protocols in Mobile Ad Hoc Network
Routing in Mobile Wireless Networks Neil Tang 11/14/2008
Presentation transcript:

Routing Metrics for Wireless Mesh Networks CSE 6590 Fall 2010 27 December, 2017

Wireless Mesh Networks Mostly static nodes Limited bandwidth Ample energy supply Possibly multi-radio/multi-channel/multi-rate

New Routing Metrics for WMNs Motivation Limited bandwidth require efficient routing Goals High throughput Low end-to-end delay

Intra Flow Interference Nodes on the path of the same flow compete with each other for channel bandwidth Causes throughput to decrease sharply Increases delay at each hop Increases bandwidth consumption

Inter Flow Interference A node which transmits also contends for bandwidth with the nodes in the neighbouring area of its path. Leads to bandwidth starvation Some nodes may never get to transmit

Routing Protocols for Mesh Networks 27/12/2017

On Demand Routing Originally designed for mobile ad hoc networks e.g., DSR, AODV Flood-based route discovery when source needs to communicate with destination Good for maintaining network connectivity under frequent changes in topology High overhead is unnecessary in networks with static nodes 27/12/2017

Table-Driven (Proactive) Routing Proactively maintain and update routing tables Broadcast route update messages Periodically Topology changes Lower overhead than on-demand routing in static networks Cannot cope with frequent metrics changes Route flapping High message overhead Two approaches: Source routing Hop-by-hop routing 27/12/2017

Source Routing Example protocol: LQSR Source nodes put entire path in packet header Large packet headers waste network bandwidth Does not scale 27/12/2017

Hop-by Hop Routing Distance-vector routing (slow convergence ) Link-state routing (fast convergence) Packet only carries destination address Small overhead Scalable Preferable, especially link-state routing 27/12/2017

Least Cost Path Routing Routing protocols route packets along minimum weight paths Performance of minimum weight paths impact the performance of routing protocols Characteristics of path Path length Link packet loss ratio Link capacity Intra-flow interference Inter-flow interference Capture as many characteristics as possible Note: In multi-channel multi-radio networks, channel assignment and routing must work together for optimal performance. 27/12/2017

Routing Metrics for WMNs Hop Count Expected Transmission Count (ETX) Expected Transmission Time (ETT) Weighted Cumulative ETT (WCETT) Metric of Interference and Channel Switching (MIC) The metrics evolved, each incorporating features of the previous ones 27/12/2017

ETX Expected number of transmissions required for successfully receiving a packet over that link. ETX = 1 / (Pf . Pr) Pf : packet delivery ratio in forward direction Pr : packet delivery ratio in backward direction To get Pf and Pr : sending one probe packet per second. ETX is an additive metric Path cost = sum of link costs on that path

ETT Expected transmission time ETT = ETX x (S / B) S: average packet size B: data rate

WCETT Weighted cumulative expected transmission time Addresses the issue of channel reuse along a path

WCETT (2)

WCETT Example

Loop Free Routing - Isotonicity Definition The order of the weights of two paths must be preserved when we append or prefix a common third path on the two paths 27/12/2017

MIC Metric of Interface and Channel switching Improves upon WCETT

MIC (2)

MIC (3) IRU (Interference-aware Resource Usage) The aggregated channel time of all the neighbouring nodes (include end points of link l) consumed by the transmission on link l Captures path length, link capacity, loss ratio and inter-flow interference CSC (Channel Switching Cost) Captures intra-flow interference

Routing Metrics for WMNs 27/12/2017

Performance Evaluation Single Channel Compare MIC, ETT and hop count Simulation parameters One radio per node All radios configured to the same channel 1000m x 1000m, 100 nodes, 20 flows 27/12/2017

Single Channel ─ Results 27/12/2017

Performance Evaluation Multiple Channels Compare MIC, ETT, WCETT and hop count Simulation parameters 2 radios per node Each can be configured to 1 of 3 channels 1000m x 1000m, 100 nodes, 20 flows 27/12/2017

Multiple Channels ─ Results 27/12/2017

References “Wireless Mesh Networking” book, section 1.8.