SlideShare a Scribd company logo
1 of 4
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 2, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 357
Segment Combination based Approach for Energy- Aware Multipath
Communication in Underwater Sensor Networks
S. Ramya1
R. Devi2
R. Palanivel3
1,2
M.E – CSE 3
Associate Professor
1, 2, 3
Selvam College of Technology, Namakkal
Abstract— Underwater acoustic communication is a
technique of sending and receiving message below water.
There are several ways of employing such communication
but the most common is using hydrophones. Under water
communication is difficult due to factors like multi-path
propagation, time variations of the channel, small available
bandwidth and strong signal attenuation, especially over
long ranges. In underwater communication there are low
data rates compared to terrestrial communication, since
underwater communication uses acoustic waves instead of
electromagnetic waves. The data can be collected from the
sensor node and transfer the data to the destination. The
same source information can be send through multiple paths
through the same destination. So the packet bit error rate is
high and power and energy consumption for transferring
data is high. The bandwidth and the energy can be
consumed. And then the packet bit rate is the serious
problem in the existing system. It can be overcome by using
the segment combination in the hamming code technique.
The packet bit rate can be overcome by increasing the
number of paths. The number of paths can be increased
based on calculating the cost. For calculating the cost, least
cost algorithm is used. And based on the minimum cost
path, the path is chosen and data is transferred to the same
destination.
Keywords: Hamming code algorithm, Packet error rate,
Segment combination, Dijsktra’s algorithm, Feedback
decision.
I. INTRODUCTION
Recent advances in networking technologies and acoustic
communications have enabled the deployment of
Underwater Sensor Networks (USNs) for a variety of
attractive applications, such as oceanographic data
collection, pollution monitoring, offshore exploration, and
military surveillance. However, the high Packet Error Rate
(PER), long channel latency, and low bandwidth are the
inherent issues in USNs characterized by the acoustic
channels. Moreover, the feature of low energy efficiency
brings fundamental challenges in design of USNs. Hence,
this unique characteristic motivates the research community
of USNs to seek a reliable, scalable, robust, and energy-
efficient approach for design and deployment of USNs. This
paper attempts to address this issue by 1) integrating the
Hamming Coding-based Forward Error Correction (FEC)
scheme with multipath communications (MPC), 2)
designing a novel packet recover technology based on
segment combinations for the FEC scheme, and 3) designing
a Decision and Feedback scheme for multipath
communications.
USNs have attracted many research efforts from
academy and industry. In industrial fields, LinkQuest, Inc., a
leading manufacturer of precise acoustic instruments, has
developed a series of dominant products, Underwater
Acoustic Modems (UWMs), which can achieve 10-9
, -10-7
Bit Error Rate (BER). However, the transmit model power is
in the range of 1-40 W and the devices are heavy and
expensive. As a result, they are not suitable for deploying
large-scale USNs.
However, SDRT may cause much long delay
because Tornado code requires more redundant blocks and
thus SDRT is not utilized in the multipath communication. It
is shown that multiple-path communications can eliminate
retransmission of redundant packets in high-PER networks
and can perform well when the destination nodes combine
these redundant packets using the bit-based majority voting
scheme. On the other hand, Hamming Coding [3], especially
for multiple sources, is treated as a potential solution for
FEC in the high-BER networks. Moreover, the probability
of recovering the original packet in the destination node is
determined by the packet combination efficiency.
The traditional bit-voting-based packet
combination scheme [4] in the destination node splits the
packets received from multiple paths into multiple bits and
then votes the bits, thus ruining the integrality of the
segment in packets because the segment should be decoded
as a whole unit instead of bit-to-bit if the FEC scheme is
handled in the network node.
As a result, the successful probability of packet
recovery for the bit-based majority voting scheme is not
high, and it consumes more energy because the number of
the multiple paths is the key factor of determining energy
efficiency in the multipath wireless communication. To
support reliable, energy-efficient communications in USNs,
this thesis integrates Hamming Coding in the network nodes
with multihop multipath communications, proposes a novel
segment-based packet combination approach for the
destination nodes, and develops a dynamical decision and
feedback scheme for USNs.
The advantages of the proposed approach include:
1) The proposed segment-based packet combination
FEC in the destination node can improve packet recovery
efficiency to enhance reliability.
2) The developed dynamic feedback scheme can
control the number of the multiple paths and achieve high
energy efficiency while guaranteeing the desirable PER.
II. DESCRIPTIONS
In order to present the proposed scheme clearly, this section
introduces the preliminary knowledge including 7- 4
Hamming Coding.
Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks
(IJSRD/Vol. 1/Issue 2/2013/0074)
All rights reserved by www.ijsrd.com
358
Hamming CodingA.
When retransmissions are relatively costly or impossible,
FEC becomes a suitable way for provisioning of reliable
data communications. In FEC [11], [6], redundant data, also
known as an error-correction code, is added to packets
before transmission. The purpose is to allow the receiver to
detect and correct errors without asking the sender for
retransmission. FEC codes can be classified into two main
categories: block codes and convolutional codes. Hamming
Coding [10] belongs to the former, which can correct single
bit errors and makes it possible to provide reliable
communication. Specifically, 7-4 Hamming Coding contains
4-bit source codes and 3-bit error-correction codes in each
7-bit segment.
Segment is, Ŝ, is obtained from the 4-bit source
codes, S, following the linear operation:
Ŝ=SG;
where G is the generator matrix of the code for 7-4
Hamming Coding. At the receiver side, the decoding
process is to check which bit encounters error according to
the encoding principle so as to correct the error bit.
Bit-Based Packet CombinationB.
Generally, in multiple-path communications, after the
destination node receives all the copies of the original
packet from multiple paths, it will combine these copies
using bit based majority voting scheme [12], [13]. Suppose
there are l copies of the original packet received in the
destination node, the ith bit, bi, in the final combined packet
is determined by
where biw is the ith
bit in the wth
,(1 ≤ w ≤ l), packet. As a
result, the final packet can be combined bit by bit.
III. BIT-BASED VERSUS SEGMENT-BASED PACKET
COMBINATION APPROACHES
The inherent characteristics of acoustic channels in
USNs including the low bandwidth, high latency, and high
BER pose many challenges in provisioning of reliable
underwater communications. Without any error correction
scheme, it is impossible to provide low BER transmission in
the extremely unreliable area. Thus, FEC based on the
Hamming Coding scheme is a useful approach to improving
BER. Furthermore, the crucial performance in terms of
energy efficiency is taken into account for designing USNs.
However, energy efficiency and delay are paradox
typically in wireless networks. To bridge this gap, a widely
used scheme, energy-efficient multipath communication
[12] has been proposed to eliminate retransmission and
reduce delay. MPC is utilized from the same source node to
transmit the same packet along multiple paths to the
destination node where these corrupted packets are
combined bit-to-bit using the majority voting scheme.
In order to investigate the impact of diverse packet
combination schemes on the number of multiple paths
required for error correction in FEC. In these experiments,
the source transmits packets to the destination
communication paths. The bit-based and the segment-based
packet combination approaches are deployed for recovering
the original packet from the received copies at the
destination.
As shown in Fig. 1, 10 corrupted copies of the
original packet are received at the destination via different
communication paths. Each received packet is divided into
three appositional segments. Each segment is composed of 7
bits. PBC, PSC are the final packets recovered by using the
bit-based majority voting scheme is treated as an integral
part for 7-4 Hamming encoding.
Using MPC with the 7-4 Hamming Coding
approach. The copies of the original data packets are
corrupted due to the noise of the.
Fig.1. Comparison of Bit Majority, Vote-Based and
Segment-Based Packet Combination in the destination.
decoding, but the bit-based combination scheme ruins the
integrity and degrades the performance.
The above results show that the bit-based
combination scheme is less efficient than the segment-based
combination for the multiple paths FEC.
Due to the limitation of the traditional MPC in
USNs, the current bit-based FEC schemes are neither
suitable for reliable nor energy-efficient communications,
nor for delay sensitive applications in USNs.
IV. M-FEC SCHEME
This section will present in detail the proposed M-FEC
scheme for multiple-path communications in USNs. First,
the architecture of multiple path for USNs is presented and
then the encoding and decoding processes for Hamming
Coding are introduced for M-FEC. After that we formulate
the overall PER using a Markovian model and investigate
Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks
(IJSRD/Vol. 1/Issue 2/2013/0074)
All rights reserved by www.ijsrd.com
359
the PER of the proposed M-FEC scheme, compared to the
bit-based FEC for multiple-path communications using a set
of numerical experiments. Finally the Decision and
Feedback algorithm is developed for the M-FEC scheme.
Network DesignA.
The dense node deployment makes multipath routing a
natural and promising technique to cope with the unreliable
network environments and large end-to-end packet delays.
Thus, multipath communication enables to improve the
robustness and reduce end-top-end delays for USNs.
As illustrated in Fig. 2, the broadcast technology is
handled in the source node to deliver the same packets to the
same destination in multiple paths. Specifically, in the
source node, the data packet is encoded using Hamming
Coding approach and is delivered using Multicast Ad hoc
On- Demand Distance Vector (MAODV) [13] protocol to
establish multipath routing through the intermediate nodes.
At the destination, the decoder first corrects some errors
encountered during transmission in the acoustic channel for
all received packets.
Fig. 2. Network architecture for multiple-path
communications
Dijkstra’s AlgorithmB.
The general method to solve the single source shortest path
problem is known as Dijkstra’s algorithm. This thirty year
old solution is a prime example of a greedy algorithm.
Greedy algorithms generally solve a problem in stages by
doing what appears to be the best thing at each stage.
Pseudo code for Dijkstra’s Algorithm
1. void
2. Dijkstra( Table T )
3. {
4. Vertex v,w;
5. for ( ; ; )
6. {
7. V = smallest unknown distance vertex;
8. if ( v == NotAVertex )
9. break;
a. T[ V ].Known = True;
b. for each W adjacent to v
i. if( !T[ W ].Known)
ii. if( T[ V ].Dist + Cvw < T[ W
].Dist )
iii. { /* Update W */
iv. Decrease( T[ W ].Dist to
T[V].Dist + Cvw );
v. T[ W ].Path = V;
vi. }
c. }
10. }
V. PERFORMANCE EVALUATION
Energy EfficiencyA.
We next investigate how the M-FEC can reduce energy
consumption. The energy required for transmission is much
higher than that for computation in wireless networks [7]. In
USNs, this phenomenon is more remarkable.
Table.1: The Achieved PER with Different BERs, Numbers
of Hops and Numbers of Multipath.
Therefore, this study mainly focuses on the transmission
energy consumption over the acoustic channels.
Furthermore, it has been demonstrated that the number of
the used multiple paths plays a dominant role in the energy
consumption for transmission [9].Let Eij denote the energy
consumption of the jth
node in the ith
path.
The overall consumed energy, E, can be expressed
by
We note that the overall consumed energy, E, is
determined by u, ni, and Eij. Table 1, in fact, the number of
paths, u, is a critical factor to affect the energy efficiency
more greatly than the other two parameters, ni and Eij in
multipath communications.
Hence, the M-FEC aims to adjust u according to
the required PER, Preq, so as to improve energy efficiency.
The energy saving solution in M-FEC consists of checking
packet procedure and making decision procedure using 7-4
Hamming Coding.
VI. CONCLUSION AND FUTURE WORK
The project proposed a novel FEC approach, namely M-
FEC, designed with Hamming Coding for multiple- path
Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks
(IJSRD/Vol. 1/Issue 2/2013/0074)
All rights reserved by www.ijsrd.com
360
communications in USNs. To the best of the knowledge, this
is the first of its kind on segment-based packet combination
and recovery technology for FEC with Hamming Coding
which can improve both energy efficiency and reliability in
USNs. The proposed M-FEC integrates multiple-path
communications and Hamming Coding to eliminate
retransmission and enhance reliability.
To reduce the consumed energy of transmission,
the Markovian model is used to calculate the overall PER in
order to make a decision for the number of multiple paths
guaranteeing the desirable PER. The proposed approach can
significantly outperform conventional multiple-path
communications and single- path communications in terms
of an energy efficiency and reliability. Currently the scheme
has a slightly less memory overhead, while in the more
complex applications; the scheme may utilize more
memory. The future study can be in the area of more
significant memory savings.
REFERENCES
[1] J. Partan, J. Kurose, and B. Levine, “A Survey of
Practical Issues in Underwater Networks,” ACM
SIGMOBILE Mobile Computing and Comm. Rev.,
vol. 11, pp. 23-33, 2007.
[2] J.A.Catipovic. Performance limitations in underwater
acoustic telemetry. IEEE J. Oceanic Eng., 15(3):205–
216, Jul. 1990.
[3] D.B.Kilfoyle and A.B.Baggeroer. The state of the art
in underwater acoustic telemetry. IEEE J. Oceanic
Eng., 25(1):4–27, Jan. 2000.
[4] M.Stojanovic. Recent Advances in High-Speed
Underwater Acoustic Communications. IEEE J.
Oceanic Eng., 21(2):125–136, Apr. 1996.
[5] L.Freitag, M.Stojanovic, D.Kilfoyle, and J.Preisig.
High-Rate Phase-Coherent Acoustic Communication:
A Review of a Decade of Research and a Perspective
on Future Challenges. In Proc. 7th European Conf. on
Underwater Acoustics, July 2004.
[6] E.S¨ozer, M.Stojanovic, and J.Proakis. Underwater
Acoustic Networks. IEEE J. Oceanic Eng., 25(1):72–
83, Jan. 2000.
[7] I.F.Akyildiz, D.Pompili, and T.Melodia. Underwater
acoustic sensor networks: research challenges. Ad Hoc
Networks (Elsevier), 3(3):257–279, May 2005.
[8] J.Heidemann, W.Ye, J.Wills, A.Syed, and Y.Li.
Research Challenges and Applications for Underwater
Sensor Networking. In Submitted to Proc. IEEE
Wireless Comm. and Networking Conf., Apr. 2006.
[9] J.H.Cui, J.Kong, M.Gerla, and S.Zhou. Challenges:
Building Scalable Mobile Underwater Wireless Sensor
Networks for Aquatic Applications. IEEE Network,
Special Issue on Wireless Sensor Networking,
20(3):12–18, May/June 2006.
[10] F.Schill, U.R.Zimmer, and J.Trumpf. Visible Spectrum
Optical Communication and Distance Sensing for
Underwater Applications. In Proc. Australasian Conf.
Robotics and Automation, 2004.
[11] N.Farr et al. Optical Modem Technology for Seafloor
Observatories. In Proc. IEEE OCEANS’05 Conf.,
Sept. 2005.
[12] I.Vasilescu, K.Kotay, D.Rus, M.Dunbabin, and
P.Corke. Data collection, storage, and retrieval with an
underwater sensor network. In SenSys ’05, 2005.
[13] U. Lee, P. Wang, Y. Noh, L.F.M. Vieira, M. Gerla,
and J.-H. Cui, “Pressure Routing for Underwater
Sensor Networks,” Proc. IEEE INFOCOM ’10, 2010.

