IT PARK
    Most Popular

    Understanding the principles of blockchain cross-border payments

    May 24, 2025

    Gartner's Latest Forecast: Global Cloud Revenue to Surpass Non-Cloud Revenue

    May 05, 2025

    What is the reason for the computer card? How to deal with the computer card?

    Apr 22, 2025

    IT PARK IT PARK

    • Home
    • Encyclopedia

      Which one to choose for mobile power? Analysis of the three major types of battery cells

      Jun 01, 2025

      What is IMEI code

      May 31, 2025

      Mobile phone battery is not durable? 14 tips to extend battery life

      May 30, 2025

      What is the difference between power adapter and charger

      May 29, 2025

      What does the server mean

      May 28, 2025
    • AI

      GPT-4 will allow users to customize the "personality" of the AI, making the avatar a real "person"

      Jun 01, 2025

      What industries ChatGPT may disrupt in the future

      May 31, 2025

      Gender equality issues plague the enterprise, and this SaaS company intends to use AI to solve them

      May 30, 2025

      The "Dirty Work" Artificial Intelligence Cannot Do - Commercial Content Auditing

      May 29, 2025

      What are the young people interacting with Japan's "Buddhist AI" seeking and escaping from?

      May 28, 2025
    • Big Data

      Gartner: Data Analytics Helps Build a New Equation of Business Value

      Jun 01, 2025

      How to Improve Big Data Performance with Low Latency Analytics?

      May 31, 2025

      What are the tips for storing big data in a Hadoop environment?

      May 30, 2025

      Cloudera Extends Open Lake Warehouse All-in-One to Enable Trusted Enterprise AI

      May 29, 2025

      Gartner Releases Top 10 Data and Analytics Trends for 2023

      May 28, 2025
    • CLO

      What is the relationship between cloud computing and cloud storage? The 3 major disadvantages of cloud computing explained!

      Jun 01, 2025

      Cloud computing and data science, five steps to break through the flood of information

      May 31, 2025

      What are the difficulties of cloud computing operations and maintenance?

      May 30, 2025

      Big Model + Big Computing Power Convergence What Cloud Computing Can Do for AIGC

      May 29, 2025

      Google Cloud: a 15-year race to the cloud

      May 28, 2025
    • IoT

      CO2 reductions won't happen without digital technology

      Jun 01, 2025

      4 Effective Ways the Internet of Things Can Help with Disaster Management

      May 31, 2025

      6 Ways the Internet of Things Can Improve the Lives of Animals

      May 30, 2025

      Las Vegas "weaves" the city of the future

      May 29, 2025

      Three ways of Internet of Things changing e-commerce

      May 28, 2025
    • Blockchain

      What is the connection between blockchain and Web 3.0?

      Jun 01, 2025

      Canon Launches Ethernet Photo NFT Marketplace Cadabra

      May 31, 2025

      The future development of blockchain technology, what are the main advantages?

      May 30, 2025

      Can blockchain really last? How can it avoid becoming a slogan?

      May 29, 2025

      Explanation of the consensus mechanism of blockchain

      May 28, 2025
    IT PARK
    Home » Blockchain » Blockchain Common Consensus Mechanisms
    Blockchain

    Blockchain Common Consensus Mechanisms

    Speaking of consensus mechanism, in fact, he is a mode of verification and confirmation of the transaction, he is mainly through the vote of the special nodes to complete the confirmation, in general, if for a transaction, a number of interests of unrelated nodes can reach a consensus, then we will be defaulted to the whole network can also reach a consensus.
    Updated: May 11, 2025
    Blockchain Common Consensus Mechanisms

    As we all know, blockchain technology is currently a research hotspot in the financial industry, and the consensus mechanism we are talking about today is a very important technology in the blockchain.

    What is the blockchain consensus mechanism?

    It is a system that unifies the versions of the blockchain and rewards the users who provide resources and maintain the blockchain, as well as penalizes the malicious endangered. Such a system must rely on some method of proving who has obtained the right to pack (or bookkeeping) a blockchain and can obtain the reward for packing this block, or whoever intentionally carries out the harm, will receive a certain penalty, this is the consensus mechanism.

    What are the blockchain consensus mechanisms?

    1, POW (Proof of Work) proof of workload system - those who can do more work.

    In the POW system, the allocation of currency and the determination of the right to make accounts are performed based on the workload of miners. The winner of the calculation rate competition can obtain the corresponding block accounting rights and BTC rewards. Therefore, the greater the arithmetic rate of the miner's chip and the longer the mining time, the more digital currency can be obtained. This algorithm is simple and easy to accomplish; nodes do not need to exchange additional information to reach an agreement; destroy the system need to spend a great cost. But it is very energy-consuming; the confirmation time of the block can not be reduced; the occurrence of professional computers such as mining machines and mining pools has contributed to the weakening of blockchain decentralization.

    2、POS(Proof of Stake) system - the more you own, the more you get.

    The POS system uses a mechanism similar to that of proof of stake and voting to elect a bookkeeper who builds the block. The more shares you own, the more rights you have, and you need to pressure more responsibility to generate blocks, but also the right to get more revenue.POS system generally use the age of the coin to calculate the right to do the account, each coin owns a day counted as an age of the coin, for example, owns 100 coins, owns a total of 30 days, then the age of the coin is 3000.

    3、DPOS(Delegated Proof-of-Stake)Stake authorization proof system

    DPOS works on the principle that each shareholder has visibility in proportion to their shareholding, and the result of a 51% shareholder vote will be irreversible and binding. The challenge is to achieve the 51% authorization in a timely and efficient manner. In order to achieve this, each shareholder could delegate his or her vote to a single proxy. The top 100 delegates with the highest number of votes take turns generating blocks according to an established schedule.

    Each delegate is allocated a time slot to produce blocks. All delegates will be paid 10% of the transaction fee of an average block. If an average block contains 100 shares as transaction fees, a representative can get 1 share as remuneration. DPOS voting method can produce a new block every 30 seconds. DPOS has many advocates, popularity is widespread, and the latecomer.

    4, DAG (Directed acyclic graph) directed acyclic graph - no blockchain concepts

    DAG initially occurred to deal with the efficiency of the blockchain. Its based on changing the chained storage structure of blocks and storing blocks according to the topology of DAG. With the same block packing time, N blocks can be packed in parallel in the network, and the transactions in the network can be accommodated N times. Later on, DAG evolved to get rid of blockchain and proposed the blockless block concept. When a new transaction is initiated, it is only necessary to select the already existing and relatively new transaction as a connection to determine, this practice solves the problem of the total width of the network, greatly accelerating the transaction rate.

    5, PBFT (Practical Byzantine Fault Tolerance) good use of Byzantine fault tolerance - distributed consistency algorithm

    Practical Byzantine Fault Tolerance brings (n-1)/3 fault tolerance under the premise of ensuring liveness and safety. In distributed computing, different computers try to reach agreement by exchanging information; however, sometimes, the Coordinator/Commander or Member/Lieutanent on the system may be due to system errors and exchange the wrong information, resulting in affecting the final system consistency.

    6、POA(Proof-of-Authority) System

    POA consensus mechanism, this type of consensus mechanism can achieve TPS, compared to any other consensus mechanism, in the TPS is much higher. Theoretically, this type of consensus mechanism can reach 10,000 TPS, 10,000 TPS is completely sufficient for normal commercial activities performance requirements. POA is similar to POS, but POS is based on the holding of coins plus time, so the same will lead to an imbalance in the distribution of benefits and the emergence of large nodes, in the POA, the verifier does not need to have a stake in the network, but it must be known and verified identity.

    In POA, the verifier does not need to have equity in the network, but must have a known and verified identity, which means that the verifier will not be moved to do things because of their own interests, and these verifiers will verify and regulate the voting of the DAPP.

    blockchain Consensus Patterns
    Previous Article Big Model + Big Computing Power Convergence What Cloud Computing Can Do for AIGC
    Next Article How to Improve Big Data Performance with Low Latency Analytics?

    Related Articles

    Blockchain

    Zamna uses blockchain to verify passenger information and has landed on Emirates

    Apr 22, 2025
    Blockchain

    Blockchain insulation, the universe is open

    May 22, 2025
    Blockchain

    Blockchain technology leads the wave of financial digitization

    May 27, 2025
    Most Popular

    Understanding the principles of blockchain cross-border payments

    May 24, 2025

    Gartner's Latest Forecast: Global Cloud Revenue to Surpass Non-Cloud Revenue

    May 05, 2025

    What is the reason for the computer card? How to deal with the computer card?

    Apr 22, 2025
    Copyright © 2025 itheroe.com. All rights reserved. User Agreement | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.