Cooperative Transmission Techniques on Ad Hoc, Multi-Hop Wireless Networks

Size: px
Start display at page:

Download "Cooperative Transmission Techniques on Ad Hoc, Multi-Hop Wireless Networks"

Transcription

1 UNIVERSITY OF PADOVA Cooperative Transmission Techniques on Ad Hoc, Multi-Hop Wireless Networks Student: Cristiano Tapparello Master of Science in Computer Engineering Advisor: Michele Rossi

2 Bio Born in Vicenza on 16/05/1982 Master s Degree in Computer Engineering on October 2008 IEEE Student Member (since 2004) and Postmaster/Webmaster of IEEESB Padova (since 2005) Active member (since 2004) and treasurer (since 2005) of JUG Padova Interest: computer programming... Department of Information Engineering - Sweetnet Meeting - Signet Group

3 Summary Introduction Problem Formulation Matematical Model DP resolver FRTDP resolver Results Conclusion Department of Information Engineering - Sweetnet Meeting - Signet Group

4 Introduction In the last years ad hoc wireless networks are acquiring increasing interest Transmission inside this networks is characterized by failure probability that increase with the distance between two nodes Cooperation is a method proposed in literature to reduce the failure probability of a message delivery Cooperation can be used in different ways In this work, cooperation is considered as simultaneous multiple transmission from different terminals of the network Department of Information Engineering - Sweetnet Meeting - Signet Group

5 Problem Formulation Network with N terminals At a particular time, a source node S wants to send a message to a destination node D Two situations: S transmits and D directly receives S transmits and D doesn t receive (but probably some other nodes of the network do!) Department of Information Engineering - Sweetnet Meeting - Signet Group

6 Problem Formulation 2 If D doesn t receive: It s possible to use other nodes of the network as repeaters It s possible that more terminals transmit simultaneously to increase the probability of message propagation, hoping to reach the destination node. Department of Information Engineering - Sweetnet Meeting - Signet Group

7 Matematical Model Set of nodes on the scenario, X Finite state space, S = {s 0,1,2,, t} Transition probability, p(x,u,y) Department of Information Engineering - Sweetnet Meeting - Signet Group