More Related Content

What's hot

Overlapped carrier sense multiple access
Overlapped carrier sense multiple accessOverlapped carrier sense multiple access
Overlapped carrier sense multiple accessambitlick
 
Energy efficient and reliable communication in IEEE 802.15.6 IR UWB WBAN
Energy efficient and reliable communication in IEEE 802.15.6 IR UWB WBANEnergy efficient and reliable communication in IEEE 802.15.6 IR UWB WBAN
Energy efficient and reliable communication in IEEE 802.15.6 IR UWB WBANaravind m t
 
Cm chou 20050124
Cm chou 20050124Cm chou 20050124
Cm chou 20050124hinalala
 
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...csandit
 
Improved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratioImproved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratioIJLT EMAS
 
GA Based Optimization in LTE for Different Data with Different Loads
GA Based Optimization in LTE for Different Data with Different LoadsGA Based Optimization in LTE for Different Data with Different Loads
GA Based Optimization in LTE for Different Data with Different LoadsIRJET Journal
 
Energy efficiency optimization of IEEE 802.15.6 ir uwb wban
Energy efficiency optimization of IEEE 802.15.6 ir uwb wbanEnergy efficiency optimization of IEEE 802.15.6 ir uwb wban
Energy efficiency optimization of IEEE 802.15.6 ir uwb wbanaravind m t
 
