Next Article in Journal
Exploring the Consequences of Crowd Compression Through Physics-Based Simulation
Next Article in Special Issue
Reference Phase Stabilizer for Distributed Underwater Sonar Systems
Previous Article in Journal
Detection and Validation of Tow-Away Road Sign Licenses through Deep Learning Methods
Previous Article in Special Issue
HAS4: A Heuristic Adaptive Sink Sensor Set Selection for Underwater AUV-Aid Data Gathering Algorithm
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

RECRP: An Underwater Reliable Energy-Efficient Cross-Layer Routing Protocol †

1
College of Computer Science and Technology, Jilin University, Changchun 130012, China
2
State Key Laboratory of Robotics, Shenyang Institute of Automation, Chinese Academy of Sciences, Shenyang 110016, China
*
Author to whom correspondence should be addressed.
This paper is an extended version of our paper published in Liu, J.; Yu, M.M.; Wang, X.W.; Liu, Y.Y.; Wei, X.H. RECRP: A Reliable Energy-efficient Cross-layer Routing Protocol in UWSNs. In Proceedings of the OCEANS ‘18 MTS/IEEE Kobe/Techno—Ocean 2018, Kobe, Japan, 28–31 May 2018. (accepted).
Sensors 2018, 18(12), 4148; https://doi.org/10.3390/s18124148
Submission received: 30 September 2018 / Revised: 17 November 2018 / Accepted: 22 November 2018 / Published: 26 November 2018
(This article belongs to the Special Issue Underwater Sensing, Communication, Networking and Systems)

Abstract

:
A reliable energy-efficient routing protocol plays a key role in underwater data transmission. In the face of acoustic communication challenges in underwater wireless sensor networks (UWSNs), including long propagation delay, topology change, limited energy, and communication voids, we propose RECRP, a Reliable Energy-efficient Cross-layer Routing Protocol to achieve high data delivery rate. RECRP is a location-free single-copy protocol. The information of the physical layer such as Doppler scale shift measurement, Received Signal Strength Indication (RSSI), etc. are adopted to estimate the distance, thus no extra hardware is needed for localization. Moreover, the overhead introduced by redundant packets is avoided with the single-copy mechanism. To improve the two-hop packet delivery rate and balance energy consumption among adjacent nodes, an optimal max–min method is proposed that dynamically controls transmission power and channel frequency. Furthermore, a surface to bottom routing establishment method is also adopted to handle communication voids. Compared with depth-based routing (DBR) and hop-by-hop vector-based forwarding (HH-VBF), RECRP is more energy-efficient with a higher delivery rate.

1. Introduction

