The basic issue in distributed computing and blockchains systems is to achieve overall system reliability in the presence of a number of faulty processes. This often requires processes to agree on some data value that is needed during computation
These processes are described as consensus.
A secure consensus protocol must be fault tolerant.
In this article first we will talk about Two Generals Problem. After that Byzantine Generals Problem & then discuss about Byzantine Fault Tolerance in distributed and blockchain…
A serverless architecture is a way to build and run applications without having to manage infrastructure. Your application still runs on servers, but all the server management is done by provider. You no longer have to think about scaling and maintaining servers to run your applications, databases, and storage systems
What we need to do
1. Write the code
2. Upload the code to the cloud service provider.
3.Initiate the trigger
After that our service provider will take care of
Running and maintaining the server
Scaling according to needs
Isn’t this useful for indie developers who can totally focus on developing apps without worrying about handling servers. …