EZeeCom: Redefining Social Connectivity through Mobile Ad Hoc Networks

EZeeCom: enabling spontaneous social interactions over mobile ad hoc networks

2007-08-12
Rashmi Dutta Baruah, Shivashankar B. Nair, S. B. Nair
Summary
Problem
Method
Results
Takeaways
Abstract

EZeeCom is a social interaction framework designed for Mobile Ad Hoc Networks (MANETs). It utilizes IEEE 802.11b to allow users to spontaneously discover, localize, and communicate with nearby individuals without relying on centralized cellular infrastructure or costly internet services.

TL;DR

EZeeCom is a decentralized social networking system that enables users to discover and interact with people in their immediate vicinity using only mobile devices and Wi-Fi. By bypassing centralized servers and cellular networks, it offers a low-latency, zero-cost solution for spontaneous human-human interaction, featuring a unique hybrid localization technique and multi-hop data forwarding.

Background Positioning

Published during the rise of pervasive computing, EZeeCom addresses the "introvert’s dilemma" and the "emergency search" problem in environments like universities or hospitals. It moves away from the then-standard server-client model (like SapienNet) toward a pure Mobile Ad Hoc Network (MANET) approach.

The Core Challenge: Isolation in a Networked World

Despite the proliferation of mobile devices, social interactions in 2007 were often hampered by:

  1. Infrastructure Dependency: Needing GPRS/Cellular even to talk to someone 5 meters away.
  2. Prohibitive Costs: High data rates for simple profile exchanges.
  3. Low Range: Bluetooth-based solutions were too limited for campus-wide or building-wide discovery.

Methodology: Decentralized Intelligence

EZeeCom's architecture turns every smartphone (or PDA, in the context of the 2007 study) into a sovereign node.

1. Hybrid Location Determination

The system supports both Geometric (GPS coordinates) and Symbolic (e.g., "Room 201") locations. For indoor scenarios where GPS fails, EZeeCom uses Wi-Fi access point Mac addresses to map icons to physical locations.

2. The Gateway Protocol

A standout innovation is the Location Translation Protocol. If an outdoor node lacks internet access, it finds a "Gateway Node"—a neighbor that can see both the user and a Wi-Fi Access Point—to fetch symbolic data on its behalf.

System Architecture and Interaction

3. Buffer Protocol for Mode Switching

Since a single Wi-Fi card cannot easily maintain an Ad-Hoc (P2P) and Infrastructure (Client-Server) connection simultaneously, EZeeCom implements a Buffer Protocol. It pauses outgoing messages and alerts neighbors to hold incoming packets whenever a node "switches modes" to talk to a location server.

Experimental & Simulation Benchmarks

The authors validated EZeeCom through real-world deployments using Toshiba PocketPCs and Laptops.

Real-World Latency

In indoor scenarios, discovering a neighbor and receiving their Essential User Information (EUI) took between 29.47ms and 122.83ms. Even with walls and obstacles, the delay remained well below the threshold for human frustration.

Scaling to 100 Nodes

To test the limits, the researchers simulated 100 moving nodes. They compared Flooding (sending data to everyone) vs. Location-Based Forwarding.

Performance Comparison

  • Flooding: Only 27% of profile requests were successfully answered due to network congestion (broadcast storms).
  • Location-Based Forwarding: Achieved a 94% success rate, proving that intelligent packet routing is essential for MANET social networks.

Critical Insight: The Value of Spontaneity

EZeeCom’s true contribution isn't just the code, but the validation of spontaneous networking. By allowing users to set "Smart Alerts" for specific characteristics (e.g., finding a doctor in a crowd or a fellow countryman in a foreign city), it bridges the gap between digital identity and physical presence.

Future Outlook and Limitations

While EZeeCom was a pioneer, it lacked a rigorous Security and Privacy framework—a critical requirement for modern social apps where "leaking" your symbolic location (e.g., "Room 201") could pose risks. However, its proof that localized Wi-Fi mesh networks can outperform cellular-based social apps remains a foundational concept for modern decentralized web (Web3) and Edge Computing research.

Takeaway for Architects

If you are building localized IoT or social discovery tools, EZeeCom teaches us that the Gateway Node and Localized Buffering are the keys to handling the intermittent connectivity inherent in mobile P2P environments.

Find Similar Papers

Try Our Examples

  • Search for recent papers that extend MANET-based social discovery using modern Wi-Fi Direct or 5G D2D (Device-to-Device) communication protocols.
  • Which studies first established the "Greedy Perimeter Stateless Routing (GPSR)" used in this methodology, and how has it been optimized for high-mobility social scenarios?
  • Investigate the implementation of decentralized privacy-preserving protocols in modern versions of spontaneous social networking applications.
Contents
EZeeCom: Redefining Social Connectivity through Mobile Ad Hoc Networks
1. TL;DR
2. Background Positioning
3. The Core Challenge: Isolation in a Networked World
4. Methodology: Decentralized Intelligence
4.1. 1. Hybrid Location Determination
4.2. 2. The Gateway Protocol
4.3. 3. Buffer Protocol for Mode Switching
5. Experimental & Simulation Benchmarks
5.1. Real-World Latency
5.2. Scaling to 100 Nodes
6. Critical Insight: The Value of Spontaneity
7. Future Outlook and Limitations
7.1. Takeaway for Architects