Underwater wireless sensor networks (UWSNs) are becoming increasingly popular in applications such as real-time ocean monitoring, submarine tracking, offshore exploration, pollution monitoring, and hydrological environment protection. There are three wireless communication technologies in underwater environments, including electromagnetic, optical, and acoustic waves. With the exception of acoustic waves, the effective communication range is no more than 100 m because of the serious attenuation [1]. Since the acoustic wave is the only energy form that can propagate for a long distance in UWSNs, wireless acoustic communication is currently the dominant data delivery method for numerous underwater applications. In such applications shown in Figure 1, sensor nodes are placed at different depths to collect and forward aquatic information to sink nodes through acoustic links. Then, sink nodes transmit data to the monitoring center through radio links.
However, underwater acoustic communications also have limitations such as long propagation delay, limited energy consumption, limited bandwidth, complex ambient noise, and complex path loss which cause great trouble for UWSNs’ protocol design [2,3,4,5]. The propagation speed of sound in underwater environments is around 1500 m/s, which is five orders of magnitude slower than the speed of RF. As shown in Figure 2, sound velocity changes along with the factors such as water temperature, depth, density, and salinity, which means that acoustic wave propagation in underwater environments is nonlinear. The nonlinear propagation causes shadow zones where the transducers cannot receive from others, which leads to communication voids.
Moreover, the transmission power required by underwater acoustic transceivers is orders of magnitude higher than that of terrestrial devices. Since sensor nodes are often battery-powered and deployed deeply, the batteries are unavailable to replace when they are exhausted. Thus, the lifetime of an underwater node is severely restricted by its local power source [6]. Since the major concern for energy cost is transmitting rather than receiving, the overall energy consumption along the path to sink nodes must be carefully controlled. In addition, neighbor nodes near sink nodes are used frequently for data forwarding, which accelerates energy consumption. This results in an imbalance of energy consumption as well as premature exhaustion of node energy.
Terrestrial routing protocols have poor performance in underwater environments. Existing routing protocols proposed for terrestrial mobile and ad-hoc networks are usually divided into two categories: proactive and reactive. However, neither of these protocols is suitable for underwater environments. Proactive protocols require too much signaling overhead to establish end-to-end routing, especially when the network first establishes. Once the topology changes, the establishment and maintenance of the routing table causes huge network overhead. Constant movement of underwater nodes leads to frequent network topology changes, which aggravates the situation. Reactive routing protocols are suitable for dynamic environments, but they face large delays as they require source-initiated flooding for the route discovery process. Moreover, experiments show that reactive routing protocols perform poorly in asymmetric links (UWSNs). Thus, more and more researchers are devoted to the design of new routing protocols for UWSNs [7].
Greedy routing protocols are studied extensively to improve the packet delivery rate with minimum cost [8]. Due to high mobility of underwater nodes, greedy hop-by-hop routing is the most reliable method. Since this technique relies on a simple strategy that forwards packets to the locally optimal node with a strict positive progress towards the sink node, it does not work properly when data packets reach a node that has no neighbors with positive progress towards the sink node. This phenomenon might be caused by node mobility or the existence of shadow zones. This is the problem greedy routing protocols are generally faced with, known as the communication void problem.
In this paper, we propose a reliable energy-efficient cross-layer routing protocol called RECRP. RECRP is a location-free single-copy protocol, and does not rely on location and depth information. To improve two-hop packet delivery rate and balance energy among the network, we propose an optimal max–min method that dynamically controls transmission power and channel frequency. Since the Doppler scale shift can be measured from a single message exchange between two nodes, we adopt information from the physical layer such as Doppler scale shift measurement, Received Signal Strength Indicator (RSSI), etc. [9,10] to select next hop without the use of any additional hardware (e.g., depth probes, inertial sensors). Hence, RECRP reduces the equipment cost significantly.
The meaning of cross-layer routing is to use and adjust more underlying information in the routing protocol, such as using Doppler scale shift to estimate the relative speed between nodes, and adjusting the transmission power and frequency to improve the transmission efficiency. RECRP includes routing table updating and routing phases. The updating phase updates the routing table information. According to the routing table, the routing phase dynamically selects communication frequency, transmission power, and the next hop to achieve energy-efficient forwarding. We chose the minimal forwarding capability between the node i to its neighbor j ( k , h ) and the node j ( k , h ) to its next hop to determine the minimal forwarding capability C j ( C k , C h , …) within two hops (shorter board in Barrel principle), then selected the maximal among all minimal forwarding capabilities ( C j , C k , C h , …) to balance the energy consumption.
The following are the contributions of this paper:
  • We propose a location-free single-copy routing protocol, RECRP, to deal with the high energy consumption and imbalanced energy cost in underwater sensor networks. We use the mixed integer linear programming (MILP) model with a max–min method to formulate the underwater routing forwarding problem to achieve energy efficiency. The protocol also handles the communication void problem, which is a common problem in greedy routing protocols.
  • We adopt the information of physical layer such as Doppler scale shift measurement and RSSI to estimate the relative velocity and distance without extra hardware to make RECRP suitable for many underwater scenarios.
  • We conducted simulations to verify the performance of RECRP in a randomly deployed sparse network. Simulation results show that in terms of packet delivery rate, energy consumption, and end-to-end delay, RECRP performed better than depth-based routing (DBR) and hop-by-hop vector-based forwarding (HH-VBF).
The rest of the paper is organized as follows. Previous work on underwater energy-efficient routing is summarized in Section 2 . In Section 3 we describe RECRP in detail. Section 4 illustrates simulation results. Finally, Section 5 concludes the paper.

2. Related Work

The first important issue of an underwater sensor network is to improve its energy efficiency to prolong the network lifetime. Energy-efficient underwater routing protocols typically use some special node information to reduce the energy consumption. They can generally be classified into the following three categories: location-based routing, depth-based routing, and path consumption-based routing.
Location-based routing protocols assume that each node knows its location and each packet contains the position of the transmitter, which may not be practical in floating oceans. Xie et al. present VBF [11], a vector-based protocol where the source to sink vector acts as a virtual pipeline with a pre-defined radius to reduce flooding packets for energy efficiency. Because it is difficult to define the pipe radius, VBF is difficult to deploy in UWSNs. HH-VBF [12] is an enhanced version of VBF where the source-to-sink vector is replaced by the per-hop vector. However, the small pipeline radius has lower performance in sparse networks. AHH-VBF [13] is an advanced version of HH-VBF that adaptively changes the radius and sends duplicate packets to improve reliability. Because of duplicate packets, there is a higher probability of collisions and energy consumption in AHH-VBF. GEDAR [14] and DCR [15] are two typical distributed topology control algorithms to avoid communication voids. They avoid communication voids by adjusting nodes’ locations. However, due to the large energy consumption of position adjustment, it is not energy-efficient. In a location-based routing protocol, the assumption that each node knows its location information in UWSNs is not necessarily true. Therefore, there are significant restrictions on the application scenario of location-based underwater routing protocols.
Depth-based routing protocols use depth information to route packets instead of full location coordinates. To acquire depth information, extra sensors are equipped which increases the cost of sensor nodes. DBR [16] was presented to forward packets to upper nodes. Since it uses a flooding method to route packets, DBR is not energy-efficient. DBMR [17] leverages a multi-hop transmission model to deliver packets to reduce the energy consumption. While protocols like DBR and DBMR cannot deal with communication voids, D-DBR [18] is an enhanced version of DBR that improves the time and energy costs. Since many nodes broadcast at the same time, D-DBR leads to a high probability of packet collisions.
Path-consumption-based routing protocols select the next hop by their considered route selection metric, including distance, hop count, and residual energy, to find the most energy-efficient path. ERP2R [19] forwards packets according to the physical distance from sink nodes and the residual energy. EEF [20] uses residual energy, depth, and distance from sink nodes to evaluate the cost. However, both EEF and ERP2R do not consider the effects of channel frequency and dynamic transmission power on the energy cost.

