Building Scalable IoT Infrastructure: A Rendezvous Clustering Approach to Energy Efficiency

SPECIAL SECTION ON CYBER-PHYSICAL-SOCIAL COMPUTING AND NETWORKING

Rakesh Kumar Lenk, Amiya Kumar Rath, Zhiyu Tan, Suraj Sharma, Deepak Puthal, N Simha, Mukesh Prasad, Rohit Raja, Sharan Tripathi
Summary
Problem
Method
Results
Takeaways
Abstract

The paper proposes a novel rendezvous data routing protocol for WSN-assisted IoT infrastructure. It utilizes a central "cross area" virtual structure combined with a cluster-based organization of backbone nodes to optimize energy consumption and manage sink mobility, achieving significantly improved network lifetime and reduced latency.

TL;DR

To address the energy constraints and "hot spot" issues in WSN-assisted IoT, this paper introduces a Rendezvous Routing Protocol based on a central virtual cross-structure. By organizing backbone nodes into clusters and using a multi-factor relay selection (Location Factor), the method significantly reduces control overhead and extends the operation life of IoT sensing networks.

Background & Positioning

As we move toward a world with billions of connected devices, the bridge between the physical and digital—Wireless Sensor Networks (WSN)—faces a fundamental bottleneck: energy. Most sensors are battery-powered and deployed in inaccessible terrains. This paper positions itself as an architectural optimization, improving upon earlier "rendezvous" methods like LBDD (Line-Based Data Dissemination) by adding a sophisticated clustering layer within the virtual infrastructure to handle mobile sinks more efficiently.

The Core Problem: The Hot Spot Dilemma

In many IoT deployments, data flows toward a central sink (IoT-Hub). Nodes closest to this Hub become relay bottlenecks, exhausting their batteries much faster than peripheral nodes. This leads to network partitioning. While mobile sinks can alleviate this, tracking their location often involves "flooding" the network with control packets, which itself is an energy drain.

Methodology: The Virtual Cross and Cluster Hierarchy

The authors propose a multi-stage approach to structure the network:

  1. Virtual Infrastructure Formation: A "cross" strip of width w is established at the center of the sensing area, dividing the network into four quadrants (Hl, Hr, Vu, Vb).
  2. Backbone Clustering: Nodes within this cross area (backbone nodes) form clusters. The Cluster Head (CH) is selected based on node degree and common adjacency to minimize the hops required for internal coordination.
  3. Location Factor (LF) Routing: When a node needs to route data, it doesn't just look for the shortest path. It calculates an LF, which is a ratio of residual energy to the distance from the target. This ensures that energy-rich nodes are prioritized for relaying.

IoT Architecture and Virtual Cross Figure 1: High-level IoT architecture showing the integration of sensors and cloud hubs.

Cluster Formation Logic Figure 2: The step-by-step logic of clustering within the rendezvous area.

Performance Benchmarks

Using the Castalia simulator, the authors compared their work against LBDD and traditional Rendezvous-based routing.

  • Energy Efficiency: The proposed model consumes less energy primarily because it avoids the wide-area broadcasting of queries. Instead, it uses the localized cluster heads within the cross-area to store and forward the sink's location.
  • Latency: The "End-to-End Delay" is reduced because the virtual cross acts as a guaranteed meeting point for data and location queries, regardless of where the mobile sink moves.
  • Network Lifetime: Since the protocol balances the load and rotates cluster head responsibilities, the "time to first node death" is significantly pushed back.

Network Lifetime Comparison Figure 3: Comparative analysis of network lifetime against existing SOTA protocols.

Critical Insights & Conclusion

The genius of this approach lies in its structural simplicity. By defining a fixed geographic area (the cross) for metadata storage (the sink's location), the protocol eliminates the need for global network updates.

However, a potential limitation is the reliance on accurate node localization (GPS or RSSI-based). In dense urban "canyons" where GPS might fail, the performance of the "Region Discovery" algorithm (Algorithm 2) could degrade. Future work might benefit from integrating "Anchor-free" localization techniques into this rendezvous framework.

Overall, this work provides a robust blueprint for building sustainable, long-term IoT monitoring systems that can scale without immediate hardware failure.

Find Similar Papers

Try Our Examples

  • Search for recent papers that utilize dynamic clustering within virtual infrastructures to solve the hot-spot problem in large-scale IoT networks.
  • Which study first introduced the concept of Line-Based Data Dissemination (LBDD), and how has the "cross area" approach evolved from that foundation?
  • Are there applications of this rendezvous-based routing architecture in Unmanned Aerial Vehicle (UAV) networks or underwater acoustic sensor networks?
Contents
Building Scalable IoT Infrastructure: A Rendezvous Clustering Approach to Energy Efficiency
1. TL;DR
2. Background & Positioning
3. The Core Problem: The Hot Spot Dilemma
4. Methodology: The Virtual Cross and Cluster Hierarchy
5. Performance Benchmarks
6. Critical Insights & Conclusion