Improving data transmission in the vanet using multi criteria decision making...
Improving data transmission in the vanet using multi criteria decision making...Improving data transmission in the vanet using multi criteria decision making...
Improving data transmission in the vanet using multi criteria decision making...ijfcstjournal
 
Priority scheduling for multipath video transmission in wmsns
Priority scheduling for multipath video transmission in wmsnsPriority scheduling for multipath video transmission in wmsns
Priority scheduling for multipath video transmission in wmsnsIJCNCJournal
 
EFFICIENT UTILIZATION OF CHANNELS USING DYNAMIC GUARD CHANNEL ALLOCATION WITH...
EFFICIENT UTILIZATION OF CHANNELS USING DYNAMIC GUARD CHANNEL ALLOCATION WITH...EFFICIENT UTILIZATION OF CHANNELS USING DYNAMIC GUARD CHANNEL ALLOCATION WITH...
EFFICIENT UTILIZATION OF CHANNELS USING DYNAMIC GUARD CHANNEL ALLOCATION WITH...cscpconf
 
Performance Analysis of A Ds-Cdma System by using Rayleigh and Nakagami-M Fad...
Performance Analysis of A Ds-Cdma System by using Rayleigh and Nakagami-M Fad...Performance Analysis of A Ds-Cdma System by using Rayleigh and Nakagami-M Fad...
Performance Analysis of A Ds-Cdma System by using Rayleigh and Nakagami-M Fad...IRJET Journal
 
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...ijmnct
 
