Open In App

Decentralized Web – Web3

Improve
Improve
Like Article
Like
Save
Share
Report

Prerequisite – Web 1.0, Web 2.0 and Web 3.0

We have come long way since introduction of computers and with technology evolving every day, we are on road that seems endless. In the early days of its invention when computers were standalone machines, person used to store his data on floppy disk, remove it and then give it to his friend who wanted it.

Then came INTERNET and emergence of WWW by providing transmission protocols like TCP/IP, UDP, etc. This eased task of exchanging information and hence we saw rise of Web2 which introduced concept of Social media and e-commerce sites. Web2 has revolutionized World order and Economy by bringing people who want to deliver service and people who want to consume, together. However, downside is there is always middle man required to ensure TRUST.

Problems with Existing System :
Web2 revolutionized frontend by making it more interactive and user friendly whereas with introduction of Web3, frontend doesn’t change much, it is backend revolution, data architecture as to how data is stored at backend.

Every time you request data from Facebook server, server gets access to your data and all this data is centrally stored on their servers. Now with IoT coming into picture, more and more of our devices like refrigerators, Watches, etc. are connected to internet, and hence third party gets access to more and more of our data which obviously cannot be trusted.

Internet we use today predominantly builds on idea of stand-alone computer. Data is centrally stored and managed on servers of trusted institutions. The data on these servers is protected by firewalls, and system administrators are needed to manage these servers and their firewalls. Trying to manipulate data on server resembles breaking into house, where security is provided by fence and alarm system.


Figure – Client-Server Internet



Why is Web3 next possible BIG thing?
Web3 is difficult to understand as it is still at early age. With introduction of Ethereum, leading Blockchain network of Web3 is playing important role in shaping current development of Web3 and decentralization since its introduction in 2015. With regular data breaches in Web2, Web3 ‘s consensus protocol is designed in such way that it is next to impossible to hack node and get access to data. Web3 enables users to control data privacy and data ownership instead of intermediary third party. In essence, Web3 technologies provide foundation for P2P (peer-to-peer) communication, payments, services, and marketplaces.


Figure – P2P Network


Since Web3 is still in developing stage, one would find Web3 in two versions namely v0.x.x and v1.x.x. The former supports Primitive interface – only callbacks for async code, whereas latter provides support for promises + async/await. In short, there is significant difference in syntax of both version and latter is improved version of former.


Figure – Web3 Versioning



Challenges :

  1. Scalability –
    Most Blockchains today cannot reach scalability offered by Web2 applications. For Example, Visa processes 1700-2500 transactions per second whereas Web3 applications like Ethereum can only process 15-25 transactions per second.

  2. Data Privacy –
    Web3 has already proven itself better than Web2 in terms of data security, however, transaction data and history can be seen by anyone in real-time by simply knowing public address of user resulting in new kind of data privacy concerns.


Last Updated : 17 Aug, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads