Are Dlt’s based on a centralized network?
No, its based on a descentralized network that uses P2P connections
What consensus algorithm is based on the amount of work taken to validate transactions?
Proof of work
What consensu algorithm is based on the amount of holdings or stakes a node possesses?
Proof of stake
In distributed transactions all databases must succeed in their operations?
True
Which distributed transaction algorithm has a prepare phase that locks all resources and a commit-rollback phase that performs actions?
Two step commit Or XA
which distributed transaction algorithm separates the commit in multiple small transactions and repares in reverse order?
SAGA