SlideShare a Scribd company logo
1 of 18
Download to read offline
Path Addressed Depth Based Routing
An Energy Efficient Protocol For Routing in Underwater Acoustic Sensor
Networks
Aiswarya Issac
April 25, 2017
Path Addressed Depth Based Routing April 25, 2017 1 / 18
Outline
1 Introduction
2 Problem Definition
3 Literature Survey
4 Proposed Protocol Implementation
Path Addressed Depth Based Routing April 25, 2017 2 / 18
Introduction and Scope
Underwater Wireless Sensor Networks(UWSN) can be used for many
applications like Submarine Surveillance, Pipeline monitoring,
Pollution control, etc.
UWSN uses Acoustic waves for communication which causes high
propagation delay in communication.
Energy Conservation is of prime importance in UWSN.
Networking protocols play an important role in energy conservation.
Routing protocols helps in finding out the shortest path from source
to sink in a multi-hop environment.
Path Addressed Depth Based Routing April 25, 2017 3 / 18
Problem Definition
Design an energy efficient routing protocol for Dynamic Underwater
Acoustic Networks.
The protocol should help to minimise energy utilisation.
The protocol should handle the dynamic topology of nodes in the
network.
The protocol should control flooding of packets and hence reduce the
number of collisions.
Path Addressed Depth Based Routing April 25, 2017 4 / 18
Literature Survey
The routing protocols proposed in literature can be classified into 3 main
sections:
Location Based Protocols: Require Location Information for all nodes
in the network.
VBF[1](2005), FBR[3](2008) HHVBF[2](2010)
Depth Based Protocols: Requires Depth Information for all the nodes
in the network.
DBR[4](2008), EEDBR[5](2011), ddbr[6](2015)
Hop-Count Based Protocols: Requires Hop-count Information for all
nodes in the network.
H2DAB[7](2009), CRP[8](2012), CARP[9](2015)
Depth Based Protocols are found to be more efficient.
Only Depth information is needed.
No overhead to compute the hopcount.
High Collision Rate and High energy consumption.
Path Addressed Depth Based Routing April 25, 2017 5 / 18
Depth Based Routing
Figure: Network Architecture and Protocol Illustration
Figure: Packet Format
Path Addressed Depth Based Routing April 25, 2017 6 / 18
Depth Based Routing
Data transfer always takes place from deep to shallower nodes, and
finally to sink.
A node receiving a packet will check whether it is eligible for
re-forwarding the packet.
If a node identifies itself as a prospective forwarder, it will calculate
the holding time.
Re-forwarding happens only after the completion of holding time.
Data Structures
2 Queues - Q1 and Q2.
The Queue Q1 stores the packet along with their holding time.
An item from Q1 is removed either when holding time expires or the
node overhears the same packet being broadcasted by another node.
The Queue Q2 is the packet history buffer
Q2 prevents a node from sending already sent packet.
Path Addressed Depth Based Routing April 25, 2017 7 / 18
Proposed Protocol
If a node receives packet from a shallower node, the address of the
packet sender is saved in a list as neighbour node.
When a node wants to transmit some data, it will look for neighbour
nodes in the list.
If there are multiple entries in the list, a node is randomly selected
from the list.
If a node receives packet from a deeper node, it will re-forward the
packet if depth difference between the nodes is greater than a
threshold.
Protocol proposed is as simple as flooding; but with reduced collisions
and improved energy utilisation.
Path Addressed Depth Based Routing April 25, 2017 8 / 18
Proposed Protocol Implementation
Reducing Flooding Rate
Maintain additional Data Structure - List NextNode
When a node A receives packet from a lower-depth node B, instead of
discarding the packet, save the node ID in NextNode list if the depth
difference is greater than threshold T0.
Next time when A wants to send data, it can directly send to B instead
of broadcasting. This reduces the flooding rate.
A node from NextNode list will be selected as the rely node randomly.
Reducing Delay
Data packets are always broadcasted in DBR. Therefore holding time is
required to reduce collision.
In proposed Improved DBR, holding time is not required when packets
are not broadcasted.
Packets can be forwarded as soon as MAC issues an AGREE message.
This helps to reduce the average end to end delay.
Path Addressed Depth Based Routing April 25, 2017 9 / 18
Proposed Protocol Implementation
Reduced Energy Consumption
As the number of re-transmissions are reduced, the energy
consumption is drastically reduced.
Load Balancing
In DBR, the shallower nodes experience much higher loads, and they
tend to die out sooner.
To improve load balancing, more nodes are placed at shallower depths.
Moreover, the node’s holding time is improved such that nodes with
high residual energy will transmit first.
Handling Mobility
In order to handle mobility, the NextNode needs to be reinitialized at
particular intervals.
This reinitialization time r should not be too small or too big.
If r is too small - PADBR becomes similar to DBR.
If r is too big - Reduction in Packet Delivery Rate.
Path Addressed Depth Based Routing April 25, 2017 10 / 18
Proposed Protocol Implementation
Simulation Settings
The proposed protocol was implemented using Unet.
Nodes are randomly deployed in an region of 4x4x4km3.
Maximum range of each node set to 2 km[13].
Two sink nodes deployed on the surface.
Each transmission consumes 2 J of energy.
Each reception consumes 0.1 J of energy.
Initial energy - 300 J.
Simulation time was set to 12 hours and executed in Discrete Event
Simulation mode.
Path Addressed Depth Based Routing April 25, 2017 11 / 18
Proposed Protocol Implementation
Results Obtained
Path Addressed Depth Based Routing April 25, 2017 12 / 18
Summary
Routing protocol for underwater network was designed and
implemented using Unet.
Advantages of proposed protocol:
High Packet Delivery Rate
Load Balancing and High Network Lifetime
Reduced End-to-End Delay
Reduction in energy consumption.
The code can be directly ported to compatible modem for real life
testing.
Path Addressed Depth Based Routing April 25, 2017 13 / 18
References I
[1]Xie, Peng, Jun-Hong Cui, and Li Lao. VBF: Vector-Based
Forwarding Protocol for Underwater Sensor Networks. UCONN CSE
Technical Report: UbiNet-TR05-03 (BECAT/CSETR-05-6), February
2005.
[2]Xie P, Zhou Z, Nicolaou N, See A, Cui JH, Shi Z. Efficient
vector-based forwarding for underwater sensor networks. EURASIP
Journal on Wireless Communications and Networking. June
2010;2010(1):195910.
[3]Jornet, Josep Miquel, Milica Stojanovic, and Michele Zorzi.
Focused beam routing protocol for underwater acoustic networks.
Proceedings of the third ACM international workshop on Underwater
Networks. ACM, 2008.
Path Addressed Depth Based Routing April 25, 2017 14 / 18
References II
[4] Yan, Hai, Zhijie Jerry Shi, and Jun-Hong Cui, DBR: depth-based
routing for underwater sensor networks, International Conference on
Research in Networking. Springer Berlin Heidelberg, 2008.
[5]Wahid A, Lee S, Jeong HJ, Kim D Eedbr: Energy-efficient
depth-based routing protocol for underwater wireless sensor networks.
Advanced Computer Science and Information Technology. Springer
Berlin Heidelberg, 223-234, 2011.
[6]Diao, Boyu, et al. Improving both energy and time efficiency of
depth-based routing for underwater sensor networks. International
Journal of Distributed Sensor Networks, Jan 2015.
[7]Ayaz, Muhammad, and Azween Abdullah. Hop-by-hop dynamic
addressing based (H2-DAB) routing protocol for underwater wireless
sensor networks. Information and Multimedia Technology, 2009.
ICIMT’09. International Conference on. IEEE, 2009.
Path Addressed Depth Based Routing April 25, 2017 15 / 18
References III
[8]Wahid, Abdul, and Dongkyun Kim. Connectivity-based routing
protocol for underwater wireless sensor networks. 2012 International
Conference on ICT Convergence (ICTC). IEEE, October 2012.
[9]Basagni S, Petrioli C, Petroccia R, Spaccini D. CARP: A
channel-aware routing protocol for underwater acoustic wireless
networks. Ad Hoc Networks. Nov 2015 30;34:92-104.
[10]Aiswarya Issac, Sumi A Samad, Jereesh A.S. ”Software Tools for
simulation and Realization of underwater networks.” Communication
and Signal Processing (ICCSP), 2017 International Conference on.
IEEE Proceedings, April 2017.
[11]Masiero, Riccardo, Saiful Azad et. DESERT Underwater: an
NS-Miracle-based framework to DEsign, Simulate, Emulate and
Realize Test-beds for Underwater network protocols. In 2012
Oceans-Yeosu, pp. 1-10. IEEE, 2012.
Path Addressed Depth Based Routing April 25, 2017 16 / 18
References IV
[12]C.Petrioli and R.Petroccia, SUNSET: Simulation, Emulation and
Real-life Testing of Underwater Wireless Sensor Networks, in
Proceedings of IEEE UComms 2012, IEEE Computer Society,
September, 12-14 2012.
[13] M. Chitre, R. Bhatnagar, and W.-S. Soh, UnetStack: an
Agent-based Software Stack and Simulator for Underwater Networks,
in: Proceedings of IEEE OCEANS14, September 2014.
[14]Chitre, Mandar, Mehul Motani, and Shiraz Shahabudeen.
Throughput of networks with large propagation delays. IEEE Journal
of Oceanic Engineering 37.4 (2012): 645-658.
[15]Li C, Xu Y, Diao B, Wang Q, An Z. DBR-MAC: A Depth-Based
Routing Aware MAC Protocol for Data Collection in Underwater
Acoustic Sensor Networks. IEEE Sensors Journal 16.10 (2016):
3904-3913.
Path Addressed Depth Based Routing April 25, 2017 17 / 18
THANK YOU!

