IT PARK
    Most Popular

    Blockchain insulation, the universe is open

    Sep 18, 2023

    Transforming Financial Services with Artificial Intelligence

    Aug 23, 2023

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

    Aug 14, 2023

    IT PARK IT PARK

    • Home
    • Encyclopedia

      What is brute force cracking?

      Oct 01, 2023

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

      Sep 30, 2023

      Which is better, laptop, desktop or all-in-one

      Sep 29, 2023

      icloud space is always insufficient to do

      Sep 28, 2023

      What is the difference between the Guid format and MBR format for computer hard drive partitioning?

      Sep 27, 2023
    • AI

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

      Oct 01, 2023

      Nvidia Announces GH200 Superchip, Most Powerful AI Chip, to Accelerate Generative AI Workloads

      Sep 30, 2023

      Google has categorized 6 real-world AI attacks to prepare for immediately

      Sep 29, 2023

      Samsung considers replacing Google search with Bing AI on devices

      Sep 28, 2023

      Generative AI designs unnatural proteins

      Sep 27, 2023
    • Big Data

      What are the misconceptions in data governance in the digital age?

      Oct 01, 2023

      What is a data warehouse? Why a Data Warehouse?

      Sep 30, 2023

      What is Data Governance? Why do organizations need to do data governance?

      Sep 29, 2023

      Winning Business Excellence with Data Analytics

      Sep 28, 2023

      Has the development of big data come to an end?

      Sep 27, 2023
    • CLO

      How to Reduce the Risk of Cloud Native Applications?

      Oct 01, 2023

      How should the edge and the cloud work together?

      Sep 30, 2023

      Last-generation firewalls won't meet cloud demands

      Sep 29, 2023

      Healthcare Explores Cloud Computing Market: Security Concerns Raise, Multi-Party Collaboration Urgently Needed

      Sep 28, 2023

      Remote work and cloud computing create a variety of endpoint security issues

      Sep 27, 2023
    • IoT

      Berlin showcases smart city innovations

      Oct 01, 2023

      IoT solutions lay the foundation for more effective data-driven policing

      Sep 30, 2023

      CO2 reductions won't happen without digital technology

      Sep 29, 2023

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

      Sep 28, 2023

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

      Sep 27, 2023
    • Blockchain

      Which is better for the logistics industry and blockchain

      Oct 01, 2023

      Will blockchain revolutionize the gaming industry?

      Sep 30, 2023

      How do you make a blockchain investment?

      Sep 29, 2023

      What is the connection between blockchain and Web 3.0?

      Sep 28, 2023

      Canon Launches Ethernet Photo NFT Marketplace Cadabra

      Sep 27, 2023
    IT PARK
    Home » Blockchain » Blockchain Foundation - What is Blockchain Technology
    Blockchain

    Blockchain Foundation - What is Blockchain Technology

    The Internet surprised us again with blockchain. We often hear words about cryptocurrency, bitcoin and other crypto related topics. If you want to know, "What is blockchain?" or "How does blockchain work?" you have come to the right place. In this article, we will learn all about blockchain, including its working principle and how to use it in our daily life.
    Updated: Sep 16, 2023
    Blockchain Foundation - What is Blockchain Technology

    The Internet surprised us again with blockchain. We often hear words about cryptocurrency, bitcoin and other crypto related topics. If you want to know, "What is blockchain?" or "How does blockchain work?" you have come to the right place. In this article, we will learn all about blockchain, including its working principle and how to use it in our daily life.

    History of Blockchain

    Blockchain was first introduced in 2008 as a public ledger for keeping Bitcoin transaction records. This method of recording transactions is transparent. Each record is time stamped, immutable (meaning that no one can change/delete records after adding records), and decentralized.

    It may be invented by one person or a group of people, or even by an AI named Dorian Satoshi Nakamoto.

    At that time, the term blockchain was not thrown away as often as it is now. This ledger technology created by Nakamoto has helped solve some major problems. First, it supports point-to-point transactions and does not require intermediary services to process transactions. In addition, it also solves the problem of double spending, which usually occurs in digital currency rather than physical cash.

    Double flower means that the same digital currency can be consumed twice.

    Around 2014, blockchain began to attract attention. People began to invest in it after seeing that it has more applications than just cryptocurrencies. It can be used in insurance and finance, health care, voting, transportation and other fields.

    What is blockchain?

    Blockchain is a distributed database or record keeping system, which is used to store digital records in a structure that is difficult to crack. Unlike traditional databases, blockchain does not store data in a centralized location. On the contrary, each node/computer on the network has a complete copy of the blockchain. When data is stored on the system, it is distributed to thousands of network nodes.

    How does the blockchain work?

    Blockchains store data sets in collections called blocks. Blocks are like containers. Each container has a limit or the maximum amount of content it can hold. In terms of blocks, the total amount of data it can contain is called block size limit.

    The capacity of each block is called the block size, which varies according to the blockchain (from several thousand bytes to about 1 megabyte).

    Bitcoin's block size is about 1MB, and Ethereum's block size is about 80KB..

    Although the block size looks small, they can carry up to 2000 transactions. Each block is stored in linear and chronological order, and each new block is added to the end of the chain. When a block reaches its maximum block size, it is closed and connected to another block using a hash algorithm, which is a cryptographic verification. Therefore, a continuous blockchain has been formed, giving rise to the name blockchain. However, if a block exceeds the block size, the network will reject it and will not be added to the chain.

     

    What makes blockchain secure and immutable?

    The unchangeability of the blockchain is due to the hash value of the block. Hash values are similar to fingerprints. Human beings have different fingerprints. In the case of blocks, the hash value is used as the unique identifier/fingerprint. Each block is digitally signed by the unique hash value generated by the hash algorithm/hash function. The current block, the previous block and a timestamp are used to generate these hash values. Minor changes in the input will result in a new hash value.

     

    The hash value is usually as follows: 3a42c503953909637f78dd8c99b3b85ddde362415585afc11901bdefe8349102

     

    Think of the hash function as a grinder. The grinder works in one direction only. It starts with an original project and grinds it into small pieces. The hash function is similar in that it converts raw data into an encrypted format that cannot be reverse engineered. There is no way to restore the original hash value generated, just as the ground meat cannot be converted back to the original form after passing through the grinder.

     

    Suppose a hacker wants to change a blockchain record. First, the hacker must run his node and find the block he wants to modify. If he successfully changes the block/makes the change, the newly generated hash value will not match the original hash value, making the block invalid on the chain.

    Keep in mind that this modification is currently only available on his node. More importantly, before a record is added to the primary public chain, it must be verified by other nodes. If most nodes (at least 51%) confirm the validity of the new modification, it can be added to the chain; Otherwise, it is considered invalid and rejected. Therefore, to achieve this, hackers need to make this exact change on most nodes/computers, which requires a lot of resources, which is actually impossible.

    Characteristics of blockchain

    Decentralization. This is one of the key features of blockchain. Except for private blockchain, blockchain has no central organization to manage network activities; Instead, the node maintains the network and validates the transaction. You can store important digital assets on the chain and directly control these assets through your private key. The private key is like a password generated by encryption, which is used to sign transactions and prove the ownership of the blockchain address.

    Transparent and open. Blockchain publicly stores all records and transactions, and anyone can access them at any time. Blockchain is designed so that no one can hide anything and use it for personal gain.

    Enhanced security and immutability. Each piece of data on the blockchain is hashed. That is, you cannot specify the actual content of the data. In addition, since hashes cannot be reverse engineered, it adds an additional layer of security. And because of the advanced cryptography and uniqueness of block hash, tampering with any block requires changing all the hashes of other blocks on most nodes, which is a lot of work and resources.

    blockchain technology foundation
    Previous Article Explanation of the consensus mechanism of blockchain
    Next Article Five database concepts, read the database layout of Amazon Cloud Technologies

    Related Articles

    Blockchain

    Tesla and BMW lead supply chain renaissance with blockchain

    Aug 22, 2023
    Blockchain

    What is the Coin Smart Chain (BSC)

    Aug 26, 2023
    AI

    Nine Uses of Generative AI in Healthcare

    Aug 22, 2023
    Most Popular

    Blockchain insulation, the universe is open

    Sep 18, 2023

    Transforming Financial Services with Artificial Intelligence

    Aug 23, 2023

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

    Aug 14, 2023
    Copyright © 2023 itheroe.com. All rights reserved. User Agreement | Privacy Policy

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