diff --git a/Distributed-Ledger-Technologies-%28DLTs%29.md b/Distributed-Ledger-Technologies-%28DLTs%29.md index a867efa..0c8c3fb 100644 --- a/Distributed-Ledger-Technologies-%28DLTs%29.md +++ b/Distributed-Ledger-Technologies-%28DLTs%29.md @@ -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.