More Related Content

What's hot

Analysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor networkAnalysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor networkeSAT Publishing House
 
IRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing ProtocolIRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing ProtocolIRJET Journal
 
Achieving Efficient Data Acquisition Techniques in Wireless Sensor Networks
Achieving Efficient Data Acquisition Techniques in Wireless Sensor NetworksAchieving Efficient Data Acquisition Techniques in Wireless Sensor Networks
Achieving Efficient Data Acquisition Techniques in Wireless Sensor NetworksRutvik Pensionwar
 
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...IJCNCJournal
 
Qos aware routing protocol for wsn
Qos aware routing protocol for wsnQos aware routing protocol for wsn
Qos aware routing protocol for wsnKamal Patel
 
Data-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A surveyData-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A surveyAli Habeeb
 
Enhancement of Routing Performance for Energy Efficiency and Critical Event M...
Enhancement of Routing Performance for Energy Efficiency and Critical Event M...Enhancement of Routing Performance for Energy Efficiency and Critical Event M...
Enhancement of Routing Performance for Energy Efficiency and Critical Event M...iosrjce
 
Clouster Based Routing Protocol
Clouster Based Routing ProtocolClouster Based Routing Protocol
Clouster Based Routing ProtocolSantosh Regmi
 
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...1crore projects
 
Analysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetsAnalysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetseSAT Publishing House
 
Delay Constrained Energy Efficient Data Transmission over WSN
Delay Constrained Energy Efficient Data Transmission over WSNDelay Constrained Energy Efficient Data Transmission over WSN
Delay Constrained Energy Efficient Data Transmission over WSNpaperpublications3
 
Abstract
AbstractAbstract
AbstractAnand B
 
Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)rajivagarwal23dei
 
Wireless sensors networks protocols part 2
Wireless sensors networks protocols part 2Wireless sensors networks protocols part 2
Wireless sensors networks protocols part 2Rushin Shah
 

What's hot (20)

Analysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor networkAnalysis of different hierarchical routing protocols of wireless sensor network
Analysis of different hierarchical routing protocols of wireless sensor network
 
IRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing ProtocolIRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing Protocol
 
Achieving Efficient Data Acquisition Techniques in Wireless Sensor Networks
Achieving Efficient Data Acquisition Techniques in Wireless Sensor NetworksAchieving Efficient Data Acquisition Techniques in Wireless Sensor Networks
Achieving Efficient Data Acquisition Techniques in Wireless Sensor Networks
 
LEATCH:
LEATCH: LEATCH:
LEATCH:
 
Thesis-Final-slide
Thesis-Final-slideThesis-Final-slide
Thesis-Final-slide
 
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
ENERGY SAVINGS IN APPLICATIONS FOR WIRELESS SENSOR NETWORKS TIME CRITICAL REQ...
 
