Answers To Blockchain Interview Questions
Answers To Blockchain Interview Questions
Video
Check this video on Blockchain by intellipaat:
11. What is Secret Sharing? Does it have any benefit in Blockchain technology?
It is a well-understood that security matters a lot in digital transactions. Secret
sharing in Blockchain technology is an approach that divides secret or personal
information into different units and sent them to the users on the network. The
original information can only be combined when a member to whom a share of the
secret is allocated agree to combine them together with others. There are several
security-related advantages it can offer in Blockchain technology.
Because no one participating member owns the source of origin for information
contained in the shared ledger, blockchain technologies lead to increased trust and
integrity in the flow of transaction information among the participating members.
A shared, permissioned ledger is the append-only system of record (SOR) and single
source of truth. It is visible to all participating members of the business
network.
A consensus protocol agreed to by all participating members of the business network
ensures that the ledger is updated only with network-verified transactions.
Cryptography ensures tamper-proof security, authentication, and integrity of
transactions.
Smart contracts encapsulate participant terms of agreements for the business that
takes place on the network; they are stored on the validating nodes in the
blockchain and triggered by transactions.