[IEEE Network] WhozThat: Breaking the Ice with Mobile Social Ecosystems

2415_WhozThat evolving an ecosystem for context-aware mobile social networks.

Summary
Problem
Method
Results
Takeaways

WhozThat is a pioneer mobile social networking (MoSoNet) system that bridges online social identities with physical locations. It uses a two-phase protocol: local wireless sharing of social IDs (via Bluetooth/WiFi) followed by remote profile retrieval to create "context-aware" environments, such as a SOTA music player that auto-generates playlists based on the collective tastes of people in a room.

TL;DR

WhozThat is a fundamental framework for Mobile Social Networks (MoSoNets) that answers the universal question: "Who is that person near me?" By combining local wireless ID broadcasting with cloud-based social profile retrieval, it transforms passive physical spaces into "socially-aware" environments. Its most striking application? A jukebox that knows exactly what song a room full of strangers will collectively enjoy.

Problem: The Physical-Digital Social Gap

Despite the explosion of online social networks like Facebook and LinkedIn in the late 2000s, a massive gap remained: Local Context. You might have 500 "friends" online, but you are a stranger to the person standing two feet away in a bar.

Prior works like CenceMe focused on uploading local sensor data to the cloud for remote friends to see. WhozThat flips the script. It aims to import the digital social graph into local physical proximity to lower the barriers to human discourse. The researchers identified that the main technical hurdle wasn't the data itself, but the binding of identity to a dynamic, mobile location.

Methodology: The Two-Phase Protocol

The core of WhozThat is a surprisingly elegant two-step protocol designed for efficiency and platform agnosticism:

  1. The Meet-and-Greet Phase: Users' smartphones periodically broadcast a "Social Handle" (a pointer/ID) via local wireless links like Bluetooth or WiFi. This is lightweight and avoids the high energy cost of constant GPS usage.
  2. The Context Creation Phase: Once a phone picks up a nearby handle, it uses its wide-area connection (3G/WiFi) to query social network APIs and fetch relevant public profile data (hobbies, music, mutual friends).

WhozThat System Architecture Figure 1: The dual-phase workflow where Anne and Dave’s devices exchange handles locally before fetching cloud data.

The "Ecosystem" Vision

The researchers didn't just want a social app; they wanted an ecosystem. They proposed three expansion tiers:

  • Context-Aware Local Services: Environments (like bars or stores) that listen for handles and change their behavior.
  • Multihop Mesh Networking: Allowing IDs to travel through a crowd, even if the source is out of direct radio range.
  • Gateway Services: Offloading the heavy lifting of data mining and profile processing to edge servers.

Implementing the Context-Aware Jukebox

To prove this wasn't just theory, the team built WZPlaylistGen. This application acts as a "Social Jukebox."

Implementing WhozThat on Nokia N80 Figure 2: Prototype implementation showing the social profile retrieval on actual 2008-era mobile hardware.

The system listens for WhozThat handles over Bluetooth, hits the Facebook API to find those users' "Favorite Artists," and then uses the Audioscrobbler API to generate a collaborative playlist. If three people in the bar love Bob Dylan, the bar starts playing Dylan. It is the ultimate "Ice Breaker," providing a natural conversation starter based on shared interests.

Critical Analysis: The Privacy Elephant in the Room

While the technical implementation is sound, the paper honestly tackles the "Creepiness Factor."

  • Security: How do you prevent "spoofing" handles? The authors suggest encrypted MACs with nonces, but the broadcast nature of the system remains a target for "snooping."
  • Privacy: Currently, the system relies on existing social network permissions. However, the authors admit that a "friendship-only" disclosure model is too restrictive for a party where the whole point is to meet non-friends. They propose a future "Automated Privacy Policy" that adapts disclosure based on the social context (e.g., more info shared at a mixer, less at a subway station).

Conclusion & Future Outlook

WhozThat effectively pioneered the concept of the "Electronic Caption"—a discreet introduction provided by our devices before we even speak. While the specific platforms (MySpace, JME) have evolved, the core logic of local ID broadcast + cloud context retrieval remains the blueprint for modern proximity-based services and wearable tech.

Takeaway: The next evolution of the social web isn't on our screens; it's in the air around us, mediated by devices that understand the collective identity of a room.

Find Similar Papers

Try Our Examples

  • Search for recent papers that extend mobile social networking (MoSoNet) using Zero-Knowledge Proofs to handle the privacy issues of identity broadcasting.
  • Which study first introduced the concept of "Social Serendipity," and how does the WhozThat handle-based approach differ from its Bluetooth MAC-binding method?
  • Explore how contemporary Proximity-Based Social Networks (PBSNs) utilize Ultra-Wideband (UWB) for more precise context-aware service triggering compared to the Bluetooth/WiFi methods described here.
Contents
[IEEE Network] WhozThat: Breaking the Ice with Mobile Social Ecosystems
1. TL;DR
2. Problem: The Physical-Digital Social Gap
3. Methodology: The Two-Phase Protocol
3.1. The "Ecosystem" Vision
4. Implementing the Context-Aware Jukebox
5. Critical Analysis: The Privacy Elephant in the Room
6. Conclusion & Future Outlook