Qos aware routing protocol for wsn
Qos aware routing protocol for wsnQos aware routing protocol for wsn
Qos aware routing protocol for wsn
 
Data-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A surveyData-Centric Routing Protocols in Wireless Sensor Network: A survey
Data-Centric Routing Protocols in Wireless Sensor Network: A survey
 
Enhancement of Routing Performance for Energy Efficiency and Critical Event M...
Enhancement of Routing Performance for Energy Efficiency and Critical Event M...Enhancement of Routing Performance for Energy Efficiency and Critical Event M...
Enhancement of Routing Performance for Energy Efficiency and Critical Event M...
 
Clouster Based Routing Protocol
Clouster Based Routing ProtocolClouster Based Routing Protocol
Clouster Based Routing Protocol
 
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
Dynamic Routing for Data Integrity and Delay Differentiated Services in Wirel...
 
Ba25315321
Ba25315321Ba25315321
Ba25315321
 
Analysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetsAnalysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manets
 
Delay Constrained Energy Efficient Data Transmission over WSN
Delay Constrained Energy Efficient Data Transmission over WSNDelay Constrained Energy Efficient Data Transmission over WSN
Delay Constrained Energy Efficient Data Transmission over WSN
 
Abstract
AbstractAbstract
Abstract
 
A018210109
A018210109A018210109
A018210109
 
Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)Sensor Protocols for Information via Negotiation (SPIN)
Sensor Protocols for Information via Negotiation (SPIN)
 
Channel Bonding
Channel BondingChannel Bonding
Channel Bonding
 
Kanchan ppt
Kanchan pptKanchan ppt
Kanchan ppt
 
Wireless sensors networks protocols part 2
Wireless sensors networks protocols part 2Wireless sensors networks protocols part 2
Wireless sensors networks protocols part 2
 

Similar to Path Addressed Depth Based Routing

Energy Efficient Routing Protocols for UWSN: A Review
Energy Efficient Routing Protocols for UWSN: A ReviewEnergy Efficient Routing Protocols for UWSN: A Review
Energy Efficient Routing Protocols for UWSN: A ReviewTELKOMNIKA JOURNAL
 
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...AIRCC Publishing Corporation
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...ijfcstjournal
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...ijfcstjournal
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...ijfcstjournal
 
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATIONRASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATIONAIRCC Publishing Corporation
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...AIRCC Publishing Corporation
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...AIRCC Publishing Corporation
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ijcsit
 
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANETIMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANETijcsa
 
Priority based energy efficient hybrid cluster routing protocol for underwate...
Priority based energy efficient hybrid cluster routing protocol for underwate...Priority based energy efficient hybrid cluster routing protocol for underwate...
Priority based energy efficient hybrid cluster routing protocol for underwate...IJECEIAES
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Design and implementation of new routing
Design and implementation of new routingDesign and implementation of new routing
Design and implementation of new routingIJCNCJournal
 
Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...
Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...
Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...paperpublications3
 
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...dbpublications
 
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...IJEACS
 
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless NetworkThroughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Networkijtsrd
 
Nocs performance improvement using parallel transmission through wireless links
Nocs performance improvement using parallel transmission through wireless linksNocs performance improvement using parallel transmission through wireless links
Nocs performance improvement using parallel transmission through wireless linksijcsa
 
GRID-BASED PRIORITY ROUTING PROTOCOL FOR UWSNS
GRID-BASED PRIORITY ROUTING PROTOCOL FOR UWSNSGRID-BASED PRIORITY ROUTING PROTOCOL FOR UWSNS
GRID-BASED PRIORITY ROUTING PROTOCOL FOR UWSNSIJCNCJournal
 
