Decentralized DNS: Porovnání verzí

Z ZděchovNET
Skočit na navigaci Skočit na vyhledávání
Bez shrnutí editace
 
Řádek 18: Řádek 18:
* [http://en.wikipedia.org/wiki/Alternative_DNS_root Wikipedia Alternative DNS root]
* [http://en.wikipedia.org/wiki/Alternative_DNS_root Wikipedia Alternative DNS root]


==Web of Trust(WoT)==
==Web of Trust (WoT)==


* [http://www.reddit.com/r/Meshnet/comments/o3wex/wotdns_web_of_trust_based_domain_name_system WoT-DNS - Web of Trust based Domain Name System]
* [http://www.reddit.com/r/Meshnet/comments/o3wex/wotdns_web_of_trust_based_domain_name_system WoT-DNS - Web of Trust based Domain Name System]
Řádek 36: Řádek 36:
* Squatters can occupy general important names
* Squatters can occupy general important names
* Network protocol is complicated and relies on cryptographic keys which can be broken on overpowered in future
* Network protocol is complicated and relies on cryptographic keys which can be broken on overpowered in future
* Domain name registration and renewal need to be payed
* Domain name registration and renewal need to be paid
* Block chain size is ever growing with keeping old also false records.
* Block chain size is ever growing with keeping old also false records.
* Network is vulnerable by 51% attack
* Network is vulnerable by 51% attack
* If private key and domain names are stolen then they can't be retrieved back without negotiation with thief.
* If private key and domain names are stolen then they can't be retrieved back without negotiation with thief.
* If private key is lost then domain will expire and can be registered by other entity.
* If private key is lost then domain will expire and can be registered by other entity.

==Additional root namespace==

To allow to have multiple root domains, new root namespace identifier have to be introduced to URL format.

* [[Multi-root domain system]]


=Links=
=Links=

Aktuální verze z 5. 7. 2017, 22:36

Goals

  • Allow decentralized functioning
  • Prevent control by government
  • Avoid cost of domain ownership
  • Use existed technology if possible

DNS parts

  • Maintaining global unique names (registration, holding, release)
  • Name to IP address translation
  • Identification of owner

Possible solutions

Alternative roots

Web of Trust (WoT)

Crypto-currency based

Notable example is Namecoin which is based on Bitcoin.

Pros

  • It can guarantee uniqueness of names
  • Network can operate autonomously with manual policy
  • It is independent to a government policy

Cons

  • Squatters can occupy general important names
  • Network protocol is complicated and relies on cryptographic keys which can be broken on overpowered in future
  • Domain name registration and renewal need to be paid
  • Block chain size is ever growing with keeping old also false records.
  • Network is vulnerable by 51% attack
  • If private key and domain names are stolen then they can't be retrieved back without negotiation with thief.
  • If private key is lost then domain will expire and can be registered by other entity.

Additional root namespace

To allow to have multiple root domains, new root namespace identifier have to be introduced to URL format.

Links