Communication Networks. Braunschweiger Verkehrskolloquium

Size: px
Start display at page:

Download "Communication Networks. Braunschweiger Verkehrskolloquium"

Transcription

1 Simulation of Car-to-X Communication Networks Braunschweiger Verkehrskolloquium DLR, Henrik Schumacher, IKT

2 Introduction VANET = Vehicular Ad hoc NETwork Originally used to emphasize ad hoc nature of vehicular networks Nowadays generally describes Car-to-X Communication based on wireless local area networking Car-to-X Communication consists of Vehicle-to-Vehicle (Car-to-Car) and Vehicle-to-Roadside (Car-to-Infrastructure) Communication Source: ETSI ITS 2

3 Motivation: Safety in Road Traffic Road accidents EU-25 in 2005 (ca.): fatalities 1.3 million accidents involving ing injury Costs: 160*10 9 per year or 1.5% of EU GDP 1.8 million injuries (Source: C2C-CC, EU: SafetyNet Annual Statistical Report 2008) Accident reasons: 86% involve drivers Too fast or too close: 31% Driver mistakes concerning right of way, entering exits, turnings: 26% Wrong lane, wrong overtaking: 13% Others (esp. alcohol): 30% (Source: C2C-CC, CC, Verkehr in Zahlen 2003, Dt. Verkehrs-Verlag) Verlag) EU target: Reduce number of road fatalities by 50% until 2010 compared to

4 Car-to-X Use Cases Some Examples Safety use cases Cooperative Forward Collision Warning Intersection Collision Warning Emergency Electronic Brake Lights Hazardous Location V2V Notification Traffic Efficiency Enhanced Route Guidance and Navigation Green Light Optimal Speed Advisory V2V Merging Assistance Infotainment t and Others Internet Access in Vehicle Point of Interest Notification Remote Diagnostics 4

5 European ITS Protocol Stack Basic Profile of European ITS Protocol Stack: Cooperative Awareness Research Focus ITS = Intelligent Transportation Systems 5

6 What is ITS-G5? ETSI ES : European profile standard for PHY and MAC layer of 5 GHz Intelligent Transport Systems (ITS) Defines ITS-G5 mode of operation for IEEE Uses 10 MHz profile of IEEE a PHY Dedicated frequency band for ITS applications at 5.9 GHz 1 Control Channel (CCH) and 4 (+2) Service Channels (SCHs), ,855-5,905 (5,925) GHz, 10 MHz per channel Exclusively for ITS safety and non-safety applications Operation outside the context of a BSS No association, no authentication 6

7 Cooperative Awareness Basic Service Goal: Provide cooperative awareness to neighboring nodes Distribution of Cooperative Awareness Messages (CAMs) within the ITS-G5 VANET Each vehicle periodically sends CAMs containing status data Vehicle position, speed and heading, basic sensor information One-hop broadcast Part of the ITS Facilities Layer Used for several ITS use cases Mandatory for all ITS stations 7

8 Challenges in VANETs Accuracy of cooperative awareness information has significant impact on traffic safety Vehicles that can broadcast their status data successfully can become a danger for others Reliability is necessary Requirement: All nodes need to access the channel successfully in regular intervals VANETs present adverse conditions for reliable communication Path loss, shadowing, fading No acknowledgments and no RTS-CTS in broadcast mode Collisions can not be detected through missing ACKs Hidden node problems can not be alleviated by RTS-CTS exchange Highly variable node densities 8

9 Hidden Station Problem 9

10 Network Simulation Network simulation based on OMNeT++ Discrete event-controlled network simulator implemented in C++ Open source availability INET extension Elaborate implementation of MAC layer Implementations of IPv4, IPv6, TCP, UDP, application models etc. Protocol development for Car-to-X based on INET's implementation ti Car-to-car and car-to-infrastructure scenarios Optimization i of protocol performance Simulation of Car-to-X Communication Networks Braunschweiger Verkehrskolloquium, February

11 Road Traffic Simulation Accurate modeling of vehicle movement is indispensable for simulation of car-to-x communication scenarios SUMO (Simulation of Urban MObility) Open source road traffic simulation package Microscopic i traffic model: each vehicle is modeled explicitly Easy import of digital maps Connection with other tools is possible Simulation of Car-to-X Communication Networks Braunschweiger Verkehrskolloquium, February

12 Simulation environment: Coupling of simulators TraCI = Traffic Control Interface SUMO = Simulation of Urban MObility 12

13 Baseline simulations: scenario setup Vehicles equipped with ITS-G5A Interfaces TxPower 1 W (30 dbm), data rate = 6 Mbps, Physical Layer Capturing (PLC) enabled OCB-Mode, AC = AC_BK, AIFSN = 9, CW = 15 (const.) All vehicles generate Cooperative Awareness Messages (CAMs) Message size = 400 Bytes, Generation interval = 100 ms Single hop broadcast Highway scenario: 10 km, 2 lanes per direction Vehicle arrivals: Poisson process, speed limit 120 km/h Varying traffic densities 15 vehicles / km: 30 vehicles / km: 60 vehicles / km: 13

14 Evaluation metrics Probability of successful carrier sensing (sensing probability) P(RxPower Sensitivity) Corresponds to probability of successful frame reception in absence of interference (no collisions) Probability of successful frame reception (reception probability) P(RxPower Sensitivity) AND P(SNIRmin SNIR Threshold ) Collisions considered: Collision occurs if SNIR decreases below SNIR Threshold (caused by interference) during frame reception Recording data for 10 s / 20 s / 40 s per simulation run 20 simulation runs per configuration 14

