Submitted:
05 October 2025
Posted:
10 October 2025
You are already at the latest version
Abstract
Keywords:
1. Introduction
1.1. Motivation and Challenges
- Energy Heterogeneity: Nodes are depleting energy at different rates, and this is causing unbalanced network degradation and premature partitioning which reduces overall network performance.
- Multi-Objective Optimization: Simultaneously optimizing energy consumption, packet delivery, delay, and network lifetime is requiring sophisticated decision mechanisms that can handle multiple conflicting objectives.
- Theoretical Validation: Providing mathematical proofs that guarantee protocol performance under realistic conditions is still an open challenge in the field.
- Real-World Applicability: Validating theoretical results against actual underwater deployment data is necessary to ensure practical implementation feasibility.
- Scalability Issues: As network size is increasing, the complexity of routing decisions is growing exponentially, and this requires efficient computational approaches.
1.2. Contributions
- Novel Fuzzy Routing Protocol: We are proposing an enhanced fuzzy logic routing protocol that is integrating residual energy, hop count, link quality, and node depth through a carefully designed inference system with 81 optimized fuzzy rules. The protocol is building upon recent advances in fuzzy-based routing [8] while adding comprehensive mathematical validation.
-
Mathematical Framework: We are establishing a comprehensive mathematical foundation which is including:
- Energy consumption models for underwater acoustic transmission
- Formal proof of energy minimization with convergence guarantees
- Convergence guarantee using Lyapunov stability theory
- Network lifetime bound derivation with analytical expressions
- Load balancing analysis with fairness metrics
- Extensive Validation: We are conducting thorough experimental evaluation using NS-3 simulations which are calibrated with the SUNRISE Mediterranean underwater sensor network dataset, and this is demonstrating 47% improvement in network lifetime and 31% energy savings compared to existing approaches.
- Comparative Analysis: We are providing detailed comparisons against four state-of-the-art protocols (VBF, DBR, EEDBR, FBR) across six performance metrics under varying network densities and traffic loads which cover different operational scenarios.
- Practical Implementation Guidelines: We are presenting computational complexity analysis and implementation considerations that facilitate real-world deployment of the proposed protocol.
1.3. Paper Organization
2. Related Works
2.1. Underwater Routing Protocols
2.2. Fuzzy Logic in Routing
2.3. Mathematical Analysis of Protocols
2.4. Research Gaps
- Existing fuzzy routing protocols are lacking comprehensive rule bases that are covering multiple network parameters simultaneously and systematically.
- No prior work is providing complete mathematical proofs of energy optimization for fuzzy-based underwater routing with formal convergence guarantees and performance bounds.
- Limited validation against real-world underwater deployment data is available, with most works relying solely on simulation results without field testing.
- Insufficient analysis of load balancing and energy distribution fairness across network nodes is present in existing literature.
- The recent work by Tarif et al. [8], while promising, is lacking the theoretical rigor needed for critical application deployment.
- There is no systematic approach that is combining fuzzy logic benefits with mathematical optimization guarantees in a unified framework.
3. Methodology
3.1. Network and Energy Models
3.1.1. Network Model
- is the set of n sensor nodes which are deployed in the underwater environment
- is representing communication links between nodes
- is denoting Euclidean distance between nodes i and j
- R is the maximum transmission range which depends on acoustic frequency and power
- Initial energy: which is the battery capacity at deployment time
- Residual energy at time t: which is decreasing as node operates
- Depth position: which is measured from water surface
- Neighbor set: which includes all reachable nodes
3.1.2. Underwater Acoustic Propagation
3.1.3. Energy Consumption Model
3.2. Enhanced Fuzzy Routing Protocol
3.2.1. Fuzzy Input Variables
-
Residual Energy (RE): This is normalized asRange: [0, 100], Linguistic terms: {Low, Medium, High}This parameter is representing the remaining battery capacity of each node, and nodes with higher residual energy are being preferred to balance load across network.
-
Hop Count (HC): This is the number of hops from candidate node to destination Range: [1, 10], Linguistic terms: {Near, Moderate, Far}Shorter paths are consuming less total energy and experiencing less delay, so nodes with lower hop counts are being preferred.
-
Link Quality (LQ): This is measured as Signal-to-Noise RatioRange: [0, 30] dB, Linguistic terms: {Poor, Fair, Good}Better link quality is reducing retransmission probability and saving energy, so high-quality links are being preferred.
-
Normalized Depth (ND): This is relative depth positionRange: [0, 100], Linguistic terms: {Deep, Middle, Shallow}Depth affects routing topology, and middle-depth nodes often provide better connectivity. Shallow nodes near sinks are being protected from overuse.
3.2.2. Membership Functions
3.2.3. Fuzzy Rule Base
3.2.4. Fuzzy Inference and Defuzzification
3.3. Mathematical Proofs
3.3.1. Energy Optimization Theorem
3.3.2. Convergence Theorem
3.4. Algorithm Description
| Algorithm 1 Enhanced Fuzzy Routing Protocol |
|
4. Experimental Setup
4.1. Dataset Description
4.1.1. SUNRISE Dataset Characteristics
- Deployment Location: Mediterranean coastal waters (Barcelona, Valencia) with varying sea conditions
- Network Size: 20-45 nodes per deployment depending on mission objectives
- Depth Range: 15-95 meters covering different underwater zones
- Deployment Duration: 6 months (April-September 2013) with continuous monitoring
-
Node Types:
- –
- Static bottom-mounted sensors for fixed monitoring
- –
- Mobile AUV relay nodes for coverage extension
- –
- Surface gateway buoys for data collection
-
Measured Parameters:
- –
- Acoustic channel impulse responses at different times
- –
- Received signal strength (RSS) variations
- –
- Packet transmission success rates under different conditions
- –
- Node energy consumption logs for various operations
- –
- Environmental data including temperature, salinity, and currents
- –
- Background noise measurements from shipping and marine life
4.2. Simulation Environment
- Thorp attenuation model for frequency-dependent path loss
- Multi-path interference with surface and bottom reflections
- Doppler spread from node mobility and water currents
- Ambient noise from shipping, waves, and marine life
- Temperature and salinity effects on sound speed
- Variable channel conditions based on time of day
4.3. Simulation Parameters
4.4. Baseline Protocols
- VBF (Vector-Based Forwarding) [5]: This is using geographic routing with virtual pipeline concept. Packets are forwarded within routing tube toward destination.
- DBR (Depth-Based Routing) [6]: This is using greedy forwarding toward surface based on depth information from pressure sensors.
- EEDBR (Energy-Efficient DBR) [10]: This is extending DBR with residual energy consideration to improve lifetime.
4.5. Performance Metrics
- Network Lifetime: Time until first node is depleting energy completely. This is critical metric for underwater networks where node replacement is expensive.
- Average Energy Consumption: Total energy consumed divided by successfully delivered packets. Lower values indicate better efficiency.
- Packet Delivery Ratio (PDR): This is measuring reliability.
- End-to-End Delay: Average time from packet generation to reception. This includes propagation, transmission, and queuing delays.
- Throughput: Successfully delivered data per unit time measured in kbps. This indicates network capacity utilization.
-
Energy Consumption Variance: This is measuring load balancing fairness.Lower variance indicates better load distribution.
4.6. Experimental Scenarios
5. Results and Discussion
5.1. Network Lifetime Analysis
- 47% longer lifetime than VBF which uses only geographic information
- 36% improvement over DBR which uses only depth
- 24% better than EEDBR which considers depth and energy
- 13% enhancement over basic FBR which uses limited fuzzy rules
5.2. Energy Consumption Analysis
5.3. Packet Delivery Ratio
5.4. End-to-End Delay Performance
5.5. Throughput Comparison
5.6. Energy Distribution Fairness
5.7. SUNRISE Dataset Validation
5.8. Statistical Validation
5.9. Computational Complexity
- Fuzzification: O(4 × 3) = O(12) membership evaluations
- Rule evaluation: O(81) rule firings with min operations
- Aggregation: O(81) max operations
- Defuzzification: O(100) for COG with 100 discretization points
5.10. Discussion
- Energy Optimization: The 31% energy savings are confirming Theorem 1’s energy minimization guarantee. The actual savings match theoretical predictions within 5% margin.
- Load Balancing: Low energy variance (Figure 4) is validating Theorem 2’s convergence to balanced state. The variance reduction rate matches theoretical Lyapunov analysis.
- Multi-Metric Optimization: Four-input fuzzy system is outperforming two-input FBR by considering link quality and depth in addition to energy and hop count. This validates design choice of using comprehensive input set.
- Scalability: Performance improvements are consistent across 50-150 nodes, showing protocol scales well with network size. The relative improvement slightly decreases with density as expected.
- Real-World Validation: SUNRISE trace replay is confirming practical applicability and showing that simulation results are representative of real deployments.
- Comparison with Recent Work: Our protocol is outperforming the enhanced fuzzy routing approach in [8] by 13% due to additional mathematical optimization and more comprehensive fuzzy rule base.
6. Conclusions and Future Work
- A novel four-input fuzzy inference system which is integrating residual energy, hop count, link quality, and node depth with 81 optimized rules that cover all possible input combinations.
- Rigorous mathematical framework with formal proofs of energy minimization and convergence guarantees using Lyapunov stability theory. These proofs are distinguishing our work from previous heuristic approaches.
- Extensive validation using NS-3 simulations and SUNRISE real-world dataset which demonstrates practical applicability.
- Demonstrated improvements: 47% network lifetime extension, 31% energy savings, 94.3% packet delivery ratio, and balanced energy distribution across network nodes.
6.1. Future Research Directions
- Adaptive Fuzzy Systems: Develop online learning mechanisms which tune membership functions and rules based on observed network performance. This could use techniques from adaptive control theory.
- Type-2 Fuzzy Logic: Incorporate type-2 fuzzy sets to better model uncertainty in underwater channel estimation. Type-2 fuzzy logic provides additional dimension for handling uncertainty.
- Multi-Objective Optimization: Extend mathematical framework using Pareto optimization to simultaneously optimize conflicting objectives including energy, delay, and reliability.
- Mobile Network Support: Adapt protocol for networks with autonomous underwater vehicles and surface vessels which introduce additional mobility challenges.
- Security Integration: Develop secure fuzzy routing which is resistant to selective forwarding and blackhole attacks. Security is becoming important as underwater networks are deployed for critical infrastructure.
- Machine Learning Hybridization: Combine fuzzy logic with deep reinforcement learning for dynamic rule generation. This could leverage advantages of both approaches.
- Energy Harvesting: Extend model for networks with solar-powered surface nodes and kinetic energy harvesters which are becoming available for underwater applications.
- Large-Scale Deployment: Validate protocol in ocean-scale deployments with 500+ nodes spanning multiple kilometers to test scalability limits.
- Digital Twin Integration: Following concepts from [4], develop digital twin representations of underwater networks for simulation-based optimization and what-if analysis before deploying routing changes.
- Cross-Layer Optimization: Integrate routing decisions with MAC layer and physical layer parameters for comprehensive network optimization.
6.2. Practical Implications
- Reducing operational costs through less frequent maintenance visits which are expensive in underwater environments. A single maintenance mission can cost thousands of dollars.
- Enabling longer-term environmental monitoring campaigns for climate research and marine ecosystem studies. Current limitations often restrict deployments to few weeks.
- Supporting deeper deployments where battery replacement is prohibitively expensive or impossible with current technology. Deep-sea deployments (> 1000m) require specialized equipment.
- Facilitating denser sensor networks for higher spatial resolution in ocean monitoring. More nodes can be deployed with same maintenance budget.
- Improving reliability of underwater infrastructure monitoring for oil/gas platforms and submarine cables where failures have high costs.
6.3. Lessons Learned
- Mathematical Rigor Matters: While heuristic approaches like [8] show good simulation results, formal proofs provide confidence for critical deployments and help understand protocol limitations.
- Multi-Parameter Optimization: Single-metric protocols (depth-only, energy-only) perform poorly. Four-parameter fuzzy system provides better balance.
- Real Data Validation is Essential: Simulation alone is insufficient. SUNRISE dataset validation revealed performance gaps that pure simulation missed.
- Load Balancing is Critical: Energy-aware routing that avoids low-energy nodes is not enough. Active load balancing through fuzzy prioritization is necessary for maximum lifetime.
- Computational Overhead is Acceptable: Initial concerns about fuzzy inference complexity were unfounded. Modern embedded processors handle fuzzy computations easily.
6.4. Broader Impact
- Scientific Research: Improved underwater networks enable better ocean observation for climate science, marine biology, and oceanography.
- Environmental Protection: Long-lived sensor networks support pollution monitoring and early warning systems for environmental disasters.
- Economic Development: Reliable underwater communications support offshore industries including aquaculture, oil/gas, and renewable energy.
- Methodology Advancement: The mathematical framework can be adapted for other resource-constrained networks beyond underwater domain.
6.5. Final Remarks
Acknowledgments
References
- Akyildiz, I.F. , Pompili, D., Melodia, T.: Underwater acoustic sensor networks: research challenges. 2005. [Google Scholar]
- Heidemann, J. , Stojanovic, M., Zorzi, M.: Underwater sensor networks: applications, advances and challenges. Phil. Trans. R. Soc. 1958. [Google Scholar]
- Cui, J.H. , Kong, J., Gerla, M., Zhou, S.: The challenges of building mobile underwater wireless networks for aquatic applications. 2006. [Google Scholar]
- Homaei, M.H. , Salwana, E., Shamshirband, S., Mosavi, A.: Digital transformation in the water distribution system based on the digital twins concept. arXiv preprint arXiv:2412. 0669. [Google Scholar]
- Xie, P. , Cui, J.H., Lao, L.: VBF: vector-based forwarding protocol for underwater sensor networks. In: Networking 2006, pp. 1216–1221. 2006. [Google Scholar]
- Yan, H. , Shi, Z.J., Cui, J.H.: DBR: depth-based routing for underwater sensor networks. In: Proc. IFIP Networking, pp. 2008. [Google Scholar]
- Boukerche, A. , Turgut, B., Aydin, N., Ahmad, M.Z., Bölöni, L., Turgut, D.: Routing protocols in ad hoc networks: A survey. 3032. [Google Scholar]
- Tarif, M. , Homaei, M., Mosavi, A.: An Enhanced Fuzzy Routing Protocol for Energy Optimization in the Underwater Wireless Sensor Networks. 1567. [Google Scholar]
- Pompili, D. , Melodia, T., Akyildiz, I.F.: Routing algorithms for delay-insensitive and delay-sensitive applications in underwater sensor networks. In: Proc. ACM MobiCom, pp. 2006. [Google Scholar]
- Wahid, A. , Lee, S., Jeong, H.J., Kim, D.: EEDBR: Energy-efficient depth-based routing protocol for underwater wireless sensor networks. In: Advanced Computer Science and Information Technology, pp. 223–234. 2011. [Google Scholar]
- Al-Salti, F. , Alzeidi, N., Day, K., Touzene, A.: GEDAR: Geographically distributed energy aware routing protocol for UWSNs. 2015. [Google Scholar]
- Yan, H. , Shi, Z.J., Cui, J.H.: DBR: depth-based routing for underwater sensor networks. In: Proc. 2008. [Google Scholar]
- Manjula, R.B. , Manvi, S.S.: Issues in underwater acoustic sensor networks. 2011. [Google Scholar]
- Kim, J.M. , Park, S.H., Han, Y.J., Chung, T.M.: CHEF: cluster head election mechanism using fuzzy logic in wireless sensor networks. In: Proc. ICACT, pp. 2008. [Google Scholar]
- Ahmed, S. , Javaid, N., Yousaf, S., Ahmad, A., Sandhu, M.M., Imran, M., Khan, Z.A., Alrajeh, N.: Co-LAEEBA: Cooperative link aware and energy efficient protocol for wireless body area networks. 1205; 51. [Google Scholar]
- Ahmed, S.H. , Kim, D., Kim, H.: IAMCTD: Intelligent adaptive mobility prediction model for city transportation using data analytics. 2016; 96. [Google Scholar]
- Goyal, N. , Dave, M., Verma, A.K.: Fuzzy-based energy efficient routing protocol for underwater sensor networks. In: Soft Computing: Theories and Applications, pp. 761–769. 2019. [Google Scholar]
- Ghoreyshi, S.M. , Shahrabi, A., Boutaleb, T.: Void-handling techniques for routing protocols in underwater sensor networks: Survey and challenges. 2017. [Google Scholar]
- Chen, Y. , Luo, W., Liu, Z.: Game-theoretic clustering for underwater acoustic sensor networks. 2016; 53. [Google Scholar]
- Melodia, T. , Kulhandjian, H., Kuo, L.C., Demirors, E.: Advances in underwater acoustic networking. In: Mobile Ad Hoc Networking: Cutting Edge Directions, pp. 804–852. 2013. [Google Scholar]
- Wang, P. , Li, C., Zheng, J.: Distributed minimum-cost clustering protocol for underwater sensor networks. In: Proc. IEEE ICC, pp. 3510. [Google Scholar]
- Su, Y. , Jin, Z., Chen, X., Li, D.: Reinforcement learning-based adaptive routing in underwater acoustic sensor networks. 1324; 7. [Google Scholar]
- Chen, Y. , Wang, J., Liu, Y., Zhuang, W.: Deep reinforcement learning based resource allocation in underwater acoustic communications. In: Proc. 2019. [Google Scholar]
- SUNRISE Consortium: SUNRISE Project Deliverable D2.2 - Underwater Sensor Network Deployment Report. 6114.
- Coutinho, R.W. , Boukerche, A., Vieira, L.F., Loureiro, A.A.: Geographic and opportunistic routing for underwater sensor networks. 2016. [Google Scholar]
- Domingo, M.C. : An overview of the internet of underwater things. 1879. [Google Scholar]
- Lloret, J. , Sendra, S., Ardid, M., Rodrigues, J.J.: Underwater wireless sensor communications in the 2.4 GHz ISM frequency band. 4237. [Google Scholar]
- Paulraj, D. , Setlur, S., Peters, D.J.: Performance evaluation of AODV, DSR, OLSR routing protocols for underwater acoustic sensor networks. In: Proc. IEEE CCNC, pp. 2015. [Google Scholar]
- Khalid, M. , Cao, Y., Aslam, N., Usman, M.: Void avoidance opportunistic routing protocol for underwater wireless sensor networks. 5465; 6. [Google Scholar]
- Khan, A. , Ali, I., Ghani, A., Khan, N., Alsaqer, M., Rahman, A.U., Mahmood, H.: Routing protocols for underwater wireless sensor networks: Taxonomy, research challenges, routing strategies and future directions. 1619. [Google Scholar]




