SlideShare una empresa de Scribd logo
1 de 13
Descargar para leer sin conexión
1/14
Blockchain Technology Explained
leewayhertz.com/blockchain-technology-explained/
You must have heard about the term “blockchain,” in reference to Bitcoin and other
cryptocurrencies. Many people believe Bitcoin is Blockchain; however, blockchain is a
technology that underlies digital currencies.
If you are new to blockchain technology and cryptocurrencies, this article will help you
understand the technology in more depth.
Let’s start with the history of blockchain and understand how blockchain emerged and
how it is different from other technologies.
In this article, we shall discuss the following topics:
History of Blockchain Technology
What is Blockchain?
How does Blockchain work?
Types of consensus protocols
Applications of Blockchain Technology
Types of Blockchain Platforms
History of Blockchain Technology
It seems unbelievable, but people started to think about the blockchain as a new internet
era back in 1991. W.Scott Stornetta and Stuart Haber imagined the technology that
people call blockchain today. They initiated working on cryptographically secured blocks
in a chain that no one could tamper with timestamps.
2/14
These guys upgraded the system and incorporated Merkle trees to enhance efficiency
and collect various documents on a single block. But the technology started to gain
importance in 2008 when an unknown person or group named Satoshi Nakamoto
introduced the blockchain again.
Satoshi published a whitepaper titled “Bitcoin: a peer-to-peer electronic cash system.”
The document defines how to create a secure and transparent digital currency without a
central entity or bank’s involvement.
Though the document did not contain the term “blockchain,” it outlined the way blockchain
technology works. Satoshi launched Bitcoin in January 2009, but he left the project after
some time and handed over the Bitcoin development to other developers.
Since then, developers have started to build a new peer-to-peer currency that does not
involve central entities. The world’s first cryptocurrency exchange, Bitcoin Market, was set
up in 2010 and the Bitcoin Pizza Guy, Lazlo Hanyecz, made the first real payment in BTC.
If someone asks when blockchain was invented, we can say it was founded in 1991.
What is Blockchain?
3/14
4/14
According to the authors of “Blockchain Revolution,” Don & Alex Tapscott, “The
blockchain is an incorruptible digital ledger of economic transactions that can be
programmed to record not just financial transactions but virtually everything of
value.”
Blockchain is neither a company nor software; it is a new and innovative way of
documenting information on the internet. A blockchain is a chain of time-stamped blocks
that contain an immutable record of data and is managed by a cluster of nodes, not by
any single authority.
Every block of data is secured and linked to each other with cryptography principles.
Let’s discuss the blocks in more depth.
Blocks
A block can be considered as a page in the ledger. Each block comprises data,
timestamp, a hash of the block and a hash of the previous block.
The data saved in a block depends on the type of blockchain. For instance, blocks in the
Bitcoin blockchain store the details about a transaction like a sender, receiver and
balance in the form of number of coins.
Hash of the block acts as a fingerprint as it gives a unique identification to the blocks and
the contents it includes. All transactions in a block are represented as a hash.
Hash of a previous block is always added to a new block to maintain chronology and
ensure that blocks are valid. A timestamp includes the time when the block was created
to keep track of the block’s creation and updation time.
A new block should always point to the previous block. In case a block added to the chain
does not contain the valid hash value of the last block, it means the block has been
tampered with.
5/14
Altering any block within the network would make all the blocks invalid in the blockchain.
Hashing mechanism is not enough to protect the blockchain from tampering or
manipulation. As computers are fast nowadays, hackers can quickly recalculate hash
values of the blocks and invalidate them.
To ensure that there is no single entity controlling the network’s information, the blocks
get distributed across all machines, specifically called nodes on the network.
Every node keeps a copy on the ledger so that data is never lost and remains accessible
to all members present on the network. When some information is added to the
blockchain, all nodes agree if the data is valid.
Now the question is, how do nodes agree on adding new blocks to the blockchain.
The answer is a consensus algorithm.
Since there are different blockchain platforms available, different consensus algorithms
are used to agree if a block should be added to the blockchain or not.
Now, let’s understand how does blockchain technology work.
How does Blockchain work?
Blockchain works on the following concepts:
Private Key Cryptography
Distributed Network with a Shared Ledger
An incentive to service the network’s transactions, security and record-keeping
Private Key Cryptography
If two people want to transact over the internet, every one of them should hold a private
and public key. The blockchain uses this concept to ensure a secure digital identity of the
users.
The combination of private and public keys can be viewed as a type of consent by
creating a unique digital signature. Holding public and private key offers reliable control of
ownership to the users.
However, cryptography is not enough to protect digital relationships. It should be
combined with authorization (a means of validating permissions and transactions).
In the case of blockchain, authorization is done via a distributed network.
Distributed Network with a shared ledger
6/14
The benefit of a distributed network can be explained by the example “trees were cut
down.” We could be sure about cutting down the trees in the forest if there were cameras
to record that incident. Though the particulars (why and how) behind the event can be
unclear, we have visual evidence that it happened.
Similarly, in the case of blockchain, validators on the network are like cameras who reach
a consensus that they noticed the same thing happening simultaneously. However, they
use mathematical verification of computation instead of cameras.
A node on the network starts a transaction by creating it and signing it with its private key.
Transactions comprise the logic of transfer of value, source and destination addresses,
rules and validation information.
The next step is that the transaction must be verified. A network of computers on the
blockchain verifies the transactions to be stored in a block. Once they confirm that the
transaction happened, they add it to the block.
Block containing the information, digital signature and timestamp, is broadcast to all the
nodes in the network to provide them accessibility at all times.
Once written to the blockchain, the data cannot be edited or deleted, making it an
incorruptible ledger of transactions.
Following are the different types of consensus protocols used for
validating transactions on the blockchain
Proof of Work
Proof of Work is a consensus protocol that aims to deter cyber attacks like distributed
denial of service attacks, exhausting a computer system’s resources with multiple fake
requests.
The proof of work was introduced when Bitcoin came into existence. But this term was
coined by Ari Juels and Markus Jakobsson in a published document in 1999.
It is a way to define an expensive and cumbersome computer calculation called mining.
Mining is performed to create a group of trustless transactions on a distributed ledger,
blockchain.
Mining is used for the following functions:
Verifying the transactions’ legitimacy or ignoring double-spending
Creating digital currencies by giving rewards to miners for performing previous tasks
The node that finds the mathematical power solution can only authorize transactions and
add new blocks to the blockchain network. Proof of work consensus prevents tampering
of the blocks as one needs to re-evaluate the computer computation for all blocks in the
7/14
network.
Proof of Stake
Proof of Stake (PoS) is a consensus algorithm to achieve distributed consensus and
validate transactions. Suggested initially in 2011, it was first implemented by
cryptocurrency, Peercoin, in 2012. The algorithm is energy efficient and secure.
In proof of work consensus algorithm, miners who solve mathematical problems are
rewarded for creating new blocks and validating transactions. However, with the proof of
stake algorithm, the next block’s creator is selected randomly, depending on how much
wealth (cryptocurrencies) the user holds or for how long the user has been keeping that
specific digital currency.
Proof of stake requires considerably less energy and therefore, it is cost-effective
compared to the proof of work algorithm. Moreover, there is less need to release too
many coins to incentivize miners to manage the network.
The algorithm is helpful in inspiring individuals to participate in the system and protecting
the network from any individual who wants to control it. An individual or a group of
individuals has to own the majority of coins to carry out a 51% attack on the network.
First of all, it would be expensive for attackers to acquire enough coins. Individuals would
exit the digital currency if a single party started buying everything. Also, the price would
ramp up to prevent a hostile takeover. Moreover, attacking the network would decrease
the coins’ value that the attacker is holding.
Proof of stake algorithm also has a drawback and faces a “nothing at stake” problem. The
challenge occurs when block generators don’t have anything to lose by preventing the
conflict from resolving and supporting changing blockchain histories.
Delegated Proof of Stake
Delegated Proof of Stake (DPoS) is a type of consensus algorithm that aims to secure a
blockchain by enhancing the speed of block creation and transactions while not affecting
the decentralized incentive structure.
Users have to put their currency at stake with the proof of stake consensus mechanism to
earn the right to authorize transactions, earn rewards and forge blocks. On the other
hand, Delegated Proof of Stake Consensus, a variation of PoS, aims to achieve
consensus efficiently.
DPoS uses the election process to maintain the consensus. Users of DPoS based
blockchain vote to choose witnesses and earn more votes to validate transactions on the
network. Users can also pass on their voting power to other users whom they can trust to
vote on their behalf.
8/14
Votes are evaluated based on the size of the voter’s stake. It means that users do not
require a significant stake in getting into the top tier of witnesses. Instead, votes from
users with a considerable stake can select users with a small stake for the witnesses’ top
tier.
The number of witnesses required in the top tier is capped at a specific number who need
to create blocks, validate transactions and are awarded the associated fees.
Witnesses cannot modify the details of transactions, yet they can prevent certain
transactions from being included in a new block. Therefore, they are similar to that of the
miners in a proof of work system.
Users in DPoS consensus-based network can also vote for a group of delegates, trusted
parties for managing the network. The representatives look after the blockchain protocol’s
performance and governance but do not validate transactions and create blocks.
Leased Proof of Stake
Another addition to the original Proof of Stake is the Leased Proof of Stake. The Waves
platform introduced this new consensus algorithm that offers a better catch with a limited
amount of power consumption. The original proof of stake never allowed individuals with
limited coins to participate in staking.
In the Leased Proof of Stake algorithm, the smallholders can also participate in the
staking process by leasing their coins to the network and avail the benefit. The situation
changed drastically after the introduction of leased PoS.
Proof of Elapsed Time (PoET)
PoET is one of the efficient consensus algorithms used on the permissioned blockchain
where you need permission to access the network.
Proof of Elapsed Time algorithm uses a specific technique to cover transparency in the
whole network and ensures a secure login. Every individual on the network waits for a
particular amount of time, but that time limit is random. An individual who finishes their
share of waiting time can get on the ledger for creating a new block.
Now, the question is whether individuals wait for the specific time they were assigned or
not. The algorithm depends on a CPU requirement called Intel Software Guard Extension.
The Intel Software Guard Extension is responsible for running unique codes on the
network. By using this system, PoET ensures that the winning is purely fair.
Byzantine Fault Tolerance (BFT)
The Byzantine Generals Problem was introduced in 1982 by Lamport, Pease and
Shostak to ensure that malfunctioned components giving conflict information are
managed within a system.
9/14
BFT manages different types of faults related to the Byzantine General’s Problem. The
algorithm states that two nodes on the network can interact securely across the network,
knowing that they display the same data.
In a peer-to-peer network, the consensus is reached if non-faulty or loyal nodes achieve a
uniform agreement on their decision. In BFT, an incoming message is repeatedly sent to
the other recipients of that message. All the nodes assume that repeating a message
eliminates the issue of Byzantine nodes.
Practical Byzantine Fault Tolerance (PBFT)
Practical Byzantine Fault Tolerance usually focuses on the state machine. It gets rid of
the Byzantine general problem by replicating the system. The algorithm starts with
assuming that independent nodes can malfunction the network and possible failures in
the system.
Also, all the nodes are arranged in a particular order. In PBFT, one node is selected as
the primary node, while others serve as a backup plan. All the nodes in the system work
uniformly and interact with each other.
In the PBFT consensus mechanism, every node wants to verify information found on the
network, thereby avoiding unreliable information problems.
However, they can find out even if one of the nodes gets compromised and all nodes
reach an agreement with majority voting.
Delegated Byzantine Fault Tolerance (DBFT)
Though the blockchain ecosystem usually follows the widely known consensus
algorithms, Proof of Work and Proof of Stake, some try to impose advanced consensus
systems. NEO is one of the popular blockchain platforms that has developed a new
consensus protocol, Delegated Byzantine Fault Tolerance, similar to the DPoS.
Every user on the NEO blockchain can select delegates who represent their interests.
Users holding the native cryptocurrency have a specific interest in the platform.
It works similar to a country’s government that has citizens, speakers and delegates.
Citizens imply NEO tokens holders, delegates imply bookkeeping nodes, while the
speaker is one of the randomly chosen delegates.
Citizens vote for delegates where every citizen can vote regardless of the tokens they
hold. One of the delegates is selected randomly to become a speaker. The role of
delegates is to listen to citizens’ demands, which are the different transactions that
occurred on the network.
Delegates keep a tab on all transactions and record them on a ledger. The speaker who
is randomly chosen proposes their block to verify a block. They send the block to all other
delegates so that delegates could match their block with the speaker’s block and ensure
validity.
10/14
2/3 of the delegates have to agree upon the block proposed by the speaker before it is
validated and added to the network. In case 2/3 of the delegates do not agree, a new
speaker is chosen and the whole procedure repeats.
Simplified Byzantine Fault Tolerance (SBFT)
The simplified Byzantine Fault Tolerance consensus algorithm works in a bit different way.
In this mechanism, a block generator first collects all the transactions and authorizes
them after batching them together in a new block.
All the network nodes have to follow specific rules applied by the block generator to
validate transactions. Once the generator applies the rules, a block signer confirms them
and adds their signature to it. Transactions get rejected if any of the blocks miss one of
the keys.
Asynchronous Byzantine Fault Tolerance (ABFT)
Asynchronous Byzantine Fault Tolerance consensus mechanism represents the system’s
ability to keep honest consensus in the network despite propagating invalid messages or
malicious nodes failing.
Deterministic Byzantine cannot be asynchronous ultimately with unbounded message
delays, yet guarantee consensus using FLP theorem. However, non-deterministic
systems can reach an agreement with probability one.
Once we have understood different types of consensus algorithms, it’s time to discuss
some of the blockchain platforms used to build blockchain apps with ease.
Applications of Blockchain Technology
Smart Contracts
A smart contract is a computer code that executes automatically when specific
conditions are met. Ethereum blockchain platform is an open-source project that
was developed specifically to introduce smart contracts. Unlike traditional contracts,
smart contracts do not depend on any third-party or intermediary to bring trust.
Instead, smart contracts are coded as the agreement between two or more parties.
Since smart contracts are based on a decentralized system between all authorized
parties, you don’t need to pay intermediaries, thereby saving time and conflicts.
Settlements in various business processes can be made automatically and quickly
with smart contracts on the blockchain.
11/14
Sharing Economy
Companies like Airbnb and Uber are growing at a rapid pace and therefore, the
concept of sharing economy has marked a success. However, users have to
depend on an intermediary or centralized authority like Uber to access ride-sharing
services. With peer-to-peer payments, the blockchain represents an opportunity to
enable direct interaction between parties. Startups like SnagRide and BeeToken are
becoming blockchain’s Uber and Airbnb, respectively. These platforms allow users
to connect directly with each other instead of a centralized authority or third-party. It
allows you to transact without any transaction fees.
Supply Chain Audits
Socially-active consumers nowadays want to know that claims companies make
about their products are real. Distributed ledgers offer an easy and quick way to
backtrace the products within the supply chain in real-time at all locations.
Blockchain-based timestamping of a date and location brings transparency to the
supply chain ecosystem. For instance, there is a UK-based Provenance that
provides supply chain audit services for consumer goods. The provenance project
built on the Ethereum blockchain ensures that Indonesia’s suppliers have harvested
fish sold in Japanese Sushi restaurants.
Intellectual Property Protection
Digital information can be distributed and reproduced quickly using the internet. As
a result, it has given web users a goldmine of freely available content. Copyright
holders currently lose control over their intellectual property, thereby facing financial
loss.Smart contracts come as a solution as they can protect copyrights and
automate content sales, eliminating the risk of redistribution.
For example, Mycelia uses blockchain smart contracts to build a peer-to-peer music
distribution system that allows musicians to sell their songs directly to audiences
and producers’ license samples. Also, the platform enables users to make
payments in fractional cryptocurrency amounts.
Identity Management
Everyone nowadays performs various tasks on the internet ranging from shopping
to sending payment online and communicating with people on social media
channels. All such tasks require a digital identity and with increasing online
interactions, data loss and thefts are emerging day by day.Every time a person
enters their personal information on digital platforms, it gets stored on various
unknown databases on the internet. Their information is shared without even their
consent. However, blockchain can overcome such challenges by eliminating central
authorities’ need and giving control over the digital identity to individuals.
Sharing multiple IDs for different purposes can lead to data breaches and privacy
concerns. Blockchain provides the path to self-sovereign identity on a decentralized
network that assures identity documents are verified and endorsed by permissioned
participants on the network. It offers the control of digital identity in identity owners’
hands instead of third-party companies or intermediaries.
12/14
Here are some of the popular blockchain platforms used to
develop blockchain applications
Ethereum
Ethereum is an open-source blockchain platform used for running smart contracts on a
custom blockchain. It comes with an Ethereum Virtual Machine that offers the run-time
environment to Ethereum based smart contracts. Each node on the network runs an EVM
implementation. Ethereum is a public blockchain platform developed to provide restricted
access versus mass consumption. The current version of Ethereum uses the Proof of
Work consensus algorithm; however, it might change to the Proof of Stake algorithm in
the ETH 2.0 version.
It has a native cryptocurrency called Ether, used to fuel the entire Ethereum ecosystem. A
developer building the apps on Ethereum needs to pay fees in Ether to execute
transactions and run apps on the network.
EOS
EOS is the robust blockchain architecture designed to offer vertical and horizontal scaling
of dApps. EOS platform provides authentication, asynchronous communication, accounts,
databases and application scheduling across multiple CPU clusters/cores.EOS
blockchain platform can scale to millions of transactions in a second, allow quick
deployment of dApps and eliminate user fees. It enables parties looking to launch
blockchain apps to determine the permissions. As a result, developers can create both
private and public blockchains using the EOS platform.
Stellar
Stellar is an open-source distributed payment ledger that can connect payment systems,
banks and people. It allows developers to build banking tools, mobile wallets and
anything that involves payments. With the Stellar Consensus Protocol (SCP), the
consensus can be achieved without relying on a closed system to record financial
transactions. By pausing the network’s progress until an agreement is reached, SCP
optimizes for safety over liveness.
Hyperledger Sawtooth
Hyperledger Sawtooth is a blockchain platform for enterprises designed to build
distributed ledger networks and applications.
By separating the core system from the app domain, Hyperledger Sawtooth streamlines
the blockchain app development. It allows developers to specify the business rules of the
applications in the language of their choice.
13/14
The platform is highly modular and allows applications to select the permissioning,
consensus algorithms and transaction rules according to the unique business needs.
Hyperledger Fabric
Hyperledger Fabric is a distributed ledger platform supported by a modular architecture to
deliver high degrees of scalability, resiliency, confidentiality and flexibility. Unlike an open,
permissionless system that allows unauthorized identities to partake in the network,
Hyperledger Fabric is private and permissioned. It enrolls participants of the network
through a trusted Membership Service Provider (MSP).
Hedera Hashgraph
Hedera Hashgraph is a lightning-fast, secure and fair platform that provides a new type of
distributed consensus. Built on the hashgraph distributed consensus algorithm, the
platform can process hundreds of thousands of transactions per second in a single
shared. As a result, its consensus latency is measured in seconds.
Using asynchronous Byzantine Fault Tolerance, the platform is resilient to DDoS attacks
against the consensus algorithm and achieves a high-security level at scale.
Smart contracts on the Hedera Network offer an optional mechanism called “binding
arbitration.” This mechanism states that the smart contracts deployed with a list of public-
key arbitrators can be updated to add new features and fix bugs/issues.
Once the designated arbitrator agrees on smart contracts updation, the arbitrator’s keys
approve the transaction with a new bytecode and the change is reflected.
At LeewayHertz, we have a workforce of blockchain developers helping businesses
become transparent yet secure with blockchain technology.

