this post was submitted on 29 Feb 2024
1 points (100.0% liked)
Comradeship // Freechat
2164 readers
5 users here now
Talk about whatever, respecting the rules established by Lemmygrad. Failing to comply with the rules will grant you a few warnings, insisting on breaking them will grant you a beautiful shiny banwall.
A community for comrades to chat and talk about whatever doesn't fit other communities
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't think blockchain is a suitable for DNS (or for anything actually).
To "run a blockchain" requires a lot of infrastructure. At a minimum I think you need communication between all the participants (otherwise how would one tell the others it has successfully produced the next block?) and you need some kind of pool of waiting registrations that they can all access (otherwise what would they build a block from?).
The block chain is just a ledger, and a ledger is a terrible format for DNS data because it requires scanning every ledger record to find a match (so it scales linearly with the number of times anyone modifies a DNS entry). To solve this any real DNS will need to covert the ledger into an internal database. I would think all this complexity would raise costs, not lower them.
The existent DNS (a simple distributed hierarchical database) is replaced by a voluminous distributed ledger system. This change by itself doesn't resolve any of the problems you mentioned.
You've said a few other things that don't make technical sense:
I think you are conflating hosting with DNS. The DNS is just the resolution of a human readable string to a bunch of keywords (e.g. www server addresses, mail addresses, metadata tags, etc). Hosting is providing the necessary servers and bandwidth to deliver the services (like email, websites, torrents, etc).
Decentralization is just so inefficient in most case, really the only issue with centralization is that, since we live in a capitalist society, it ends up in hands of the capitalists.
Don't you have to pay for a domain because of the fact that it's hosted on a DNS server? Decentralizing DNS would mean that one would no longer have to pay for a DNS server to host your domain.
The "minimum amount of traffic" comment might not have been worded in the best of ways. What I mean is that we need a method to prevent people from sitting on unused domains to sell them at a high price.
DNS is just a hierarchy of authoritative domain name servers that agree on a group of root servers and a protocol
The blockchain has to run on something, so even decentralized it would probably end up something paid. There might also end up a secondary market for domains, just like we have now, but worse.
Also, it most definitely does not cost $10 in compute, storage, or bandwidth to serve your one address. Besides, you basically never pay directly to the registry(the people that run the root and authoritative DNS servers), but instead buy from a registrar (a middleman). A lot of what you pay goes to the middleman, because they can usually get away with asking for it.
As oscardejarjayes has said, the $10 isn't for computer resources, it's mostly to pay the customer facing domain registrars and disincentivize squatting domains. Each subdomain (.com, .ca, .uk, etc) is controlled by some entity and for national domains part of the fee is a tax set by and collected for that nation.
In terms of the "compute" required for the DNS -- that's actually your internet service provider. ISPs synchronize and serve up DNS locally in order to give you faster internet (so users pay for DNS indirectly). You might have switched your domain to 8.8.8.8 (Google's DNS servers) which Google provides for free in order to try to speed up peoples internet access.
Yeah this post is so vague and confused as to be essentially meaningless.