3. RECRP Description

We propose a reliable energy-efficient cross-layer underwater routing protocol, RECRP, to route packets to sink nodes. RECRP is a two-phase routing protocol, including an updating phase and a routing phase. The routing table in each node is built during the updating phase, and is updated in both updating and routing phases.

3.1. Routing Updating Phase

In RECRP, each sink node periodically broadcasts a routing update message to start the routing update phase. When a node receives a routing update message, it updates its routing table information and broadcasts a new route broadcast message. During the routing update phase, all nodes broadcast with maximum power and lower channel frequency to achieve the maximum communication range.
The update message contains packet type, node ID, node level, and residual energy. According to packet type, packets are divided into updating packets, data packets, and data response packets (acknowledgement packet, ACK). The node level is the minimum hop count to sink nodes, and the level of each sink node is 0.
Since each node needs to update its own routing table and broadcast a new updating message after receiving a routing update message, each node sends only one routing update message during the updating phase in order to avoid loops. In RECRP, since each node sends a routing update message in the next time slot after receiving the message, when a node receives the second updating message, it only records the node in the routing table.
Each node maintains a routing table as shown in Table 1. Each record contains the information used in the routing phase, such as the neighbor node ID, the distance to the neighbor node, the relative speed, and the residual energy. When a sensor node receives an updating message, data message, or ACK, it updates the corresponding entry in the routing table according to the received information. In order to adapt to the dynamic underwater network, each entry in the routing table corresponds to a timer for periodically clearing nodes that have not communicated recently. When the timer expires, the corresponding entry is removed from the routing table, which means that the node corresponding to the entry might move out of the communication range or become energy exhausted.
To obtain the distance between neighbor nodes, the combination of the path attenuation model, the received channel strength, and the transmission strength in data packets are utilized. The path attenuation model [21] for underwater acoustic communication with frequency f between two nodes at distance l is:
A ( l , f ) = A 0 l k a ( f ) l ,
where A 0 is a unit-normalizing constant, k is a propagation factor which represents the geometry of propagation, for spherical propagation k = 2, for cylindrical propagation k = 1 (here k = 1.5 [22]), and a ( f ) is the absorption coefficient. If expressed in d B , the underwater acoustic path loss is:
10 log A ( l , f ) / A 0 = k 10 log l + l 10 log a ( f ) .
The first item on the right side of the formula indicates the propagation consumption, and the second item indicates the absorption of the medium. The absorption coefficient is often set empirically, and the absorption coefficient of the sound signal with frequency f in dB/km is defined by the Thorps formula [23]:
10 log a ( f ) = 0.11 f 2 / ( 1 + f 2 ) + 44 f 2 / ( 4100 + f 2 ) + 2.75 10 4 f 2 + 0.003 .
The above formula is often used to represent signals with frequencies above a few hundred Hz. For low-frequency signals, the following form is often used:
10 log a ( f ) = 0.002 + 0.11 f 2 / ( 1 + f 2 ) + 0.011 f 2 .
The relationship between absorption coefficient and frequency is shown in Figure 3.
Equation (2) describes the attenuation of the underwater acoustic signal without obstacles in the propagation path. If a hydro-acoustic signal of frequency f is transmitted with power P along an unblocked path, the received signal strength is P / A ( l , f ) , so we can roughly estimate the distance between two nodes by the received signal strength.
The distance to the neighbor node is obtained from RSSI. Using RSSI to estimate distances for UWSNs needs to take into account multipath effects due to surface reflection, bottom reflection, and backscattering [24]. RSSI-based schemes can provide a ranging accuracy of a few meters [25]. Experiments reported in [26] have shown that multipath effects can be modeled as Rayleigh fading in shallow water. Therefore, RSSI is more suitable for deep water, with less reflection and refraction. For shallow water, we can use the peak value of signal intensity to estimate the distance.
The relationship between Doppler scale shift and relative velocity between any pair of nodes is v = a · c , where v is the relative velocity, a is the Doppler scale shift, and c is the sound speed. Relative velocity estimations based on Doppler can achieve a promised performance from the obtained data. For example, Mason et al. [27] reached 0.1 m/s deviation for node speed with a maximal velocity of 5 m/s (9.7 knot). We leveraged the Doppler measurement to estimate the relative velocity.
In underwater sensor networks, the network topology changes with nodes drifting in water currents. Therefore, the routing table needs to be updated frequently. However, frequent updates to the routing table requires a large number of control messages to be sent, which increases energy consumption. Considering the limited energy of the sensor node, the update frequency initiated by sink nodes should be based on the information on ocean currents. ACK is not required in the updating phase to save energy. It is assumed that sensor nodes are clock synchronized and that messages must be sent within a single time slot. In order to reduce packet collisions caused by multiple nodes sending messages at the same time, sensor nodes randomly select the transmission time in each time slot. Therefore, the time slot is much longer than the time required to send data messages.

3.2. Routing Phase

