Skip to content

Underwater Wireless Sensor Network (UWSN) Simulation using ns-2

Introduction to Underwater Networks and Underwater Wireless Sensor Networks

UAN – Underwater Acoustic Network

An Underwater Acoustic Network (UAN) is a network of underwater devices that communicate with each other using acoustic waves. These devices can include sensors, actuators, and other types of equipment that are used for a variety of applications such as environmental monitoring, ocean exploration, and underwater communication. UANs are typically deployed in the ocean or other large bodies of water, and they can be used for both short-range and long-range communication. One of the main challenges in designing UANs is the propagation of sound in water, which can be affected by factors such as temperature, salinity, and water depth.

UWSN Underwater Wireless Sensor Network.

An Underwater Wireless Sensor Network (UWSN) is a type of Underwater Acoustic Network (UAN) that uses wireless communication to connect a network of underwater sensors. These sensors can be used to collect data on a variety of parameters such as temperature, salinity, and water depth, and they can be used for a wide range of applications including environmental monitoring, ocean exploration, and underwater navigation.

The main challenge in designing UWSNs is the propagation of acoustic signals in the water, which can be affected by factors such as temperature, salinity, and water depth. To overcome this challenge, UWSNs often use low-frequency acoustic signals and advanced modulation techniques to improve communication range and reliability. Additionally, UWSNs often incorporate energy-efficient protocols and mechanisms to extend the lifetime of the sensor nodes.

UWSNs can be utilized for a wide range of applications such as oceanography, fisheries, oil and gas exploration, and naval operations, among others.

 

Before starting any research on the underwater communication system, one should clearly understand the differences between normal wireless communication and underwater wireless communication.

This article is about simulating acoustic underwater communication systems using a network simulator. So those who do their research on acoustic underwater communication should have to be realized the very physical limits of acoustic underwater communication systems and the features available in popular network simulators for simulating different aspects of such underwater networks.

Only after a clear understanding, one can design a new protocol for the underwater network and make it work as per their expectation.

For example, the scenario shown in the right side is an example of UWSN output of ns3 simulation visualized with NetSimulyzer 3D Visualization tool. 

Of course, we can not do such a 3D visualization for a ns-2 simulation. But there is a 3D visualization tool for ns-2 that has sufficient features to visualize a 3D  ns-2 simulation.

Even though ns-2 is not maintained nowadays, still a lot of students and scholars prefers doing underwater network simulation using ns-2 because of the old and rich functionality available in ns-2 for simulating underwater network. This article may give a brief introduction to underwater network simulation under ns-2.

Underwater Communication System

Underwater communication system involves the transmission of information through water using any possible means, such as acoustic(sound) waves, electromagnetic(radio) waves, or optical(light) waves. Both radio waves and light are electromagnetic waves; their main difference is their frequency of operation. While using an electromagnetic wave for communication, it is possible to use higher bandwidth and frequency. But, the properties of electromagnetic propagation on water cause high absorption of energy, and the reproduced signal at the receiving end will get distorted much.

So, even with a big antenna and complex hardware, electromagnetic(radio), wave-based underwater communication can be implemented only on shallow waters. Optical wave (Lightwave) based underwater communication also offers a high data rate offer high data rate but it is also much affected by the absorption and scattering effect of light waves underwater since basically it is also another form of electromagnetic radiation. Acoustic(sound) wave-based underwater communication offers low absorption of the transmitted acoustic signal and makes it applicable on deep waters of the ocean. Even though the signal gets a little bit absorbed, an acoustic signal can travel a long distance with low loss.

Unlike the other electromagnetic wave-based terrestrial communication technologies (both radio and light), acoustic underwater sensor networks face a new set of challenges in communication due to their long propagation delays, low data rates, and high transmit power that involved in its nature and hence require an entire redesign of the entire network protocol stack in almost all the layer. Most importantly, the wireless MAC protocols and network routing protocols that were developed for terrestrial wireless networks, mobile ad hoc networks practically will not work under underwater communication scenarios. So, one should keep all this in mind and design their protocol within the allowed physical limits of typical acoustic communication. (for example, one should not try to accomplish a 100MBps real-time TCP multimedia connection over this poor acoustic aqua link)

Simulating an Underwater Network

Most of the existing network simulators are capable of simulating different networks such as MANET, 3G, and even 4G LTE networks. But, as of now (while writing this book), there is no simulator in this world for modelling all the characteristics of a UWSN acoustic communication. Most popular free as well as commercial network simulators including QualNet, OPNET, Aqua-Glomo, SUNSET, OMNET++, ns-2, and ns-3 cannot effectively model all the very physical aspects of the underwater environment with their present level of implemented simulation models. But, among them, ns-2 is also a suitable candidate to consider for underwater network simulations.

ns2 is the first open-source simulator that has most of the features for modelling and simulating a realistic acoustic UWSN communication system. In addition to that, with the help of another related software called Aqua3D, we will be able to visualize the nodes and their transmissions of a UWSN in a virtual three-dimensional space; in a better way. As far as I know, the Aqua3D of the Aqua-sim project is the only available tool that can be used to visualize a UWSN with 3D capabilities.

Network Simulator 2 (ns-2)

Ns-2 is the second version of ns (network simulator). The first version of ns is originally based on a REAL network simulator and was developed in 1989. ns-2 is a discrete event simulator used for networking research by individual researchers and organizations for around three decades. ns-2 provides support for the simulation of different layers of wired, wireless, and mobile ad-hoc network protocols. The second version ns-2 is widely used in academic research, and it evolved with a lot of new modules contributed by researchers, universities, and other organizations during the last decades. There are different extensions available to simulate different technologies such as Wireless Sensor Network, Vehicular ad-hoc Network, 3G Network etc. Aqua-Sim is one such extension available to simulate Underwater Sensor Network.

The Network Animator(Nam)

Nam is a animation tool developed for visualizing the outputs of ns-2 simulations using the trace files generated by the ns-2 simulation. A typical trace file is a text file that will contain information about the network topology, traces for packet events, mobility events etc. By using this time-wise organized events of a output trace file, Nam will create a two-dimensional representation of the events from which one can understand and visualize the network topology that they simulated in ns-2.

Originally, in 1990, Nam began at LBL in collaboration with the VINT project, as a simple tool for animating network packet events and substantially evolved during the following years. Now, it is maintained as an open-source project at SourceForge. The following output shows the simulation output of a typical MANET scenario.


The default nam is not capable of displaying the three-dimensional outputs of UWSN simulations.

About Aqua-Sim[1]

Aqua-Sim is a ns-2 based simulator for simulating underwater sensor networks. In other words, it is an enhanced or extended version of the original ns-2. It can simulate acoustic signal attenuation, packet collisions, routing in underwater sensor networks.

Aqua-Sim supports three-dimensional modelling and deployment of underwater networks. Further, Aqua-Sim can easily be integrated with the existing modules of ns-2. Aqua-Sim is in parallel with the CMU wireless simulation software module. Aqua-Sim is independent of the wireless simulation module and is not affected by any change in the wireless software module. On the other hand, any change to Aqua-Sim is also confined to itself and does not have any impact on other modules in ns-2. In this way, Aqua-Sim can evolve independently.

Aqua-Sim follows an object-oriented design style and all network entities are implemented as classes. Aqua-Sim effectively simulates the attenuation of underwater acoustic channels and the collision behaviours in long delay acoustic networks. Moreover, Aqua-Sim supports three-dimensional network deployment and provides a rich set of basic and advanced protocols[1]. One can see more details about the design and implementation of Aqua-Sim in [1]. Through several case studies, the authors of [1] showed that Aqua-Sim is a powerful simulation tool, with high fidelity and flexibility, for underwater networking research.

Advantages of Aqua-Sim

  • It is a discrete-event driven network simulator based on ns-2
  • Supports the simulation of three-dimensional underwater networks and mobile networks
  • Can Simulate underwater acoustic channels with high fidelity
  • Has a complete protocol stack from physical layer to application layer to design a typical underwater network

According to the Aqua-Sim’s manual, it has the following mac protocols implemented in it:

  • ALOHA: an effective solution to provide to wireless access in underwater networks
  • Broadcast MAC: a simple broadcast based mac implementation
  • GOAL: a geo-routing aware MAC integrating Vector-based forwarding and handshake scheme in cross-layer approach.
    Slotted-FAMA: a MACA like handshake-based MAC implementation
  • UWAN-MAC: An energy-efficient MAC protocol for underwater acoustic wireless sensor networks
  • COPE-MAC: A contention-based medium access control protocol for underwater acoustic networks
  • R-MAC: another energy-efficient MAC protocol implementation for underwater sensor networks

Similarly, the following routing protocols are implemented in it:

  • VBF: Vector-Based Forwarding. (This implementation of VBF only works with Broadcast MAC)
  • HH-VBF: hop-by-hop VBF (this is a hop-by-hop variant of VBF.
  • UWFlooding: It is an Underwater Flooding implementation
  • Dynamic Routing: a Distance-vector routing like protocol.
  • Static Routing: This is a simple static routing-protocol works with a predefined routing table.
  • Dummy Routing: (this implementation is only for the purpose of testing MAC protocols; and can only forward packets to upper/lower layers.)
  • DBR: Depth Based Routing – Even, a preliminary version of DBR routing also available with Aqua-Sim

You  can find the procedure for installing Aquasim at the following link:

Installing Aqua-Sim in Ubuntu 16.04 LTS – Underwater Sensor Network Simulation with ns-2

 

Installing Aqua-Sim in Ubuntu 16.04 LTS – Underwater Sensor Network Simulation with ns-2

Aqua3D

Aqua3D is being developed at the University of Connecticut to be the counterpart to the Underwater Sensor Network (UWSN) lab’s Aqua-Sim. Aqua-3D is nothing but an enhanced Network Animator (Nam) of NS-2. In fact, Aqua-3Ds extends the functionality of Nam to make it possible to visualize the three-dimensional underwater networks.

The main features of Aqua-3D includes:

  • Phrase underwater simulation events from trace files of ns-2 and render them into 3D scenarios for better visualization
  • Allow users to monitor and visualize events from different three-dimensional perspectives or angles
  • Intuitive and easy to use GUI.
  • Robust control to manipulate the three-dimensional view with the mouse.
  • The necessary settings to customize the appearance of the environment.
  • Can jump or step into specific times in the animation window.
  • Users can adjust the speed of the animation.
  • Several sections to view various details about the environment and the animation.
  • Can save and load camera angles and environment appearances for later recall so that a “perfect view” won’t be lost.
    Procedurally generated detection of packet collisions at nodes.

The following figure shows an example of the 25 Node Underwater Network scenario which is  Visualized with Aqua3D.  The brown square at the bottom is representing the underwater ground. The blue square at the top is representing the sky. The middle node is at the water surface. The Aqua3D can visualize packet transmissions as expanding sphere and even can visualize packet drop events.

 

You  can find the procedure for installing Aqua-3D at the following link:

Installing Aqua-3D Visualization Tool In Ubuntu 16.04 LTS and Visualizing Aqua-Sim Underwater Network Simulations

Installing Aqua-3D Visualization Tool In Ubuntu 16.04 LTS and Visualizing Aqua-Sim Underwater Network Simulations

One may install an old linux for installing aquasim and aqua3D.

Installing an old Linux under VirtualBox and using Shared Folders.

 

One may follow the VM based installation procedure of Aquasim and Aqua3D in the following link:

Installing Aquasim & Aqua3D on an old Linux under VirtualBox

 

References

  1. Peng Xie, Zhong Zhou, Zheng Peng, Hai Yan  and others, “Aqua-Sim: An NS-2 based simulator for underwater sensor networks” , https://ieeexplore.ieee.org/document/5422081
  2. https://www.projectguideline.com/installing-aqua-sim-in-ubuntu-16-04-lts-underwater-network-simulation-with-ns-2/
  3. https://www.projectguideline.com/installing-aqua-3d-visualization-tool-in-ubuntu-16-04-lts-and-visualizing-aqua-sim-underwater-network-simulations/
WhatsApp Discuss Through WhatsApp