Grid Based Priority Routing Protocol for UWSNs
Grid Based Priority Routing Protocol for UWSNsGrid Based Priority Routing Protocol for UWSNs
Grid Based Priority Routing Protocol for UWSNsIJCNCJournal
 

Similar to Path Addressed Depth Based Routing (20)

Energy Efficient Routing Protocols for UWSN: A Review
Energy Efficient Routing Protocols for UWSN: A ReviewEnergy Efficient Routing Protocols for UWSN: A Review
Energy Efficient Routing Protocols for UWSN: A Review
 
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
Energy Location Aware Routing Protocol (ELARP) for Wireless Multimedia Sensor...
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
 
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATIONRASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
 
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
ENERGY LOCATION AWARE ROUTING PROTOCOL (ELARP) FOR WIRELESS MULTIMEDIA SENSOR...
 
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANETIMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
IMPROVING PACKET DELIVERY RATIO WITH ENHANCED CONFIDENTIALITY IN MANET
 
Priority based energy efficient hybrid cluster routing protocol for underwate...
Priority based energy efficient hybrid cluster routing protocol for underwate...Priority based energy efficient hybrid cluster routing protocol for underwate...
Priority based energy efficient hybrid cluster routing protocol for underwate...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Design and implementation of new routing
Design and implementation of new routingDesign and implementation of new routing
Design and implementation of new routing
 
Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...
Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...
Design of a Reliable Wireless Sensor Network with Optimized Energy Efficiency...
 
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
 
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
Enhancing the Network Life Using Reliable Energy Efficient Routing in Wireles...
 
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless NetworkThroughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Network
 
Nocs performance improvement using parallel transmission through wireless links
Nocs performance improvement using parallel transmission through wireless linksNocs performance improvement using parallel transmission through wireless links
Nocs performance improvement using parallel transmission through wireless links
 
GRID-BASED PRIORITY ROUTING PROTOCOL FOR UWSNS
GRID-BASED PRIORITY ROUTING PROTOCOL FOR UWSNSGRID-BASED PRIORITY ROUTING PROTOCOL FOR UWSNS
GRID-BASED PRIORITY ROUTING PROTOCOL FOR UWSNS
 
Grid Based Priority Routing Protocol for UWSNs
Grid Based Priority Routing Protocol for UWSNsGrid Based Priority Routing Protocol for UWSNs
Grid Based Priority Routing Protocol for UWSNs
 

Recently uploaded

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 