In the routing phase, collected data is sent to sink nodes through relay nodes. To ensure end-to-end transmission, it is necessary to ensure the successful transmission of each hop in the routing phase. When a node receives a packet, it sends an ACK to inform that the packet has been successfully received. If the sending node does not receive ACK from the receiving node within a certain period, the packet is sent repeatedly until ACK is received or retransmission times exceed the threshold.
In order to update path information in time, each ACK packet and data packet contain residual energy and transmission power information to inform neighboring nodes to update their corresponding routing table entries. When a node receives a packet, whether it is the next hop node or not, it always updates its routing table according to the information in the packet, and resets the corresponding timer.
In order to transmit data successfully and energy-efficiently, the probability of success in sending packets is estimated at different frequencies and powers during each transmission. First of all, we need to estimate the impact of noise on the underwater transmission.
Underwater ambient noise is mainly caused by four sources, including turbulence, shipping, waves, and thermal noise. We use N t ( f ) , N s ( f ) , N w ( f ) , and N t h ( f ) to represent these noises, respectively, where f is the underwater acoustic frequency used for packet transmission. The relationship of the four noises with frequency f can be described by the following formulae:
10 log N t ( f ) = 17 30 log f ,
10 log N s ( f ) = 40 + 20 ( s 0.5 ) + 26 log f 60 log ( f + 0.03 ) ,
10 log N w ( f ) = 50 + 7.5 w ( 1 / 2 ) + 20 log f 40 log f ( f + 0.4 ) ,
10 log N t h ( f ) = 15 + 20 log f .
Turbulent noise can only affect underwater acoustic signals with frequencies below 10 Hz. Shipping noise is the main noise between 10 and 100 Hz, and is described by shipping activity factor s. The value of s is between 0 and 1, and the smaller the value is, the less the shipping activity will be. Wave noise caused by sea breeze is the main noise between 100 Hz and 100 kHz. In the above formula, w is the sea breeze speed in m/s. Thermal noise is the main source of noise above 100 kHz.
Figure 4 shows the relationship between transmission frequency and noise. The total ambient noise is [21,28,29]:
N ( f ) = N t ( f ) + N s ( f ) + N w ( f ) + N t h ( f ) .
Given the attenuation A ( l , f ) and noise N ( f ) , the signal-to-noise ratio (SNR) can be observed over a distance l at frequency f and power P:
S N R ( l , f , P ) = P / A ( l , f ) N ( f ) = P A ( l , f ) N ( f ) .
The received packet can be correctly decoded when the SNR at the receiver is greater than the detection threshold. In addition to the SNR, the transmission of data packets should also account for the error probability of data transmission.
It is assumed that binary phase shift keying (BPSK) is used to modulate the underwater acoustic data. In BPSK, each symbol represents one bit, then the probability of an error of one bit of data over distance l with sending power P at frequency f is [30,31]:
p e ( l , f , P ) = 1 2 ( 1 S N R ( l , f , P ) 1 + S N R ( l , f , P ) ) .
For any two nodes with distance l on sending power P and communicating at frequency f, the probability of correctly delivering a packet with the size of n bits can be calculated as follows:
p ( l , f , P , n ) = ( 1 p e ( l , f , P ) ) n .
Packet error rate can be reduced by an error correction code. Error correction codes (ECCs) are used for controlling errors in data over unreliable or noisy communication channels [32]. The central idea is that the sender encodes the message with a redundancy in the form of an ECC. ECCs include forward error correction (FEC) and automatic repeat request (ARQ). With FEC, the receiver corrects errors based on the received redundancy from the sender to minimize bit errors in the communication process. With ARQ, the sender is responsible for error correction by retransmitting unsuccessfully received packets to assure transmission reliability [33]. Since the error correction code is not the focus of this article, it is not considered in this paper.
The number of times that a packet will be sent at least once successfully is expected to be 1 p ( l , f , n , P ) . Therefore, the expected energy consumption for the successful transmission of the packet is:
P e ( l , f , n , P ) = n Δ f × 1 p ( l , f , n , P ) ,
where Δ f is the channel bandwidth. Since we use BPSK to modulate the underwater acoustic data, a symbol duration can be coarsely calculated as the inverse of the channel bandwidth. In this way, the time taken to send a packet with the actual duration is simply given by the number of bits in the packet, divided by the binary symbol duration of the BPSK waveform in use, so the time taken to send a packet with a data length of n is n / Δ f .
The next hop of the packet at node i is determined by the node level, residual energy, residual energy of neighbor nodes j, and the distance evaluation between the current node and the neighbor node. These variables are denoted as l i , E i , E j , and L i j , respectively. In order to estimate the energy required to send a packet to the next hop, we need to calculate the distance between these two nodes. We use the distance between nodes i and j, L i j 0 , which is stored in the routing table, and the relative velocity between nodes i and j, v i j , to estimate the distance between nodes i and j, L i j . Assuming that the data updating time in the corresponding routing table is t 0 , and the current time is t, then the distance between nodes i and j can be estimated as:
L i j = α ( L i j 0 + ( t 0 t ) v i j ) ,
where α is a constant parameter that exceeds 1 to guarantee that the evaluated distance is larger than the real one to overcome the inaccurate distance estimation introduced by RSSI-based distance estimation and Doppler-based velocity estimation.
We define the forwarding capability (nodes’ lifetime) of a node as the number of packets it can forward, and take it as a metric. In this problem, it is assumed that the energy consumption of sending an ACK is K times (with K < < 1 ) the energy consumption of the transmitted data packet, and the energy consumption of the next hop forwarding the data packet is consistent with the energy consumption of the node sending the packet. The lifetime of the next hop node can be expressed as:
( E i ( 1 + K ) P e ( l , f , n , P ) ) P e ( l , f , n , P ) ,
where E i is the residual energy of node i, E j is the neighbor’s residual energy, and l is the distance to the neighbor. Then, the problem can be formulated as a MILP model:
max min { E i P e ( l , f , n , P ) P e ( L i j , f , n , P ) , j x i j ( E j ( 1 + K ) P e ( l , f , n , P ) ) P e ( l , f , n , P ) } s . t . L P P U P L f f U f x i H i > x j H j j n e i g h b o u r ( i ) x i j = 1 x i j [ 0 , 1 ] ,
where L P , U P , L f , and U f are lower and upper bounds of transmitting power and channel frequency, respectively. H i is the node hop, and x i j is a binary variable that indicates the next hop. If node j is the next hop, x i j = 1 , otherwise, 0.
The significance of this optimization problem is to maximize the minimum forwarding capacity of the node and its neighbors after the message is forwarded. The next hop selection of the data packet is based on the information in the routing table, which is updated from ending (sink nodes) to beginning (sensor nodes). Therefore, communication voids can be avoided in RECRP.