15 Sensing Probability TxPower = 1 W (30 dbm), Sensitivity = -85 dbm 15

16 Sensing Probability vs. Reception Probability TxPower = 1 W (30 dbm), Sensitivity = -85 dbm, SNIR Threshold = Capturing Threshold = 4 db 16

17 Simulating VANETs in Urban Environments In urban environments, path loss is strongly influenced by shadowing and multipath reflections Simple propagation models that only consider TxRx distance not appropriate Integration of radio channel simulator based on raytracing into the simulation environment in cooperation with IfN (TU BS) 17

18 Scenario Realistic scenario of Braunschweig has been developed Urban area of 1500 m x 1500 m incl. university campus Residential zones, small industrial areas and parks Different street types included One-way and two-way streets, varying numbers of lanes Speed limits of 30 and 50 km/h Braunschweig scenario contains different types of data: Street data Traffic flow data Building and elevation data 18

19 Scenario Street data based on Tele Atlas MultiNet Traffic data Incoming and outgoing traffic on main streets based on traffic counts Traffic on side roads and phases of traffic lights estimated by isolated studies Turning ratios 3D building and elevation data acquired from city administration Simulation of Car-to-X Communication Networks Braunschweiger Verkehrskolloquium, February

20 Radio Channel Simulation Simple propagation models not suitable to describe complex multipath situations Frequency-selective and time-variant character of the propagation channel Particularly in dense urban environments Radio channel simulator based on 3D ray tracing using image method developed by IfN Provides power delay profile incl. attenuation and time delay of rays Simulation of Car-to-X Communication Networks Braunschweiger Verkehrskolloquium, February 2011

21 Architecture of simulator coupling Coupling of simulators motivated by weaknesses regarding Radio channel simulation Mobility models Simulation of Car-to-X Communication Networks Braunschweiger Verkehrskolloquium, February

22 Proof-of-concept of scenario Simulation of Car-to-X Communication Networks Braunschweiger Verkehrskolloquium, February

23 Conclusions and further work VANETs offer a huge set of possible applications Traffic safety, efficiency and infotainment Scalability is a serious problem in VANETs Dynamic adaptation of transmission parameters is necessary to control channel load Mechanisms and optimized parameter sets have to be investigated Accurate modeling is necessary regarding Protocols: network simulation Mobility: road traffic simulation Radio propagation: propagation models or channel simulation Simulation of scalability effects in urban VANETs is still an open issue Appropriate models have to be derived d from raytracing results 23

24 C3World Connected Cars in a Connected World Funded by the Ministry of Science and Culture of Lower Saxony Partners: 24

Physical Carrier Sense in Vehicular Ad-hoc Networks

Physical Carrier Sense in Vehicular Ad-hoc Networks Physical Carrier Sense in Vehicular Ad-hoc Networks Razvan Stanica, Emmanuel Chaput, André-Luc Beylot University of Toulouse Institut de Recherche en Informatique de Toulouse IEEE 8 th International Conference

More information

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn Increasing Broadcast Reliability for Vehicular Ad Hoc Networks Nathan Balon and Jinhua Guo University of Michigan - Dearborn I n t r o d u c t i o n General Information on VANETs Background on 802.11 Background

More information

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1 Qosmotec Software Solutions GmbH Technical Overview QPER C2X - Page 1 TABLE OF CONTENTS 0 DOCUMENT CONTROL...3 0.1 Imprint...3 0.2 Document Description...3 1 SYSTEM DESCRIPTION...4 1.1 General Concept...4

More information

Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication

Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication Using Vision-Based Driver Assistance to Augment Vehicular Ad-Hoc Network Communication Kyle Charbonneau, Michael Bauer and Steven Beauchemin Department of Computer Science University of Western Ontario

More information

for Vehicular Ad Hoc Networks

for Vehicular Ad Hoc Networks Distributed Fair Transmit Power Adjustment for Vehicular Ad Hoc Networks Third Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON 06) Reston, VA,

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to publication record in Explore Bristol Research PDF-document

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to publication record in Explore Bristol Research PDF-document Abdullah, NF., Piechocki, RJ., & Doufexi, A. (2010). Spatial diversity for IEEE 802.11p V2V safety broadcast in a highway environment. In ITU Workshop on Fully Networked Car, Geneva International Telecommunication

More information

Projekt Sichere Intelligente Mobilität Testfeld Deutschland. Project Safe Intelligent Mobilty Test Field Germany

Projekt Sichere Intelligente Mobilität Testfeld Deutschland. Project Safe Intelligent Mobilty Test Field Germany Projekt Sichere Intelligente Mobilität Testfeld Deutschland Project Safe Intelligent Mobilty Test Field Germany ETSI TC ITS Workshop 4-6 February 2009 ETSI, Sophia Antipolis, France Dr. Christian Weiß,

More information

Performance Evaluation of a Hybrid Sensor and Vehicular Network to Improve Road Safety

Performance Evaluation of a Hybrid Sensor and Vehicular Network to Improve Road Safety 7th ACM PE-WASUN 2010 Performance Evaluation of a Hybrid Sensor and Vehicular Network to Improve Road Safety Carolina Tripp Barba, Karen Ornelas, Mónica Aguilar Igartua Telematic Engineering Dept. Polytechnic

More information

Design of 5.9GHz DSRC-based Vehicular Safety Communication

