Position: Home page » Computing » What is the meaning of core system decentralization

What is the meaning of core system decentralization

Publish: 2021-04-19 22:50:50
1. Sharing from regional TV network: in a system with many nodes, each node has a high degree of autonomy. Nodes can connect freely to each other to form a new connection unit. Any node may become the stage center, but it does not have the mandatory central control function. The influence between nodes will form nonlinear causality through the network. This open, flat and equal system phenomenon or structure is called & quot; Decentralization & quot;.
2. What is "decentralization"

"decentralization" is translated from the English word decentralization, which is composed of the prefix de -, stem central and suffix ization. Among them, the stem central means "center", the suffix - ization means "... Hua", and the prefix de - has the meanings of leaving, removing, canceling and opposite. Therefore, it is very accurate to translate it into decentralization

what is the meaning of decentralization

vitalik buterin, founder of Ethereum, published the article "the meaning of decentralization" in February 2017, elaborating the meaning of decentralization. He thinks that we should distinguish the centralization and decentralization of computer software from three perspectives: architecture, governance and logic

Architecture centralization refers to the number of nodes that the system can tolerate and continue to run; Governance centralization refers to how many indivials and organizations are needed to control the system; Logic centralization refers to whether the interface and data presented by the system are like a single whole

blockchain is a unified account book of the whole network, so it is logically centralized, which is beyond doubt. From the perspective of architecture, blockchain is based on peer-to-peer network, so it is decentralized. From the perspective of governance, blockchain makes it difficult for a few people to control the whole system through consensus algorithm, so it is decentralized. The decentralization of architecture and governance brings three benefits to blockchain: fault tolerance, anti attack and anti collusion

five differences between blockchain and traditional distributed system

as a new kind of distributed system, blockchain is often mistakenly regarded as a distributed database or log system. In fact, there is a fundamental difference between blockchain and traditional distributed system, namely decentralization. Now let's look at the main differences between blockchain and traditional distributed systems:

(1) consistency algorithm: what blockchain needs to solve is the Byzantine general problem, that is, there are one or more fraulent nodes in the network, which may deliberately violate the protocol or transmit wrong data, Therefore, Byzantine fault-tolerant consensus algorithms, such as BFT, pow, POS, are often used in blockchain; The traditional distributed system only needs to consider the node failure and communication errors, and often uses consistency algorithms such as Paxos and raft, which can not resist the fraulent nodes

(2) central controller: there is no central controller in the blockchain network, and no node can control or coordinate the generation of ledger data. All nodes coordinate through consensus algorithm to generate consistent ledger. However, the traditional publishing system is often controlled by one organization, which uniformly dispatches all nodes to participate in the calculation

(3) rule making: the rule of blockchain is consensus protocol, also known as consensus mechanism, and consensus algorithm is a part of it. Consensus mechanism is generally designed and developed by a person or a team, and the corresponding proceres are developed for the community to use. This seems to be the same as the traditional distributed system, but the change and upgrading of the consensus mechanism of the blockchain requires the community to have a consensus on it. If no consensus can be reached, anyone can implement hard bifurcation and build another community and chain. This is the decentralization process of consensus mechanism.
3. On the Internet, the most typical example of centralization is the portal website. By collecting all the information on the Internet on its own platform, the portal website forms a central node, and then extends many branches from this node. Generally speaking, only one node is making decisions. According to the analysis of jinwowo network technology, the characteristics leading to centralization are as follows:

1. The central node grasps the information of distributed nodes

2. The sub nodes do not master the information of other nodes (centralization, non-public transactions)