COOPERATIVE COMMUNICATIONS COMBINATION DIVERSITY TECHNIQUES AND OPTIMAL POWER...
COOPERATIVE COMMUNICATIONS COMBINATION DIVERSITY TECHNIQUES AND OPTIMAL POWER...COOPERATIVE COMMUNICATIONS COMBINATION DIVERSITY TECHNIQUES AND OPTIMAL POWER...
COOPERATIVE COMMUNICATIONS COMBINATION DIVERSITY TECHNIQUES AND OPTIMAL POWER...ijaceeejournal
 
Multi-Hop Routing Cooperative Communication for Improving Throughput in IEEE ...
Multi-Hop Routing Cooperative Communication for Improving Throughput in IEEE ...Multi-Hop Routing Cooperative Communication for Improving Throughput in IEEE ...
Multi-Hop Routing Cooperative Communication for Improving Throughput in IEEE ...IJERA Editor
 
Rate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay SelectionRate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay Selectionpaperpublications3
 

What's hot (20)

B0440711
B0440711B0440711
B0440711
 
Overlapped carrier sense multiple access
Overlapped carrier sense multiple accessOverlapped carrier sense multiple access
Overlapped carrier sense multiple access
 
Energy efficient and reliable communication in IEEE 802.15.6 IR UWB WBAN
Energy efficient and reliable communication in IEEE 802.15.6 IR UWB WBANEnergy efficient and reliable communication in IEEE 802.15.6 IR UWB WBAN
Energy efficient and reliable communication in IEEE 802.15.6 IR UWB WBAN
 
Cm chou 20050124
Cm chou 20050124Cm chou 20050124
Cm chou 20050124
 
A Distributed Rendezvous Point Source (RPS) For Congestion Control in A Relia...
A Distributed Rendezvous Point Source (RPS) For Congestion Control in A Relia...A Distributed Rendezvous Point Source (RPS) For Congestion Control in A Relia...
A Distributed Rendezvous Point Source (RPS) For Congestion Control in A Relia...
 
Enhancing Power Unbiased Cooperative Media Access Control Protocol in Manets
Enhancing Power Unbiased Cooperative Media Access Control Protocol in ManetsEnhancing Power Unbiased Cooperative Media Access Control Protocol in Manets
Enhancing Power Unbiased Cooperative Media Access Control Protocol in Manets
 
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
 
Improved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratioImproved aodv based on energy strength and dropping ratio
Improved aodv based on energy strength and dropping ratio
 
GA Based Optimization in LTE for Different Data with Different Loads
GA Based Optimization in LTE for Different Data with Different LoadsGA Based Optimization in LTE for Different Data with Different Loads
GA Based Optimization in LTE for Different Data with Different Loads
 
5 G Numerology
5 G Numerology5 G Numerology
5 G Numerology
 
Energy efficiency optimization of IEEE 802.15.6 ir uwb wban
Energy efficiency optimization of IEEE 802.15.6 ir uwb wbanEnergy efficiency optimization of IEEE 802.15.6 ir uwb wban
Energy efficiency optimization of IEEE 802.15.6 ir uwb wban
 
Improving data transmission in the vanet using multi criteria decision making...
Improving data transmission in the vanet using multi criteria decision making...Improving data transmission in the vanet using multi criteria decision making...
Improving data transmission in the vanet using multi criteria decision making...
 
Priority scheduling for multipath video transmission in wmsns
Priority scheduling for multipath video transmission in wmsnsPriority scheduling for multipath video transmission in wmsns
Priority scheduling for multipath video transmission in wmsns
 
EFFICIENT UTILIZATION OF CHANNELS USING DYNAMIC GUARD CHANNEL ALLOCATION WITH...
EFFICIENT UTILIZATION OF CHANNELS USING DYNAMIC GUARD CHANNEL ALLOCATION WITH...EFFICIENT UTILIZATION OF CHANNELS USING DYNAMIC GUARD CHANNEL ALLOCATION WITH...
EFFICIENT UTILIZATION OF CHANNELS USING DYNAMIC GUARD CHANNEL ALLOCATION WITH...
 
