Protocol Engineering for Vehicular Communication – Falko Dressler

This is the notes from the lecture I attended by Dr Falko Dressler, Professor of Computer Science at University of Innsbruck.

It may perhaps be little incoherent and is meant more to be notes to future self rather than an interesting read. Nonetheless if AI and Intelligent Traffic Systems interests you do read.

Introduction

  • People Should follow Traffic Lights before making intelligent Traffic Lights
  • Focus – Intervehicular Communication
  • DSRC/WAVE
  • Traffic Information System (TIS)
  • Centralized vs Distributed
  • P2P vs Beaconing

Infrastructure Assisted Data Exchange

  • Adhoc – Multihop Broadcasting
  • Short Range radio broadcast
  • Traffic Message Channel
  • Stationary Sensor
  • Traffic Channel
  • Floating Car Data (FCD) (“aktiv CoCar”)

  • Geocast Manager
  • CoCar aggressor
  • Centralized TIS + Adhoc Routing

Communication

  • WAVE

  • Core System – IEEE 1609.1
  • Security – IEEE 1609.2
  • Network Services

  • MAC layer with extension IEEE 802.11a
  • Reduced inter symbol interference
  • Access Control and QoS in WAVE
  • Use of EDCA equivalent to IEE 802.11e EDCA (DCF -> EDCA)
  • Dedicated Frequency (reserved/assigned)
  • US -> FCC reserved 7 channels 10 MHz
  • EU -> ETSI reserved 5 channels 10 MHz
  • Japan -> Whitespace but not viable

  • Exclusive V2V and V2I communication
  • Channel Management
  • Slot Management
  • CAM Message (Co-operative Awareness Messages)
  • Periodic Beacons Containing–
  • Time, Speed, Position, Heading

  • For multiple devices we would need syncrhonisation

SOTIS Approach

  • SOTIS – Self Organized Traffic Information System
  • Fully Distributed Approach
  • No communication approach
  • No data loss in fragmented
  • No unique node

  • Shortcoming and Open Issues
  • Infra – needs high marked penetration
  • Required/tolerable beacon interal highly dependent scenario
  • Design needs dedicated channel capacity

  • Dynamically —–
  • incorporate optional infra
  • adapt beacon interval
  • free all channels

Hybrid using 3G/4G – Peer TIS

  • DHT – maintained in all cars
  • Communication using 3G/4G network

Optimization

  • Data Caching — not possible to keep data fresh
  • DHT lookup entries — Yes, long indrections in the DHT can be prevented

Fully Distributed – Adaptive Traffic Beacon (ATB)

  • Beacon interval – Measure of channel quality and message priorities
  • Infrastructure elements : RSU of different capacities
  • Light-weight SSU
  • Interconnected SSU

Formulas Involved

Interval parameter – I

I=(1-w_{I})*P^{2}+(w_{I}*c^{2})

  • c=channel quality
  • P = message prior
  • w_{I} = interval weighting

Beacon Interval – \triangle I

\triangle I=I_{min}+(I_{max}-I_{min})*I

  • I= interval

Channel Quality – C

C=\frac{N+w_{c}*\frac{S+K}{2}}{1+w_{c}}

  • N= Neighbour
  • K= Observed Collision
  • S= Signal to Noise Ratio

Message Priority Estimation P

P=B*\frac{A+D_{e}+D_{r}}{3}

  • A= Message age
  • D_{e} = Distance to event
  • D_{r} = Distance to next RSU
  • B= Knowledge of local RSU

Criteria

  • Age of entry \Downarrow
  • Distance to event \Uparrow
  • Distance to RSU \Downarrow
  • Beacon interval \mathcal{L} \frac{1}{latency}

Let us see how soon we can see such intelligent designed traffic management systems, perhaps Google’s Self Driven Car and Dr. Sebastian Thrun’s dream project all will merge for better safety and efficiency in the road.

Written on August 18, 2012