Design of 5.9GHz DSRC-based Vehicular Safety Communication Design of 5.9GHz DSRC-based Vehicular Safety Communication Daniel Jiang 1, Vikas Taliwal 1, Andreas Meier 1, Wieland Holfelder 1, Ralf Herrtwich 2 1 DaimlerChrysler Research and Technology North America,

More information

Wireless technologies Test systems

Wireless technologies Test systems Wireless technologies Test systems 8 Test systems for V2X communications Future automated vehicles will be wirelessly networked with their environment and will therefore be able to preventively respond

More information

For Review Only. Wireless Access Technologies for Vehicular Network Safety Applications

For Review Only. Wireless Access Technologies for Vehicular Network Safety Applications Page of 0 0 0 Wireless Access Technologies for Vehicular Network Safety Applications Hassan Aboubakr Omar, Ning Lu, and Weihua Zhuang Department of Electrical and Computer Engineering, University of Waterloo,

More information

Contextual Pedestrian-to-Vehicle DSRC Communication

Contextual Pedestrian-to-Vehicle DSRC Communication Contextual Pedestrian-to-Vehicle DSRC Communication Ali Rostami, Bin Cheng, Hongsheng Lu, John B. Kenney, and Marco Gruteser WINLAB, Rutgers University, USA Toyota InfoTechnology Center, USA December 2016

More information

An Obstacle Model Implementation for Evaluating Radio Shadowing with ns-3

An Obstacle Model Implementation for Evaluating Radio Shadowing with ns-3 An Obstacle Model Implementation for Evaluating Radio Shadowing with ns-3 Scott E. Carpenter and Mihail L. Sichitiu Department of Computer Science Department of Electrical and Computer Engineering North

More information

IT R&D Global Leader. Dr. Hyun Seo Oh. Vehicle Network Research Team Vehicle/Ship IT Convergence Department. Busan ITS World Congress, 2010

IT R&D Global Leader. Dr. Hyun Seo Oh. Vehicle Network Research Team Vehicle/Ship IT Convergence Department. Busan ITS World Congress, 2010 IT R&D Global Leader Dr. Hyun Seo Oh Vehicle Network Research Team Vehicle/Ship IT Convergence Department 1 목차 1 2 3 4 5 개요 1 2 서비스요구사항 3 통신요구사항 기술특성분석요약 Introduction VMC Project Concluding Remarks 별첨

More information

Effect of Antenna Placement and Diversity on Vehicular Network Communications

Effect of Antenna Placement and Diversity on Vehicular Network Communications Effect of Antenna Placement and Diversity on Vehicular Network Communications IAB, 3 rd Dec 2007 Sanjit Kaul {sanjit@winlab.rutgers.edu} Kishore Ramachandran {kishore@winlab.rutgers.edu} Pravin Shankar

More information

Keysight p WAVE (wireless access in vehicular environments)

Keysight p WAVE (wireless access in vehicular environments) Keysight 802.11p WAVE (wireless access in vehicular environments) Agenda Page 2 802.11p Overview & Structure 802.11p Test Solution How to test 802.11p with SA/SG V2X Market Forecast Registered vehicles

More information

sensors ISSN

sensors ISSN Sensors 2013, 13, 1467-1476; doi:10.3390/s130201467 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article Virtual Induction Loops Based on Cooperative Vehicular Communications Marco Gramaglia

More information

Design and evaluation of multi-channel operation implementation of ETSI GeoNetworking Protocol for ITS-G5

Design and evaluation of multi-channel operation implementation of ETSI GeoNetworking Protocol for ITS-G5 Eindhoven University of Technology MASTER Design and evaluation of multi-channel operation implementation of ETSI GeoNetworking Rangga Priandono,. Award date: 2015 Disclaimer This document contains a student

More information

HIGHTS: towards sub-meter positioning accuracy in vehicular networks. Jérôme Härri (EURECOM) on Behalf of HIGHTS ETSI ITS Workshop March 6-8, 2018

HIGHTS: towards sub-meter positioning accuracy in vehicular networks. Jérôme Härri (EURECOM) on Behalf of HIGHTS ETSI ITS Workshop March 6-8, 2018 HIGHTS: towards sub-meter positioning accuracy in vehicular networks Jérôme Härri (EURECOM) on Behalf of HIGHTS ETSI ITS Workshop March 6-8, 2018 The HIGHTS Consortium 09.03.2018 H2020 HIGHTS Project 2

More information

INTRODUCTION TO WIRELESS SENSOR NETWORKS. CHAPTER 3: RADIO COMMUNICATIONS Anna Förster

INTRODUCTION TO WIRELESS SENSOR NETWORKS. CHAPTER 3: RADIO COMMUNICATIONS Anna Förster INTRODUCTION TO WIRELESS SENSOR NETWORKS CHAPTER 3: RADIO COMMUNICATIONS Anna Förster OVERVIEW 1. Radio Waves and Modulation/Demodulation 2. Properties of Wireless Communications 1. Interference and noise

More information

Estimation of System Operating Margin for Different Modulation Schemes in Vehicular Ad-Hoc Networks

Estimation of System Operating Margin for Different Modulation Schemes in Vehicular Ad-Hoc Networks Estimation of System Operating Margin for Different Modulation Schemes in Vehicular Ad-Hoc Networks TilotmaYadav 1, Partha Pratim Bhattacharya 2 Department of Electronics and Communication Engineering,

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

Decision to make the Wireless Telegraphy (Vehicle Based Intelligent Transport Systems)(Exemption) Regulations 2009