Performance Analysis of A Ds-Cdma System by using Rayleigh and Nakagami-M Fad...
Performance Analysis of A Ds-Cdma System by using Rayleigh and Nakagami-M Fad...Performance Analysis of A Ds-Cdma System by using Rayleigh and Nakagami-M Fad...
Performance Analysis of A Ds-Cdma System by using Rayleigh and Nakagami-M Fad...
 
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
PERFORMANCE COMPARISON OF PACKET SCHEDULING ALGORITHMS FOR VIDEO TRAFFIC IN L...
 
16-12363-review
16-12363-review16-12363-review
16-12363-review
 
COOPERATIVE COMMUNICATIONS COMBINATION DIVERSITY TECHNIQUES AND OPTIMAL POWER...
COOPERATIVE COMMUNICATIONS COMBINATION DIVERSITY TECHNIQUES AND OPTIMAL POWER...COOPERATIVE COMMUNICATIONS COMBINATION DIVERSITY TECHNIQUES AND OPTIMAL POWER...
COOPERATIVE COMMUNICATIONS COMBINATION DIVERSITY TECHNIQUES AND OPTIMAL POWER...
 
Multi-Hop Routing Cooperative Communication for Improving Throughput in IEEE ...
Multi-Hop Routing Cooperative Communication for Improving Throughput in IEEE ...Multi-Hop Routing Cooperative Communication for Improving Throughput in IEEE ...
Multi-Hop Routing Cooperative Communication for Improving Throughput in IEEE ...
 
Rate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay SelectionRate Adaptation for Time Varying Channels Using Distributed Relay Selection
Rate Adaptation for Time Varying Channels Using Distributed Relay Selection
 

Similar to Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks

Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...IJECEIAES
 
Effect of Interleaved FEC Code on Wavelet Based MC-CDMA System with Alamouti ...
Effect of Interleaved FEC Code on Wavelet Based MC-CDMA System with Alamouti ...Effect of Interleaved FEC Code on Wavelet Based MC-CDMA System with Alamouti ...
Effect of Interleaved FEC Code on Wavelet Based MC-CDMA System with Alamouti ...IJCSEIT Journal
 
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc NetworksBroadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc NetworksIJCNCJournal
 
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKSBROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKSIJCNCJournal
 
NS2 Projects 2014 in HCL velachery
NS2 Projects 2014 in HCL velacheryNS2 Projects 2014 in HCL velachery
NS2 Projects 2014 in HCL velacherySenthilvel S
 
Analysis of Selfish behavior in energy consumption model based Multihop cellu...
Analysis of Selfish behavior in energy consumption model based Multihop cellu...Analysis of Selfish behavior in energy consumption model based Multihop cellu...
Analysis of Selfish behavior in energy consumption model based Multihop cellu...ijsrd.com
 
V.KARTHIKEYAN PUBLISHED ARTICLE AA
V.KARTHIKEYAN PUBLISHED ARTICLE AAV.KARTHIKEYAN PUBLISHED ARTICLE AA
V.KARTHIKEYAN PUBLISHED ARTICLE AAKARTHIKEYAN V
 
CONGESTION AWARE LINK COST ROUTING FOR MANETS
CONGESTION AWARE LINK COST ROUTING FOR MANETSCONGESTION AWARE LINK COST ROUTING FOR MANETS
CONGESTION AWARE LINK COST ROUTING FOR MANETSIJCNCJournal
 
7. 7775 8118-1-pb
7. 7775 8118-1-pb7. 7775 8118-1-pb
7. 7775 8118-1-pbIAESIJEECS
 
A NOVEL HYBRID OPPORTUNISTIC SCALABLE ENERGY EFFICIENT ROUTING DESIGN FOR LOW...
A NOVEL HYBRID OPPORTUNISTIC SCALABLE ENERGY EFFICIENT ROUTING DESIGN FOR LOW...A NOVEL HYBRID OPPORTUNISTIC SCALABLE ENERGY EFFICIENT ROUTING DESIGN FOR LOW...
A NOVEL HYBRID OPPORTUNISTIC SCALABLE ENERGY EFFICIENT ROUTING DESIGN FOR LOW...IJCNCJournal
 
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...IJCNCJournal
 
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...IJCNCJournal
 
A comparative study in wireless sensor networks
A comparative study in wireless sensor networksA comparative study in wireless sensor networks
A comparative study in wireless sensor networksijwmn
 
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless NetworkQuadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless NetworkIJCI JOURNAL
 
“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...eSAT Publishing House
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...IJERA Editor
 
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
 
Performance analysis of al fec raptor code over 3 gpp embms network
Performance analysis of al fec raptor code over 3 gpp embms networkPerformance analysis of al fec raptor code over 3 gpp embms network
Performance analysis of al fec raptor code over 3 gpp embms networkeSAT Publishing House
 

Similar to Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks (20)

15
1515
15
 
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
 
Effect of Interleaved FEC Code on Wavelet Based MC-CDMA System with Alamouti ...
Effect of Interleaved FEC Code on Wavelet Based MC-CDMA System with Alamouti ...Effect of Interleaved FEC Code on Wavelet Based MC-CDMA System with Alamouti ...
Effect of Interleaved FEC Code on Wavelet Based MC-CDMA System with Alamouti ...
 
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc NetworksBroadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
Broadcast Scheduling Protocols in Multi-Hop Mobile Ad hoc Networks
 
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKSBROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
BROADCAST SCHEDULING PROTOCOLS IN MULTIHOP MOBILE AD HOC NETWORKS
 
NS2 Projects 2014 in HCL velachery
NS2 Projects 2014 in HCL velacheryNS2 Projects 2014 in HCL velachery
NS2 Projects 2014 in HCL velachery
 
