Position: Home page » Blockchain » Blockchain technology of landmark products

Blockchain technology of landmark products

Publish: 2021-05-16 21:38:13
1.

From the perspective of technology and architecture, I will tell you my understanding of blockchain in common language

what is blockchain? In a word, blockchain is a storage system. To be more specific, blockchain is a distributed storage system without an administrator and each node has all the data

What are the common storage systems like

first, how to ensure high availability

the common storage system usually uses "rendancy" to solve the problem of high availability. As shown in the figure above, if the data can be copied into several copies and rendant to multiple places, high availability can be guaranteed. The data in one place is hung, and there is data in other places. For example, the master-slave cluster of MySQL is the same principle, and the raid of disk is also the same principle

two points need to be emphasized in this place are: data rendancy often leads to consistency problems

1. For example, in the master-slave cluster of MySQL, there is actually a delay in reading and writing, which means there is a inconsistency in reading and writing in a short period of time. This is a side effect of data rendancy

The second point is that data rendancy often reces the efficiency of writing, because data synchronization also consumes resources. If you add two slave libraries, the write efficiency will be affected. The common storage system is to use rendancy to ensure the high availability of data

so the second question, ordinary storage system, can write more

the answer is yes, for example, take this graph as an example:

in fact, MySQL can do a master-slave synchronization of al masters, master-slave synchronization of al masters, two nodes can be written at the same time. If you want to do a multi room multi live data center, in fact, multi room multi live data synchronization. What we should emphasize here is that multi-point writing often leads to the consistency problem of writing conflicts. Take MySQL as an example, suppose that the attribute of a table is self incrementing ID, then the data in the database is 1234 now. If one of the nodes writes and inserts a piece of data, it may become 5, and then these 5 pieces of data are synchronized to another master node, Before synchronization, if another write node inserts a piece of data, a piece of data with self incrementing ID of 5 will be generated. Then, after the generation, synchronize to another node, and the synchronized data will conflict with the two local 5's after it arrives, which will lead to synchronization failure and write consistency conflict. This problem will occur in the case of multi-point writing

how to ensure consistency in multi-point writing

the reform "Swan class" gives you more technical work

2. The following points are the characteristics of the blockchain summarized by jinwowo group:

1 - Decentralization: because the blockchain relies on each node to achieve system maintenance and ensure the authenticity of information transmission, it is based on distributed data storage without centralized management by a certain center, Therefore, the attack and tampering of a node will not affect the healthy operation of the whole network

2-DE Trust: the establishment of a connection between any two nodes does not need to trust each other's identity, and the data exchange between the two sides does not need the basis of mutual trust. Since all nodes in the network can act as "supervisors", there is no need to worry about fraud

3 - extensible: blockchain is an underlying open source technology, on which various kinds of extension, decentralized and distrusted applications can be realized<

4 - anonymization: the two sides of data exchange can be anonymous, and the nodes in the network can exchange data without knowing each other's identity and personal information

5 - Security and reliability: because the activities between any nodes are supervised by the whole network, and the database adopts distributed storage, for hackers, first, they can't disguise and cheat, Second, we can't control the network only by conquering a node.
3. "Blockchain is a shared distributed database technology, and its advantages are mainly manifested in three aspects: distributed decentralization, no need to trust the system, tamper proof and encryption security."
first, the meaning of blockchain technology
blockchain technology is a kind of technology that uses decentralized consensus mechanism to maintain a complete, distributed and tamper proof ledger database. It can enable the participants in the blockchain to realize a unified ledger system without establishing a trust relationship. The block is a public account book, which needs multi-point maintenance; Chain is covered with timestamps, which can not be forged. Blockchain is essentially a technology that focuses on security and credibility rather than efficiency
at present, there is a database behind all systems, that is, a large account book. So it's very important who keeps this account book. Now, whose system is who will keep accounts, and the bank accounts are the records of each bank, and Alipay's account is Ali. But now in the blockchain system, everyone in the system can have the opportunity to participate in bookkeeping. If there are new transaction data changes in a certain period of time, everyone in the system can make bookkeeping. The system will judge the fastest and best bookkeeper in this period, write the recorded content into the account book, and send the content of the account book to all other people in the system for backup. In this way, everyone in the system has a complete account book
as a result, the data becomes very secure. Tamperers need to modify more than half of the system node data at the same time to truly tamper with the data. The cost of such tampering is so high that it is almost impossible. For example, bitcoin has been running for more than seven years, and countless hackers around the world have tried to attack bitcoin, but so far there have been no trading errors. It can be considered that bitcoin blockchain has been proved to be a safe and reliable system. Therefore, it can be considered that blockchain technology is a way for the whole people to participate in bookkeeping, and what it will bring is the innovation of bookkeeping.
4.

