Update Distributed Ledger Technologies (DLTs)

Craig Everett 2026-02-16 17:56:38 +09:00
parent 9bae76f861
commit 11a8a33ce7

@ -1,5 +1,7 @@
# Distributed Ledger Technologies (DLTs)
![DLTs](../../raw/branch/master/img/DLTsMesh.jpeg)
A public ledger is a ledger that anyone can read. A distributed public ledger is a ledger that anyone is allowed to have a complete copy of, or perhaps even just the parts that they need. LDAP, replicating databases, DNS and blockchains are examples of distributed ledger technologies.
The primary difficulty in such systems is coming to agreement among all users of the ledger about what should be written in it and who is allowed to update it. The mechanism chosen for coming to such a common agreement is called the "consensus mechanism" of the ledger.