4. Simulation

4.1. Simulation Setting

In order to verify the efficiency of RECRP, we simulated it using a Monte Carlo method. All numerical simulation results were obtained after 1000 calculations. In this simulation, relay nodes (ranging from 100 to 600) were randomly deployed in a 10 km × 10 km × 10 km area which made the network sparse. Fifty sensor nodes were fixedly deployed on the seafloor, and 10 sink nodes were randomly deployed on the ocean surface. The upper transmission power threshold was 90 dB re μ Pa, and the SNR threshold was 20 dB. The frequency was constrained within 0 to 35 kHz, which is available in the underwater acoustic channel. We also assumed that each node spent 1 W on sending and receiving a packet, which is caused by updating the routing table and other computation. The idle power was assumed to be 10 mW. The size of control packets and ACK packets were both 64 bits, and a data packet was 256 bits. BPSK modulation was used in this simulation, which means the bit rate was capped at 35 kbps. Then, each packet at least can be completely sent within 7.4 ms. We assumed that each sensor node sent sensed data every 1 min.
We compared RECRP with DBR and HH-VBF, and the frequency of the channel used by DBR and HH-VBF was fixed at 16 kHz, the transmission power was 90 dB re μ Pa, and the pipeline radius in HH-VBF was 1800 m.
DBR (depth-based routing) adopts a flooding routing mechanism and uses depth information for routing. When a node wants to send a packet, it will sense its current depth relative to the sink node and place this value in the packet header field and then broadcast it. Packets are forwarded when the depth is shallower than the sending node. HH-VBF (hop-by-hop vector-based forwarding) uses a similar concept of virtual routing pipe as used by VBF. VBF is a vector-based protocol where the source-to-sink vector acts as a virtual pipeline with a pre-defined radius to reduce flooding packets for energy efficiency. HH-VBF defines a per-hop virtual pipe for each forwarder.
In this work, a kinematic model [34] is applied to model the ocean current as follows:
v 0 | x = k 4 + k 1 λ v s i n ( k k 2 x ) c o s ( k k 3 y ) + k 1 λ c o s ( 2 k k 1 t ) , v 0 | y = k 5 λ v c o s ( k k 2 x ) s i n ( k k 3 y ) ,
where v 0 | x and v 0 | y represent the velocity along the x-axis and y-axis, respectively. Parameters k 1 , k 2 , k 3 , λ , and v characterize environmental factors such as the strength of tides and bathometry. k 4 and k 5 are random variables used to simulate the random factors. k is a coefficient applied to control the frequency of the changing direction. These variables are given as in Table 2, where N ( A , B ) is a normal distribution with the mean A and variance B.
The noise decays linearly in the logarithmic scale, and can be expressed as follows [21]:
10 log N ( f ) = N 1 η log f ,
where N 1 was set to 95 and η was set to 15.

4.2. Results and Analysis