Más contenido relacionado

La actualidad más candente

Overview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsOverview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsJohannes Ahlmann
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainJordan Harris
 
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Edureka!
 
Bitcoin 101: The Currency, The Network, The Community
Bitcoin 101: The Currency, The Network, The CommunityBitcoin 101: The Currency, The Network, The Community
Bitcoin 101: The Currency, The Network, The CommunityEarthsite
 
Blockchain Finance
Blockchain FinanceBlockchain Finance
Blockchain Financermsams
 
Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Fermat Jade
 
Blockchain applications in payments and fintech
Blockchain applications in payments and fintechBlockchain applications in payments and fintech
Blockchain applications in payments and fintechPenser
 
An introduction to block chain technology
An introduction to block chain technologyAn introduction to block chain technology
An introduction to block chain technologyyaminisindhurabandar
 
Understanding Bitcoin
Understanding BitcoinUnderstanding Bitcoin
Understanding BitcoinLeslie Bayona
 
Block Chain Bitcoin and Crypto Currency
Block Chain Bitcoin and Crypto CurrencyBlock Chain Bitcoin and Crypto Currency
Block Chain Bitcoin and Crypto CurrencyNidhin P Koshy
 
2022 Annual Crypto Industry Report
2022 Annual Crypto Industry Report2022 Annual Crypto Industry Report
2022 Annual Crypto Industry ReportCoinGecko
 
