Computer Science, asked by sanpac997, 1 month ago

which model describes how data is written to blockchain​

Answers

Answered by khanazmat12344
3

Answer:

Answer: Blockchains, especially the ones designed to host a currency, are using a transaction model.

Answered by KajalBarad
1

Append Only model

Blockchain: A blockchain is defined as "a distributed database that maintains a continuously growing list of ordered records known as blocks," which are "linked using cryptography." Each block contains the previous block's cryptographic hash, a timestamp, and transaction data. A blockchain is a decentralized, distributed, and public digital ledger used to record transactions across many computers in such a way that the record cannot be changed retroactively without affecting all subsequent blocks and network consensus."

Append-only is a computer data storage property that allows new data to be appended to the storage while keeping existing data immutable. Because blockchain is append-only, data can only be added to the blockchain in time-ordered sequential order. This property implies that once data is added to the blockchain, it is nearly impossible to change and can be considered practically immutable.

#SPJ2

Similar questions