Figure 5 shows the optimal transmission frequency between two nodes at different distances when the transmission power was 90 dB re μ Pa. The optimal transmission frequency here means that the expected energy consumption for successfully transmitting a data packet is the smallest. It can be seen that as the distance increased, the optimal transmission frequency decreased. When the distance exceeded 27 km, since the SNR was smaller than the threshold we set, the data could not be correctly decoded within the available frequency ranges, so there was no such optimal transmission frequency.
Figure 6 shows the transmission power and the expected retransmission times as a function of distance in order to ensure energy efficiency. It can be seen that as the transmission distance increased, the transmission power of the RECRP also increased, and the number of retransmissions of the data packet and the ACK packet increased as the distance increased. Since data messages are longer than ACK messages, the probability that the data message is correctly transmitted is less than that of ACK packets. Therefore, the retransmission of ACK packets was much less than that of data packets.
As shown in Figure 7, it is easy to observe that RECRP had a higher delivery rate than DBR and HH-VBF. This is because we calculate relative velocity and distance through Doppler effect and RSSI, and dynamically select the appropriate power P and frequency f to choose the next hop. We can easily observe that the delivery rate got higher as the number of nodes increased. By setting a random sending time, RECRP achieves a lower probability of collisions. Additionally, we adopt a communication voids avoidance mechanism. Together with that, RECRP achieved a higher delivery rate than DBR and HH-VBF. DBR uses the global flooding mechanism, so the initial delivery rate was higher than HH-VBF, as the number of nodes increased, the collisions happened more frequently and the delivery rate became lower than HH-VBF.
Figure 8 illustrates energy consumption with different numbers of nodes. Its clear that the energy consumption per node of RECRP was much lower than DBR and HH-VBF. This is because we estimated the distance between nodes and selected the appropriate transmit power P and channel frequency f. The delivery rate is guaranteed, and the retransmission times were reduced. Our single-copy mechanism also avoids redundant packets to achieve the goal of prolonging the network lifetime. As the number of nodes increased, the retransmission times increased. The reason that the energy consumption was still smaller than DBR and HH-VBF is that RECRP has a lower probability of collisions and the transmission power P required for RECRP is relatively minimized. It is easy to observe that the energy per node per message of HH-VBF was higher than DBR. This is because the working mechanism of HH-VBF is to select nodes in the virtual pipeline. The candidate nodes are smaller than DBR, which adopts the flooding method, so the probability of successful forwarding becomes smaller, which leads to more retransmissions and larger total energy consumption.
Figure 9 demonstrates the end-to-end delay with different numbers of nodes. This is because the retransmission times were reduced due to the high probability of successful delivery and the low probability of collisions. Thus, it is easy to observe that RECRP used less time to route packets from sensor nodes to sink nodes. This is because there were fewer alternative nodes for HH-VBF and the probability of successful delivery was reduced, resulting in extra retransmissions and longer end-to-end delay.

5. Conclusions

RECRP is an energy-efficient routing protocol, and it is suitable for long-term running applications such as underwater pollution detection and equipment monitoring (where real-time requirement is not desired). RECRP achieves a good performance for several reasons. Without extra hardware, we use RSSI and relative speed as double insurance to estimate the distance conservatively. As a single-copy routing protocol, we are able to achieve the lower overhead without redundant packets. Our max–min method not only dynamically changes power and frequency but also takes the two-hop forwarding capabilities into account to achieve energy efficiency. With the surface-to-bottom routing establishment mechanism, RECRP can handle communication voids. The simulation results demonstrated that RECRP significantly reduced the energy cost, packet loss ratio, and end-to-end delay compared with DBR and HH-VBF.

Author Contributions

Conceptualization, M.Y. and X.W.; Methodology, M.Y. and X.W.; Writing—Original Draft Preparation, M.Y.; Writing—Review & Editing, X.W. and Y.L.; Supervision, J.C., J.L. and X.W.

Funding

