Application of blockchain technology development in media
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
as shown in the figure above, the bottom is data, and the top can write data. A space to store data, a software to manage data, provide an interface to write data, this is the storage system. For example, MySQL is the most common storage system
What are the problems of ordinary storage system? There are at least two common problems
the first is the problem of non high availability. There is a dangerous place for data. In technical terms, data is not highly available
The second problem is that there is only one write point. In technical terms, it is a single point of control
How do ordinary storage systems usually solve these two problems
in fact, MySQL can do a master-slave synchronization of al master, master-slave synchronization of al master, 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
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 logisticsblockchain 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 fieldblockchain 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
Blockchain instry development trend analysis technology has broad application prospects
with the characteristics of point-to-point payment, openness and transparency, the most direct application field of blockchain technology application is payment field. However, there are many pain points in domestic ticketing instry, such as too many agent levels, rampant scalpers, selling more than one ticket, fake tickets, lack of credit, etc, It can be solved by blockchain technology. The traditional ticketing mode needs the support of centralized facilities such as the third-party ticketing platform, and the information is extremely asymmetric. The new ticketing mode based on blockchain technology can realize point-to-point transaction, and the whole process is transparent and traceable
blockchain e-ticketing platform
{rrrrrrr}
data source: the financial field of blockchain + application sorted out by prospective instry research institute is reshaping the financial instry pattern
the open and tamperable attribute of blockchain technology provides the possibility for decentralized trust mechanism,
has the potential to change the financial infrastructure. All kinds of financial assets, such as equity, bonds, bills, warehouse receipts, fund shares, etc., can be integrated into the blockchain ledger to become digital assets on the blockchain. They can be stored, transferred and traded on the blockchain, which makes them have a very broad application prospect in the financial field
by recing the cost of cross-border payment, securities trading and compliance, blockchain technology can save banks $15 billion to $20 billion a year
through the application of intelligent contract, blockchain + insurance can realize automatic claim settlement of insurance policy. Insurance institutions have high management and operation costs, and the data on the blockchain is true and reliable, which can effectively simplify the processing process of policy claims. In addition, the blockchain technology can realize the digital management of personal data, simplify information authentication, and help to trace the history of data
entertainment of blockchain + application: the development ecology of blockchain has taken shape, and the media instry may become the main beneficiary
blockchain technology can be widely used in news, games, picture right and other entertainment fields
blockchain technology will bring great changes to the underlying structure of the game and have a great impact on the current game instry. Gamers now have gatekeepers (centralized organizations) to decide prices, tax, censor users, control content, and profit from data. Through the decentralized platform, consumers can socialize and trade without mediation, providing more control and flexibility for game players in the game experience
blockchain + applied supply chain: it can improve the transparency of the supply chain, establish a new supply chain system
blockchain technology can improve the transparency, traceability and security of the supply chain, and promote a kind of trust and integrity. 1) At present, the supply chain has many disadvantages, such as long chain, many intermediate links, many interest joints, opaque and so on; 2)
the distributed bookkeeping technology of blockchain can register the transfer of goods on the ledger as a transaction, and determine the participants related to the proction chain management, as well as the proct price, date and location
The development of blockchain has been booming. What are the application areas of blockchain
at present, the most extensive and successful application of blockchain technology is digital currency represented by bitcoin. In recent years, digital currency has developed rapidly. Due to the characteristics of decentralized credit and frequent transactions, it has high transaction value and can maintain a relatively stable price by developing hedging financial derivatives as quasi super sovereign currency
READ MORE