A: the main application fields of blockchain technology are finance, Internet of things and logistics, public service, digital right, insurance and public welfare

First, in the field of finance,

blockchain has great potential application value in international exchange, letter of credit, equity registration, stock exchange and other financial fields

Second, the Internet of things and logistics

blockchain can also be naturally combined in the field of Internet of things and logistics. Through blockchain, we can rece logistics costs, trace the proction and delivery process of goods, and improve the efficiency of supply chain management

Third, in the field of public service, blockchain is closely related to people's proction and life in the fields of public management, energy and transportation. However, the centralization of these fields also brings some problems, which can be transformed by blockchain

Fourthly, in the field of digital right, through blockchain technology, works can be authenticated to prove the existence of text, video, audio and other works and ensure the authenticity and uniqueness of ownership

In the field of insurance, insurance institutions are responsible for fund collection, investment and claim settlement, and often have higher management and operation costs

Sixth, the data stored on the public welfare field

blockchain is highly reliable and tamperable, which is naturally suitable for social public welfare scenarios. The relevant information in the public welfare process, such as donation project, collection details, fund flow, recipient feedback, etc., can be stored on the blockchain, and can be made transparent and public, which is convenient for social supervision

5. 1、 Decentralization:
blockchain technology does not rely on additional third-party management institutions or hardware facilities, and there is no central control. In addition to the self-contained blockchain itself, each node realizes information self verification, transmission and management through distributed accounting and storage. Decentralization is the most prominent and essential feature of blockchain< Second, openness:
the foundation of blockchain technology is open source. In addition to the private information of all parties to the transaction is encrypted, the data of blockchain is open to all. Anyone can query blockchain data and develop related applications through the open interface, so the information of the whole system is highly transparent< Third, independence:
based on consensus specifications and Protocols (similar to various mathematical algorithms such as hash algorithm used by bitcoin), the whole blockchain system does not rely on other third parties, and all nodes can automatically and safely verify and exchange data in the system without any human intervention< Fourth, security:
as long as 51% of all data nodes cannot be controlled, the network data cannot be arbitrarily controlled and modified, which makes the blockchain itself relatively safe and avoids subjective and artificial data changes
5. Anonymity:
unless there are legal requirements, technically speaking, the identity information of each block node does not need to be disclosed or verified, and information transmission can be carried out anonymously
Digital China is the first major development strategy explicitly put forward in the report of the 19th National Congress of the Communist Party of China. The application of digital technology represented by cloud computing, big data and mobile Internet is no longer limited to the economic field, but widely penetrated into all aspects of public services, social development and people's life, which requires macro coordination, overall control and integrated development
with the deepening of a new round of scientific and technological revolution and instrial change, the tide of digital economy in the world is unstoppable. The development of digital economy has become a global consensus, known as the key to the fourth instrial revolution
adhering to the connotation of the University of nice's world inclusive humanistic spirit, always embracing change, standing up to the tide, conforming to the development trend of the digital economy era, and integrating the essence of Chinese and Western cultural thinking, the University of nice's doctor of blockchain and digital economy management (DDE) came into being
based on this, we can enable the managers of digital economy instry to have global vision and global integration thinking, integrate knowledge, operate digital economy intelligently, promote the sustainable development of the instry, and contribute to the community of human destiny. Therefore, DDE project will cooperate with colleagues in the field of digital economy
if you have MBA related questions, you are welcome to contact me personally&# 180;&# 65381;&# 7447;&# 65381;` ) Bixin~~~~
6. The development of blockchain technology is becoming more and more popular with the continuous expansion of applications. This powerful development power from the needs of various instries makes the blockchain technology change with each passing day, which makes the achievements of various instries more and more attention. From professional technology to resources, blockchain technology is constantly concentrated in this instry, So that the development of blockchain technology has entered a new stage, and the impact of the development of blockchain technology has attracted much attention