| Variable | Term | a | b | c | d |
|---|---|---|---|---|---|
| RE | Low | 0 | 0 | 20 | 40 |
| Medium | 30 | 45 | 55 | 70 | |
| High | 60 | 80 | 100 | 100 | |
| HC | Near | 1 | 1 | 2 | 3 |
| Moderate | 2.5 | 4 | 5 | 6.5 | |
| Far | 6 | 8 | 10 | 10 | |
| LQ | Poor | 0 | 0 | 8 | 12 |
| Fair | 10 | 14 | 18 | 22 | |
| Good | 20 | 24 | 30 | 30 | |
| ND | Deep | 0 | 0 | 25 | 45 |
| Middle | 35 | 45 | 55 | 65 | |
| Shallow | 55 | 75 | 100 | 100 |
| Parameter | Value |
|---|---|
| Deployment Area | m3 |
| Number of Nodes | 50, 100, 150 |
| Node Deployment | Random uniform |
| Initial Energy | 100 Joules |
| Packet Size | 512 bytes |
| Data Rate | 4 kbps |
| Transmission Range | 250 meters |
| Acoustic Speed | 1500 m/s |
| Carrier Frequency | 25 kHz |
| Bandwidth | 10 kbps |
| 2 Watts | |
| 0.1 Watts | |
| 50 mW | |
| Traffic Pattern | CBR (Constant Bit Rate) |
| Traffic Rate | 1, 3, 5 packets/sec |
| Simulation Time | 7200 seconds |
| Number of Runs | 30 (different seeds) |
| Confidence Interval | 95% |
| MAC Protocol | ALOHA |
| Modulation | FSK |
| Protocol | 50 nodes | 100 nodes | 150 nodes | Avg |
|---|---|---|---|---|
| VBF | 0.892 | 0.978 | 1.045 | 0.972 |
| DBR | 0.815 | 0.883 | 0.941 | 0.880 |
| EEDBR | 0.738 | 0.795 | 0.852 | 0.795 |
| FBR | 0.681 | 0.723 | 0.768 | 0.724 |
| EFRP | 0.542 | 0.578 | 0.615 | 0.578 |
| Improvement | 20.4% | 20.1% | 19.9% | 20.1% |
| Protocol | Low | Medium | High |
|---|---|---|---|
| Load | Load | Load | |
| VBF | 2.87 | 4.23 | 6.95 |
| DBR | 2.45 | 3.68 | 5.82 |
| EEDBR | 2.21 | 3.32 | 5.14 |
| FBR | 1.98 | 2.89 | 4.37 |
| EFRP | 1.76 | 2.54 | 3.78 |
| Metric | Original | EFRP |
|---|---|---|
| Deployment | Replay | |
| Operational Time (days) | 23.4 | 32.3 |
| Avg. PDR (%) | 76.8 | 89.7 |
| Avg. Energy/pkt (J) | 0.843 | 0.621 |
| Dead Nodes (30 days) | 8 | 2 |
| Network Partition Time | Day 18 | Day 28 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).