Consensus Algorithms - Nakov at CryptoBlockCon - Las Vegas (2018)
Consensus Algorithms - Nakov at CryptoBlockCon - Las Vegas (2018)Consensus Algorithms - Nakov at CryptoBlockCon - Las Vegas (2018)
Consensus Algorithms - Nakov at CryptoBlockCon - Las Vegas (2018)Svetlin Nakov
 
How To Build A Career In Blockchain
How To Build A Career In BlockchainHow To Build A Career In Blockchain
How To Build A Career In Blockchain101 Blockchains
 
Building Communities in Web3 | Ben Plomion (Dibbs) x Keen Circle Web3 Confere...
Building Communities in Web3 | Ben Plomion (Dibbs) x Keen Circle Web3 Confere...Building Communities in Web3 | Ben Plomion (Dibbs) x Keen Circle Web3 Confere...
Building Communities in Web3 | Ben Plomion (Dibbs) x Keen Circle Web3 Confere...Dibbs
 

La actualidad más candente (20)

Overview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsOverview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus Mechanisms
 
Blockchain and Cryptocurrency for Dummies
Blockchain and Cryptocurrency for DummiesBlockchain and Cryptocurrency for Dummies
Blockchain and Cryptocurrency for Dummies
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
 
Bitcoin 101: The Currency, The Network, The Community
Bitcoin 101: The Currency, The Network, The CommunityBitcoin 101: The Currency, The Network, The Community
Bitcoin 101: The Currency, The Network, The Community
 