Analysis of Selfish behavior in energy consumption model based Multihop cellu...
Analysis of Selfish behavior in energy consumption model based Multihop cellu...Analysis of Selfish behavior in energy consumption model based Multihop cellu...
Analysis of Selfish behavior in energy consumption model based Multihop cellu...
 
V.KARTHIKEYAN PUBLISHED ARTICLE AA
V.KARTHIKEYAN PUBLISHED ARTICLE AAV.KARTHIKEYAN PUBLISHED ARTICLE AA
V.KARTHIKEYAN PUBLISHED ARTICLE AA
 
B010340611
B010340611B010340611
B010340611
 
CONGESTION AWARE LINK COST ROUTING FOR MANETS
CONGESTION AWARE LINK COST ROUTING FOR MANETSCONGESTION AWARE LINK COST ROUTING FOR MANETS
CONGESTION AWARE LINK COST ROUTING FOR MANETS
 
7. 7775 8118-1-pb
7. 7775 8118-1-pb7. 7775 8118-1-pb
7. 7775 8118-1-pb
 
A NOVEL HYBRID OPPORTUNISTIC SCALABLE ENERGY EFFICIENT ROUTING DESIGN FOR LOW...
A NOVEL HYBRID OPPORTUNISTIC SCALABLE ENERGY EFFICIENT ROUTING DESIGN FOR LOW...A NOVEL HYBRID OPPORTUNISTIC SCALABLE ENERGY EFFICIENT ROUTING DESIGN FOR LOW...
A NOVEL HYBRID OPPORTUNISTIC SCALABLE ENERGY EFFICIENT ROUTING DESIGN FOR LOW...
 
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
 
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
Optimize the Network Coding Paths to Enhance the Coding Protection in Wireles...
 
A comparative study in wireless sensor networks
A comparative study in wireless sensor networksA comparative study in wireless sensor networks
A comparative study in wireless sensor networks
 
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless NetworkQuadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
 
“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
 
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
 
