question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am reporting:

  • a bug or unexpected behavior
  • [] general feedback
  • feature request
  • security issue

Bug Report

Please give us details about your installation to assist you. Run dat -v to see the version of Dat you are using.

  • Operating system:
  • Node Version:
  • Dat Version: 13.10.0

I read the whitepaper and since I understand Dat using original Kademlia design then how Dat handles number of attacks such as DDOS or sybil and/or churn?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
maxogdencommented, Jul 10, 2018

Yes it would be interesting to see other approaches. I believe S/Kademlia describes the general idea of signing DHT entries but does not specify it as a RFC, and I do not believe there is an implementation in JavaScript. However if you know of one you can implement other providers by adding them to this module https://github.com/maxogden/discovery-channel. You could take the Dat keypair and use the S/Kademlia signature schemes.

0reactions
pfrazeecommented, Jul 12, 2018

I don’t hold a strong opinion yet on the right solution. We’re researching different things, not just around security, but also privacy and reliability. SKademlia should be one of the things we look at.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kademlia - Wikipedia
Kademlia is a distributed hash table for decentralized peer-to-peer computer networks designed by Petar Maymounkov and David Mazières in 2002.
Read more >
maymounkov-kademlia-lncs.pdf - MIT PDOS
This paper describes Kademlia, a peer-to-peer distributed hash table (DHT). Kademlia has a number of desirable features not simultaneously offered by any.
Read more >
A Brief Overview of Kademlia, and its use in various ... - Medium
Kademlia is a distributed hash table implemented in a number of modern decentralized protocols including the Storj V3 network, Ethereum, ...
Read more >
Distributed Hash Tables with Kademlia
Often, distributed systems such as Kademlia operate in a wild, trustless environment. S/Kademlia extends Kademlia to prevent various sybil attacks with ...
Read more >
Kademlia Documentation — Kademlia 2.2.1 documentation
This library is an asynchronous Python implementation of the Kademlia distributed hash table. It uses asyncio to provide asynchronous communication.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found