when it comes to blockchain technology, we have to mention bitcoin. Many people know that electronic currency bitcoin is not issued by a specific monetary institution, but generated by a large number of calculations of a specific algorithm. In fact, the core of real support for bitcoin is blockchain technology

How can invisible and intangible bitcoin operate through blockchain technology? The popular interpretation in the instry is that blockchain can be seen as a technical solution to collectively maintain reliable databases through "decentralization" and "distrust". Generally speaking, this technology can be understood as the technology of all participants in bookkeeping. In the past, people used a centralized server for bookkeeping. In the blockchain technology system, everyone can participate in bookkeeping and jointly identify the authenticity of records

"through this technology, even if there is no neutral third-party organization, the two sides who do not trust each other can cooperate. In short, blockchain is like a "trust creating machine." Bubi company is a leading blockchain service provider in China. It has made many breakthroughs in blockchain technology platform, can meet the scenario of tens of millions of users, and has the ability to quickly build upper application business

the blockchain technology in which all parties participate in recording and storing information adopts a decentralized distributed structure, which saves a lot of intermediary costs and ensures data security better; At the same time, it has tamperable time stamp, which can effectively solve the problems of data tracking and information anti-counterfeiting

will it become the next outlet of Internet Finance

although blockchain is accompanied by bitcoin, the derivative value of the technology has surpassed digital currency. Bubi blockchain focuses on the innovation of blockchain technology and procts, has a number of core technologies, and has developed its own blockchain service platform. With decentralized trust as the core, we are committed to building an open value circulation network to let digital assets flow freely. What Bubi wants to do is a new technology and proct to realize the real value circulation and make the Internet reach a new height. With the application of this technology, when transferring assets, there will be no central organization, which can realize the direct transfer of assets between us

in the current international financial market, the US central bank, the Swiss bank, and some insurance and futures companies are competing to develop blockchain technology. Fang Liang introced that in the Internet finance instry, blockchain technology will first affect financial infrastructure such as payment system, securities settlement system and transaction database; Later, the technology will also be extended to general financial services, such as credit system, "anti money laundering" and so on

"the payment and clearing system in the financial field will evolve towards decentralization. The electronic ledger supported by blockchain technology is an error free, tamper proof and reliable system, which has a profound impact on payment, clearing, transaction and right confirmation." Li Yan said

therefore, people in the instry believe that blockchain technology may be the next wind in the Internet finance instry. With the deepening of the interconnection of all things, Yang Tao, assistant director of the Institute of finance of the Chinese Academy of Social Sciences, also said that the blockchain will make all indivials possible to become important nodes in the allocation of financial resources, promote the improvement of the existing financial system rules, and build a shared and win-win financial development ecosystem

blockchain technology will affect many instries

"blockchain technology has a wide range of applications in the era of big data." Li Yan said frankly that at present, in addition to Internet finance, blockchain technology has been applied in many fields and has shown great prospects

for example, the healthcare instry has benefited a lot from blockchain technology. In reality, the leakage of patients' private information occurs from time to time, and the centralized database or file cabinet management of medical department is no longer the best choice. Medical institutions are using blockchain technology to realize the confidentiality of patients' privacy information

in addition, blockchain technology is also of great significance in law. In some civil areas, it is often difficult to determine the burden of proof, and the blockchain technology can record every step to help the judicial authorities identify the specific person responsible

"especially in the field of assets, whether it is physical assets such as real estate and automobile, or intangible assets such as health and reputation, we can use this technology to complete registration, transaction and tracking. It can be said that blockchain technology will be useful in any field of proction and life that lacks trust. "

the development of blockchain technology has also brought about changes in the operation concepts of various instries. New technologies and new concepts have promoted the new development of various instries. This driving force has a huge impact on society and economic activities. Many new instrial phenomena will occur one after another, and the public will wait and see. They expect this new technology to be used by various instries, Better benefit all instries.
7. PSP's "Monster Hunter" is absolutely the first choice, planting mining equipment manufacturing, cooking, fishing main task, branch task and other task system as the core, and there are rich task rewards; Boss war, monster encounter and other RPG elements constitute a single machine, everything, very in line with your requirements!
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