This work was supported by the National Natural Science Foundation of China (Grants No.61631008), the Fundamental Research Funds for the Central Universities 2017TD-18, and the State Key Laboratory of Robotics No.2015-O06.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Huang, J.G.; Wang, H.; He, C.B.; Zhang, Q.F.; Jing, L.Y. Underwater acoustic communication and the general performance evaluation criteria. Front. Inf. Technol. Electron. Eng. 2018, 19, 951–971. [Google Scholar] [CrossRef]
  2. Luo, Y.; Pu, L.; Peng, Z.; Zhou, Z.; Cui, J.H.; Zhang, Z. Effective relay selection for underwater cooperative acoustic networks. In Proceedings of the 2013 IEEE 10th International Conference on Mobile Ad-Hoc and Sensor Systems (MASS), Hangzhou, China, 14–16 October 2013; pp. 104–112. [Google Scholar]
  3. Luo, Y.; Pu, L.; Zuba, M.; Peng, Z.; Cui, J.H. Challenges and opportunities of underwater cognitive acoustic networks. IEEE Trans. Emerg. Top. Comput. 2014, 2, 198–211. [Google Scholar] [CrossRef]
  4. Wang, X.; Wei, D.; Wei, X.; Cui, J.; Pan, M. HAS4: A Heuristic Adaptive Sink Sensor Set Selection for Underwater AUV-Aid Data Gathering Algorithm. Sensors 2018, 18, 4110. [Google Scholar] [CrossRef] [PubMed]
  5. Wei, X.; Wang, X.; Bai, X.; Bai, S.; Liu, J. Autonomous underwater vehicles localisation in mobile underwater networks. Int. J. Sens. Netw. 2017, 23, 61–71. [Google Scholar] [CrossRef]
  6. Ovaliadis, K.; Savage, N.; Kanakaris, V. Energy Efficiency in Underwater Sensor Networks: A Research Review. J. Eng. Sci. Technol. Rev. 2010, 3, 151–156. [Google Scholar] [CrossRef]
  7. Ayaz, M.; Baig, I.; Abdullah, A.; Faye, I. A survey on routing techniques in underwater wireless sensor networks. J. Netw. Comput. Appl. 2011, 34, 1908–1927. [Google Scholar] [CrossRef]
  8. Mohamad, M.M.; Kheirabadi, M.T. Greedy Routing in Underwater Acoustic Sensor Networks: A Survey. Int. J. Distrib. Sens. Netw. 2013, 2013, 828–831. [Google Scholar]
  9. Lu, F.; Mirza, D.; Schurgers, C. D-sync:Doppler-based time synchronization for mobile underwater sensor networks. In Proceedings of the ACM International Workshop on Underwater Networks, Woods Hole, MA, USA, 30 September–1 October 2010; pp. 1–8. [Google Scholar]
  10. Li, B.; Zhou, S.; Stojanovic, M.; Freitag, L.; Willett, P. Multicarrier Communication Over Underwater Acoustic Channels with Nonuniform Doppler Shifts. IEEE J. Ocean. Eng. 2008, 33, 198–209. [Google Scholar]
  11. Xie, P.; Cui, J.H.; Lao, L. VBF: Vector-Based Forwarding Protocol for Underwater Sensor Networks. In Lecture Notes in Computer Science; Springer: Coimbra, Portugal, 2006. [Google Scholar]
  12. Nicolaou, N.; See, A.; Xie, P.; Cui, J.H.; Maggiorini, D. Improving the Robustness of Location-Based Routing for Underwater Sensor Networks. In Proceedings of the OCEANS 2007—Europe, Aberdeen, UK, 18–21 June 2007; pp. 1–6. [Google Scholar]
  13. Yu, H.; Yao, N.; Liu, J. An Adaptive Routing Protocol in Underwater Sparse Acoustic Sensor Networks; Elsevier Science Publishers B. V.: Amsterdam, The Netherlands, 2015; pp. 121–143. [Google Scholar]
  14. Coutinho, R.W.L.; Boukerche, A.; Vieira, L.F.M.; Loureiro, A.A.F. GEDAR: Geographic and opportunistic routing protocol with Depth Adjustment for mobile underwater sensor networks. In Proceedings of the IEEE International Conference on Communications, Sydney, Australia, 10–14 June 2014; pp. 251–256. [Google Scholar]
  15. Coutinho, R.W.L.; Vieira, L.F.M.; Loureiro, A.A.F. DCR: Depth-Controlled Routing protocol for underwater sensor networks. In Proceedings of the International Symposium on Computers and Communications, Split, Croatia, 7–10 July 2013; pp. 453–458. [Google Scholar]
  16. Yan, H.; Shi, Z.J.; Cui, J.H. DBR: Depth-based routing for underwater sensor networks. In Proceedings of the International Ifip-Tc6 networking Conference on Adhoc and Sensor Networks, Wireless Networks, Next Generation Internet, Singapore, 5–9 May 2008; pp. 72–86. [Google Scholar]
  17. Liu, G.; Li, Z. Depth-Based Multi-hop Routing protocol for Underwater Sensor Network. In Proceedings of the International Conference on Industrial Mechatronics and Automation, Wuhan, China, 30–31 May 2010; pp. 268–270. [Google Scholar]
  18. Diao, B.; Xu, Y.; An, Z.; Wang, F.; Li, C. Improving both energy and time efficiency of depth-based routing for underwater sensor networks. Int. J. Distrib. Sens. Netw. 2015, 2015, 8. [Google Scholar] [CrossRef]
  19. Wahid, A.; Lee, S.; Kim, D. An energy-efficient routing protocol for UWSNs using physical distance and residual energy. In Proceedings of the OCEANS 2011 IEEE—Spain, Santander, Spain, 6–9 June 2011; pp. 1–6. [Google Scholar]
  20. Ashrafuddin, M.; Islam, M.M.; Mamunorrashid, M. Energy Efficient Fitness Based Routing Protocol for Underwater Sensor Network. Int. J. Intell. Syst. Appl. 2013, 5, 61–69. [Google Scholar] [CrossRef] [Green Version]
  21. Stojanovic, M. On the relationship between capacity and distance in an underwater acoustic communication channel. ACM Sigmobile Mob. Comput. Commun. Rev. 2007, 11, 34–43. [Google Scholar] [CrossRef]
  22. Lysanov, Y.P.; Brekhovskikh, L.M. Fundamentals Of Ocean Acoustics; Springer: Berlin, Germany, 1982; pp. 3382–3383. [Google Scholar]
  23. Brekhovskikh, L.M.; Lysanov, Y.P. Fundamentals of Ocean Acoustics, 2nd ed.; Springer: Berlin, Germany, 1991; pp. 3382–3383. [Google Scholar]
  24. Chandrasekhar, V.; Seah, W.K.; Choo, Y.S.; Ee, H.V. Localization in underwater sensor networks: Survey and challenges. In Proceedings of the 1st ACM International Workshop on Underwater Networks, Los Angeles, CA, USA, 25 September 2006; pp. 33–40. [Google Scholar]
  25. Savvides, A.; Han, C.; Strivastava, B.M. Dynamic fine-grained localization in Ad-Hoc networks of sensors. In Proceedings of the 7th Annual International Conference on Mobile Computing and Networking, Rome, Italy, 16–21 July 2001. [Google Scholar]
  26. Chitre, M.; Potter, J.; Heng, O.S. Underwater acoustic channel characterisation for medium-range shallow water communications. In Proceedings of the Oceans ’04 MTS/IEEE Techno-Ocean ’04, Kobe, Japan, 9–12 November 2004; pp. 40–45. [Google Scholar]
  27. Mason, S.; Berger, C.R.; Zhou, S.; Willett, P. Detection, Synchronization, and Doppler Scale Estimation with Multicarrier Waveforms in Underwater Acoustic Communication. In Proceedings of the OCEANS 2008—MTS/IEEE Kobe Techno-Ocean, Kobe, Japan, 8–11 April 2008; pp. 1–6. [Google Scholar]
  28. Coates, R.F.W. Underwater Acoustic Systems; Macmillan Education: London, UK, 1990. [Google Scholar]
  29. Ghoreyshi, S.M.; Shahrabi, A.; Boutaleb, T. An Underwater Routing Protocol with Void Detection and Bypassing Capability. In Proceedings of the IEEE International Conference on Advanced Information NETWORKING and Applications, Taipei, Taiwan, 27–29 March 2017; pp. 530–537. [Google Scholar]
  30. Rappaport, T. Wireless Communications: Principles and Practice; Prentice Hall PTR: Upper Saddle River, NJ, USA, 2001; Volume 8, pp. 33–38. [Google Scholar]
  31. Noh, Y.; Lee, U.; Lee, S.; Wang, P.; Vieira, L.F.M.; Cui, J.H.; Gerla, M.; Kim, K. HydroCast: Pressure Routing for Underwater Sensor Networks. IEEE Trans. Veh. Technol. 2016, 65, 333–347. [Google Scholar] [CrossRef]
  32. Hamming, R.W. Error Detecting and Error Correcting Codes. Bell Syst. Tech. J. 2014, 29, 147–160. [Google Scholar] [CrossRef]
  33. Jiang, S. On Reliable Data Transfer in Underwater Acoustic Networks: A Survey from Networking Perspective. IEEE Commun. Surv. Tutor. 2018, 20, 1036–1055. [Google Scholar] [CrossRef]
  34. Bagtzoglou, A.C.; Andrei, N. Chaotic Behavior and Pollution Dispersion Characteristics in Engineered Tidal Embayments: A Numerical Investigation. Jawra J. Am. Water Resour. Assoc. 2010, 43, 207–219. [Google Scholar]