Cryptocurrency
Cryptocurrency  Cryptocurrency
Cryptocurrency
 
Bitcoin
BitcoinBitcoin
Bitcoin
 
Blockchain Finance
Blockchain FinanceBlockchain Finance
Blockchain Finance
 
Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?
 
Bitcoin
BitcoinBitcoin
Bitcoin
 
Blockchain applications in payments and fintech
Blockchain applications in payments and fintechBlockchain applications in payments and fintech
Blockchain applications in payments and fintech
 
An introduction to block chain technology
An introduction to block chain technologyAn introduction to block chain technology
An introduction to block chain technology
 
Blockchain .pptx
Blockchain .pptxBlockchain .pptx
Blockchain .pptx
 
Understanding Bitcoin
Understanding BitcoinUnderstanding Bitcoin
Understanding Bitcoin
 
Block Chain Bitcoin and Crypto Currency
Block Chain Bitcoin and Crypto CurrencyBlock Chain Bitcoin and Crypto Currency
Block Chain Bitcoin and Crypto Currency
 
2022 Annual Crypto Industry Report
2022 Annual Crypto Industry Report2022 Annual Crypto Industry Report
2022 Annual Crypto Industry Report
 
Consensus Algorithms - Nakov at CryptoBlockCon - Las Vegas (2018)
Consensus Algorithms - Nakov at CryptoBlockCon - Las Vegas (2018)Consensus Algorithms - Nakov at CryptoBlockCon - Las Vegas (2018)
Consensus Algorithms - Nakov at CryptoBlockCon - Las Vegas (2018)
 
How To Build A Career In Blockchain
How To Build A Career In BlockchainHow To Build A Career In Blockchain
How To Build A Career In Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Building Communities in Web3 | Ben Plomion (Dibbs) x Keen Circle Web3 Confere...
Building Communities in Web3 | Ben Plomion (Dibbs) x Keen Circle Web3 Confere...Building Communities in Web3 | Ben Plomion (Dibbs) x Keen Circle Web3 Confere...
Building Communities in Web3 | Ben Plomion (Dibbs) x Keen Circle Web3 Confere...
 

Similar a Blockchain Explained: A Guide to Understanding Blockchain Technology

Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfArcadePrinters
 
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdfBASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdfJOELCONTACTS
 
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdfBlockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdfHarry977415
 
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyBlockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyUnbiased Technolab
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek Jaiswal
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyNimmy Solomon
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial Rohit Verma
 
Blockchain-SSM.pptx
Blockchain-SSM.pptxBlockchain-SSM.pptx
Blockchain-SSM.pptxAditya786867
 
P5 to blockchain or not to blockchain
P5 to blockchain or not to blockchainP5 to blockchain or not to blockchain
P5 to blockchain or not to blockchaindevid8
 
The Potential of Blockchain Technology
The Potential of Blockchain TechnologyThe Potential of Blockchain Technology
The Potential of Blockchain TechnologyPioneers.io
 
Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?dipankarmondal42
 
Blockchain technology is best explained timeline, types, uses and how to invest
Blockchain technology is best explained timeline, types, uses and how to investBlockchain technology is best explained timeline, types, uses and how to invest
Blockchain technology is best explained timeline, types, uses and how to investMy Geek Score
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain PresentationZied GUESMI
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceAlecHo7
 
How Blockchain Technology Is Evolving In The Cloud
How Blockchain Technology Is Evolving In The CloudHow Blockchain Technology Is Evolving In The Cloud
How Blockchain Technology Is Evolving In The CloudShikhaKonda
 
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdfHow Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdfPeeterParkar
 
Understanding blockchaintechnology
Understanding blockchaintechnologyUnderstanding blockchaintechnology
Understanding blockchaintechnologySubhashKumar329
 
Understanding blockchaintechnology
Understanding blockchaintechnology Understanding blockchaintechnology
Understanding blockchaintechnology SubhashKumar329
 
chapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxchapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxAschalewAyele2
 

Similar a Blockchain Explained: A Guide to Understanding Blockchain Technology (20)

Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdf
 
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdfBASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
 
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdfBlockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
 
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyBlockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchain
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial
 
Blockchain-SSM.pptx
Blockchain-SSM.pptxBlockchain-SSM.pptx
Blockchain-SSM.pptx
 
