dbosk / spores

SPORES: Stateless Probabilistic Onion Routing for E-Squads
0 stars 0 forks source link

Background/Related work #1

Open dbosk opened 6 years ago

dbosk commented 6 years ago

~How to avoid tracking when placing data:~ No longer relevant

More general papers:

Tor

Anonymous communication and storage:

FreeHaven also hosts the very useful Anonymity Bibliography.

and

Email: Integrated web mail interface, plugin for serverless email.
Web browsing: Anonymous websites, gateways to and from the public Internet.
Blogging and forums: Blogging and Syndie plugins.
Website hosting: Integrated anonymous web server.
Real-time chat: Instant messaging and IRC clients.
File sharing: ED2K and Gnutella clients, integrated BitTorrent client.
Decentralized file storage: Tahoe-LAFS distributed filesystem plugin.
More supported applications…

There is this (seemingly) interesting thesis (note the location) to read on GNUnet:

Title The GNUnet System
Publication Type Thesis
Year of Publication 2017
Authors Grothoff, C
Academic Department Informatique
Degree HDR
Number of Pages 181
Date Published 12/2017
University Université de Rennes 1
City Rennes
Thesis Type Habilitation à diriger des recherches

Distributed Session Handoff

Our first article on exchanging data among a single user's devices. It implies gossiping information on the user's activity, and building a model of her behavior (in this case, a Markov chain).

Our second article on the topic, this time leveraging a BitTorrent-like protocol to seed the user's session from all available devices.

File sharing

Modeling devices connection

Device usage field studies

How are Microsoft employees using their professional computer and smartphone? This study summarizes an experiment performed on 18 persons by instrumenting their devices. They also compare what each device is primarily used for. Finally, they have cool timelines, I want the same.

Huge data collection on Android devices, outlining user's mobility, devices' connectivity and other things. Data is public, might be useful.

Multi-devices interaction

Finish field study on sequential and parallel usage of multiple devices, featuring diaries (over a week) and interviews of 14 participants.

Google-led study of smartphone VS tablet usage, and what they are respectively used for. Features diaries from 176 participants over 11 days.

Google-led study of multi-device interaction patterns.

Churn in Peer-to-Peer networks

Kickass study of churn models in different production P2P systems (Gnutella, Kad, and BitTorrent)

Another paper on the same topic, this one providing statistical models of users' behavior in the system.

It's part of Nebulostore.

@article{skowron2016flexible,
  title={Flexible replica placement for optimized P2P backup on heterogeneous, unreliable machines},
  author={Skowron, Piotr and Rzadca, Krzysztof},
  journal={Concurrency and Computation: Practice and Experience},
  volume={28},
  number={7},
  pages={2166--2186},
  year={2016},
  publisher={Wiley Online Library}
}
dbosk commented 6 years ago

Redecentralize the Internet keeps track of supposedly decentralized services.

Adrien-Luxey commented 6 years ago

GNUnet's file sharing seems to be doing the same thing as we. I'm investigating.

dbosk commented 6 years ago

Upspin appears to want to solve exactly our sharing problem.

dbosk commented 6 years ago

LiLAC, BitTorrent, OneSwarm seem to be important to compare with?

Adrien-Luxey commented 6 years ago

Lilac if you want, to say that we don't provide Global Passive Adversary (GPA). But « Dependent link padding algorithms for low latency anonymity systems » (W. Wang, M. Motani, et V. Srinivasan) would be sufficient for this.

I don't know of OneSwarm, but I will check it.

I'll check the figures, though, I'm baking them for our system (I'm late...).