Performance analysis of al fec raptor code over 3 gpp embms network
Performance analysis of al fec raptor code over 3 gpp embms networkPerformance analysis of al fec raptor code over 3 gpp embms network
Performance analysis of al fec raptor code over 3 gpp embms network
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
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
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
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...
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.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
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
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 )
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 

Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 2, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 357 Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks S. Ramya1 R. Devi2 R. Palanivel3 1,2 M.E – CSE 3 Associate Professor 1, 2, 3 Selvam College of Technology, Namakkal Abstract— Underwater acoustic communication is a technique of sending and receiving message below water. There are several ways of employing such communication but the most common is using hydrophones. Under water communication is difficult due to factors like multi-path propagation, time variations of the channel, small available bandwidth and strong signal attenuation, especially over long ranges. In underwater communication there are low data rates compared to terrestrial communication, since underwater communication uses acoustic waves instead of electromagnetic waves. The data can be collected from the sensor node and transfer the data to the destination. The same source information can be send through multiple paths through the same destination. So the packet bit error rate is high and power and energy consumption for transferring data is high. The bandwidth and the energy can be consumed. And then the packet bit rate is the serious problem in the existing system. It can be overcome by using the segment combination in the hamming code technique. The packet bit rate can be overcome by increasing the number of paths. The number of paths can be increased based on calculating the cost. For calculating the cost, least cost algorithm is used. And based on the minimum cost path, the path is chosen and data is transferred to the same destination. Keywords: Hamming code algorithm, Packet error rate, Segment combination, Dijsktra’s algorithm, Feedback decision. I. INTRODUCTION Recent advances in networking technologies and acoustic communications have enabled the deployment of Underwater Sensor Networks (USNs) for a variety of attractive applications, such as oceanographic data collection, pollution monitoring, offshore exploration, and military surveillance. However, the high Packet Error Rate (PER), long channel latency, and low bandwidth are the inherent issues in USNs characterized by the acoustic channels. Moreover, the feature of low energy efficiency brings fundamental challenges in design of USNs. Hence, this unique characteristic motivates the research community of USNs to seek a reliable, scalable, robust, and energy- efficient approach for design and deployment of USNs. This paper attempts to address this issue by 1) integrating the Hamming Coding-based Forward Error Correction (FEC) scheme with multipath communications (MPC), 2) designing a novel packet recover technology based on segment combinations for the FEC scheme, and 3) designing a Decision and Feedback scheme for multipath communications. USNs have attracted many research efforts from academy and industry. In industrial fields, LinkQuest, Inc., a leading manufacturer of precise acoustic instruments, has developed a series of dominant products, Underwater Acoustic Modems (UWMs), which can achieve 10-9 , -10-7 Bit Error Rate (BER). However, the transmit model power is in the range of 1-40 W and the devices are heavy and expensive. As a result, they are not suitable for deploying large-scale USNs. However, SDRT may cause much long delay because Tornado code requires more redundant blocks and thus SDRT is not utilized in the multipath communication. It is shown that multiple-path communications can eliminate retransmission of redundant packets in high-PER networks and can perform well when the destination nodes combine these redundant packets using the bit-based majority voting scheme. On the other hand, Hamming Coding [3], especially for multiple sources, is treated as a potential solution for FEC in the high-BER networks. Moreover, the probability of recovering the original packet in the destination node is determined by the packet combination efficiency. The traditional bit-voting-based packet combination scheme [4] in the destination node splits the packets received from multiple paths into multiple bits and then votes the bits, thus ruining the integrality of the segment in packets because the segment should be decoded as a whole unit instead of bit-to-bit if the FEC scheme is handled in the network node. As a result, the successful probability of packet recovery for the bit-based majority voting scheme is not high, and it consumes more energy because the number of the multiple paths is the key factor of determining energy efficiency in the multipath wireless communication. To support reliable, energy-efficient communications in USNs, this thesis integrates Hamming Coding in the network nodes with multihop multipath communications, proposes a novel segment-based packet combination approach for the destination nodes, and develops a dynamical decision and feedback scheme for USNs. The advantages of the proposed approach include: 1) The proposed segment-based packet combination FEC in the destination node can improve packet recovery efficiency to enhance reliability. 2) The developed dynamic feedback scheme can control the number of the multiple paths and achieve high energy efficiency while guaranteeing the desirable PER. II. DESCRIPTIONS In order to present the proposed scheme clearly, this section introduces the preliminary knowledge including 7- 4 Hamming Coding.
  • 2. Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks (IJSRD/Vol. 1/Issue 2/2013/0074) All rights reserved by www.ijsrd.com 358 Hamming CodingA. When retransmissions are relatively costly or impossible, FEC becomes a suitable way for provisioning of reliable data communications. In FEC [11], [6], redundant data, also known as an error-correction code, is added to packets before transmission. The purpose is to allow the receiver to detect and correct errors without asking the sender for retransmission. FEC codes can be classified into two main categories: block codes and convolutional codes. Hamming Coding [10] belongs to the former, which can correct single bit errors and makes it possible to provide reliable communication. Specifically, 7-4 Hamming Coding contains 4-bit source codes and 3-bit error-correction codes in each 7-bit segment. Segment is, Ŝ, is obtained from the 4-bit source codes, S, following the linear operation: Ŝ=SG; where G is the generator matrix of the code for 7-4 Hamming Coding. At the receiver side, the decoding process is to check which bit encounters error according to the encoding principle so as to correct the error bit. Bit-Based Packet CombinationB. Generally, in multiple-path communications, after the destination node receives all the copies of the original packet from multiple paths, it will combine these copies using bit based majority voting scheme [12], [13]. Suppose there are l copies of the original packet received in the destination node, the ith bit, bi, in the final combined packet is determined by where biw is the ith bit in the wth ,(1 ≤ w ≤ l), packet. As a result, the final packet can be combined bit by bit. III. BIT-BASED VERSUS SEGMENT-BASED PACKET COMBINATION APPROACHES The inherent characteristics of acoustic channels in USNs including the low bandwidth, high latency, and high BER pose many challenges in provisioning of reliable underwater communications. Without any error correction scheme, it is impossible to provide low BER transmission in the extremely unreliable area. Thus, FEC based on the Hamming Coding scheme is a useful approach to improving BER. Furthermore, the crucial performance in terms of energy efficiency is taken into account for designing USNs. However, energy efficiency and delay are paradox typically in wireless networks. To bridge this gap, a widely used scheme, energy-efficient multipath communication [12] has been proposed to eliminate retransmission and reduce delay. MPC is utilized from the same source node to transmit the same packet along multiple paths to the destination node where these corrupted packets are combined bit-to-bit using the majority voting scheme. In order to investigate the impact of diverse packet combination schemes on the number of multiple paths required for error correction in FEC. In these experiments, the source transmits packets to the destination communication paths. The bit-based and the segment-based packet combination approaches are deployed for recovering the original packet from the received copies at the destination. As shown in Fig. 1, 10 corrupted copies of the original packet are received at the destination via different communication paths. Each received packet is divided into three appositional segments. Each segment is composed of 7 bits. PBC, PSC are the final packets recovered by using the bit-based majority voting scheme is treated as an integral part for 7-4 Hamming encoding. Using MPC with the 7-4 Hamming Coding approach. The copies of the original data packets are corrupted due to the noise of the. Fig.1. Comparison of Bit Majority, Vote-Based and Segment-Based Packet Combination in the destination. decoding, but the bit-based combination scheme ruins the integrity and degrades the performance. The above results show that the bit-based combination scheme is less efficient than the segment-based combination for the multiple paths FEC. Due to the limitation of the traditional MPC in USNs, the current bit-based FEC schemes are neither suitable for reliable nor energy-efficient communications, nor for delay sensitive applications in USNs. IV. M-FEC SCHEME This section will present in detail the proposed M-FEC scheme for multiple-path communications in USNs. First, the architecture of multiple path for USNs is presented and then the encoding and decoding processes for Hamming Coding are introduced for M-FEC. After that we formulate the overall PER using a Markovian model and investigate
  • 3. Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks (IJSRD/Vol. 1/Issue 2/2013/0074) All rights reserved by www.ijsrd.com 359 the PER of the proposed M-FEC scheme, compared to the bit-based FEC for multiple-path communications using a set of numerical experiments. Finally the Decision and Feedback algorithm is developed for the M-FEC scheme. Network DesignA. The dense node deployment makes multipath routing a natural and promising technique to cope with the unreliable network environments and large end-to-end packet delays. Thus, multipath communication enables to improve the robustness and reduce end-top-end delays for USNs. As illustrated in Fig. 2, the broadcast technology is handled in the source node to deliver the same packets to the same destination in multiple paths. Specifically, in the source node, the data packet is encoded using Hamming Coding approach and is delivered using Multicast Ad hoc On- Demand Distance Vector (MAODV) [13] protocol to establish multipath routing through the intermediate nodes. At the destination, the decoder first corrects some errors encountered during transmission in the acoustic channel for all received packets. Fig. 2. Network architecture for multiple-path communications Dijkstra’s AlgorithmB. The general method to solve the single source shortest path problem is known as Dijkstra’s algorithm. This thirty year old solution is a prime example of a greedy algorithm. Greedy algorithms generally solve a problem in stages by doing what appears to be the best thing at each stage. Pseudo code for Dijkstra’s Algorithm 1. void 2. Dijkstra( Table T ) 3. { 4. Vertex v,w; 5. for ( ; ; ) 6. { 7. V = smallest unknown distance vertex; 8. if ( v == NotAVertex ) 9. break; a. T[ V ].Known = True; b. for each W adjacent to v i. if( !T[ W ].Known) ii. if( T[ V ].Dist + Cvw < T[ W ].Dist ) iii. { /* Update W */ iv. Decrease( T[ W ].Dist to T[V].Dist + Cvw ); v. T[ W ].Path = V; vi. } c. } 10. } V. PERFORMANCE EVALUATION Energy EfficiencyA. We next investigate how the M-FEC can reduce energy consumption. The energy required for transmission is much higher than that for computation in wireless networks [7]. In USNs, this phenomenon is more remarkable. Table.1: The Achieved PER with Different BERs, Numbers of Hops and Numbers of Multipath. Therefore, this study mainly focuses on the transmission energy consumption over the acoustic channels. Furthermore, it has been demonstrated that the number of the used multiple paths plays a dominant role in the energy consumption for transmission [9].Let Eij denote the energy consumption of the jth node in the ith path. The overall consumed energy, E, can be expressed by We note that the overall consumed energy, E, is determined by u, ni, and Eij. Table 1, in fact, the number of paths, u, is a critical factor to affect the energy efficiency more greatly than the other two parameters, ni and Eij in multipath communications. Hence, the M-FEC aims to adjust u according to the required PER, Preq, so as to improve energy efficiency. The energy saving solution in M-FEC consists of checking packet procedure and making decision procedure using 7-4 Hamming Coding. VI. CONCLUSION AND FUTURE WORK The project proposed a novel FEC approach, namely M- FEC, designed with Hamming Coding for multiple- path
  • 4. Segment Combination based Approach for Energy- Aware Multipath Communication in Underwater Sensor Networks (IJSRD/Vol. 1/Issue 2/2013/0074) All rights reserved by www.ijsrd.com 360 communications in USNs. To the best of the knowledge, this is the first of its kind on segment-based packet combination and recovery technology for FEC with Hamming Coding which can improve both energy efficiency and reliability in USNs. The proposed M-FEC integrates multiple-path communications and Hamming Coding to eliminate retransmission and enhance reliability. To reduce the consumed energy of transmission, the Markovian model is used to calculate the overall PER in order to make a decision for the number of multiple paths guaranteeing the desirable PER. The proposed approach can significantly outperform conventional multiple-path communications and single- path communications in terms of an energy efficiency and reliability. Currently the scheme has a slightly less memory overhead, while in the more complex applications; the scheme may utilize more memory. The future study can be in the area of more significant memory savings. REFERENCES [1] J. Partan, J. Kurose, and B. Levine, “A Survey of Practical Issues in Underwater Networks,” ACM SIGMOBILE Mobile Computing and Comm. Rev., vol. 11, pp. 23-33, 2007. [2] J.A.Catipovic. Performance limitations in underwater acoustic telemetry. IEEE J. Oceanic Eng., 15(3):205– 216, Jul. 1990. [3] D.B.Kilfoyle and A.B.Baggeroer. The state of the art in underwater acoustic telemetry. IEEE J. Oceanic Eng., 25(1):4–27, Jan. 2000. [4] M.Stojanovic. Recent Advances in High-Speed Underwater Acoustic Communications. IEEE J. Oceanic Eng., 21(2):125–136, Apr. 1996. [5] L.Freitag, M.Stojanovic, D.Kilfoyle, and J.Preisig. High-Rate Phase-Coherent Acoustic Communication: A Review of a Decade of Research and a Perspective on Future Challenges. In Proc. 7th European Conf. on Underwater Acoustics, July 2004. [6] E.S¨ozer, M.Stojanovic, and J.Proakis. Underwater Acoustic Networks. IEEE J. Oceanic Eng., 25(1):72– 83, Jan. 2000. [7] I.F.Akyildiz, D.Pompili, and T.Melodia. Underwater acoustic sensor networks: research challenges. Ad Hoc Networks (Elsevier), 3(3):257–279, May 2005. [8] J.Heidemann, W.Ye, J.Wills, A.Syed, and Y.Li. Research Challenges and Applications for Underwater Sensor Networking. In Submitted to Proc. IEEE Wireless Comm. and Networking Conf., Apr. 2006. [9] J.H.Cui, J.Kong, M.Gerla, and S.Zhou. Challenges: Building Scalable Mobile Underwater Wireless Sensor Networks for Aquatic Applications. IEEE Network, Special Issue on Wireless Sensor Networking, 20(3):12–18, May/June 2006. [10] F.Schill, U.R.Zimmer, and J.Trumpf. Visible Spectrum Optical Communication and Distance Sensing for Underwater Applications. In Proc. Australasian Conf. Robotics and Automation, 2004. [11] N.Farr et al. Optical Modem Technology for Seafloor Observatories. In Proc. IEEE OCEANS’05 Conf., Sept. 2005. [12] I.Vasilescu, K.Kotay, D.Rus, M.Dunbabin, and P.Corke. Data collection, storage, and retrieval with an underwater sensor network. In SenSys ’05, 2005. [13] U. Lee, P. Wang, Y. Noh, L.F.M. Vieira, M. Gerla, and J.-H. Cui, “Pressure Routing for Underwater Sensor Networks,” Proc. IEEE INFOCOM ’10, 2010.