P5 to blockchain or not to blockchain
P5 to blockchain or not to blockchainP5 to blockchain or not to blockchain
P5 to blockchain or not to blockchain
 
The Potential of Blockchain Technology
The Potential of Blockchain TechnologyThe Potential of Blockchain Technology
The Potential of Blockchain Technology
 
Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?
 
Blockchain technology is best explained timeline, types, uses and how to invest
Blockchain technology is best explained timeline, types, uses and how to investBlockchain technology is best explained timeline, types, uses and how to invest
Blockchain technology is best explained timeline, types, uses and how to invest
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in Space
 
How Blockchain Technology Is Evolving In The Cloud
How Blockchain Technology Is Evolving In The CloudHow Blockchain Technology Is Evolving In The Cloud
How Blockchain Technology Is Evolving In The Cloud
 
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdfHow Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
 
BLOCKCHAIN.pptx
BLOCKCHAIN.pptxBLOCKCHAIN.pptx
BLOCKCHAIN.pptx
 
Understanding blockchaintechnology
Understanding blockchaintechnologyUnderstanding blockchaintechnology
Understanding blockchaintechnology
 
Understanding blockchaintechnology
Understanding blockchaintechnology Understanding blockchaintechnology
Understanding blockchaintechnology
 
chapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxchapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptx
 

Más de MdSaifulIslam289

Report on Top 5 Sweeper Truck Manufacturers in the World.pdf
Report on Top 5 Sweeper Truck Manufacturers in the World.pdfReport on Top 5 Sweeper Truck Manufacturers in the World.pdf
Report on Top 5 Sweeper Truck Manufacturers in the World.pdfMdSaifulIslam289
 
Immobilienmakler ludwigsburg.........pdf
Immobilienmakler ludwigsburg.........pdfImmobilienmakler ludwigsburg.........pdf
Immobilienmakler ludwigsburg.........pdfMdSaifulIslam289
 
Immobilienmakler Heilbronn...........pdf
Immobilienmakler Heilbronn...........pdfImmobilienmakler Heilbronn...........pdf
Immobilienmakler Heilbronn...........pdfMdSaifulIslam289
 
Immobilienmakler Berlin Rudow........pdf
Immobilienmakler Berlin Rudow........pdfImmobilienmakler Berlin Rudow........pdf
Immobilienmakler Berlin Rudow........pdfMdSaifulIslam289
 
Jay Meeks NC rapper on the rise .pdf
Jay Meeks NC rapper on the rise     .pdfJay Meeks NC rapper on the rise     .pdf
Jay Meeks NC rapper on the rise .pdfMdSaifulIslam289
 
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...MdSaifulIslam289
 
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdfOBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdfMdSaifulIslam289
 
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdfGUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdfMdSaifulIslam289
 
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...MdSaifulIslam289
 
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...MdSaifulIslam289
 
Invest in Virtual Real Estate and NFT's
Invest in Virtual Real Estate and NFT'sInvest in Virtual Real Estate and NFT's
Invest in Virtual Real Estate and NFT'sMdSaifulIslam289
 
Повний каталог Компанії Тривіта
Повний каталог Компанії ТривітаПовний каталог Компанії Тривіта
Повний каталог Компанії ТривітаMdSaifulIslam289
 
Craft 12 Distinctive Avatars from a Single Photo with Avatarly
Craft 12 Distinctive Avatars from a Single Photo with AvatarlyCraft 12 Distinctive Avatars from a Single Photo with Avatarly
Craft 12 Distinctive Avatars from a Single Photo with AvatarlyMdSaifulIslam289
 
Jefferson and the wall between church and state by Ryan Bilodeau
Jefferson and the wall between church and state by Ryan BilodeauJefferson and the wall between church and state by Ryan Bilodeau
Jefferson and the wall between church and state by Ryan BilodeauMdSaifulIslam289
 
Institute for Drought Research and Global Greening in Africa, Europe and Sout...
Institute for Drought Research and Global Greening in Africa, Europe and Sout...Institute for Drought Research and Global Greening in Africa, Europe and Sout...
Institute for Drought Research and Global Greening in Africa, Europe and Sout...MdSaifulIslam289
 

Más de MdSaifulIslam289 (20)

Report on Top 5 Sweeper Truck Manufacturers in the World.pdf
Report on Top 5 Sweeper Truck Manufacturers in the World.pdfReport on Top 5 Sweeper Truck Manufacturers in the World.pdf
Report on Top 5 Sweeper Truck Manufacturers in the World.pdf
 
Immobilienmakler ludwigsburg.........pdf
Immobilienmakler ludwigsburg.........pdfImmobilienmakler ludwigsburg.........pdf
Immobilienmakler ludwigsburg.........pdf
 
Immobilienmakler Heilbronn...........pdf
Immobilienmakler Heilbronn...........pdfImmobilienmakler Heilbronn...........pdf
Immobilienmakler Heilbronn...........pdf
 
Immobilienmakler Berlin Rudow........pdf
Immobilienmakler Berlin Rudow........pdfImmobilienmakler Berlin Rudow........pdf
Immobilienmakler Berlin Rudow........pdf
 
Jay Meeks NC rapper on the rise .pdf
Jay Meeks NC rapper on the rise     .pdfJay Meeks NC rapper on the rise     .pdf
Jay Meeks NC rapper on the rise .pdf
 
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
 
Web Design Dubai.pdf
Web Design Dubai.pdfWeb Design Dubai.pdf
Web Design Dubai.pdf
 
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdfOBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
 
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdfGUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
 
Cigar Review Pages
Cigar Review PagesCigar Review Pages
Cigar Review Pages
 
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
 
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
 
Bitcoin King of The Coins
Bitcoin King of The CoinsBitcoin King of The Coins
Bitcoin King of The Coins
 
Glampings.com
Glampings.comGlampings.com
Glampings.com
 
Invest in Virtual Real Estate and NFT's
Invest in Virtual Real Estate and NFT'sInvest in Virtual Real Estate and NFT's
Invest in Virtual Real Estate and NFT's
 
Wurth catalog clothes
Wurth catalog clothesWurth catalog clothes
Wurth catalog clothes
 
Повний каталог Компанії Тривіта
Повний каталог Компанії ТривітаПовний каталог Компанії Тривіта
Повний каталог Компанії Тривіта
 
Craft 12 Distinctive Avatars from a Single Photo with Avatarly
Craft 12 Distinctive Avatars from a Single Photo with AvatarlyCraft 12 Distinctive Avatars from a Single Photo with Avatarly
Craft 12 Distinctive Avatars from a Single Photo with Avatarly
 
Jefferson and the wall between church and state by Ryan Bilodeau
Jefferson and the wall between church and state by Ryan BilodeauJefferson and the wall between church and state by Ryan Bilodeau
Jefferson and the wall between church and state by Ryan Bilodeau
 
