Block Convey
  • ⛓️Block Convey
  • Introduction
  • Blockchain Technology
    • Taxonomies of blockchain system architecture
    • Drivers & Enablers of Blockchain Technology
  • About Block Convey
    • Vision
  • Block Convey Blockchain Infrastructure
    • Existing Blockchains
    • Intra and Interoperability
    • Blockchain Trilemma
    • BlockConvey Blockchain
    • BlockConvey Protocol Components
    • Interoperability
    • Multi Party Computation
  • Network Topology
    • BlockConvey Network Distribution
    • Authority Node Network
    • Master Node Network
    • Light Node Network
  • Blockchain Consensus Mechanisms
    • Proof of Authority Consensus
    • Conditions for Proof of Authority Consensus
    • Limitations
  • Utility Token
    • Utility Token VS Security Token
  • Summary and Suggestion
Powered by GitBook
On this page

Was this helpful?

Blockchain Technology

PreviousIntroductionNextTaxonomies of blockchain system architecture

Last updated 1 year ago

Was this helpful?

A blockchain is a digital ledger that contains a continuously expanding log of transactions and their chronological order. The data structure is in the other words a ledger that may contain digital transactions, data records, and executables.

The primary purpose of blockchain technologies is to remove the need for intermediaries and replace them with a distributed network of digital users who work in partnership to verify transactions and safeguard the integrity of the ledger. Contrary to centralized systems, every member of the blockchain network holds his own copy of the ledger or can access it in the open cloud (see also Fig. 2.1).

As a result, anyone in the network can have access to the historical log of the system transactions and verify their validity, enabling a high level of transparency. If central management is removed, the challenge resides in finding an efficient way to consolidate and synchronize multiple copies of the ledger. The exact process of validation and ledger consolidation varies for different types of blockchains; however, in principle, network members compare their versions of the ledger through a process intuitively akin to distributed voting, through which consensus on the valid state of the ledger is reached. These validation mechanisms are known as distributed consensus algorithms, and BlockConvey’s Proof of Authority consensus is described extensively later.

Figure 2.1. Centralized and distributed transactional platforms: a single trusted authority manages the ledger as opposed to every member holding a copy of the ledger.
Figure 2.1. Centralized and distributed transactional platforms: a single trusted authority manages the ledger as opposed to every member holding a copy of the ledger. Source: M. Andoni et al.