Decision to make the Wireless Telegraphy (Vehicle Based Intelligent Transport Systems)(Exemption) Regulations 2009 Decision to make the Wireless Telegraphy (Vehicle Based Intelligent Transport Systems)(Exemption) Regulations 2009 Statement Publication date: 23 January 2009 Contents Section Page 1 Summary 1 2 Introduction

More information

Comparison of Collision Avoidance Systems and Applicability to Rail Transport

Comparison of Collision Avoidance Systems and Applicability to Rail Transport Comparison of Collision Avoidance Systems and Applicability to Rail Transport Cristina Rico García, Andreas Lehner, Thomas Strang and Matthias Röckl Institute of Communication and Navigation Page 1 Cristina

More information

Research Article A Joint Vehicle-Vehicle/Vehicle-Roadside Communication Protocol for Highway Traffic Safety

Research Article A Joint Vehicle-Vehicle/Vehicle-Roadside Communication Protocol for Highway Traffic Safety Vehicular Technology Volume 211, Article ID 71848, 1 pages doi:1.1155/211/71848 Research Article A Joint Vehicle-Vehicle/Vehicle-Roadside Communication Protocol for Highway Traffic Safety Bin Hu and Hamid

More information

Opportunistic Vehicular Networks by Satellite Links for Safety Applications

Opportunistic Vehicular Networks by Satellite Links for Safety Applications 1 Opportunistic Vehicular Networks by Satellite Links for Safety Applications A.M. Vegni, C. Vegni, and T.D.C. Little Outline 2 o o o Opportunistic Networking as traditional connectivity in VANETs. Limitation

More information

Vehicle speed and volume measurement using V2I communication

Vehicle speed and volume measurement using V2I communication Vehicle speed and volume measurement using VI communication Quoc Chuyen DOAN IRSEEM-ESIGELEC ITS division Saint Etienne du Rouvray 76801 - FRANCE doan@esigelec.fr Tahar BERRADIA IRSEEM-ESIGELEC ITS division

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, Ali Rostami, Marco Gruteser John B. Kenney Gaurav Bansal and Katrin Sjoberg Winlab, Rutgers University,

More information

Car-to-Car Communication by Martin Wunderlich Meysam Haddadi

Car-to-Car Communication by Martin Wunderlich Meysam Haddadi Car-to-Car Communication by Martin Wunderlich Meysam Haddadi Technology and Application 26.01.2006 Chair for Communication Technology (ComTec), Faculty of Electrical Engineering / Computer Science Overview

More information

Exploiting Vertical Diversity in Vehicular Channel Environments