8 Matematical Model 2 Cost of each transmission, c(x,u,y) The function cost determine the policy we want to achieve (energy consumption, delay, ) Set of goal state G x S if D x x G Every state t G is absorbent: p(t,u, t') = 1, u U(t),t' G Department of Information Engineering - Sweetnet Meeting - Signet Group

9 DP resolver Based on Dynamic Programming Optimality equation: Maximum number of transmission round, n J(n + 1,x n ) = 0, x n : D x n J(n + 1,x n ) = C MAX, otherwise Department of Information Engineering - Sweetnet Meeting - Signet Group

10 DP resolver 2 Initialization: Resolution: Finalization: n Department of Information Engineering - Sweetnet Meeting - Signet Group

11 FRTDP resolver Asynchronous Real Time Dynamic Programming, execute repeated walks on the state space Optimality equation: J * (x) = min u U(x) y N(x) ( ) p(x,u,y) c(x,u,y) + γ J * (y) Keep an interval on the value of the optimal solution: Procedure to limit the number of states to explore and the number of actions to consider Department of Information Engineering - Sweetnet Meeting - Signet Group

12 FRTDP resolver 2 Department of Information Engineering - Sweetnet Meeting - Signet Group

13 Results Generation of simulation scenario: Spatial Density of the nodes: N ( d ) 2 S,D Cost: c(x,u,y) = u Department of Information Engineering - Sweetnet Meeting - Signet Group

14 Results 2 (DP) 10 nodes Varying spatial density 11 nodes, 550 m Same density but different maximum number of hop we can use to reach the destination Department of Information Engineering - Sweetnet Meeting - Signet Group

15 Results 3 (FRTDP) Same Spatial Density 550 m Different Spatial Density Department of Information Engineering - Sweetnet Meeting - Signet Group

16 Conclusion Multiple simultaneous transmission, despite augmented cost required, is chosen in an optimal transmission policy DP resolver is applicable only to limited size problems (max 14 nodes) but gives optimal solution The developed FRTDP algorithm solve efficiently problems with more than 30 nodes Department of Information Engineering - Sweetnet Meeting - Signet Group

17 Future Works Optimize FRTDP resolver to solve big networks (up to 50 nodes) Study of the optimal policy varying: channel rappresentation cost function maximum number of terminals that can transmit simultaneously Implementation in a network s protocol Department of Information Engineering - Sweetnet Meeting - Signet Group

18 UNIVERSITY OF PADOVA AND NOW... SOMETHING NEW More about FRTDP Resolver New results

19 Consideration Master s Thesis work tells cooperation is used in an optimal transmission policy but DP approach is limited FRTDP algorithm promised good performance After graduation I worked hard on the FRTDP resolver Some problems comes up... :-( but... I fixed them all and now the resolver works fine! :-) Department of Information Engineering - Sweetnet Meeting - Signet Group

20 New insight The network topology proposed on the Master s Thesis doesn t represent effectively cooperation s advantage when we increase N Lots of study have been done in this direction Moreover we study the impact of the procedure proposed to limit the number of states Changed the cost function: ( ( )) c( x,u,y) = α + ( 1 α ) u + ω y x Department of Information Engineering - Sweetnet Meeting - Signet Group

21 Network topology S x x x x D Various value of inter-column distance x Fixed distance between two nodes in a column of 2 m Probability assumes a single-link outage probability of 0.2 at 30 m (path loss + flat Rayleigh fading) Department of Information Engineering - Sweetnet Meeting - Signet Group

22 Energy and Delay VS x c x,u,y Ce (Cd) Ce (Ce) Cd (Cd) Cd (Ce) ( ) ( ) = α + ( 1 α ) u ,25 47,5 48, ,25 52,5 53, ,25 57,5 58, ,25 62,5 63, ,25 67,5 68, ,25 72,5 73, ,25 77,5 78,75 80 Department of Information Engineering - Sweetnet Meeting - Signet Group

23 Cooperation 1,0 3,5 Cooperation Mean Cooperation 0,9 0,8 3,0 0,7 0,6 2,5 Cooperation 0,5 0,4 2,0 Mean Cooperation 0,3 0,2 1,5 0, ,25 47,5 48, ,25 52,5 53, ,25 57,5 58, ,25 62,5 63, ,25 67,5 68, ,25 72,5 73, ,25 77,5 78, ,0 x [m] Department of Information Engineering - Sweetnet Meeting - Signet Group

24 Trade-Off Energy Delay (x= 55m) max trans = 1 max trans = 2 max trans = 3 max trans = 4 max trans = 5 c x,u,y ( ) ( ) = α + ( 1 α ) u 17 Energy ,5 5,0 5,5 6,0 6,5 7,0 7,5 8,0 8,5 Department of Information Engineering - Sweetnet Meeting - Signet Group Delay 24

25 Impact of the procedure to limit states Δ 0 0, STATE FAILURE % COST % ENERGY % DELAY 1,3E ,00 0,00 0,00 2,6E ,00 0,08 0,05 2,6E ,00 0,08 0,05 2,3E ,55 0,12 0,08 1,7E ,13 0,12 0,08 1,4E ,78 0,07 0,04 9,5E ,14 0,10 0,07 2,1E ,54 23,14 6,42 Energy and Delay determined by 10 6 simulations of the transmission policy Department of Information Engineering - Sweetnet Meeting - Signet Group

26 Conclusion Cooperation it s an effective solution to the problem of sending messages from a source to a far destination The FRTDP algorithm s implementation works fine, fast and with limited resources utilization The algorithm can solve any kind of Stochastic Shortest Path problem (changing the cost function and the transition probability) Department of Information Engineering - Sweetnet Meeting - Signet Group

Optimum Power Allocation in Cooperative Networks

Optimum Power Allocation in Cooperative Networks Optimum Power Allocation in Cooperative Networks Jaime Adeane, Miguel R.D. Rodrigues, and Ian J. Wassell Laboratory for Communication Engineering Department of Engineering University of Cambridge 5 JJ

More information

Multihop Routing in Ad Hoc Networks

Multihop Routing in Ad Hoc Networks Multihop Routing in Ad Hoc Networks Dr. D. Torrieri 1, S. Talarico 2 and Dr. M. C. Valenti 2 1 U.S Army Research Laboratory, Adelphi, MD 2 West Virginia University, Morgantown, WV Nov. 18 th, 20131 Outline

More information

Joint Optimization of Relay Strategies and Resource Allocations in Cooperative Cellular Networks

Joint Optimization of Relay Strategies and Resource Allocations in Cooperative Cellular Networks Joint Optimization of Relay Strategies and Resource Allocations in Cooperative Cellular Networks Truman Ng, Wei Yu Electrical and Computer Engineering Department University of Toronto Jianzhong (Charlie)

More information

Simple, Optimal, Fast, and Robust Wireless Random Medium Access Control

Simple, Optimal, Fast, and Robust Wireless Random Medium Access Control Simple, Optimal, Fast, and Robust Wireless Random Medium Access Control Jianwei Huang Department of Information Engineering The Chinese University of Hong Kong KAIST-CUHK Workshop July 2009 J. Huang (CUHK)

More information

Opportunistic cooperation in wireless ad hoc networks with interference correlation

Opportunistic cooperation in wireless ad hoc networks with interference correlation Noname manuscript No. (will be inserted by the editor) Opportunistic cooperation in wireless ad hoc networks with interference correlation Yong Zhou Weihua Zhuang Received: date / Accepted: date Abstract

More information

Cooperative Diversity Routing in Wireless Networks

Cooperative Diversity Routing in Wireless Networks Cooperative Diversity Routing in Wireless Networks Mostafa Dehghan, Majid Ghaderi, and Dennis L. Goeckel Department of Computer Science, University of Calgary, Emails: {mdehghan, mghaderi}@ucalgary.ca

More information

Performance Analysis and Improvements for the Future Aeronautical Mobile Airport Communications System. Candidate: Paola Pulini Advisor: Marco Chiani

Performance Analysis and Improvements for the Future Aeronautical Mobile Airport Communications System. Candidate: Paola Pulini Advisor: Marco Chiani Performance Analysis and Improvements for the Future Aeronautical Mobile Airport Communications System (AeroMACS) Candidate: Paola Pulini Advisor: Marco Chiani Outline Introduction and Motivations Thesis

More information

Throughput-optimal number of relays in delaybounded multi-hop ALOHA networks

Throughput-optimal number of relays in delaybounded multi-hop ALOHA networks Page 1 of 10 Throughput-optimal number of relays in delaybounded multi-hop ALOHA networks. Nekoui and H. Pishro-Nik This letter addresses the throughput of an ALOHA-based Poisson-distributed multihop wireless

More information

Space-Time Coded Cooperative Multicasting with Maximal Ratio Combining and Incremental Redundancy

Space-Time Coded Cooperative Multicasting with Maximal Ratio Combining and Incremental Redundancy Space-Time Coded Cooperative Multicasting with Maximal Ratio Combining and Incremental Redundancy Aitor del Coso, Osvaldo Simeone, Yeheskel Bar-ness and Christian Ibars Centre Tecnològic de Telecomunicacions

More information

Contents at a Glance

Contents at a Glance Contents at a Glance Preface Acknowledgments V VII Chapter 1 MIMO systems: Multiple Antenna Techniques Yiqing Zhou, Zhengang Pan, Kai-Kit Wong 1 Chapter 2 Modeling of MIMO Mobile-to-Mobile Channels Matthias

More information

ABSTRACT ALGORITHMS IN WIRELESS NETWORKS WITH ANTENNA ARRAYS

ABSTRACT ALGORITHMS IN WIRELESS NETWORKS WITH ANTENNA ARRAYS ABSTRACT Title of Dissertation: CROSS-LAYER RESOURCE ALLOCATION ALGORITHMS IN WIRELESS NETWORKS WITH ANTENNA ARRAYS Tianmin Ren, Doctor of Philosophy, 2005 Dissertation directed by: Professor Leandros

More information

Achieving Network Consistency. Octav Chipara

Achieving Network Consistency. Octav Chipara Achieving Network Consistency Octav Chipara Reminders Homework is postponed until next class if you already turned in your homework, you may resubmit Please send me your peer evaluations 2 Next few lectures

More information

An Accurate and Efficient Analysis of a MBSFN Network

An Accurate and Efficient Analysis of a MBSFN Network An Accurate and Efficient Analysis of a MBSFN Network Matthew C. Valenti West Virginia University Morgantown, WV May 9, 2014 An Accurate (shortinst) and Efficient Analysis of a MBSFN Network May 9, 2014

More information

Performance Analysis of Cooperative Communication System with a SISO system in Flat Fading Rayleigh channel

Performance Analysis of Cooperative Communication System with a SISO system in Flat Fading Rayleigh channel Performance Analysis of Cooperative Communication System with a SISO system in Flat Fading Rayleigh channel Sara Viqar 1, Shoab Ahmed 2, Zaka ul Mustafa 3 and Waleed Ejaz 4 1, 2, 3 National University

More information

COOPERATIVE networks [1] [3] refer to communication

COOPERATIVE networks [1] [3] refer to communication 1800 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 7, NO. 5, MAY 2008 Lifetime Maximization for Amplify-and-Forward Cooperative Networks Wan-Jen Huang, Student Member, IEEE, Y.-W. Peter Hong, Member,

More information

Cooperative Strategies and Capacity Theorems for Relay Networks

Cooperative Strategies and Capacity Theorems for Relay Networks بسم الرحمن الرحيم King Fahd University of Petroleum and Minerals College of Engineering Sciences Department of Electrical Engineering Graduate Program Cooperative Strategies and Capacity Theorems for Relay

More information

Achievable Transmission Capacity of Cognitive Radio Networks with Cooperative Relaying

Achievable Transmission Capacity of Cognitive Radio Networks with Cooperative Relaying Achievable Transmission Capacity of Cognitive Radio Networks with Cooperative Relaying Xiuying Chen, Tao Jing, Yan Huo, Wei Li 2, Xiuzhen Cheng 2, Tao Chen 3 School of Electronics and Information Engineering,

More information

On the Achievable Diversity-vs-Multiplexing Tradeoff in Cooperative Channels

On the Achievable Diversity-vs-Multiplexing Tradeoff in Cooperative Channels On the Achievable Diversity-vs-Multiplexing Tradeoff in Cooperative Channels Kambiz Azarian, Hesham El Gamal, and Philip Schniter Dept of Electrical Engineering, The Ohio State University Columbus, OH

More information

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

More information

Mathematical Problems in Networked Embedded Systems

Mathematical Problems in Networked Embedded Systems Mathematical Problems in Networked Embedded Systems Miklós Maróti Institute for Software Integrated Systems Vanderbilt University Outline Acoustic ranging TDMA in globally asynchronous locally synchronous

More information

A Dynamic Relay Selection Scheme for Mobile Users in Wireless Relay Networks

A Dynamic Relay Selection Scheme for Mobile Users in Wireless Relay Networks A Dynamic Relay Selection Scheme for Mobile Users in Wireless Relay Networks Yifan Li, Ping Wang, Dusit Niyato School of Computer Engineering Nanyang Technological University, Singapore 639798 Email: {LIYI15,

More information

SourceSync. Exploiting Sender Diversity

SourceSync. Exploiting Sender Diversity SourceSync Exploiting Sender Diversity Why Develop SourceSync? Wireless diversity is intrinsic to wireless networks Many distributed protocols exploit receiver diversity Sender diversity is a largely unexplored

More information

Unicast Barrage Relay Networks: Outage Analysis and Optimization

Unicast Barrage Relay Networks: Outage Analysis and Optimization Unicast Barrage Relay Networks: Outage Analysis and Optimization S. Talarico, M. C. Valenti, and T. R. Halford West Virginia University, Morgantown, WV. TrellisWare Technologies, nc., San Diego, CA. Oct.

More information

3432 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 53, NO. 10, OCTOBER 2007

3432 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 53, NO. 10, OCTOBER 2007 3432 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL 53, NO 10, OCTOBER 2007 Resource Allocation for Wireless Fading Relay Channels: Max-Min Solution Yingbin Liang, Member, IEEE, Venugopal V Veeravalli, Fellow,

More information

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Ying Dai and Jie Wu Department of Computer and Information Sciences Temple University, Philadelphia, PA 19122 Email: {ying.dai,

More information

CHAPTER 5 DIVERSITY. Xijun Wang

CHAPTER 5 DIVERSITY. Xijun Wang CHAPTER 5 DIVERSITY Xijun Wang WEEKLY READING 1. Goldsmith, Wireless Communications, Chapters 7 2. Tse, Fundamentals of Wireless Communication, Chapter 3 2 FADING HURTS THE RELIABILITY n The detection

More information

Cooperative MIMO schemes optimal selection for wireless sensor networks

Cooperative MIMO schemes optimal selection for wireless sensor networks Cooperative MIMO schemes optimal selection for wireless sensor networks Tuan-Duc Nguyen, Olivier Berder and Olivier Sentieys IRISA Ecole Nationale Supérieure de Sciences Appliquées et de Technologie 5,

More information

PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY

PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY PERFORMANCE ANALYSIS OF DIFFERENT M-ARY MODULATION TECHNIQUES IN FADING CHANNELS USING DIFFERENT DIVERSITY 1 MOHAMMAD RIAZ AHMED, 1 MD.RUMEN AHMED, 1 MD.RUHUL AMIN ROBIN, 1 MD.ASADUZZAMAN, 2 MD.MAHBUB

More information

Collaborative transmission in wireless sensor networks

Collaborative transmission in wireless sensor networks Collaborative transmission in wireless sensor networks Cooperative transmission schemes Stephan Sigg Distributed and Ubiquitous Systems Technische Universität Braunschweig November 22, 2010 Stephan Sigg

More information

Asynchronous Space-Time Cooperative Communications in Sensor and Robotic Networks

Asynchronous Space-Time Cooperative Communications in Sensor and Robotic Networks Proceedings of the IEEE International Conference on Mechatronics & Automation Niagara Falls, Canada July 2005 Asynchronous Space-Time Cooperative Communications in Sensor and Robotic Networks Fan Ng, Juite

More information

Superposition Coding in the Downlink of CDMA Cellular Systems

Superposition Coding in the Downlink of CDMA Cellular Systems Superposition Coding in the Downlink of CDMA Cellular Systems Surendra Boppana and John M. Shea Wireless Information Networking Group University of Florida Feb 13, 2006 Outline of the talk Introduction

More information

Relay Scheduling and Interference Cancellation for Quantize-Map-and-Forward Cooperative Relaying

Relay Scheduling and Interference Cancellation for Quantize-Map-and-Forward Cooperative Relaying 013 IEEE International Symposium on Information Theory Relay Scheduling and Interference Cancellation for Quantize-Map-and-Forward Cooperative Relaying M. Jorgovanovic, M. Weiner, D. Tse and B. Nikolić

More information

New Approach for Network Modulation in Cooperative Communication

New Approach for Network Modulation in Cooperative Communication IJECT Vo l 7, Is s u e 2, Ap r i l - Ju n e 2016 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) New Approach for Network Modulation in Cooperative Communication 1 Praveen Kumar Singh, 2 Santosh Sharma,

More information

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Paper by: Thomas Knuz IEEE IWCMC Conference Aug. 2008 Presented by: Farzana Yasmeen For : CSE 6590 2013.11.12 Contents Introduction Review:

More information

ABSTRACT. Ahmed Salah Ibrahim, Doctor of Philosophy, 2009

ABSTRACT. Ahmed Salah Ibrahim, Doctor of Philosophy, 2009 ABSTRACT Title of Dissertation: RELAY DEPLOYMENT AND SELECTION IN COOPERATIVE WIRELESS NETWORKS Ahmed Salah Ibrahim, Doctor of Philosophy, 2009 Dissertation directed by: Professor K. J. Ray Liu Department

More information

Comparative Channel Capacity Analysis of a MIMO Rayleigh Fading Channel with Different Antenna Spacing and Number of Nodes

Comparative Channel Capacity Analysis of a MIMO Rayleigh Fading Channel with Different Antenna Spacing and Number of Nodes Comparative Channel Capacity Analysis of a MIMO Rayleigh Fading Channel with Different Antenna Spacing and Number of Nodes Anand Jain 1, Kapil Kumawat, Harish Maheshwari 3 1 Scholar, M. Tech., Digital

More information

Joint work with Dragana Bajović and Dušan Jakovetić. DLR/TUM Workshop, Munich,

Joint work with Dragana Bajović and Dušan Jakovetić. DLR/TUM Workshop, Munich, Slotted ALOHA in Small Cell Networks: How to Design Codes on Random Geometric Graphs? Dejan Vukobratović Associate Professor, DEET-UNS University of Novi Sad, Serbia Joint work with Dragana Bajović and

More information

Performance of ALOHA and CSMA in Spatially Distributed Wireless Networks

Performance of ALOHA and CSMA in Spatially Distributed Wireless Networks Performance of ALOHA and CSMA in Spatially Distributed Wireless Networks Mariam Kaynia and Nihar Jindal Dept. of Electrical and Computer Engineering, University of Minnesota Dept. of Electronics and Telecommunications,

More information

Distributed Energy-Efficient Cooperative Routing in Wireless Networks

Distributed Energy-Efficient Cooperative Routing in Wireless Networks Distributed Energy-Efficient Cooperative Routing in Wireless Networks Ahmed S. Ibrahim, Zhu Han, and K. J. Ray Liu Department of Electrical and Computer Engineering, University of Maryland, College Park,

More information

REVIEW OF COOPERATIVE SCHEMES BASED ON DISTRIBUTED CODING STRATEGY

REVIEW OF COOPERATIVE SCHEMES BASED ON DISTRIBUTED CODING STRATEGY INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 REVIEW OF COOPERATIVE SCHEMES BASED ON DISTRIBUTED CODING STRATEGY P. Suresh Kumar 1, A. Deepika 2 1 Assistant Professor,

More information

Location Aware Wireless Networks

Location Aware Wireless Networks Location Aware Wireless Networks Behnaam Aazhang CMC Rice University Houston, TX USA and CWC University of Oulu Oulu, Finland Wireless A growing market 2 Wireless A growing market Still! 3 Wireless A growing

More information

Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks

Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks Bernhard Firner Chenren Xu Yanyong Zhang Richard Howard Rutgers University, Winlab May 10, 2011 Bernhard Firner (Winlab)

More information

Threshold-based Adaptive Decode-Amplify-Forward Relaying Protocol for Cooperative Systems

Threshold-based Adaptive Decode-Amplify-Forward Relaying Protocol for Cooperative Systems Threshold-based Adaptive Decode-Amplify-Forward Relaying Protocol for Cooperative Systems Safwen Bouanen Departement of Computer Science, Université du Québec à Montréal Montréal, Québec, Canada bouanen.safouen@gmail.com

More information

Random access on graphs: Capture-or tree evaluation

Random access on graphs: Capture-or tree evaluation Random access on graphs: Capture-or tree evaluation Čedomir Stefanović, cs@es.aau.dk joint work with Petar Popovski, AAU 1 Preliminaries N users Each user wants to send a packet over shared medium Eual

More information

Chapter 10. User Cooperative Communications

Chapter 10. User Cooperative Communications Chapter 10 User Cooperative Communications 1 Outline Introduction Relay Channels User-Cooperation in Wireless Networks Multi-Hop Relay Channel Summary 2 Introduction User cooperative communication is a

More information

Information flow over wireless networks: a deterministic approach

Information flow over wireless networks: a deterministic approach Information flow over wireless networks: a deterministic approach alman Avestimehr In collaboration with uhas iggavi (EPFL) and avid Tse (UC Berkeley) Overview Point-to-point channel Information theory

More information

Resource Allocation in Energy-constrained Cooperative Wireless Networks

Resource Allocation in Energy-constrained Cooperative Wireless Networks Resource Allocation in Energy-constrained Cooperative Wireless Networks Lin Dai City University of Hong ong Jun. 4, 2011 1 Outline Resource Allocation in Wireless Networks Tradeoff between Fairness and

More information

How (Information Theoretically) Optimal Are Distributed Decisions?

How (Information Theoretically) Optimal Are Distributed Decisions? How (Information Theoretically) Optimal Are Distributed Decisions? Vaneet Aggarwal Department of Electrical Engineering, Princeton University, Princeton, NJ 08544. vaggarwa@princeton.edu Salman Avestimehr

More information

Cooperative Orthogonal Space-Time-Frequency Block Codes over a MIMO-OFDM Frequency Selective Channel

Cooperative Orthogonal Space-Time-Frequency Block Codes over a MIMO-OFDM Frequency Selective Channel Cooperative Orthogonal Space-Time-Frequency Block Codes over a MIMO-OFDM Frequency Selective Channel M. Rezaei* and A. Falahati* (C.A.) Abstract: In this paper, a cooperative algorithm to improve the orthogonal

More information

Dynamic Resource Allocation for Multi Source-Destination Relay Networks

Dynamic Resource Allocation for Multi Source-Destination Relay Networks Dynamic Resource Allocation for Multi Source-Destination Relay Networks Onur Sahin, Elza Erkip Electrical and Computer Engineering, Polytechnic University, Brooklyn, New York, USA Email: osahin0@utopia.poly.edu,

More information

Energy-Balanced Cooperative Routing in Multihop Wireless Ad Hoc Networks

Energy-Balanced Cooperative Routing in Multihop Wireless Ad Hoc Networks Energy-Balanced Cooperative Routing in Multihop Wireless Ad Hoc Networs Siyuan Chen Minsu Huang Yang Li Ying Zhu Yu Wang Department of Computer Science, University of North Carolina at Charlotte, Charlotte,

More information

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks Elisabeth M. Royer, Chai-Keong Toh IEEE Personal Communications, April 1999 Presented by Hannu Vilpponen 1(15) Hannu_Vilpponen.PPT

More information

Distance-Vector Routing

Distance-Vector Routing Distance-Vector Routing Antonio Carzaniga Faculty of Informatics University of Lugano June 8, 2007 c 2005 2007 Antonio Carzaniga 1 Recap on link-state routing Distance-vector routing Bellman-Ford equation

More information

A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas

A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas IJCSNS International Journal of Computer Science and Network Security, VO.6 No.10, October 2006 3 A Communication Model for Inter-vehicle Communication Simulation Systems Based on Properties of Urban Areas

More information

Link Activation with Parallel Interference Cancellation in Multi-hop VANET

Link Activation with Parallel Interference Cancellation in Multi-hop VANET Link Activation with Parallel Interference Cancellation in Multi-hop VANET Meysam Azizian, Soumaya Cherkaoui and Abdelhakim Senhaji Hafid Department of Electrical and Computer Engineering, Université de

More information

WIRELESS TRANSMISSIONS WITH COMBINED GAIN RELAYS OVER FADING CHANNELS

WIRELESS TRANSMISSIONS WITH COMBINED GAIN RELAYS OVER FADING CHANNELS WIRELESS TRANSMISSIONS WITH COMBINED GAIN RELAYS OVER FADING CHANNELS Theodoros A. Tsiftsis Dept. of Electrical & Computer Engineering, University of Patras, Rion, 26500 Patras, Greece tsiftsis@ee.upatras.gr

More information

On the Performance of Cooperative Routing in Wireless Networks

On the Performance of Cooperative Routing in Wireless Networks 1 On the Performance of Cooperative Routing in Wireless Networks Mostafa Dehghan, Majid Ghaderi, and Dennis L. Goeckel Department of Computer Science, University of Calgary, Emails: {mdehghan, mghaderi}@ucalgary.ca

More information

Mitigating Channel Estimation Error with Timing Synchronization Tradeoff in Cooperative Communications

Mitigating Channel Estimation Error with Timing Synchronization Tradeoff in Cooperative Communications Mitigating Channel Estimation Error with Timing Synchronization Tradeoff in Cooperative Communications Ahmed S. Ibrahim and K. J. Ray Liu Department of Signals and Systems Chalmers University of Technology,

More information

Cooperative Routing in Wireless Networks

Cooperative Routing in Wireless Networks Cooperative Routing in Wireless Networks Amir Ehsan Khandani Jinane Abounadi Eytan Modiano Lizhong Zheng Laboratory for Information and Decision Systems Massachusetts Institute of Technology 77 Massachusetts

More information

CS 457 Lecture 16 Routing Continued. Spring 2010

CS 457 Lecture 16 Routing Continued. Spring 2010 CS 457 Lecture 16 Routing Continued Spring 2010 Scaling Link-State Routing Overhead of link-state routing Flooding link-state packets throughout the network Running Dijkstra s shortest-path algorithm Introducing

More information

Optimal Power Control in Cognitive Radio Networks with Fuzzy Logic

Optimal Power Control in Cognitive Radio Networks with Fuzzy Logic MEE10:68 Optimal Power Control in Cognitive Radio Networks with Fuzzy Logic Jhang Shih Yu This thesis is presented as part of Degree of Master of Science in Electrical Engineering September 2010 Main supervisor:

More information

Performance Evaluation of a Mixed Vehicular Network with CAM-DCC and LIMERIC Vehicles

Performance Evaluation of a Mixed Vehicular Network with CAM-DCC and LIMERIC Vehicles Performance Evaluation of a Mixed Vehicular Network with CAM-DCC and LIMERIC Vehicles Bin Cheng Joint work with Ali Rostami, Marco Gruteser WINLAB, Rutgers University, USA Gaurav Bansal, John B. Kenney

More information

Energy Minimization in Wireless Sensor Networks Using Multi Hop Transmission

Energy Minimization in Wireless Sensor Networks Using Multi Hop Transmission IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661, ISBN: 2278-8727 Volume 5, Issue 5 (Sep-Oct. 2012), PP 14-21 Energy Minimization in Wireless Sensor Networks Using Multi Hop Transmission

More information

Autonomous Decentralized Synchronization System for Inter-Vehicle Communication in Ad-hoc Network

Autonomous Decentralized Synchronization System for Inter-Vehicle Communication in Ad-hoc Network Autonomous Decentralized Synchronization System for Inter-Vehicle Communication in Ad-hoc etwork Young An Kim 1, Choong Seon Hong 1 1 Department of Electronics and Information, Kyung Hee University, 1

More information

Performance Comparison of Cooperative OFDM and SC-FDE Relay Networks in A Frequency-Selective Fading Channel

Performance Comparison of Cooperative OFDM and SC-FDE Relay Networks in A Frequency-Selective Fading Channel Performance Comparison of Cooperative and -FDE Relay Networks in A Frequency-Selective Fading Alina Alexandra Florea, Dept. of Telecommunications, Services and Usages INSA Lyon, France alina.florea@it-sudparis.eu

More information

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network EasyChair Preprint 78 A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network Yuzhou Liu and Wuwen Lai EasyChair preprints are intended for rapid dissemination of research results and

More information

Power Controlled Random Access

Power Controlled Random Access 1 Power Controlled Random Access Aditya Dua Department of Electrical Engineering Stanford University Stanford, CA 94305 dua@stanford.edu Abstract The lack of an established infrastructure, and the vagaries

More information

Location Dependent Optimal Relay Selection in Mobile Cooperative Environment

Location Dependent Optimal Relay Selection in Mobile Cooperative Environment 1 Location Depent Optimal Relay Selection in Mobile Cooperative Environment Esam A. Obiedat, Chirag Warty, Lei Cao CommScope Inc., obiedat@gmail.com University of Illinois Chicago,cwarty2@uic.edu University

More information

Dynamic Zonal Broadcasting for Effective Data Dissemination in VANET

Dynamic Zonal Broadcasting for Effective Data Dissemination in VANET Dynamic Zonal Broadcasting for Effective Data Dissemination in VANET Masters Project Final Report Author: Madhukesh Wali Email: mwali@cs.odu.edu Project Advisor: Dr. Michele Weigle Email: mweigle@cs.odu.edu

More information

Cognitive Radios Games: Overview and Perspectives

Cognitive Radios Games: Overview and Perspectives Cognitive Radios Games: Overview and Yezekael Hayel University of Avignon, France Supélec 06/18/07 1 / 39 Summary 1 Introduction 2 3 4 5 2 / 39 Summary Introduction Cognitive Radio Technologies Game Theory

More information

Multicast Energy Aware Routing in Wireless Networks

Multicast Energy Aware Routing in Wireless Networks Ahmad Karimi Department of Mathematics, Behbahan Khatam Alanbia University of Technology, Behbahan, Iran karimi@bkatu.ac.ir ABSTRACT Multicasting is a service for disseminating data to a group of hosts

More information

Minimizing Co-Channel Interference in Wireless Relay Networks

Minimizing Co-Channel Interference in Wireless Relay Networks Minimizing Co-Channel Interference in Wireless Relay Networks K.R. Jacobson, W.A. Krzymień TRLabs/Electrical and Computer Engineering, University of Alberta Edmonton, Alberta krj@ualberta.ca, wak@ece.ualberta.ca

More information

Outage Probability of a Multi-User Cooperation Protocol in an Asynchronous CDMA Cellular Uplink

Outage Probability of a Multi-User Cooperation Protocol in an Asynchronous CDMA Cellular Uplink Outage Probability of a Multi-User Cooperation Protocol in an Asynchronous CDMA Cellular Uplink Kanchan G. Vardhe, Daryl Reynolds, and Matthew C. Valenti Lane Dept. of Comp. Sci and Elec. Eng. West Virginia

More information

A New Analysis of the DS-CDMA Cellular Uplink Under Spatial Constraints

A New Analysis of the DS-CDMA Cellular Uplink Under Spatial Constraints A New Analysis of the DS-CDMA Cellular Uplink Under Spatial Constraints D. Torrieri M. C. Valenti S. Talarico U.S. Army Research Laboratory Adelphi, MD West Virginia University Morgantown, WV June, 3 the

More information

Cooperative communication with regenerative relays for cognitive radio networks

Cooperative communication with regenerative relays for cognitive radio networks 1 Cooperative communication with regenerative relays for cognitive radio networks Tuan Do and Brian L. Mark Dept. of Electrical and Computer Engineering George Mason University, MS 1G5 4400 University

More information

Chapter 12. Cross-Layer Optimization for Multi- Hop Cognitive Radio Networks

Chapter 12. Cross-Layer Optimization for Multi- Hop Cognitive Radio Networks Chapter 12 Cross-Layer Optimization for Multi- Hop Cognitive Radio Networks 1 Outline CR network (CRN) properties Mathematical models at multiple layers Case study 2 Traditional Radio vs CR Traditional

More information

GeoMAC: Geo-backoff based Co-operative MAC for V2V networks.

GeoMAC: Geo-backoff based Co-operative MAC for V2V networks. GeoMAC: Geo-backoff based Co-operative MAC for V2V networks. Sanjit Kaul and Marco Gruteser WINLAB, Rutgers University. Ryokichi Onishi and Rama Vuyyuru Toyota InfoTechnology Center. ICVES 08 Sep 24 th

More information

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks Eiman Alotaibi, Sumit Roy Dept. of Electrical Engineering U. Washington Box 352500 Seattle, WA 98195 eman76,roy@ee.washington.edu

More information

Efficient Relay Selection Scheme based on Fuzzy Logic for Cooperative Communication

Efficient Relay Selection Scheme based on Fuzzy Logic for Cooperative Communication Efficient Relay Selection Scheme based on Fuzzy Logic for Cooperative Communication Shakeel Ahmad Waqas Military College of Signals National University of Sciences and Technology (NUST) Rawalpindi/Islamabad,

More information

Distributed Power Control in Cellular and Wireless Networks - A Comparative Study

Distributed Power Control in Cellular and Wireless Networks - A Comparative Study Distributed Power Control in Cellular and Wireless Networks - A Comparative Study Vijay Raman, ECE, UIUC 1 Why power control? Interference in communication systems restrains system capacity In cellular

More information

A Performance of Cooperative Relay Network Based on OFDM/TDM Using MMSE-FDE in a Wireless Channel

A Performance of Cooperative Relay Network Based on OFDM/TDM Using MMSE-FDE in a Wireless Channel A Performance of Cooperative Relay Network Based on OFDM/TDM Using in a Wireless Channel Haris Gacanin and Fumiyuki Adachi Department of Electrical and Communication Engineering Graduate School of Engineering,

More information

Modulated Backscattering Coverage in Wireless Passive Sensor Networks

Modulated Backscattering Coverage in Wireless Passive Sensor Networks Modulated Backscattering Coverage in Wireless Passive Sensor Networks Anusha Chitneni 1, Karunakar Pothuganti 1 Department of Electronics and Communication Engineering, Sree Indhu College of Engineering

More information

On Performance Improvements with Odd-Power (Cross) QAM Mappings in Wireless Networks

On Performance Improvements with Odd-Power (Cross) QAM Mappings in Wireless Networks San Jose State University From the SelectedWorks of Robert Henry Morelos-Zaragoza April, 2015 On Performance Improvements with Odd-Power (Cross) QAM Mappings in Wireless Networks Quyhn Quach Robert H Morelos-Zaragoza

More information

ENERGY EFFICIENT SENSOR NODE DESIGN IN WIRELESS SENSOR NETWORKS

ENERGY EFFICIENT SENSOR NODE DESIGN IN WIRELESS SENSOR NETWORKS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Opportunistic Routing in Wireless Mesh Networks

Opportunistic Routing in Wireless Mesh Networks Opportunistic Routing in Wireless Mesh Networks Amir arehshoorzadeh amir@ac.upc.edu Llorenç Cerdá-Alabern llorenc@ac.upc.edu Vicent Pla vpla@dcom.upv.es August 31, 2012 Opportunistic Routing in Wireless

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

Transport Capacity and Spectral Efficiency of Large Wireless CDMA Ad Hoc Networks

Transport Capacity and Spectral Efficiency of Large Wireless CDMA Ad Hoc Networks Transport Capacity and Spectral Efficiency of Large Wireless CDMA Ad Hoc Networks Yi Sun Department of Electrical Engineering The City College of City University of New York Acknowledgement: supported

More information

Non-saturated and Saturated Throughput Analysis for IEEE e EDCA Multi-hop Networks

Non-saturated and Saturated Throughput Analysis for IEEE e EDCA Multi-hop Networks Non-saturated and Saturated Throughput Analysis for IEEE 80.e EDCA Multi-hop Networks Yuta Shimoyamada, Kosuke Sanada, and Hiroo Sekiya Graduate School of Advanced Integration Science, Chiba University,

More information

Simple Modifications in HWMP for Wireless Mesh Networks with Smart Antennas

Simple Modifications in HWMP for Wireless Mesh Networks with Smart Antennas Simple Modifications in HWMP for Wireless Mesh Networks with Smart Antennas Muhammad Irfan Rafique, Marco Porsch, Thomas Bauschert Chair for Communication Networks, TU Chemnitz irfan.rafique@etit.tu-chemnitz.de

More information

Energy Efficient Data Gathering with Mobile Element Path Planning and SDMA-MIMO in WSN

Energy Efficient Data Gathering with Mobile Element Path Planning and SDMA-MIMO in WSN Energy Efficient Data Gathering with Mobile Element Path Planning and SDMA-MIMO in WSN G.R.Divya M.E., Communication System ECE DMI College of engineering Chennai, India S.Rajkumar Assistant Professor,

More information

Mobility and Fading: Two Sides of the Same Coin

Mobility and Fading: Two Sides of the Same Coin 1 Mobility and Fading: Two Sides of the Same Coin Zhenhua Gong and Martin Haenggi Department of Electrical Engineering University of Notre Dame Notre Dame, IN 46556, USA {zgong,mhaenggi}@nd.edu Abstract

More information

COMMUNICATION ON LIMITED-MOBILITY UNDERWATER SENSOR NETWORKS. Nicholas Y. Yuen. A Thesis Submitted to the. Office of Research and Graduate Studies

COMMUNICATION ON LIMITED-MOBILITY UNDERWATER SENSOR NETWORKS. Nicholas Y. Yuen. A Thesis Submitted to the. Office of Research and Graduate Studies 1 COMMUNICATION ON LIMITED-MOBILITY UNDERWATER SENSOR NETWORKS by Nicholas Y. Yuen A Thesis Submitted to the Office of Research and Graduate Studies In Partial Fulfillment of the Requirements for the Degree

More information

Modeling and Mitigation of Interference in Multi-Antenna Receivers

Modeling and Mitigation of Interference in Multi-Antenna Receivers Modeling and Mitigation of Interference in Multi-Antenna Receivers Aditya Chopra September 16, 2011 1 about me Member of the Wireless Networking and Communications Group at The University of Texas at Austin

More information

Optimum Threshold for SNR-based Selective Digital Relaying Schemes in Cooperative Wireless Networks

Optimum Threshold for SNR-based Selective Digital Relaying Schemes in Cooperative Wireless Networks Optimum Threshold for SNR-based Selective Digital Relaying Schemes in Cooperative Wireless Networks Furuzan Atay Onat, Abdulkareem Adinoyi, Yijia Fan, Halim Yanikomeroglu, and John S. Thompson Broadband

More information

VANET. Gilles Guette and Bertrand Ducourthial. IEEE MoVeNet 2007, Pisa. Laboratoire Heudiasyc, UMR CNRS 6599 Université de Technologie de Compiègne

VANET. Gilles Guette and Bertrand Ducourthial. IEEE MoVeNet 2007, Pisa. Laboratoire Heudiasyc, UMR CNRS 6599 Université de Technologie de Compiègne 1 1 out + On the Gilles Guette and Bertrand Ducourthial Laboratoire Heudiasyc, UMR CNRS 6599 Université de Technologie de Compiègne IEEE MoVeNet 2007, Pisa Outlines 2 2 out + 1 2 3 : hypotheses vs. impact

More information

Study of MIMO channel capacity for IST METRA models

Study of MIMO channel capacity for IST METRA models Study of MIMO channel capacity for IST METRA models Matilde Sánchez Fernández, M a del Pilar Cantarero Recio and Ana García Armada Dept. Signal Theory and Communications University Carlos III of Madrid

More information

Energy Saving Routing Strategies in IP Networks

Energy Saving Routing Strategies in IP Networks Energy Saving Routing Strategies in IP Networks M. Polverini; M. Listanti DIET Department - University of Roma Sapienza, Via Eudossiana 8, 84 Roma, Italy 2 june 24 [scale=.8]figure/logo.eps M. Polverini

More information

Strategic Versus Collaborative Power Control in Relay Fading Channels

Strategic Versus Collaborative Power Control in Relay Fading Channels Strategic Versus Collaborative Power Control in Relay Fading Channels Shuangqing Wei Department of Electrical and Computer Eng. Louisiana State University Baton Rouge, LA 70803 Email: swei@ece.lsu.edu

More information

MIMO-Based Vehicle Positioning System for Vehicular Networks

MIMO-Based Vehicle Positioning System for Vehicular Networks MIMO-Based Vehicle Positioning System for Vehicular Networks Abduladhim Ashtaiwi* Computer Networks Department College of Information and Technology University of Tripoli Libya. * Corresponding author.

More information

Closing the loop around Sensor Networks

Closing the loop around Sensor Networks Closing the loop around Sensor Networks Bruno Sinopoli Shankar Sastry Dept of Electrical Engineering, UC Berkeley Chess Review May 11, 2005 Berkeley, CA Conceptual Issues Given a certain wireless sensor

More information