A blockchain is a distributed database that maintains a growing list of records protected from falsification or modification by storage nodes. Block of Block storage is related to storage – block storage. Block is a chunk of data. One blockchain consists of several blocks. Each block is a record of transactions of specific data. Data can be of anything which requires security for re-writing and also needs frequent read access. Blockchain is also mentioned as a digital ledger in which transactions are recorded chronologically but such is an incomplete description. An analogy with the Internet (TCP/IP) can be drawn, because in both cases these are computer protocols underlying a decentralized infrastructure. The Internet transfers data packets from point A to point B, while the blockchain allows “trust” to be established between agents distinct from the system.
A blockchain network has no central authority, the information is open for anyone which makes the blockchain transparent and everyone accountable for their action. It can be thought of as pushing a project by multiple developers on GitHub as a public repository. The difference with any of our known systems on the internet is the protocol. Blockchain is typically managed by a peer-to-peer network collectively adhering to a protocol for inter-node communication and validating new blocks. Blockchain transactions are free.
The different transactions recorded are grouped into blocks. After saving the recent transactions, a new block is generated and all the transactions will be validated by the miners, who will analyze the complete history of the blockchain. If the block is valid, it is time-stamped and added to the blockchain. The transactions it contains are then visible throughout the network. Once added to the chain, a block can no longer be modified or deleted (theoretically), which guarantees the authenticity and security of the network. Each block in the chain consists of the following elements:
---
- several transactions;
- a checksum (“hash”), used as identifier;
- the checksum of the previous block (except the first block in the chain, called the genesis block);
- a measure of the amount of work that was required to produce the block. This is defined by the consensus method used within the chain, such as “proof of work”, or “proof of participation”
Blockchain was invented to serve as the public transaction ledger of the cryptocurrency bitcoin. The bitcoin design has inspired other applications.
We are ending here as more on Blockchain will not be for the dummies.
Tagged With cloud and blockchain for dummies , public transaction ledger OR (public AROUND(20) transaction AROUND(20) ledger) , what is blockchain