moreover, the pain point of centralization is that the security of the system depends on the security of the central node, and the distributed node has no control over it.
4. Introction to seven core technologies of blockchain operation on January 15, 2018
1. Blockchain links
as the name suggests, blockchain is a chain composed of blocks. Each block is divided into block head and block body (including transaction data). The block head includes the prevhash value (also known as hash value) of the previous block used to realize the block link and the random number (nonce) used to calculate the mining difficulty. The hash value of the previous block is actually the hash value of the head of the previous block, and the random number calculation rule determines which miner can obtain the right to record the block
2. Consensus mechanism
blockchain is accompanied by the birth of bitcoin, which is the basic technology architecture of bitcoin. Blockchain can be understood as an Internet-based decentralized accounting system. A decentralized digital currency system like bitcoin requires the consistency of accounting of honest nodes without a central node, which needs blockchain to complete. Therefore, the core of blockchain technology is a consensus mechanism to reach a consensus on the legitimacy of transactions between indivials without mutual trust without central control
there are four main types of consensus mechanisms in blockchain: pow, POS, dpos and distributed consistency algorithm
3. Unlocking script
script is an important technology to realize automatic verification and contract execution on blockchain. Every output of every transaction does not point to an address in the strict sense, but to a script. A script is like a set of rules that constrain how the receiver can spend the asset locked on the output
the validation of transactions also depends on scripts. At present, it depends on two kinds of scripts: Lock script and unlock script. Locking script is a condition added to the output transaction, which is realized by a script language and located in the output of the transaction. The unlocking script corresponds to the locking script. Only when the conditions required by the locking script are met can the assets corresponding to the script be spent, which is located in the input of the transaction. Many flexible conditions can be expressed by script language. Interpretation script is similar to the "virtual machine" in our programming field, which runs in every node of the blockchain network in a distributed way
4. Transaction rules
blockchain transaction is not only the basic unit of a block, but also the actual effective content recorded by the blockchain. A blockchain transaction can be a transfer, or the deployment of smart contracts and other transactions
as far as bitcoin is concerned, a transaction refers to a single payment transfer. The transaction rules are as follows:
1) the input and output of the transaction cannot be empty
2) for each input of a transaction, if its corresponding utxo output can be found in the current transaction pool, the transaction will be rejected. Because the current transaction pool is the transaction not recorded in the blockchain, and each input of the transaction should come from the confirmed utxo. If it is found in the current trading pool, it is Shuanghua trading
3) for each input in a transaction, the corresponding output must be utxo
4) each input unlocking script must verify the compliance of the transaction together with the corresponding output locking script
5. Transaction priority
the priority of blockchain transaction is determined by the blockchain protocol rules. For bitcoin, the priority of a transaction to be included in a block is determined by the time when the transaction is broadcast to the network and the amount of the transaction. With the increase of transaction broadcast time on the network and the increase of transaction chain age, the priority of transaction will be improved and eventually be included by the block. For Ethereum, the priority of the transaction is also related to the transaction fee that the publisher is willing to pay. The higher the transaction fee that the publisher is willing to pay, the higher the priority that the transaction is included in the block
6. Merkle proof
the original application of Merkle proof is bitcoin, which was described and created by Satoshi Nakamoto in 2009. Bitcoin blockchain uses Merkle proof to store transactions in each block. So that the transaction can not be tampered with, but also easy to verify whether the transaction is included in a specific block
7. RLP
RLP (recursive length prefix) is one of the main encoding methods of object serialization in Ethereum. Its purpose is to encode the sequence of arbitrary nested binary data.
5. Chongqing jinwowo network: decentralization, which is different from the traditional way of centralization. There is no center, or everyone is the center; Distributed ledger database means that the recording method is not only to store the ledger data in each node, but also to share and the data of the whole ledger synchronously. At the same time, blockchain also has the characteristics of disintermediation and information transparency.
6. Hello, it's a great honor to be here to answer your question. The following are some of my views on this issue. If there are any mistakes, please point them out. Start all
and enter the column
almost every supporter of encryption start-ups has a trend, that is, to use the decentralized value of blockchain technology to sell their business fundamentals

in this paper, we will explain the differences between decentralized financial agreement business and traditional business:

we will mainly discuss two aspects:

1) what is the real meaning of defi

