Distributed Ledgers

Distributed ledgers are a system of databases in which the data is replicated across multiple participants who read or write transactions from or to their own copy of the database, which is then synchronized in real time across all other participant copies of the database. It is in contrast to the traditional approach of using a centralized database, which is managed by one of the participants, and the others have to rely on the owner of the database to manage it for them.

With this description, distributed ledgers sound the same as blockchain. While that is a fair understanding, the only point to remember is that while all blockchains use distributed ledgers, not all distributed ledgers are blockchains. There are other implementations of distributed ledgers as well.

Both achieve the primary objective of removing the need for an intermediary party when conducting transactions between a group of businesses. Unlike blockchain, a distributed ledger does not necessarily need to have a data structure in blocks. A distributed ledger is merely a type of database spread across multiple sites, regions, or participants.

Distributed Ledger Technology, or, in general, distributed ledger architectures and structures were created for the processing of transactions in an environment shared by participants bound together by a contractual relationship. In contrast, Blockchains originally were designed so that unknown participants, were not bound by any contract and could transfer value safely.