Title: Emergency Communication
1Emergency Communication
- DUMBO Digital Ubiquitous Mobile Broadband OLSR
2Outline
- Disaster
- Emergency Network
- Vehicular Communication
- Available Technologies
- DUMBO
- DUMBO2
3Disaster
- Natural
- Tsunami, Nargis,
- Manmade
- Terrorist attack, Fire
4Disaster (cont)
- Consequences
- Huge death
- Huge wounded
- Destroy surrounding (roads, buildings)
- Traditional communication infrastructure becomes
inoperable - Requirements
- Rescue operation
- Co-ordination between the field worker and
command center - Emergency medical assistance
5Emergency Network
- An emergency network
- Fast deployable
- Without relying on the fixed infrastructure
- Provide multimedia communication (voice, video,
text) - Wide network coverage
- Available network devices (home appliances)
- Real-time monitoring systems
- Capable to move the network nodes independently
within the network coverage
6Emergency Network (cont)
- Traditional Process Usually the rescue
worker uses walkie talkie while in rescue
operation. But it has many demerits - Short range
- Collisions in communication (everybody uses the
same channel) - No video support
- No central monitoring systems to monitor the
relative movement of the field worker
7Vehicular Communication
- Vehicle to Vehicle Communication (V2V)
- Send and receive information between vehicles to
vehicle - Vehicle to Infrastructure Communication (V2I)
- Share information among the vehicles and the
fixed infrastructure
8Vehicular Communication (cont)
9Available Technologies
Short Range Medium Range Long Range
Bluetooth 100 Meters (Class 1) 10 Meters (Class 2) 1 Meter (Class 3) 1 Mbps (v1) 3Mbps (v2.0) 2.4 GHz Zigbee 250 Kbps _at_ 2.4 GHz 40 Kbps _at_ 915 MHz 20 Kbps _at_ 868 MHz 10 100 Meters Low Data Rate Wifi 802.11 b/g/n 2.4 GHz 11 300 Mbps 30 200 Meters IEEE 802.11p C2C 5.9 GHz DSRC US Flavored a.k.a WAVE CALM WAVE Global 5 GHz GPRS/UMTS Conn EU Flavored EDGE 0.9 1.89 Mbps Licensed Frequency CDMA 2000 EV-DO Rev.0 153K 2Mbps Rev.A 1.8 3 Mbps Licensed Frequency WiMax 10 70 Mbps Licensed Frequency Expensive Infrastructure
10Available Technologies (cont)
- TETRA Terrestrial Trunked Radio
- Special type of Mobile
- Walkie Talkie like service
- Low Throughput
- Fixed Infrastructure
- Expensive
11DUMBO
- Use Mobile Ad Hoc Networks (MANET) in an
environment where fixed network infrastructure is
not available, such as in the case of natural
disaster
12DUMBO06
Simulated Disaster Area 2
13DUMBO 2
- Interconnectivity between Mobile Ad-hoc Network
and Fixed infrastructure - Vehicle-to-Vehicle (V2V) communications with
mixed vehicle types - Vehicle-to-Infrastructure (V2I) Internet-like
Gateway - A newly revised Emergency Response Multimedia
Communication Applications (P2P SIP) - Real-time monitoring system for rescue workers
movement.
14DUMBO 2 (cont)
15DUMBO network Topology and Application
16Outline
- Mobile Ad Hoc Network (MANET)
- Optimized Link State Routing (OLSR)
- Easy Disaster Communication (EasyDC)
17IEEE 802.11
Ad hoc network
Infrastructured network
A
B
C
18Mobile Ad-Hoc Network (MANET)
- Fast deployable
- Self configuring
- No need for network infrastructure
- Moving nodes
- Multi-hop network
19MANET example
- B and D as intermediate nodes forward a packet to
E - Multi-hop network
20MANET applications
- Military operations
- Sensor networks
- Rescue operations
- University
- Conferences
21MANET characteristics
- Dynamic topology
- Limited bandwidth
- Energy constrained operation
- Limited physical security
22MANET routing protocol
- Reactive routing
- Finding routes when needed (on demand)
- Proactive routing
- Maintaining all routes to reachable destinations
(table-driven routing) - Using continues control messages to set up routes
- Reactive
- Low routing overhead
- High delay of setting up a connection
- Proactive
- High routing overhead
- Low delay of setting up a connection
23Ad-hoc On-Demand Distance Vector (AODV), RFC 3561
- Finding routes when needed (on demand)
- Flooding a route request (RREQ)
24Ad-hoc On-Demand Distance Vector (AODV), RFC 3561
- Finding routes when needed (on demand)
- A route reply is unicasted back
25Optimized Link State Routing (OLSR), RFC 3626
- A table-driven routing protocol
- Using MultiPoint Relays (MPRs) to efficiently
relay broadcast messages - Three main modules
- Neighbor detection
- Topology discovery (via MPRs)
- Route calculation
26OLSR packet format
271. Neighbor detection
HELLO
HELLO
HELLO
28Neighbor sensing
HELLO
HELLO
Neighbor nodes of B A C D
HELLO
29Multipoint relay
- Reducing the number of duplicate retransmissions
while forwarding a broadcast packet - Limit the set of MPRs retransmitting a packet
- The number of MPRs should be small
30Multipoint relay selection
- Each node selects and maintains its own MPRs
- At A, For all two-hop neighbors n there must
exist a MPR m so that n can be contacted via m
31Multipoint relay selection
- Each node selects and maintains its own MPRs
- At A, For all two-hop neighbors n there must
exist a MPR m so that n can be contacted via m
32The number of retransmissions with/without MPRs
33Please find MPRs (1)
34Please find MPRs (2)
35Please find MPRs (3)
362. Flooding topology information without MPRs
Neighbor nodes of B A C D
37Flooding topology information with MPRs
Neighbor nodes of B A C D
38Route calculation
Routing of E Dest. Next hop A D B D C C D D
B A, C, D
Routing of D Dest. Next hop A B B B C B E E
Routing of A Dest. Next hop B B C B D B E B
D B, E
39OLSR implementation
- olsr.org
- An ad hoc wireless mesh routing daemon
- Many OS platforms are supported
- Nokia, iPhone, Mac OS, Linux, Wins
40OLSR for windows
41Configured olsrd parameters
- HELLO interval
- HELLO hold
- TC interval
- TC hold
- MID interval
- MID hold
- More details no olsrd parameters
- http//www.olsr.org/docs/olsrd.conf.5.html
42HELLO interval and hold
43Reasonable HELLO interval
- In RFC 3626
- HELLO interval 2s
- TC interval 5s
- The larger HELLO interval, the longer delay of
neighbor detection - OLSR on a vehicle
- HELLO interval should be small
44Routes
45Communication applications
- Existing communication applications, VoIP,
require centralized servers - The centralized architecture is not suitable for
MANETs due to mobility
46Using P2P on MANETs
Operated
Operated
47Easy Disaster Communication (EasyDC)
- Providing multimedia communications for an
emergency operation - Peer-to-peer (P2P) application where no a
centralized server is needed - Running on OLSR protocol
48EasyDC login
49Main screen
50Group List
51Video and chat
52Audio and chat
53Group chat
54Emergency button
55EasyDC setup
- Software setup
- 1. Install jre 6u6
- 2. Check the jre by opening command prompt and
typing java -version. - Please make sure the version is shown correctly.
- 3. Install JMF
- After that, run JMF Registry and click "Detect
Capture Devices" - 4. Setup ad hoc mode on wireless interface. Make
sure that you use a correct given IP address. - -To run software
- Double click MainStartup.bat in EasyDC folder
- -To run HQ software CenterStartup.bat
56GPS Location (GLoc) Service
- A GPS receiver is connected to each node through
Bluetooth. - It receives the GPS information i.e. latitude and
longitude of the mobile node - Sends it to the Map server using DUMBO network.
- Map the position of all nodes comprising the
network and send for better co-ordination and
administration.
57GPS Location (GLoc) Service (Cont..)
58GPS Location (GLoc) Service (Cont..)
59OLSR Link Monitoring (OLMon) System
- Objectives
- Detects active links
- Monitors traffic flows through different links
- Provides metrics and statistics dynamically which
demonstrates the link quality and system
performance .
60OLSR Link Monitoring (OLMon) System (Cont..)
61OLSR Link Monitoring (OLMon) System (Cont..)
- Features
- Input parameters
- Output parameters
- Sniffer
- Graph Plot
- Analysis
62OLSR Link Monitoring (OLMon) System (Cont..)
- Input parameters
- Shows the default OLSR parameters such as HELLO
interval, TC interval, Hysteresis threshold
limits etc. used for running the protocol. - The parameter values can be changed.
63OLSR Link Monitoring (OLMon) System (Cont..)
64OLSR Link Monitoring (OLMon) System (Cont..)
- Output Parameters
- Run Time Packet Analysis Shows the list of
neighbor nodes, Link failure, Packet loss ,
Packet loss rate, Delay and Current Node status. - Run Time Message Analysis It shows the list of
nodes originating the OLSR message, Message loss,
Message Loss rate, Hop Count and Control Overhead
corresponding to each originator node. - Run Time Average Figures The section averages
the values among all the nodes and shows the
final figures at the run time.
65OLSR Link Monitoring (OLMon) System (Cont..)
66OLSR Link Monitoring (OLMon) System (Cont..)
- Sniffer
- Captures the packets coming to the network
interface. - Shows the detail information of the packets
captured and current performance status. - The packet information consists of the time,
source node generating packet, packet loss,
packet loss rate, hop count, delay within the
OLSR packet. - Illustrates a broad picture of the packet
information useful for user to observe the
ongoing performance in detail.
67OLSR Link Monitoring (OLMon) System (Cont..)
68OLSR Link Monitoring (OLMon) System (Cont..)
- Graph
- This section visualizes the network performance
graphically at run time. - User can select type of plot interested along
with the necessary scale and tick steps. - The system can generate different graphs for
different parameters like Average Link Failure,
Average Packet Loss etc., with respect to time.
69OLSR Link Monitoring (OLMon) System (Cont..)
70OLSR Link Monitoring (OLMon) System (Cont..)
- Analysis
- Provides the user with the comparative analysis
of the ongoing network performance. - The criteria for the determination of the traffic
level are - High Above 75 of the highest Traffic Level
- Average Between 75 to above 45 of the highest
Traffic Level - Low Below or Equal to 45 of the highest Traffic
71OLSR Link Monitoring (OLMon) System (Cont..)
72OLSR Link Monitoring (OLMon) System (Cont..)
- Help
- This section provides user with the general
instruction for operating the system. - User can exit from the plug-in by selecting
Exit in the File option in the menu-bar. - Besides, About option gives the brief
information about the plug-in development. - On exiting from plug-in, all the related threads
are closed and stop the application.
73OLSR Link Monitoring (OLMon) System (Cont..)
74MANET Configure
75MANET Configure (cont)
76MANET Configure (cont)
77MANET Configure (cont)
78GPS Receiver Connection
79GPS Receiver Connection (cont )
80GPS Receiver Connection (cont )
81GPS Receiver Connection (cont )
82GPS Receiver Connection (cont )
83GPS Receiver Connection (cont )
84DUMBO 2 Network Setup
85DUMBO 2 Network Setup (cont)
86DUMBO 2 Network Setup (cont)
87OLSR Over Network (OON)
- Sometimes, MANETs are connected to the Internet
- We create an overlay network covering both MANETs
and the Internet - EasyDC can run on top on this overlay network
without being modified
88OLSR overlay network
89OON configuration
- Only fixed IP nodes exchange OLSR messages
90An example