2) what are the types and main differences of defi platforms< Users of traditional financial systems often want to build a system that is easier to access, more transparent, lower transaction costs and less dependent on intermediaries. To build such a more equitable financial system, banks, loans and derivatives must undergo fundamental changes. In addition, a decentralized ecosystem, such as defi, is needed. It promotes P2P lending, eliminates centralized control, and provides users with financial freedom

recently, in the field of cryptocurrency, there are many discussions about defi. It provides financial services to the world: loans, derivatives and other procts. Moreover, the role of traditional financial intermediaries has weakened, or even failed to play a role. Proponents of a decentralized financial system see defi as a good alternative to traditional lending. Some have called it the future of borrowing

defi is built on public blockchains such as bitcoin network and Ethereum. It has become one of the "core drivers" on the Ethereum network. By using unlicensed distributed networks, the defi platform converts financial procts into untrusted protocols that can be accessed by anyone anywhere in the world. People who don't have an account in the bank can also use the defi solution to loan and borrow assets, as well as to trade with financial instruments

open source platforms provide users with great benefits, including transparency, cheap cross-border transactions, no credit checks and less censorship. Anyone can carry out financial activities because there is no geographical restriction<

the degree of decentralization of defi

in recent months, the introction of defi solutions has proliferated. They have different models and their degree of decentralization is also different. Compared with other models, some defi models have poor dispersion. This is because only a few of their components are decentralized, while the rest are still centrally controlled by the company

the establishment of agreement, non trust, price supply, determination of interest rate, provision of liquidity of margin call and start-up of margin call are the key components of defi agreement. They determine the degree of decentralization

if there are a large number of decentralized components, then the defi protocol is more decentralized than other models. Such a protocol will give users complete control over their digital assets and get rid of centralized control. So far, there is no single defi protocol that disperses all components

each defi protocol is assigned a category according to the number of distributed components:

centralized finance (cefi)

defi solutions are usually unmanaged, which means that users can control their funds and be responsible for their security. Instead, cefi is hosted. The central system is responsible for keeping the assets of users and ensuring the safety of users' funds

when it comes to loans or loans, users can't control any aspect of funds. The interest rate is determined by the central government, and the liquidity of margin call is provided by the central system or authorities. Cefi procts use centralized price supply, and it is also permitted to issue margin call. Thank you very much for your patience. If you have any help, please accept it. I wish you a happy life! thank you!
7. In terms of governance, the blockchain has no centralized organization or institution, and the rights and obligations of any node are equal. The blockchain prevents a few people from controlling the whole blockchain system through consensus mechanism, so the blockchain is decentralized in governance. From the perspective of architecture, blockchain is based on peer-to-peer network. The damage or loss of any node will not affect the operation of the whole system, and the system has excellent robustness. Therefore, blockchain is architecture decentralization. In terms of storage, blockchain is a kind of distributed storage technology. Data is distributed and stored in all nodes and a consensus is reached. There is no one center holding the right of storage. Therefore, blockchain is also a storage decentralization
blockchain is the core supporting technology of digital cryptocurrency system represented by bitcoin. The core advantage of blockchain technology is decentralization. It can realize point-to-point transaction, coordination and cooperation based on decentralized credit in a distributed system without mutual trust by means of data encryption, time stamp, distributed consensus and economic incentive, so as to solve the common high cost, low cost and low cost of centralized institutions Low efficiency and data storage insecurity provide solutions
the application fields of blockchain include digital currency, token, finance, anti-counterfeiting traceability, privacy protection, supply chain, entertainment, etc. with the popularity of blockchain and bitcoin, many related top domain names have been registered, which has a great impact on the domain name instry.
8. Take a look at which clan you belong to. Each clan digs different mines in Gao'an. However, mining in Gao'an can not meet the demand of monthly cards. Therefore, it is suggested that LZ join the 00 Legion as soon as possible to have safe and efficient mining sites as well as mining bonus.
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750