Exploiting Vertical Diversity in Vehicular Channel Environments Exploiting Vertical Diversity in Vehicular Channel Environments Sangho Oh, Sanjit Kaul, Marco Gruteser Electrical & Computer Engineering, Rutgers University, 94 Brett Rd, Piscataway NJ 8854 Email: {sangho,

More information

Slipstream Cooperative Adaptive Cruise Control - A Conceptual ITS Application for Electric Vehicles

Slipstream Cooperative Adaptive Cruise Control - A Conceptual ITS Application for Electric Vehicles Copyright Notice c 2012 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works

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

Cognitive Wireless Network : Computer Networking. Overview. Cognitive Wireless Networks

Cognitive Wireless Network : Computer Networking. Overview. Cognitive Wireless Networks Cognitive Wireless Network 15-744: Computer Networking L-19 Cognitive Wireless Networks Optimize wireless networks based context information Assigned reading White spaces Online Estimation of Interference

More information

Adaptive Transmission Scheme for Vehicle Communication System

Adaptive Transmission Scheme for Vehicle Communication System Sangmi Moon, Sara Bae, Myeonghun Chu, Jihye Lee, Soonho Kwon and Intae Hwang Dept. of Electronics and Computer Engineering, Chonnam National University, 300 Yongbongdong Bukgu Gwangju, 500-757, Republic

More information

Next Generation Mobile Networks NGMN Liaison Statement to 5GAA

Next Generation Mobile Networks NGMN Liaison Statement to 5GAA Simulation assumptions and simulation results of LLS and SLS 1 THE LINK LEVEL SIMULATION 1.1 Simulation assumptions The link level simulation assumptions are applied as follows: For fast fading model in

More information

DLR Simulation Environment m 3

DLR Simulation Environment m 3 DLR Simulation Environment m 3 Matthias Röckl, Thomas Strang Slide 1 > First C2C-CC/COMeSafety Simulation Workshop > Matthias Röckl Motivation Contradicting simulation results Source: Cavin et.al.: On

More information

ABSTRACT. CARPENTER, SCOTT E. When evaluating safety in a vehicular ad hoc network, do not forget the obstacles.

ABSTRACT. CARPENTER, SCOTT E. When evaluating safety in a vehicular ad hoc network, do not forget the obstacles. ABSTRACT CARPENTER, SCOTT E. When evaluating safety in a vehicular ad hoc network, do not forget the obstacles. Wireless communication between vehicles enables both safety applications, such as accident

More information

ITS Radiocommunications in Japan Progress report and future directions

ITS Radiocommunications in Japan Progress report and future directions ITS Radiocommunications in Japan Progress report and future directions 6 March 2018 Berlin, Germany Tomoaki Ishii Assistant Director, New-Generation Mobile Communications Office, Radio Dept., Telecommunications

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

Connected Car Networking

Connected Car Networking Connected Car Networking Teng Yang, Francis Wolff and Christos Papachristou Electrical Engineering and Computer Science Case Western Reserve University Cleveland, Ohio Outline Motivation Connected Car

More information

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems Chaminda Basnayake, Ph.D. Senior Research Engineer General Motors Research & Development and Planning

More information

Safety Communication for Vehicular Networks: Context-Aware Congestion Control and Cooperative Multi-Hop Forwarding. Le Zhang

Safety Communication for Vehicular Networks: Context-Aware Congestion Control and Cooperative Multi-Hop Forwarding. Le Zhang Safety Communication for Vehicular Networks: Context-Aware Congestion Control and Cooperative Multi-Hop Forwarding by Le Zhang A thesis submitted in conformity with the requirements for the degree of Doctor

More information

Cognitive Radio: Smart Use of Radio Spectrum

Cognitive Radio: Smart Use of Radio Spectrum Cognitive Radio: Smart Use of Radio Spectrum Miguel López-Benítez Department of Electrical Engineering and Electronics University of Liverpool, United Kingdom M.Lopez-Benitez@liverpool.ac.uk www.lopezbenitez.es,

More information

Introduction to wireless systems

Introduction to wireless systems Introduction to wireless systems Wireless Systems a.a. 2014/2015 Un. of Rome La Sapienza Chiara Petrioli Department of Computer Science University of Rome Sapienza Italy Background- Wireless Systems What

More information

RECOMMENDATION ITU-R M.1310* TRANSPORT INFORMATION AND CONTROL SYSTEMS (TICS) OBJECTIVES AND REQUIREMENTS (Question ITU-R 205/8)

RECOMMENDATION ITU-R M.1310* TRANSPORT INFORMATION AND CONTROL SYSTEMS (TICS) OBJECTIVES AND REQUIREMENTS (Question ITU-R 205/8) Rec. ITU-R M.1310 1 RECOMMENDATION ITU-R M.1310* TRANSPORT INFORMATION AND CONTROL SYSTEMS (TICS) OBJECTIVES AND REQUIREMENTS (Question ITU-R 205/8) Rec. ITU-R M.1310 (1997) Summary This Recommendation

More information

Radio interface standards of vehicle-tovehicle and vehicle-to-infrastructure communications for Intelligent Transport System applications

Radio interface standards of vehicle-tovehicle and vehicle-to-infrastructure communications for Intelligent Transport System applications Recommendation ITU-R M.2084-0 (09/2015) Radio interface standards of vehicle-tovehicle and vehicle-to-infrastructure communications for Intelligent Transport System applications M Series Mobile, radiodetermination,

More information

Vehicle-to-Everything Communication - Is there any future for DSRC?

Vehicle-to-Everything Communication - Is there any future for DSRC? Vehicle-to-Everything Communication - Is there any future for DSRC? Jérôme Härri Keynote - Net4Cars 2015, Sousse, Tunisia Acknowledgement: Thanks to Laurent Gallo for his help and contributions to this

More information

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed AUTOMOTIVE Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed Yoshiaki HAYASHI*, Izumi MEMEZAWA, Takuji KANTOU, Shingo OHASHI, and Koichi TAKAYAMA ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR P INCLUDING PROPAGATION MODELS

PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR P INCLUDING PROPAGATION MODELS PERFORMANCE ANALYSIS OF ROUTING PROTOCOLS FOR 802.11P INCLUDING PROPAGATION MODELS Mit Parmar 1, Kinnar Vaghela 2 1 Student M.E. Communication Systems, Electronics & Communication Department, L.D. College

More information

SAE-DCC evaluation and comparison with popular congestion control algorithms of V2X communication

SAE-DCC evaluation and comparison with popular congestion control algorithms of V2X communication Eindhoven University of Technology MASTER SAE-DCC evaluation and comparison with popular congestion control algorithms of V2X communication Wei, Y. Award date: 2017 Link to publication Disclaimer This

More information

Analyzing the Potential of Cooperative Cognitive Radio Technology on Inter-Vehicle Communication

Analyzing the Potential of Cooperative Cognitive Radio Technology on Inter-Vehicle Communication Analyzing the Potential of Cooperative Cognitive Radio Technology on Inter-Vehicle Communication (Invited Paper) Marco Di Felice, Kaushik Roy Chowdhury, Luciano Bononi Department of Computer Science, University

More information

VEHICLE COMMUNICATIONS: A SHORT SURVEY

VEHICLE COMMUNICATIONS: A SHORT SURVEY VEHICLE COMMUNICATIONS: A SHORT SURVEY Pedro Fernandes and Urbano Nunes ISR - Institute of Systems and Robotics Department of Electrical and Computer Engineering, University of Coimbra, Polo II, Coimbra

More information

Local Density Estimation for Contention Window Adaptation in Vehicular Networks

Local Density Estimation for Contention Window Adaptation in Vehicular Networks Local Density Estimation for Contention Window Adaptation in Vehicular Networks Razvan Stanica, Emmanuel Chaput, André-Luc Beylot University of Toulouse Institut de Recherche en Informatique de Toulouse

More information

CVIS: First results from tests and validation

CVIS: First results from tests and validation CVIS: First results from tests and validation Peter Christ ETSI ITS Workshop 5 February 2009 Project objective Increase efficiency and safety through V2V and V2I cooperation enabled by: an open architecture

More information

Positioning Challenges in Cooperative Vehicular Safety Systems

Positioning Challenges in Cooperative Vehicular Safety Systems Positioning Challenges in Cooperative Vehicular Safety Systems Dr. Luca Delgrossi Mercedes-Benz Research & Development North America, Inc. October 15, 2009 Positioning for Automotive Navigation Personal

More information

ns-3 and wifi - An overview of physical layer models

ns-3 and wifi - An overview of physical layer models ns-3 and wifi - An overview of physical layer models Workshop on ns-3 in conjunction with SIMUTools 2009 March 2nd, 2009 Decentralized Systems and Network Services Research Group and Junior Research Group

More information

REAL-TIME COMMUNICATION ARCHITECTURE for CONNECTED-VEHICLE ECO-TRAFFIC SIGNAL SYSTEM APPLICATIONS. Final Report

REAL-TIME COMMUNICATION ARCHITECTURE for CONNECTED-VEHICLE ECO-TRAFFIC SIGNAL SYSTEM APPLICATIONS. Final Report REAL-TIME COMMUNICATION ARCHITECTURE for CONNECTED-VEHICLE ECO-TRAFFIC SIGNAL SYSTEM APPLICATIONS Final Report Prepared for US Department of Transportation Research and Special Programs Administration

More information

UNDERSTANDING AND MITIGATING

UNDERSTANDING AND MITIGATING UNDERSTANDING AND MITIGATING THE IMPACT OF RF INTERFERENCE ON 802.11 NETWORKS RAMAKRISHNA GUMMADI UCS DAVID WETHERALL INTEL RESEARCH BEN GREENSTEIN UNIVERSITY OF WASHINGTON SRINIVASAN SESHAN CMU 1 Presented

More information

Studying Routing Issues in VANETs by Using NS-3 Bachelor Thesis on Informatics

Studying Routing Issues in VANETs by Using NS-3 Bachelor Thesis on Informatics Studying Routing Issues in VANETs by Using NS-3 Bachelor Thesis on Informatics by Christos Profentzas Thesis supervisor Dr. Periklis Chatzimisios Alexander Technological Educational Institute of Thessaloniki

More information

Inter- and Intra-Vehicle Communications

Inter- and Intra-Vehicle Communications Inter- and Intra-Vehicle Communications Gilbert Held A Auerbach Publications Taylor 5* Francis Group Boca Raton New York Auerbach Publications is an imprint of the Taylor & Francis Croup, an informa business

More information

Current Technologies in Vehicular Communications

Current Technologies in Vehicular Communications Current Technologies in Vehicular Communications George Dimitrakopoulos George Bravos Current Technologies in Vehicular Communications George Dimitrakopoulos Department of Informatics and Telematics Harokopio

More information

From Communication to Traffic Self-Organization in VANETs

From Communication to Traffic Self-Organization in VANETs From Communication to Traffic Self-Organization in VANETs Gianluigi Ferrari, 1 Stefano Busanelli, 1 Nicola Iotti 2 1 WASN Lab, Dept. of Information Eng., UniParma, Italy 2 Guglielmo Srl, Pilastro (Parma),

More information

Radio Network Planning for Outdoor WLAN-Systems

Radio Network Planning for Outdoor WLAN-Systems Radio Network Planning for Outdoor WLAN-Systems S-72.333 Postgraduate Course in Radio Communications Jarkko Unkeri jarkko.unkeri@hut.fi 54029P 1 Outline Introduction WLAN Radio network planning challenges

More information

Wireless Broadband Networks

Wireless Broadband Networks Wireless Broadband Networks WLAN: Support of mobile devices, but low data rate for higher number of users What to do for a high number of users or even needed QoS support? Problem of the last mile Provide

More information

Syed Obaid Amin. Date: February 11 th, Networking Lab Kyung Hee University

Syed Obaid Amin. Date: February 11 th, Networking Lab Kyung Hee University Detecting Jamming Attacks in Ubiquitous Sensor Networks Networking Lab Kyung Hee University Date: February 11 th, 2008 Syed Obaid Amin obaid@networking.khu.ac.kr Contents Background Introduction USN (Ubiquitous

More information

Faculty of Electrical Engineering and Information Technology. Chair of Communication Engineering. Master Thesis

Faculty of Electrical Engineering and Information Technology. Chair of Communication Engineering. Master Thesis Faculty of Electrical Engineering and Information Technology Chair of Communication Engineering Master Thesis Enhancement of Communication Model for Driving Simulators by Relevant Physical Effects of Radio

More information

ChSim A wireless channel simulator for OMNeT++

ChSim A wireless channel simulator for OMNeT++ ChSim A wireless channel simulator for OMNeT++ Simulation workshop TKN, TU Berlin September 08, 2006 Computer Networks Group Universität Paderborn Outline Introduction Example scenario, results & modeling

More information

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #4: Medium Access Control Power/CarrierSense Control, Multi-Channel, Directional Antenna Tamer Nadeem Dept. of Computer Science Power & Carrier Sense

More information

Vulnerability modelling of ad hoc routing protocols a comparison of OLSR and DSR

Vulnerability modelling of ad hoc routing protocols a comparison of OLSR and DSR 5 th Scandinavian Workshop on Wireless Ad-hoc Networks May 3-4, 2005 Vulnerability modelling of ad hoc routing protocols a comparison of OLSR and DSR Mikael Fredin - Ericsson Microwave Systems, Sweden

More information

Fanny Mlinarsky octoscope, Inc. 20 February 2013

Fanny Mlinarsky octoscope, Inc. 20 February 2013 Fanny Mlinarsky octoscope, Inc. fm@octoscope.com 20 February 2013 Big Picture 2 Applications Intersection Collision Warning Electronic Brake Light Warning Pre-Crash Sensing Do Not Pass Warning Left Turn

More information

Advanced intelligent transport systems radiocommunications

Advanced intelligent transport systems radiocommunications Report ITU-R M.2228-1 (07/2015) Advanced intelligent transport systems radiocommunications M Series Mobile, radiodetermination, amateur and related satellite services ii Rep. ITU-R M.2228-1 Foreword The

More information

Chutima Prommak and Boriboon Deeka. Proceedings of the World Congress on Engineering 2007 Vol II WCE 2007, July 2-4, 2007, London, U.K.

Chutima Prommak and Boriboon Deeka. Proceedings of the World Congress on Engineering 2007 Vol II WCE 2007, July 2-4, 2007, London, U.K. Network Design for Quality of Services in Wireless Local Area Networks: a Cross-layer Approach for Optimal Access Point Placement and Frequency Channel Assignment Chutima Prommak and Boriboon Deeka ESS

More information

Feasibility Studies of Time Synchronization Using GNSS Receivers in Vehicle to Vehicle Communications. Queensland University of Technology

Feasibility Studies of Time Synchronization Using GNSS Receivers in Vehicle to Vehicle Communications. Queensland University of Technology Feasibility Studies of Time Synchronization Using GNSS Receivers in Vehicle to Vehicle Communications Khondokar Fida Hasan Professor Yanming Feng Professor Glen Tian Queensland University of Technology

More information

Smart Meter connectivity solutions

Smart Meter connectivity solutions Smart Meter connectivity solutions BEREC Workshop Enabling the Internet of Things Brussels, 1 February 2017 Vincenzo Lobianco AGCOM Chief Technological & Innovation Officer A Case Study Italian NRAs cooperation

More information

Cross-layer Network Design for Quality of Services in Wireless Local Area Networks: Optimal Access Point Placement and Frequency Channel Assignment

Cross-layer Network Design for Quality of Services in Wireless Local Area Networks: Optimal Access Point Placement and Frequency Channel Assignment Cross-layer Network Design for Quality of Services in Wireless Local Area Networks: Optimal Access Point Placement and Frequency Channel Assignment Chutima Prommak and Boriboon Deeka Abstract This paper

More information

Safety Message Power Transmission Control for Vehicular Ad hoc Networks

Safety Message Power Transmission Control for Vehicular Ad hoc Networks Journal of Computer Science 6 (10): 1056-1061, 2010 ISSN 1549-3636 2010 Science Publications Safety Message Power Transmission Control for Vehicular Ad hoc Networks 1 Ghassan Samara, 1 Sureswaran Ramadas

More information

Wireless Mesh Networks

Wireless Mesh Networks Wireless Mesh Networks Renato Lo Cigno www.disi.unitn.it/locigno/teaching Part of this material (including some pictures) features and are freely reproduced from: Ian F.Akyildiz, Xudong Wang,Weilin Wang,

More information

REIHE INFORMATIK TR Studying Vehicle Movements on Highways and their Impact on Ad-Hoc Connectivity

REIHE INFORMATIK TR Studying Vehicle Movements on Highways and their Impact on Ad-Hoc Connectivity REIHE INFORMATIK TR-25-3 Studying Vehicle Movements on Highways and their Impact on Ad-Hoc Connectivity Holger Füßler, Marc Torrent-Moreno, Roland Krüger, Matthias Transier, Hannes Hartenstein, and Wolfgang

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

RSU-101E Specifica on

RSU-101E Specifica on RSU-101E Specifica on V2X Roadside Communica on Unit, ETSI TC-ITS protocol stack Overview: RSU-101E is a V2X roadside communication unit designed to enable V2X on the existing traffic controller system.

More information

5.9 GHz V2X Modem Performance Challenges with Vehicle Integration

5.9 GHz V2X Modem Performance Challenges with Vehicle Integration 5.9 GHz V2X Modem Performance Challenges with Vehicle Integration October 15th, 2014 Background V2V DSRC Why do the research? Based on 802.11p MAC PHY ad-hoc network topology at 5.9 GHz. Effective Isotropic

More information

Co-simulation Framework for Control, Communication and Traffic for Vehicle Platoons

Co-simulation Framework for Control, Communication and Traffic for Vehicle Platoons Co-simulation Framework for Control, Communication and Traffic for Vehicle Platoons Amr Ibrahim *, Chetan Belagal Math *, Dip Goswami *, Twan Basten *, Hong Li * Electrical Engineering, Eindhoven University

More information

Cross-layer Approach to Low Energy Wireless Ad Hoc Networks

Cross-layer Approach to Low Energy Wireless Ad Hoc Networks Cross-layer Approach to Low Energy Wireless Ad Hoc Networks By Geethapriya Thamilarasu Dept. of Computer Science & Engineering, University at Buffalo, Buffalo NY Dr. Sumita Mishra CompSys Technologies,

More information

Systems characteristics of automotive radars operating in the frequency band GHz for intelligent transport systems applications

Systems characteristics of automotive radars operating in the frequency band GHz for intelligent transport systems applications Recommendation ITU-R M.257-1 (1/218) Systems characteristics of automotive s operating in the frequency band 76-81 GHz for intelligent transport systems applications M Series Mobile, radiodetermination,

More information

ZigBee Propagation Testing

ZigBee Propagation Testing ZigBee Propagation Testing EDF Energy Ember December 3 rd 2010 Contents 1. Introduction... 3 1.1 Purpose... 3 2. Test Plan... 4 2.1 Location... 4 2.2 Test Point Selection... 4 2.3 Equipment... 5 3 Results...

More information

Performance evaluation of safety critical ITS-G5 V2V communications for cooperative driving applications

Performance evaluation of safety critical ITS-G5 V2V communications for cooperative driving applications Performance evaluation of safety critical ITS-G5 V2V communications for cooperative driving applications Nikita Lyamin Supervisors: Alexey Vinel Magnus Jonsson Boris Bellalta DOCTORAL THESIS Halmstad University

More information

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Ramachandran Balakrishna Daniel Morgan Qi Yang Howard Slavin Caliper Corporation 4 th TRB Conference

More information

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Prepared For: UMIACS/LTS Seminar March 3, 2004 Telcordia Contact: Stephanie Demers Robert A. Ziegler ziegler@research.telcordia.com 732.758.5494

More information

An Algorithm for Localization in Vehicular Ad-Hoc Networks

An Algorithm for Localization in Vehicular Ad-Hoc Networks Journal of Computer Science 6 (2): 168-172, 2010 ISSN 1549-3636 2010 Science Publications An Algorithm for Localization in Vehicular Ad-Hoc Networks Hajar Barani and Mahmoud Fathy Department of Computer

More information

Channel Propagation Model for Train to Vehicle Alert System at 5.9 GHz using Dedicated Short Range Communication. Christopher D.

Channel Propagation Model for Train to Vehicle Alert System at 5.9 GHz using Dedicated Short Range Communication. Christopher D. Channel Propagation Model for Train to Vehicle Alert System at 5.9 GHz using Dedicated Short Range Communication Christopher D. Rowe Thesis submitted to the faculty of the Virginia Polytechnic Institute

More information

Configuration of the C-V2X Mode 4 Sidelink PC5 Interface for Vehicular Communications

Configuration of the C-V2X Mode 4 Sidelink PC5 Interface for Vehicular Communications Configuration of the C-V2X Mode 4 Sidelink PC5 Interface for Vehicular Communications Rafael Molina-Masegosa, Javier Gozalvez and Miguel Sepulcre Universidad Miguel Hernandez de Elche (UMH) UWICORE laboratory,

More information

Cellular-based Vehicle to Pedestrian (V2P) Adaptive Communication for Collision Avoidance

Cellular-based Vehicle to Pedestrian (V2P) Adaptive Communication for Collision Avoidance Cellular-based Vehicle to Pedestrian (V2P) Adaptive Communication for Collision Avoidance Mehrdad Bagheri, Matti Siekkinen, Jukka K. Nurminen Aalto University - Department of Computer Science and Engineering

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

Wireless Intro : Computer Networking. Wireless Challenges. Overview

Wireless Intro : Computer Networking. Wireless Challenges. Overview Wireless Intro 15-744: Computer Networking L-17 Wireless Overview TCP on wireless links Wireless MAC Assigned reading [BM09] In Defense of Wireless Carrier Sense [BAB+05] Roofnet (2 sections) Optional

More information

10590 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 67, NO. 11, NOVEMBER 2018

10590 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 67, NO. 11, NOVEMBER 2018 10590 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 67, NO. 11, NOVEMBER 2018 MoMAC: Mobility-Aware and Collision-Avoidance MAC for Safety Applications in VANETs Feng Lyu, Member, IEEE, Hongzi Zhu, Member,

More information

Executive Overview. D3.2.1-Design and implementation of CARLINK wireless ad-hoc applications: Puzzle-Bubble

Executive Overview. D3.2.1-Design and implementation of CARLINK wireless ad-hoc applications: Puzzle-Bubble Executive Overview Title: D3.2.1-Design and implementation of CARLINK wireless ad-hoc applications: Puzzle-Bubble Summary: This report presents Puzzle-Bubble as an entertainment application for VANETs

More information

Chapter 3 : Media Access. Mobile Communications. Collision avoidance, MACA

Chapter 3 : Media Access. Mobile Communications. Collision avoidance, MACA Mobile Communications Chapter 3 : Media Access Motivation Collision avoidance, MACA SDMA, FDMA, TDMA Polling Aloha CDMA Reservation schemes SAMA Comparison Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/

More information

IVHW : an Inter-Vehicle Hazard Warning system

IVHW : an Inter-Vehicle Hazard Warning system : an Inter-Vehicle Hazard Warning system Benoît MAÏSSEU Project characteristics : a two years DEUFRAKO project - France/Germany co-operation (2001-2002) Partners: RENAULT, COFIROUTE, ESTAR, INRETS, ISIS,

More information

Considerations about Wideband Data Transmission at 4.9 GHz for an hypothetical city wide deployment

Considerations about Wideband Data Transmission at 4.9 GHz for an hypothetical city wide deployment Considerations about Wideband Data Transmission at 4.9 GHz for an hypothetical city wide deployment Leonhard Korowajczuk CEO, CelPlan Technologies, Inc. WCA Public Safety Task Force 11/18/2004 Copyright

More information

Advanced Vehicle Control Systems (AVCS) Supporting Intelligent Transportation Systems

Advanced Vehicle Control Systems (AVCS) Supporting Intelligent Transportation Systems Ministry of Transportation Provincial Highways Management Division Report Highway Infrastructure Innovation Funding Program Advanced Vehicle Control Systems (AVCS) Supporting Intelligent Transportation

More information