Untitled


SUBMITTED BY: sureshgudivada76

DATE: Jan. 8, 2017, 6:18 p.m.

FORMAT: Text only

SIZE: 532 Bytes

HITS: 633

  1. Block chain
  2. block chain — is a distributed database that maintains a continuously-growing list of ordered records called blocks. Each block contains a timestamp and a link to a previous block. By design blockchains are inherently resistant to modification of the data — once recorded, the data in a block cannot be altered retroactively.
  3. Blockchains are secure by design and an example of a distributed computing system with high byzantine fault tolerance. Decentralised consensus can therefore be achieved with a blockchain.

comments powered by Disqus