Path Addressed Depth Based Routing

  • 1. Path Addressed Depth Based Routing An Energy Efficient Protocol For Routing in Underwater Acoustic Sensor Networks Aiswarya Issac April 25, 2017 Path Addressed Depth Based Routing April 25, 2017 1 / 18
  • 2. Outline 1 Introduction 2 Problem Definition 3 Literature Survey 4 Proposed Protocol Implementation Path Addressed Depth Based Routing April 25, 2017 2 / 18
  • 3. Introduction and Scope Underwater Wireless Sensor Networks(UWSN) can be used for many applications like Submarine Surveillance, Pipeline monitoring, Pollution control, etc. UWSN uses Acoustic waves for communication which causes high propagation delay in communication. Energy Conservation is of prime importance in UWSN. Networking protocols play an important role in energy conservation. Routing protocols helps in finding out the shortest path from source to sink in a multi-hop environment. Path Addressed Depth Based Routing April 25, 2017 3 / 18
  • 4. Problem Definition Design an energy efficient routing protocol for Dynamic Underwater Acoustic Networks. The protocol should help to minimise energy utilisation. The protocol should handle the dynamic topology of nodes in the network. The protocol should control flooding of packets and hence reduce the number of collisions. Path Addressed Depth Based Routing April 25, 2017 4 / 18
  • 5. Literature Survey The routing protocols proposed in literature can be classified into 3 main sections: Location Based Protocols: Require Location Information for all nodes in the network. VBF[1](2005), FBR[3](2008) HHVBF[2](2010) Depth Based Protocols: Requires Depth Information for all the nodes in the network. DBR[4](2008), EEDBR[5](2011), ddbr[6](2015) Hop-Count Based Protocols: Requires Hop-count Information for all nodes in the network. H2DAB[7](2009), CRP[8](2012), CARP[9](2015) Depth Based Protocols are found to be more efficient. Only Depth information is needed. No overhead to compute the hopcount. High Collision Rate and High energy consumption. Path Addressed Depth Based Routing April 25, 2017 5 / 18
  • 6. Depth Based Routing Figure: Network Architecture and Protocol Illustration Figure: Packet Format Path Addressed Depth Based Routing April 25, 2017 6 / 18
  • 7. Depth Based Routing Data transfer always takes place from deep to shallower nodes, and finally to sink. A node receiving a packet will check whether it is eligible for re-forwarding the packet. If a node identifies itself as a prospective forwarder, it will calculate the holding time. Re-forwarding happens only after the completion of holding time. Data Structures 2 Queues - Q1 and Q2. The Queue Q1 stores the packet along with their holding time. An item from Q1 is removed either when holding time expires or the node overhears the same packet being broadcasted by another node. The Queue Q2 is the packet history buffer Q2 prevents a node from sending already sent packet. Path Addressed Depth Based Routing April 25, 2017 7 / 18
  • 8. Proposed Protocol If a node receives packet from a shallower node, the address of the packet sender is saved in a list as neighbour node. When a node wants to transmit some data, it will look for neighbour nodes in the list. If there are multiple entries in the list, a node is randomly selected from the list. If a node receives packet from a deeper node, it will re-forward the packet if depth difference between the nodes is greater than a threshold. Protocol proposed is as simple as flooding; but with reduced collisions and improved energy utilisation. Path Addressed Depth Based Routing April 25, 2017 8 / 18
  • 9. Proposed Protocol Implementation Reducing Flooding Rate Maintain additional Data Structure - List NextNode When a node A receives packet from a lower-depth node B, instead of discarding the packet, save the node ID in NextNode list if the depth difference is greater than threshold T0. Next time when A wants to send data, it can directly send to B instead of broadcasting. This reduces the flooding rate. A node from NextNode list will be selected as the rely node randomly. Reducing Delay Data packets are always broadcasted in DBR. Therefore holding time is required to reduce collision. In proposed Improved DBR, holding time is not required when packets are not broadcasted. Packets can be forwarded as soon as MAC issues an AGREE message. This helps to reduce the average end to end delay. Path Addressed Depth Based Routing April 25, 2017 9 / 18
  • 10. Proposed Protocol Implementation Reduced Energy Consumption As the number of re-transmissions are reduced, the energy consumption is drastically reduced. Load Balancing In DBR, the shallower nodes experience much higher loads, and they tend to die out sooner. To improve load balancing, more nodes are placed at shallower depths. Moreover, the node’s holding time is improved such that nodes with high residual energy will transmit first. Handling Mobility In order to handle mobility, the NextNode needs to be reinitialized at particular intervals. This reinitialization time r should not be too small or too big. If r is too small - PADBR becomes similar to DBR. If r is too big - Reduction in Packet Delivery Rate. Path Addressed Depth Based Routing April 25, 2017 10 / 18
  • 11. Proposed Protocol Implementation Simulation Settings The proposed protocol was implemented using Unet. Nodes are randomly deployed in an region of 4x4x4km3. Maximum range of each node set to 2 km[13]. Two sink nodes deployed on the surface. Each transmission consumes 2 J of energy. Each reception consumes 0.1 J of energy. Initial energy - 300 J. Simulation time was set to 12 hours and executed in Discrete Event Simulation mode. Path Addressed Depth Based Routing April 25, 2017 11 / 18
  • 12. Proposed Protocol Implementation Results Obtained Path Addressed Depth Based Routing April 25, 2017 12 / 18
  • 13. Summary Routing protocol for underwater network was designed and implemented using Unet. Advantages of proposed protocol: High Packet Delivery Rate Load Balancing and High Network Lifetime Reduced End-to-End Delay Reduction in energy consumption. The code can be directly ported to compatible modem for real life testing. Path Addressed Depth Based Routing April 25, 2017 13 / 18
  • 14. References I [1]Xie, Peng, Jun-Hong Cui, and Li Lao. VBF: Vector-Based Forwarding Protocol for Underwater Sensor Networks. UCONN CSE Technical Report: UbiNet-TR05-03 (BECAT/CSETR-05-6), February 2005. [2]Xie P, Zhou Z, Nicolaou N, See A, Cui JH, Shi Z. Efficient vector-based forwarding for underwater sensor networks. EURASIP Journal on Wireless Communications and Networking. June 2010;2010(1):195910. [3]Jornet, Josep Miquel, Milica Stojanovic, and Michele Zorzi. Focused beam routing protocol for underwater acoustic networks. Proceedings of the third ACM international workshop on Underwater Networks. ACM, 2008. Path Addressed Depth Based Routing April 25, 2017 14 / 18
  • 15. References II [4] Yan, Hai, Zhijie Jerry Shi, and Jun-Hong Cui, DBR: depth-based routing for underwater sensor networks, International Conference on Research in Networking. Springer Berlin Heidelberg, 2008. [5]Wahid A, Lee S, Jeong HJ, Kim D Eedbr: Energy-efficient depth-based routing protocol for underwater wireless sensor networks. Advanced Computer Science and Information Technology. Springer Berlin Heidelberg, 223-234, 2011. [6]Diao, Boyu, et al. Improving both energy and time efficiency of depth-based routing for underwater sensor networks. International Journal of Distributed Sensor Networks, Jan 2015. [7]Ayaz, Muhammad, and Azween Abdullah. Hop-by-hop dynamic addressing based (H2-DAB) routing protocol for underwater wireless sensor networks. Information and Multimedia Technology, 2009. ICIMT’09. International Conference on. IEEE, 2009. Path Addressed Depth Based Routing April 25, 2017 15 / 18
  • 16. References III [8]Wahid, Abdul, and Dongkyun Kim. Connectivity-based routing protocol for underwater wireless sensor networks. 2012 International Conference on ICT Convergence (ICTC). IEEE, October 2012. [9]Basagni S, Petrioli C, Petroccia R, Spaccini D. CARP: A channel-aware routing protocol for underwater acoustic wireless networks. Ad Hoc Networks. Nov 2015 30;34:92-104. [10]Aiswarya Issac, Sumi A Samad, Jereesh A.S. ”Software Tools for simulation and Realization of underwater networks.” Communication and Signal Processing (ICCSP), 2017 International Conference on. IEEE Proceedings, April 2017. [11]Masiero, Riccardo, Saiful Azad et. DESERT Underwater: an NS-Miracle-based framework to DEsign, Simulate, Emulate and Realize Test-beds for Underwater network protocols. In 2012 Oceans-Yeosu, pp. 1-10. IEEE, 2012. Path Addressed Depth Based Routing April 25, 2017 16 / 18
  • 17. References IV [12]C.Petrioli and R.Petroccia, SUNSET: Simulation, Emulation and Real-life Testing of Underwater Wireless Sensor Networks, in Proceedings of IEEE UComms 2012, IEEE Computer Society, September, 12-14 2012. [13] M. Chitre, R. Bhatnagar, and W.-S. Soh, UnetStack: an Agent-based Software Stack and Simulator for Underwater Networks, in: Proceedings of IEEE OCEANS14, September 2014. [14]Chitre, Mandar, Mehul Motani, and Shiraz Shahabudeen. Throughput of networks with large propagation delays. IEEE Journal of Oceanic Engineering 37.4 (2012): 645-658. [15]Li C, Xu Y, Diao B, Wang Q, An Z. DBR-MAC: A Depth-Based Routing Aware MAC Protocol for Data Collection in Underwater Acoustic Sensor Networks. IEEE Sensors Journal 16.10 (2016): 3904-3913. Path Addressed Depth Based Routing April 25, 2017 17 / 18