Institute for Drought Research and Global Greening in Africa, Europe and Sout...
Institute for Drought Research and Global Greening in Africa, Europe and Sout...Institute for Drought Research and Global Greening in Africa, Europe and Sout...
Institute for Drought Research and Global Greening in Africa, Europe and Sout...
 

Último

Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxMarkAnthonyAurellano
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africaictsugar
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCRashishs7044
 
IoT Insurance Observatory: summary 2024
IoT Insurance Observatory:  summary 2024IoT Insurance Observatory:  summary 2024
IoT Insurance Observatory: summary 2024Matteo Carbone
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Pereraictsugar
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...ShrutiBose4
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyotictsugar
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...ssuserf63bd7
 

Último (20)

Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCREnjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Sector 18 Noida Escorts Delhi NCR
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africa
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
 
IoT Insurance Observatory: summary 2024
IoT Insurance Observatory:  summary 2024IoT Insurance Observatory:  summary 2024
IoT Insurance Observatory: summary 2024
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Perera
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyot
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...
 

Blockchain Explained: A Guide to Understanding Blockchain Technology

  • 1. 1/14 Blockchain Technology Explained leewayhertz.com/blockchain-technology-explained/ You must have heard about the term “blockchain,” in reference to Bitcoin and other cryptocurrencies. Many people believe Bitcoin is Blockchain; however, blockchain is a technology that underlies digital currencies. If you are new to blockchain technology and cryptocurrencies, this article will help you understand the technology in more depth. Let’s start with the history of blockchain and understand how blockchain emerged and how it is different from other technologies. In this article, we shall discuss the following topics: History of Blockchain Technology What is Blockchain? How does Blockchain work? Types of consensus protocols Applications of Blockchain Technology Types of Blockchain Platforms History of Blockchain Technology It seems unbelievable, but people started to think about the blockchain as a new internet era back in 1991. W.Scott Stornetta and Stuart Haber imagined the technology that people call blockchain today. They initiated working on cryptographically secured blocks in a chain that no one could tamper with timestamps.
  • 2. 2/14 These guys upgraded the system and incorporated Merkle trees to enhance efficiency and collect various documents on a single block. But the technology started to gain importance in 2008 when an unknown person or group named Satoshi Nakamoto introduced the blockchain again. Satoshi published a whitepaper titled “Bitcoin: a peer-to-peer electronic cash system.” The document defines how to create a secure and transparent digital currency without a central entity or bank’s involvement. Though the document did not contain the term “blockchain,” it outlined the way blockchain technology works. Satoshi launched Bitcoin in January 2009, but he left the project after some time and handed over the Bitcoin development to other developers. Since then, developers have started to build a new peer-to-peer currency that does not involve central entities. The world’s first cryptocurrency exchange, Bitcoin Market, was set up in 2010 and the Bitcoin Pizza Guy, Lazlo Hanyecz, made the first real payment in BTC. If someone asks when blockchain was invented, we can say it was founded in 1991. What is Blockchain?
  • 4. 4/14 According to the authors of “Blockchain Revolution,” Don & Alex Tapscott, “The blockchain is an incorruptible digital ledger of economic transactions that can be programmed to record not just financial transactions but virtually everything of value.” Blockchain is neither a company nor software; it is a new and innovative way of documenting information on the internet. A blockchain is a chain of time-stamped blocks that contain an immutable record of data and is managed by a cluster of nodes, not by any single authority. Every block of data is secured and linked to each other with cryptography principles. Let’s discuss the blocks in more depth. Blocks A block can be considered as a page in the ledger. Each block comprises data, timestamp, a hash of the block and a hash of the previous block. The data saved in a block depends on the type of blockchain. For instance, blocks in the Bitcoin blockchain store the details about a transaction like a sender, receiver and balance in the form of number of coins. Hash of the block acts as a fingerprint as it gives a unique identification to the blocks and the contents it includes. All transactions in a block are represented as a hash. Hash of a previous block is always added to a new block to maintain chronology and ensure that blocks are valid. A timestamp includes the time when the block was created to keep track of the block’s creation and updation time. A new block should always point to the previous block. In case a block added to the chain does not contain the valid hash value of the last block, it means the block has been tampered with.
  • 5. 5/14 Altering any block within the network would make all the blocks invalid in the blockchain. Hashing mechanism is not enough to protect the blockchain from tampering or manipulation. As computers are fast nowadays, hackers can quickly recalculate hash values of the blocks and invalidate them. To ensure that there is no single entity controlling the network’s information, the blocks get distributed across all machines, specifically called nodes on the network. Every node keeps a copy on the ledger so that data is never lost and remains accessible to all members present on the network. When some information is added to the blockchain, all nodes agree if the data is valid. Now the question is, how do nodes agree on adding new blocks to the blockchain. The answer is a consensus algorithm. Since there are different blockchain platforms available, different consensus algorithms are used to agree if a block should be added to the blockchain or not. Now, let’s understand how does blockchain technology work. How does Blockchain work? Blockchain works on the following concepts: Private Key Cryptography Distributed Network with a Shared Ledger An incentive to service the network’s transactions, security and record-keeping Private Key Cryptography If two people want to transact over the internet, every one of them should hold a private and public key. The blockchain uses this concept to ensure a secure digital identity of the users. The combination of private and public keys can be viewed as a type of consent by creating a unique digital signature. Holding public and private key offers reliable control of ownership to the users. However, cryptography is not enough to protect digital relationships. It should be combined with authorization (a means of validating permissions and transactions). In the case of blockchain, authorization is done via a distributed network. Distributed Network with a shared ledger
  • 6. 6/14 The benefit of a distributed network can be explained by the example “trees were cut down.” We could be sure about cutting down the trees in the forest if there were cameras to record that incident. Though the particulars (why and how) behind the event can be unclear, we have visual evidence that it happened. Similarly, in the case of blockchain, validators on the network are like cameras who reach a consensus that they noticed the same thing happening simultaneously. However, they use mathematical verification of computation instead of cameras. A node on the network starts a transaction by creating it and signing it with its private key. Transactions comprise the logic of transfer of value, source and destination addresses, rules and validation information. The next step is that the transaction must be verified. A network of computers on the blockchain verifies the transactions to be stored in a block. Once they confirm that the transaction happened, they add it to the block. Block containing the information, digital signature and timestamp, is broadcast to all the nodes in the network to provide them accessibility at all times. Once written to the blockchain, the data cannot be edited or deleted, making it an incorruptible ledger of transactions. Following are the different types of consensus protocols used for validating transactions on the blockchain Proof of Work Proof of Work is a consensus protocol that aims to deter cyber attacks like distributed denial of service attacks, exhausting a computer system’s resources with multiple fake requests. The proof of work was introduced when Bitcoin came into existence. But this term was coined by Ari Juels and Markus Jakobsson in a published document in 1999. It is a way to define an expensive and cumbersome computer calculation called mining. Mining is performed to create a group of trustless transactions on a distributed ledger, blockchain. Mining is used for the following functions: Verifying the transactions’ legitimacy or ignoring double-spending Creating digital currencies by giving rewards to miners for performing previous tasks The node that finds the mathematical power solution can only authorize transactions and add new blocks to the blockchain network. Proof of work consensus prevents tampering of the blocks as one needs to re-evaluate the computer computation for all blocks in the
  • 7. 7/14 network. Proof of Stake Proof of Stake (PoS) is a consensus algorithm to achieve distributed consensus and validate transactions. Suggested initially in 2011, it was first implemented by cryptocurrency, Peercoin, in 2012. The algorithm is energy efficient and secure. In proof of work consensus algorithm, miners who solve mathematical problems are rewarded for creating new blocks and validating transactions. However, with the proof of stake algorithm, the next block’s creator is selected randomly, depending on how much wealth (cryptocurrencies) the user holds or for how long the user has been keeping that specific digital currency. Proof of stake requires considerably less energy and therefore, it is cost-effective compared to the proof of work algorithm. Moreover, there is less need to release too many coins to incentivize miners to manage the network. The algorithm is helpful in inspiring individuals to participate in the system and protecting the network from any individual who wants to control it. An individual or a group of individuals has to own the majority of coins to carry out a 51% attack on the network. First of all, it would be expensive for attackers to acquire enough coins. Individuals would exit the digital currency if a single party started buying everything. Also, the price would ramp up to prevent a hostile takeover. Moreover, attacking the network would decrease the coins’ value that the attacker is holding. Proof of stake algorithm also has a drawback and faces a “nothing at stake” problem. The challenge occurs when block generators don’t have anything to lose by preventing the conflict from resolving and supporting changing blockchain histories. Delegated Proof of Stake Delegated Proof of Stake (DPoS) is a type of consensus algorithm that aims to secure a blockchain by enhancing the speed of block creation and transactions while not affecting the decentralized incentive structure. Users have to put their currency at stake with the proof of stake consensus mechanism to earn the right to authorize transactions, earn rewards and forge blocks. On the other hand, Delegated Proof of Stake Consensus, a variation of PoS, aims to achieve consensus efficiently. DPoS uses the election process to maintain the consensus. Users of DPoS based blockchain vote to choose witnesses and earn more votes to validate transactions on the network. Users can also pass on their voting power to other users whom they can trust to vote on their behalf.
  • 8. 8/14 Votes are evaluated based on the size of the voter’s stake. It means that users do not require a significant stake in getting into the top tier of witnesses. Instead, votes from users with a considerable stake can select users with a small stake for the witnesses’ top tier. The number of witnesses required in the top tier is capped at a specific number who need to create blocks, validate transactions and are awarded the associated fees. Witnesses cannot modify the details of transactions, yet they can prevent certain transactions from being included in a new block. Therefore, they are similar to that of the miners in a proof of work system. Users in DPoS consensus-based network can also vote for a group of delegates, trusted parties for managing the network. The representatives look after the blockchain protocol’s performance and governance but do not validate transactions and create blocks. Leased Proof of Stake Another addition to the original Proof of Stake is the Leased Proof of Stake. The Waves platform introduced this new consensus algorithm that offers a better catch with a limited amount of power consumption. The original proof of stake never allowed individuals with limited coins to participate in staking. In the Leased Proof of Stake algorithm, the smallholders can also participate in the staking process by leasing their coins to the network and avail the benefit. The situation changed drastically after the introduction of leased PoS. Proof of Elapsed Time (PoET) PoET is one of the efficient consensus algorithms used on the permissioned blockchain where you need permission to access the network. Proof of Elapsed Time algorithm uses a specific technique to cover transparency in the whole network and ensures a secure login. Every individual on the network waits for a particular amount of time, but that time limit is random. An individual who finishes their share of waiting time can get on the ledger for creating a new block. Now, the question is whether individuals wait for the specific time they were assigned or not. The algorithm depends on a CPU requirement called Intel Software Guard Extension. The Intel Software Guard Extension is responsible for running unique codes on the network. By using this system, PoET ensures that the winning is purely fair. Byzantine Fault Tolerance (BFT) The Byzantine Generals Problem was introduced in 1982 by Lamport, Pease and Shostak to ensure that malfunctioned components giving conflict information are managed within a system.
  • 9. 9/14 BFT manages different types of faults related to the Byzantine General’s Problem. The algorithm states that two nodes on the network can interact securely across the network, knowing that they display the same data. In a peer-to-peer network, the consensus is reached if non-faulty or loyal nodes achieve a uniform agreement on their decision. In BFT, an incoming message is repeatedly sent to the other recipients of that message. All the nodes assume that repeating a message eliminates the issue of Byzantine nodes. Practical Byzantine Fault Tolerance (PBFT) Practical Byzantine Fault Tolerance usually focuses on the state machine. It gets rid of the Byzantine general problem by replicating the system. The algorithm starts with assuming that independent nodes can malfunction the network and possible failures in the system. Also, all the nodes are arranged in a particular order. In PBFT, one node is selected as the primary node, while others serve as a backup plan. All the nodes in the system work uniformly and interact with each other. In the PBFT consensus mechanism, every node wants to verify information found on the network, thereby avoiding unreliable information problems. However, they can find out even if one of the nodes gets compromised and all nodes reach an agreement with majority voting. Delegated Byzantine Fault Tolerance (DBFT) Though the blockchain ecosystem usually follows the widely known consensus algorithms, Proof of Work and Proof of Stake, some try to impose advanced consensus systems. NEO is one of the popular blockchain platforms that has developed a new consensus protocol, Delegated Byzantine Fault Tolerance, similar to the DPoS. Every user on the NEO blockchain can select delegates who represent their interests. Users holding the native cryptocurrency have a specific interest in the platform. It works similar to a country’s government that has citizens, speakers and delegates. Citizens imply NEO tokens holders, delegates imply bookkeeping nodes, while the speaker is one of the randomly chosen delegates. Citizens vote for delegates where every citizen can vote regardless of the tokens they hold. One of the delegates is selected randomly to become a speaker. The role of delegates is to listen to citizens’ demands, which are the different transactions that occurred on the network. Delegates keep a tab on all transactions and record them on a ledger. The speaker who is randomly chosen proposes their block to verify a block. They send the block to all other delegates so that delegates could match their block with the speaker’s block and ensure validity.
  • 10. 10/14 2/3 of the delegates have to agree upon the block proposed by the speaker before it is validated and added to the network. In case 2/3 of the delegates do not agree, a new speaker is chosen and the whole procedure repeats. Simplified Byzantine Fault Tolerance (SBFT) The simplified Byzantine Fault Tolerance consensus algorithm works in a bit different way. In this mechanism, a block generator first collects all the transactions and authorizes them after batching them together in a new block. All the network nodes have to follow specific rules applied by the block generator to validate transactions. Once the generator applies the rules, a block signer confirms them and adds their signature to it. Transactions get rejected if any of the blocks miss one of the keys. Asynchronous Byzantine Fault Tolerance (ABFT) Asynchronous Byzantine Fault Tolerance consensus mechanism represents the system’s ability to keep honest consensus in the network despite propagating invalid messages or malicious nodes failing. Deterministic Byzantine cannot be asynchronous ultimately with unbounded message delays, yet guarantee consensus using FLP theorem. However, non-deterministic systems can reach an agreement with probability one. Once we have understood different types of consensus algorithms, it’s time to discuss some of the blockchain platforms used to build blockchain apps with ease. Applications of Blockchain Technology Smart Contracts A smart contract is a computer code that executes automatically when specific conditions are met. Ethereum blockchain platform is an open-source project that was developed specifically to introduce smart contracts. Unlike traditional contracts, smart contracts do not depend on any third-party or intermediary to bring trust. Instead, smart contracts are coded as the agreement between two or more parties. Since smart contracts are based on a decentralized system between all authorized parties, you don’t need to pay intermediaries, thereby saving time and conflicts. Settlements in various business processes can be made automatically and quickly with smart contracts on the blockchain.
  • 11. 11/14 Sharing Economy Companies like Airbnb and Uber are growing at a rapid pace and therefore, the concept of sharing economy has marked a success. However, users have to depend on an intermediary or centralized authority like Uber to access ride-sharing services. With peer-to-peer payments, the blockchain represents an opportunity to enable direct interaction between parties. Startups like SnagRide and BeeToken are becoming blockchain’s Uber and Airbnb, respectively. These platforms allow users to connect directly with each other instead of a centralized authority or third-party. It allows you to transact without any transaction fees. Supply Chain Audits Socially-active consumers nowadays want to know that claims companies make about their products are real. Distributed ledgers offer an easy and quick way to backtrace the products within the supply chain in real-time at all locations. Blockchain-based timestamping of a date and location brings transparency to the supply chain ecosystem. For instance, there is a UK-based Provenance that provides supply chain audit services for consumer goods. The provenance project built on the Ethereum blockchain ensures that Indonesia’s suppliers have harvested fish sold in Japanese Sushi restaurants. Intellectual Property Protection Digital information can be distributed and reproduced quickly using the internet. As a result, it has given web users a goldmine of freely available content. Copyright holders currently lose control over their intellectual property, thereby facing financial loss.Smart contracts come as a solution as they can protect copyrights and automate content sales, eliminating the risk of redistribution. For example, Mycelia uses blockchain smart contracts to build a peer-to-peer music distribution system that allows musicians to sell their songs directly to audiences and producers’ license samples. Also, the platform enables users to make payments in fractional cryptocurrency amounts. Identity Management Everyone nowadays performs various tasks on the internet ranging from shopping to sending payment online and communicating with people on social media channels. All such tasks require a digital identity and with increasing online interactions, data loss and thefts are emerging day by day.Every time a person enters their personal information on digital platforms, it gets stored on various unknown databases on the internet. Their information is shared without even their consent. However, blockchain can overcome such challenges by eliminating central authorities’ need and giving control over the digital identity to individuals. Sharing multiple IDs for different purposes can lead to data breaches and privacy concerns. Blockchain provides the path to self-sovereign identity on a decentralized network that assures identity documents are verified and endorsed by permissioned participants on the network. It offers the control of digital identity in identity owners’ hands instead of third-party companies or intermediaries.
  • 12. 12/14 Here are some of the popular blockchain platforms used to develop blockchain applications Ethereum Ethereum is an open-source blockchain platform used for running smart contracts on a custom blockchain. It comes with an Ethereum Virtual Machine that offers the run-time environment to Ethereum based smart contracts. Each node on the network runs an EVM implementation. Ethereum is a public blockchain platform developed to provide restricted access versus mass consumption. The current version of Ethereum uses the Proof of Work consensus algorithm; however, it might change to the Proof of Stake algorithm in the ETH 2.0 version. It has a native cryptocurrency called Ether, used to fuel the entire Ethereum ecosystem. A developer building the apps on Ethereum needs to pay fees in Ether to execute transactions and run apps on the network. EOS EOS is the robust blockchain architecture designed to offer vertical and horizontal scaling of dApps. EOS platform provides authentication, asynchronous communication, accounts, databases and application scheduling across multiple CPU clusters/cores.EOS blockchain platform can scale to millions of transactions in a second, allow quick deployment of dApps and eliminate user fees. It enables parties looking to launch blockchain apps to determine the permissions. As a result, developers can create both private and public blockchains using the EOS platform. Stellar Stellar is an open-source distributed payment ledger that can connect payment systems, banks and people. It allows developers to build banking tools, mobile wallets and anything that involves payments. With the Stellar Consensus Protocol (SCP), the consensus can be achieved without relying on a closed system to record financial transactions. By pausing the network’s progress until an agreement is reached, SCP optimizes for safety over liveness. Hyperledger Sawtooth Hyperledger Sawtooth is a blockchain platform for enterprises designed to build distributed ledger networks and applications. By separating the core system from the app domain, Hyperledger Sawtooth streamlines the blockchain app development. It allows developers to specify the business rules of the applications in the language of their choice.
  • 13. 13/14 The platform is highly modular and allows applications to select the permissioning, consensus algorithms and transaction rules according to the unique business needs. Hyperledger Fabric Hyperledger Fabric is a distributed ledger platform supported by a modular architecture to deliver high degrees of scalability, resiliency, confidentiality and flexibility. Unlike an open, permissionless system that allows unauthorized identities to partake in the network, Hyperledger Fabric is private and permissioned. It enrolls participants of the network through a trusted Membership Service Provider (MSP). Hedera Hashgraph Hedera Hashgraph is a lightning-fast, secure and fair platform that provides a new type of distributed consensus. Built on the hashgraph distributed consensus algorithm, the platform can process hundreds of thousands of transactions per second in a single shared. As a result, its consensus latency is measured in seconds. Using asynchronous Byzantine Fault Tolerance, the platform is resilient to DDoS attacks against the consensus algorithm and achieves a high-security level at scale. Smart contracts on the Hedera Network offer an optional mechanism called “binding arbitration.” This mechanism states that the smart contracts deployed with a list of public- key arbitrators can be updated to add new features and fix bugs/issues. Once the designated arbitrator agrees on smart contracts updation, the arbitrator’s keys approve the transaction with a new bytecode and the change is reflected. At LeewayHertz, we have a workforce of blockchain developers helping businesses become transparent yet secure with blockchain technology.