i

Blockchain Complete Guide  

Typical Application Architecture

In Current Web Application architecture, Web Browser sends an HTTP Request which will apply the business logic and with effective communication from database send the Response to Web Browser.

This architecture has its pros and cons.

Pros:

  • Serving Data faster, high throughput

  • Scalable Model

  • Existing infrastructure

Cons:

  • A single point of communication (Web Server) bring a single point of failure. Also, reliance on a central entity causes the data control to the central party which effectively might lead to misuse of data (Remember Cambridge Analytica Scandal!! Data is the new oil; they say for some reason).