Aqua-Sim NG

From Zheng Peng's Wiki
Revision as of 13:18, 5 November 2017 by Zhengpeng (talk | contribs) (Created page with "<!-- =Aqua-Sim Next Generation (NG)= --> Aqua-Sim Next Generation (NG) is an NS-3 based underwater sensor network simulator. ==Overview== Through the use of network simulat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Aqua-Sim Next Generation (NG) is an NS-3 based underwater sensor network simulator.

Overview

Through the use of network simulators we are able to test and examine different combinations of protocols in low cost and controlled environments. This is especially important for Underwater Sensor Networks (UWSNs) due to their expensive and complex deployment and upkeep costs for real-system testing. Due to the unique research challenges seen in UWSNs, this requires a standard simulation platform to support testing of different designs, algorithms and protocols. Furthermore, we must ensure that this tool offers a broad range of specialized features to allow for easier and expandable testing.

We have previously developed a simulator, called Aqua-Sim, for underwater sensor networks, based on NS-2. NS-2 is a popular network simulator developed in 2000. Like any simulator, over years, NS-2 has shown its age and was superseded by NS-3 in 2008. To address various limitations introduced by NS-2, in this project, we propose Aqua-Sim Next Generation (NG), a UWSN simulator based on NS-3. The goal of this core simulator changeover is to improve memory management, through the use of smart pointers, have stronger packet header handling, and overall performance improvements. Consequently, this transition allows us to restructure the architecture of Aqua-Sim and better modularize the simulator’s protocol layers. Due to the vast differences between NS-2 and NS-3, this change also requires rewriting Aqua-Sim core and protocol code to meet new API standards.

Due to the harsh conditions of UWSNs it is crucial to simulate components of real-world systems to ensure strong testing results. To accomplish this task we have implemented four main areas of improvements in Aqua-Sim NG:

  1. We frst offer enhanced channel support which consists of specialized noise generators, multiple channel support, range-based propagation, and trace driven testing. These features allow for localized packet interference as well as varying acoustic propagation ranging between modems.
  2. Next we expand physical model support through the implementation of a signal cache, signal-to-interference-plus-noise (SINR) checker and modulation support. This allows for packet decoding at the modem’s physical layer dependent on the current underwater channel’s condition.
  3. Following this, we offer higher protocol layer support which includes synchronization and localization modules, busy terminal model support, and security features. Due to the restricted attenuation of radio frequency in UWSNs, synchronization and localization modules must be included to assist testing of various protocols. Furthermore, due to the high mobility and transmission delays in underwater it is important to be capable of testing specialized security techniques.
  4. And the final area of improvement being the integration of adapted informationcentric (IC) techniques for UWSNs. Due to the innovative approach of IC architectures, it is highly promising to implement various components and features for future testing. IC’s innovative approach opens up new avenues of research in UWSNs, making it a crucial step in expanding underwater simulation.

Aqua-Sim NG Architecture

Due to the vast differences between NS-2 and NS-3 API, Aqua-Sim must be completely revamped to meet these new standards. In some cases this consists of rewriting new functions and complete classes to adhere to NS-3 standards. Since Aqua-Sim has been a collaborative effort among many developers over the past years, this transition also allowed for code clean up and restructuring.

New Features and Modules

Preliminary Results

Aqua-Sim Download

The latest version of Aqua-Sim NG can be found HERE

People

  • Zheng Peng , Assistant Professor, Computer Science Department, City College, City University of New York
  • Robert Martin, Computer Science and Engineering, University of Connecticut.