
Most people are aware of the cryptocurrency bitcoin. Since the beginning of 2017, its price has skyrocketed more than 1700%. Naturally, people are interested. But tech insiders are more interested in the underlying technology called blockchain. Blockchain has the potential to touch every industry. It can help change the way we conduct business. It is being considered as “Internet 2.0”. So people in the e-commerce and web hosting space are looking at the potentials of this technology. It’s even possible to host DNS on the blockchain. Companies are also creating web hosting services for blockchain.
Blockchain: A Primer
Before diving into DNS hosting on the blockchain, it’s important to understand the history, technology, and applications of blockchain in general. It will give you a background to understand the potentials it has for your web hosting business.
The Beginning of Blockchain
Blockchain started shrouded in mystery. In 2008, a person named Satoshi Nakamoto published a white paper called “Bitcoin: A Peer-to-Peer Electronic Cash System.” The real identity of Satoshi Nakamoto is still unknown. The white paper described bitcoin and the technology of blockchain. By 2009, a community of engineers with the help of Nakamoto built the first bitcoin blockchain. The community was in touch with Nakamoto only through emails and online forums.

The early adopters of bitcoin were interested in the technology because of the financial crisis. They wanted to build a system that wouldn’t require regulations. It would be a system to exchange value freely without censorship. But soon the adopters started to see the potentials. As the word got around that bitcoin was a new form of money and users could earn bitcoins through mining or volunteering to maintain the blockchain, the community kept growing. The value of Bitcoin started to grow.
In 2017, bitcoin has shown explosive growth. The price of bitcoin almost reached $20k with a market cap of more than $160 billion. The meteoric rise of bitcoin has surprised even the most ardent supporters.
The Technology
The mathematics of blockchain technology is complex. But the concept of blockchain is easy. At the core, blockchain is a digital ledger that is maintained in a distributed network.
Most companies today record their transactions in a database. Modern databases work as ledgers. However, the company who owns the database is responsible for maintaining the integrity of those transactions. Whenever there is a value exchange, we trust these companies to keep accurate records. The institutions that keep track of these transactions can be financial institutions like banks or credit card providers, they can be e-commerce sites like Amazon or eBay. When we are buying a product from a supermarket or e-commerce site, the third parties are guaranteeing the transactions. It means that whenever there is a transaction a third-party is a necessity. It isn’t a new phenomenon. In ancient times, instead of banks, people used village elders or other means to keep transactions honest and create trust.
Blockchain has the potential to change the dynamics of this transaction. In the current system, when two people exchange value with each other (goods, services or anything else), a third-party provides the trust factor through verifying identity, transaction amount, etc. In a blockchain, there is no need for the trusted third-party. When two people exchange values, it gets recorded digitally on the ledger using a distributed network. The records on this ledger are immutable. It means nobody can come back and manipulate the ledger entry. So two people don’t need the third person to keep track of their exchange. It is called trustless transactions.
The blockchain technology achieves trustless transactions by using cryptography. In a blockchain network, users broadcast their transactions. These transactions are picked up and collected by volunteers, also known as miners. Miners have copies of the original blockchain. After a certain amount of time, the collected transactions are packaged into a block. Then the block is added to the blockchain.
However, the block addition goes through a process. Each block is assigned a puzzle that is computationally difficult to solve. Then the miners compete against each other to solve it. The puzzle is such that even though solving it takes computational power, verifying the result is easy. The miner who solves the problem first gets to add the block. The miners who win the privilege gets rewarded with tokens from the blockchain. This works as an incentive for users to volunteer as miners.
The blocks are connected to each other through cryptographic hashes. As a result, if anyone changes even a bit in one of the blocks, the hashes will change and expose the fraud. If a user discovers a corrupted blockchain, they can just discard it and get a copy of the authentic blockchain from someone else. This immutability keeps the blockchain secure from manipulation.
Various Blockchains
Even though bitcoin is the most famous cryptocurrency and blockchain, there are others. Ethereum is significant for being the blockchain with the smart contract. Smart contracts are executable codes residing on blockchains. Under the right circumstances, these codes execute. For example, an employee can get paid through a smart contract. Whenever the end of the month comes, the smart contract will trigger a payment mechanism. There are alternative cryptocurrencies like litecoin, zcash, ripple, monero and more. New blockchains are being created every day. Companies are also playing around with private blockchains.
Applications of Blockchain
The blockchain technology has far-reaching applications. Here are a few examples to give you an idea about the significance of this technology:
- Financial institutions and banks can use it to improve their processes. They can store mortgages and insurance policies on blockchains.
- Medical records can be maintained on blockchains. It can also keep track of drugs. This can prevent misuse or unauthorized used of drugs.
- Maintaining Internet of Things (IoT) can be taxing for the network. Blockchain can provide the infrastructure to support the needs of this technology.
- Governments can use blockchain for maintaining land records. They can use it as a voting system.
- Web hosting services can maintain DNS on blockchains.
Hosting a DNS Domain on Blockchain
The link docs.ens.domains [http://docs.ens.domains/en/latest/] is hosted on the ethereum blockchain. The support for hosting DNS domain on Ethereum blockchain is experimental. But it shows an interesting use case for web hosting and blockchain.

The experimental project uses ENS, Ethereum Name Service, to build the DNS service. With DNS, nameservers provide authoritative answers to queries and provide names of another nameserver. When a user is trying to resolve an issue, it asks the nameserver. If the nameserver doesn’t have the answers, it goes to the next one.
As mentioned, ENS is native to Ethereum. Its primary goal is to resolve “human-readable” names. ENS and DNS share the same objectives. But the ENS has a central database that maps from domain names to resolvers. The owner of each domain can update resolver address. To look up a domain information, the user uses the registry to find the resolver which can find the answer to the question or query. Whiles DNS operates on the concept of zones, ENS doesn’t have zones.
You could deploy a single ENS resolver for the existing DNS hierarchy. But you will run into the trouble of DNS ownership proof which leads to the question of who will be allowed to change the registry. The experimental solution takes the approach of allowing anyone to deploy their own ENS registry and resolver and host any set of domains.
Let’s take an example. If you have deployed an ENS registry for your domain, “www.onlyawebsite.com” at the address 0x55555555. At the registrar, you tell it to set the nameserver for your “www.onlyawebsite.com” to “55555555.ns1.ens.domans.” Now the search for “www.onlyawebiste.com” will trigger the following process:
- Recursive resolution finds “www.onlyawebsite.com NS 55555555.ns1.ens.domains”.
- The gateway server “ns1.ens.domain’ receives the query. It checks for “www.onlyawebsite.com” and gets the response.
- Gateway server queries the ENS registry.
- Gateway server asks the resolver for the zonefile for “www.onlyawebsite.com” It gets back the DNS zonefile data in a compact binary form and unpacks the data in memory.
- Now the getaways can use the unpacked zonefile to reply to the original inquiry.
The hosting of DNS domain on ENS is at the experimental stage. It shouldn’t be used for production level situations. But it gives you an idea of the scope of integration that is possible with blockchain.
More Blockchain Web Hosting
There are other companies who are making blockchain a priority. Here are some of them:
Shift

HostCoin

HostCoin considers itself as the first web hosting service built on the blockchain. It is waiting for its initial coin offering (ICO). HostCoin intends to provide better security with blockchain based hosting.
In Conclusion
Blockchain technology can be a powerful tool. However, webmasters should also be aware of the dangers. The technology is currently not highly scalable. So it’s important to test any applications on blockchain for scalability before deployment.
Original article and pictures take websitehosting.com site
Комментариев нет:
Отправить комментарий