Method Article

Intelligent Congestion Control Mechanism for IoT-Enabled Wireless Sensor Networks Using Hybrid Aggregation and Scheduling Technique

DOI:

10.3791/69909

⸱

January 13th, 2026

In This Article

Summary

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

This protocol introduces a smart congestion control method for IoT-enabled WSN using a hybrid aggregation and scheduling technique complemented by a neuro-fuzzy decision layer. The proposed system enhances packet delivery, delay, throughput, and energy efficiency, thus increasing the network lifetime while ensuring QoS in the case of variable IoT workloads.

Abstract

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Congestion in IoT-enabled wireless sensor networks (WSNs) degrades packet delivery, latency, and energy usage, impairing the network, especially under bursty and heterogeneous traffic conditions. This protocol illustrates an intelligent congestion control technique that combines hybrid data aggregation, adaptive scheduling, and a neuro-fuzzy decision engine to efficiently handle network load. The method involves first generating simulation data, creating topologies of different node densities, and setting up traffic patterns using NS-2.35. Packet traces are obtained for each scenario to allow reproducible evaluation. The protocol workflow refers to the combination of two mechanisms: (1) hybrid aggregation, which combines packets in time- and count-based windows while retaining priority labels, and (2) adaptive scheduling, which handles dual priority queues via weighted round robin. A neuro-fuzzy controller always evaluates buffer occupancy, link quality, channel utilization, residual energy, and traffic priority. Taking these inputs, it regulates aggregation depth, queue weights, and transmission decisions by fuzzy inference and neuro-adaptive learning. Performance measurement tasks encompass the calculation of packet delivery ratio, end-to-end latency, throughput, node-level energy consumption, and network lifetime. Statistical analyses are performed across multiple runs to check the reliability of the results. The approach reveals better performance in the simulation compared to the baseline schemes. This protocol offers a reproducible framework for exploring hybrid congestion control methods that enable energy-efficient, scalable, and QoS-aware operation in IoT-enabled WSN environments.

Introduction

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The massive growth of the Internet of Things (IoT) has necessitated a deployment of billions of interlinked devices, out of which wireless sensor networks (WSNs) are used to provide real-time monitoring and decision support in most cases1,2. These networks become the core structures of IoT-enabled systems in radically different fields, such as healthcare monitoring3, smart cities4, precision agriculture5, industrial automation6, and environmental sensing7. WSNs are made up of sensor nodes tha....

Access restricted. Please log in or start a trial to view this content.

Protocol

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

1. Simulation environment setup

  1. Install Ubuntu 22.04 LTS on a workstation with at least an Intel i5 processor, 8 GB RAM, and 20 GB storage. Configure the GNU C/C++ compiler and Tcl/Tk libraries to compile and run NS-2.35.
  2. Install Python 3.10 along with NumPy, SciPy, Pandas, and Matplotlib for analysis and plotting. Enable the NS-2 energy and queue monitoring modules to capture enqueue, dequeue, drop, delivery, and energy consumption events.
  3. Execute each experiment 5x using independent random seeds to ensure reproducibility.
  4. Structure the simulation directory into subfolders for configurations, scripts, results....

Access restricted. Please log in or start a trial to view this content.

Results

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The PRAM scheme was feasible in a wireless sensor network environment with single-hop communication and limited buffer size. The experiments were carried out with different traffic rates, and the performance of the scheme was compared with the traditional Aloha and a variant of tree-based Aloha (T-Aloha) in terms of throughput, average access delay, and average number of non-empty buffers. The results clearly demonstrated that the proposed scheme achieved superior performance in all the above metrics.

Access restricted. Please log in or start a trial to view this content.

Discussion

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The results demonstrate that congestion control has been significantly improved in IoT-enabled wireless sensor networks by the integration of hybrid aggregation, adaptive scheduling, and neuro-fuzzy adaptation. In fact, the new protocol has been seen to achieve better performance than the aggregation-only, scheduling-only, and PCCP baselines in terms of packet delivery, latency, throughput, energy efficiency, and network lifetime across different node densities and traffic conditions. In fact, these gains serve as a conv.......

Access restricted. Please log in or start a trial to view this content.

Disclosures

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The authors declare that they have no competing financial interests or personal relationships that could have influenced the work reported in this manuscript.

Acknowledgements

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The authors gratefully acknowledge the support provided by Vishwakarma University, Pune, for research facilities and administrative assistance throughout the development of this work. The authors also thank the Department of Computer Engineering for providing the computational infrastructure required for simulation and analysis. This research received no specific grant from any funding agency in the public, commercial, or not-for-profit sectors. Large language model tools were used solely for language polishing and formatting. All scientific content, methods, and analyses were developed entirely by the authors. All text generated through AI assistance was reviewed and....

Access restricted. Please log in or start a trial to view this content.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
Aqua-Sim Module (optional)NS2 Extension Repository–Used if underwater WSN scenarios are tested
Desktop/Laptop (Intel i5/AMD Ryzen 5, ≥8 GB RAM, ≥20 GB storage)Commercially available–Used to run all simulations
GNU C/C++ Compiler, Tcl/TkUbuntu repository–Required for compiling NS-2
MATLAB R2022a (optional)MathWorkshttps://www.mathworks.comUsed for ANFIS/fuzzy modeling if preferred
NS-2.35 Network SimulatorISI/NS2 Projecthttps://www.isi.edu/nsnam/ns/Core simulation environment
Processed results (.csv)Generated in this study-Computed metrics: PDR, delay, throughput, energy, lifetime
Python 3.10 (NumPy, SciPy, Pandas, Matplotlib)Python Software Foundationhttps://www.python.orgUsed for analysis and plotting
Python analysis scriptsGenerated in this study-Scripts to parse traces and generate plots
Raw NS-2 trace files (.tr)Generated in this study-Contain packet-level transmission and energy events
Simulation configuration files (topology, traffic models, random seeds)Generated in this study-Required for replicating experiments
Ubuntu Linux 22.04 LTSCanonical Ltd.https://ubuntu.comOperating system for NS-2

References

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,
  1. Yadav, S. L., Ujjwal, R. L., Kumar, S., Kaiwartya, O., Kumar, M. Traffic and energy-aware optimization for congestion control in next-generation WSNs. J Sensors. 2021 (1), 5575802(2021).
  2. Li, Z., et al. Congestion control in Internet of Things u....

Access restricted. Please log in or start a trial to view this content.

Reprints and Permissions

Request permission to reuse the text or figures of this JoVE article

Request Permission

Tags

Congestion ControlWireless Sensor NetworksIoT NetworksHybrid AggregationAdaptive SchedulingNeuro Fuzzy ControllerPacket Delivery RatioEnd To End LatencyEnergy ConsumptionNetwork Lifetime
Video Coming Soon

Related Articles