Figure 1. Target scenario.
Figure 1. Target scenario.
Sensors 18 04148 g001
Figure 2. Generation of the shadow zone.
Figure 2. Generation of the shadow zone.
Sensors 18 04148 g002
Figure 3. The relationship between absorption coefficient and frequency.
Figure 3. The relationship between absorption coefficient and frequency.
Sensors 18 04148 g003
Figure 4. Schematic diagram of underwater noise variation with transmission frequency.
Figure 4. Schematic diagram of underwater noise variation with transmission frequency.
Sensors 18 04148 g004
Figure 5. Optimal frequency with 90 dB re μ Pa transmission power.
Figure 5. Optimal frequency with 90 dB re μ Pa transmission power.
Sensors 18 04148 g005
Figure 6. Transmission power and retransmission times with minimized energy cost. ACK: data response packet.
Figure 6. Transmission power and retransmission times with minimized energy cost. ACK: data response packet.
Sensors 18 04148 g006
Figure 7. Delivery ratio with different numbers of nodes. DBR: depth-based routing; HH-VBF: hop-by-hop vector-based forwarding; RECRP: reliable energy-efficient cross-layer routing protocol.
Figure 7. Delivery ratio with different numbers of nodes. DBR: depth-based routing; HH-VBF: hop-by-hop vector-based forwarding; RECRP: reliable energy-efficient cross-layer routing protocol.
Sensors 18 04148 g007
Figure 8. Energy consumption with different numbers of nodes.
Figure 8. Energy consumption with different numbers of nodes.
Sensors 18 04148 g008
Figure 9. End-to-end delay with different numbers of nodes.
Figure 9. End-to-end delay with different numbers of nodes.
Sensors 18 04148 g009
Table 1. Routing table.
Table 1. Routing table.
IDVelocityDistanceEnergyLevelTimer
10.2 1.3 30112
3 0.1 0.8 15317
Table 2. Ocean current variables.
Table 2. Ocean current variables.
VariableValueVariableValue
k1 k 1 N ( 0.001 π , 0.0001 π )
k 4 0.015 k 2 N ( 0.01 π , 0.001 π )
k 5 0.01 k 3 N ( 0.02 π , 0.002 π )
λ N ( 1 , 0.1 ) v N ( 0.1 , 0.01 ) m/s

Share and Cite

MDPI and ACS Style

Liu, J.; Yu, M.; Wang, X.; Liu, Y.; Wei, X.; Cui, J. RECRP: An Underwater Reliable Energy-Efficient Cross-Layer Routing Protocol. Sensors 2018, 18, 4148. https://doi.org/10.3390/s18124148

AMA Style

Liu J, Yu M, Wang X, Liu Y, Wei X, Cui J. RECRP: An Underwater Reliable Energy-Efficient Cross-Layer Routing Protocol. Sensors. 2018; 18(12):4148. https://doi.org/10.3390/s18124148

Chicago/Turabian Style

Liu, Jun, Meiming Yu, Xingwang Wang, Yuanyuan Liu, Xiaohui Wei, and Junhong Cui. 2018. "RECRP: An Underwater Reliable Energy-Efficient Cross-Layer Routing Protocol" Sensors 18, no. 12: 4148. https://doi.org/10.3390/s18124148

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop