ExamGecko
Question list
Search
Search

Related questions











Question 76 - CBDH discussion

Report
Export

There are two popular approaches to defining assets in most blockchain solutions. (Select two.)

A.
Stateless UTXO model, where account balances are encoded into past transaction records.
Answers
A.
Stateless UTXO model, where account balances are encoded into past transaction records.
B.
Account model, where account balances are kept in state storage space in memory registers.
Answers
B.
Account model, where account balances are kept in state storage space in memory registers.
C.
Stateful UTXO model, where account balances are encoded into past transaction records.
Answers
C.
Stateful UTXO model, where account balances are encoded into past transaction records.
D.
Account model, where account balances are kept in stateless storage space on the ledger.
Answers
D.
Account model, where account balances are kept in stateless storage space on the ledger.
E.
Stateless UTXO model, where account balances are encoded into current transaction records.
Answers
E.
Stateless UTXO model, where account balances are encoded into current transaction records.
F.
Account model, where account balances are kept in state storage space on the ledger.
Answers
F.
Account model, where account balances are kept in state storage space on the ledger.
Suggested answer: A, F

Explanation:

Users can use chaincode (for business rules) and membership service (for digital tokens) to design assets, as well as the logic that manages them. There are two popular approaches to defining assets in most blockchain solutions: the stateless UTXO model, where account balances are encoded into past transaction records; and the account model, where account balances are kept in state storage space on the ledger. Each approach carries its own benefits and drawbacks. This blockchain fabric does not advocate either one over the other. Instead, one of our first requirements was to ensure that both approaches can be easily implemented with tools available in the fabric.

asked 16/09/2024
Jean-Bosco Muganza
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first