[quote=“ivan, post:1, topic:8425, full:true”]
Homework on Consensus - Questions
-
What does it mean when we say that in blockchain, consensus determine the truth?
Blockchains can use different types of consensus mechanism such as Proof or Work (PoW) or Proof of Stake (PoS). These are consensus mechanism protocols that make sure all nodes (device on the blockchain that maintains the blockchain and (sometimes) processes transactions) are synchronised with each other and agree on which transactions are legitimate and are added to the blockchain. -
How is this different from how truth is determined in a central database?
We are talking about Blockchain ledger, a decentralised peer-to-peer ledger as apposed to a centralised ledger which is controlled by an administrator. Blockchains are a ledger that can be written to and verified by nodes on the network, that can’t be amended or deleted. This type of protocol provides the consensus and is a trestles ledger. Whereas, a centralised database has an administrator which can set permission on who has access, levels of control and roles within a centralised database. The administrator can set the security and therefore the trust of the centralised database. In general many databases are run on private networks behind firewalls in data-centres run by large organisations.