SlideShare una empresa de Scribd logo
1 de 2
Descargar para leer sin conexión
UNIT 3: Blockchain
# Blockchain
A blockchain is a peer-to-peer distributed ledger technology.
Which is an immutable, decentralized, encrypted, distributed
ledger technology.
The name comes from its structure, in which individual
records, called blocks, are linked together in single list, called
a chain. Blockchains are used for recording transactions
made with cryptocurrencies, such as Bitcoin, and have many
other applications.
Each transaction added to a blockchain is validated by
multiple computers on the Internet (Miners). These systems
form a peer-to-peer network.
Key Characteristics / Benefits of Blockchain Technology:
 Open: Anyone can access blockchain.
 Distributed or Decentralised: Not under the
control of any single authority.
 Efficient: Fast and Scalable.
 Permanent: Once a transaction is done, it is
persistent and can’t be altered.
 Time-saving: No central Authority verification
needed for settlements making the process
faster and cheaper.
 Cost-saving: A Blockchain network reduces
expenses in several ways. No need for
third-party verification. Participants can share
assets directly. Intermediaries are reduced.
 Tighter security: No one can temper with
Blockchain Data as it shared among millions of
Participant. The system is safe against
cybercrimes and Fraud.
 Secure: There is no unauthorized access to
Blockchain made possible through Permissions
and Cryptography.
 Transparent: Because every node or participant
in Blockchain has a copy of the Blockchain data,
they have access to all transaction data.
Contents of a Block.
Blockchain starts with a block. Each block stores the
following information in it:
1. Index: Position of the block in blockchain. Index
of genesis block is 0.
2. Time stamp: The time when that particular block
was created.
3. Hash: Numeric value that uniquely identifies
data just like our fingerprints.
4. Previous hash: Hash value of the previous block.
For genesis block, this value is 0.
5. Data: Data stored on the node. For example,
transactions.
6. Nonce: It is a number used to find a valid hash.
To generate this number, the processing power
is used.
3 Pillars of Blockchain Technology
The three main properties of Blockchain Technology are:
 Decentralization: In a decentralized system, the
information is not stored by one single entity. In fact,
everyone in the network owns the information.
 Transparency: Because every node or participant in
Blockchain has a copy of the Blockchain data, they
have access to all transaction data.
 Immutability: It means that once something has been
entered into the blockchain, it cannot be tampered
with.
Disadvantages of current transaction system:
 Cash can only be used in low amount transaction
locally.
 Huge waiting time in the processing of transactions.
 Need to third party for verification and execution of
Transaction make the process complex.
 If the Central Server like Banks is compromised, whole
System is affected including the participants.
 Organization doing validation charge high process thus
making the process expensive.
# Cryptocurrency
A cryptocurrency is a digital or virtual currency that is
secured by cryptography, which is immutable. Many
cryptocurrencies are decentralized networks based on
blockchain technology. Cryptocurrencies are electronic
peer-to-peer currencies. They don't physically exist.
Examples of cryptocurrency
The first blockchain-based cryptocurrency was Bitcoin,
which still remains the most popular and most valuable.
Other are:
1. Bitcoin
2. Ripple
3. Litecoin
4. Libra
5. Bitcoin Cash
6. Chainlink
# Bitcoin
 Bitcoin is a completely decentralised,
peer-to-peer, permissionless cryptocurrency
put forth in 2009 by Satoshi Nakamoto.
 Bitcoin is the first blockchain application.
 It is permissionless , i.e. open to anyone.
 Bitcoin blockchain size is growing
exponentially.
Why Bitcoins ?
Bitcoins can be used to buy merchandise
anonymously. In addition, international payments
are easy and cheap because bitcoins are not tied to
any country or subject to regulation. Small
businesses may like them because there are no
credit card fees. Some people just buy bitcoins as an
investment, hoping that they’ll go up in value.
Downloaded from: www.KKWorld.in Made By: YouTube.com/KrazyKaksha
# Smart Contract
The term was coined by Nick Szabo, a computer
scientist and cryptographer, in 1996.
A smart contract, also known as a cryptocontract
A smart contract is a self-executing contract with the
terms of the agreement between buyer and seller
being directly written into lines of code. The code
and the agreements contained therein exist across a
distributed, decentralized blockchain network. The
code controls the execution, and transactions are
trackable and irreversible.
Smart contracts permit trusted transactions and
agreements to be carried out among disparate,
anonymous parties without the need for a central
authority, legal system, or external enforcement
mechanism.
Advantages of Smart Contracts:
 Immutable: No one can change it once it is
deployed on blockchain.
 Distributed: All the steps of the contract can be
validated by every participating party — no one
can claim later that the contract was not
validated.
 Saves money: Since there is no need of
third-party to run or maintain the contract, the
cost is saved.
Popular Smart Contract Platforms:
 Ethereum
 Hyperledger
 Ripple
 Rootstock
# Applications of Blockchains
Blockchain can be used in practically all those scenarios
where middlemen are involved. Here are some of the
use-cases.
1. Cryptocurrency: this is the most well-known use of
Blockchain. By implementing Blockchain, parties are able to
transact with each other without the involvement of any
bank. For instance, a person sitting in the United States can
transfer bitcoins to one based out of India without
intervention from any bank. This lead to the creation of a lot
of cryptocurrencies, Bitcoin being the most popular one.
2. Advertising: Currently, companies like Google and
Facebook control almost all of the digital advertising traffic of
the world. However, Blockchain can potentially eliminate that.
Here, Google and Facebook are essentially middlemen that
control the advertising ecosystem. Using Blockchain the
producers and the consumers can be connected directly
through a decentralized system.
3. Real Estate: In the Real Estate industry, there are
middlemen in the form of brokers who often charge
exorbitant fees for pairing the buyer with the sellers. Using
Blockchain, such middlemen can be eliminated to save the
cost. Basically, instead of relying on centralized
advertising/listing portals, a Blockchain can be used where
the producers (advertisers or real-estate sellers) can provide
their ads/listings and consumers can see them directly
without any middlemen.
4. Healthcare: The health records of patients can be securely
stored in a Blockchain so that when the patient visits another
doctor, he/she can directly share those records with the new
doctor. The best part about using Blockchain here is that
there is no need for a centralized portal where these records
are stored. Therefore, the cost can be lowered significantly.
Health records could include a lot of things like:
 Diagnostic by doctor
 Medical History
 Lab reports
5. Voting: Online voting has been resisted by many due to
concerns such as security and fraud. Blockchain can
successfully eliminate these concerns as it will present a clear
record of the votes that have been cast. The tamper-proof
feature of a blockchain makes it difficult to hack a
blockchain-enabled voting system. With blockchain, the
voting process can be carried out comfortably from the
confines of the voter’s homes. This may result in a significant
rise in voter turnout.
6. Insurance: Arguably the greatest blockchain application
for insurance is through smart contracts. These contracts
allow customers and insurers to manage claims in a
transparent and secure manner. All contracts and claims can
be recorded on the blockchain and validated by the network,
which would eliminate invalid claims, since the blockchain
would reject multiple claims on the same accident.
7. Media: Media companies have already started to adopt
blockchain technology to eliminate fraud, reduce costs, and
even protect Intellectual Property (IP) rights of content - like
music records.
8. Taxes: Blockchain tech could make the cumbersome
process of filing taxes, which is prone to human error, much
more efficient with enough information stored on the
blockchain.
Downloaded from: www.KKWorld.in Made By: YouTube.com/KrazyKaksha

Más contenido relacionado

La actualidad más candente

Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges Merlec Mpyana
 
Features of blockchain voting
Features of blockchain votingFeatures of blockchain voting
Features of blockchain votingSatyamAnand32
 
Everything Blockchain Presentation - Feb 2022
Everything Blockchain Presentation -  Feb 2022Everything Blockchain Presentation -  Feb 2022
Everything Blockchain Presentation - Feb 2022RedChip Companies, Inc.
 
Introduction to Digital signatures
Introduction to Digital signaturesIntroduction to Digital signatures
Introduction to Digital signaturesRohit Bhat
 
Decentralised ethereum blockchain voting application
Decentralised ethereum blockchain voting applicationDecentralised ethereum blockchain voting application
Decentralised ethereum blockchain voting applicationRakesh Ranjan
 
Blockchain in Health Care
Blockchain in Health CareBlockchain in Health Care
Blockchain in Health CarePolsinelli PC
 
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Edureka!
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyPalakGulati10
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain workShishir Aryal
 
Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?101 Blockchains
 
Examples of Smart Contracts
Examples of Smart ContractsExamples of Smart Contracts
Examples of Smart Contracts101 Blockchains
 
Blockchain in banking
Blockchain in bankingBlockchain in banking
Blockchain in bankingzaarahary
 
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 Presentation
Blockchain PresentationBlockchain Presentation
Blockchain PresentationZied GUESMI
 
Blockchain technology.pptx
 Blockchain technology.pptx Blockchain technology.pptx
Blockchain technology.pptxARNAV PATEL
 

La actualidad más candente (20)

Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges
 
Features of blockchain voting
Features of blockchain votingFeatures of blockchain voting
Features of blockchain voting
 
Everything Blockchain Presentation - Feb 2022
Everything Blockchain Presentation -  Feb 2022Everything Blockchain Presentation -  Feb 2022
Everything Blockchain Presentation - Feb 2022
 
Introduction to Digital signatures
Introduction to Digital signaturesIntroduction to Digital signatures
Introduction to Digital signatures
 
Decentralised ethereum blockchain voting application
Decentralised ethereum blockchain voting applicationDecentralised ethereum blockchain voting application
Decentralised ethereum blockchain voting application
 
Blockchain in Health Care
Blockchain in Health CareBlockchain in Health Care
Blockchain in Health Care
 
Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
 
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
 
BLOCK CHAIN
BLOCK CHAINBLOCK CHAIN
BLOCK CHAIN
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
 
Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?
 
Examples of Smart Contracts
Examples of Smart ContractsExamples of Smart Contracts
Examples of Smart Contracts
 
Blockchain in Finance
Blockchain in FinanceBlockchain in Finance
Blockchain in Finance
 
Blockchain in banking
Blockchain in bankingBlockchain in banking
Blockchain in banking
 
Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 
Blockchain technology.pptx
 Blockchain technology.pptx Blockchain technology.pptx
Blockchain technology.pptx
 

Similar a Blockchain notes b tech aktu by krazy kreation (kulbhushan)

Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...Richa575316
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxSahilBansal648873
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxSahilBansal648873
 
Blockchain technology.docx
Blockchain technology.docxBlockchain technology.docx
Blockchain technology.docxaymenabbaci
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyNimmy Solomon
 
Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0samossummit
 
Supply Chain Management using Blockchain
Supply Chain Management using BlockchainSupply Chain Management using Blockchain
Supply Chain Management using BlockchainYugn27
 
Difference between Blockchain and Cryptocurrency.pdf
Difference between Blockchain and Cryptocurrency.pdfDifference between Blockchain and Cryptocurrency.pdf
Difference between Blockchain and Cryptocurrency.pdfV2Soft
 
jayesh_Blockchain.pptx
jayesh_Blockchain.pptxjayesh_Blockchain.pptx
jayesh_Blockchain.pptxJackTheMan1
 
Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology Chapter247 Infotech
 
BlockChain Technology By Deep Akabari.pptx
BlockChain Technology By Deep Akabari.pptxBlockChain Technology By Deep Akabari.pptx
BlockChain Technology By Deep Akabari.pptxDeepAkabari
 
Pros and Cons of Blockchain Technology: Your Complete Go-to Guide
Pros and Cons of Blockchain Technology: Your Complete Go-to GuidePros and Cons of Blockchain Technology: Your Complete Go-to Guide
Pros and Cons of Blockchain Technology: Your Complete Go-to GuidePixel Crayons
 
Advantages and disadvantages of permissionless blockchain
Advantages and disadvantages of permissionless blockchainAdvantages and disadvantages of permissionless blockchain
Advantages and disadvantages of permissionless blockchainBlockchain Council
 
Blockchian introduction
Blockchian introductionBlockchian introduction
Blockchian introductionkesavan N B
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Chuck Bair
 

Similar a Blockchain notes b tech aktu by krazy kreation (kulbhushan) (20)

Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 
Blockchain technology.docx
Blockchain technology.docxBlockchain technology.docx
Blockchain technology.docx
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0
 
Supply Chain Management using Blockchain
Supply Chain Management using BlockchainSupply Chain Management using Blockchain
Supply Chain Management using Blockchain
 
Define blockchain
Define blockchainDefine blockchain
Define blockchain
 
Difference between Blockchain and Cryptocurrency.pdf
Difference between Blockchain and Cryptocurrency.pdfDifference between Blockchain and Cryptocurrency.pdf
Difference between Blockchain and Cryptocurrency.pdf
 
jayesh_Blockchain.pptx
jayesh_Blockchain.pptxjayesh_Blockchain.pptx
jayesh_Blockchain.pptx
 
Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology
 
BlockChain Technology By Deep Akabari.pptx
BlockChain Technology By Deep Akabari.pptxBlockChain Technology By Deep Akabari.pptx
BlockChain Technology By Deep Akabari.pptx
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
 
blockchain
blockchainblockchain
blockchain
 
Pros and Cons of Blockchain Technology: Your Complete Go-to Guide
Pros and Cons of Blockchain Technology: Your Complete Go-to GuidePros and Cons of Blockchain Technology: Your Complete Go-to Guide
Pros and Cons of Blockchain Technology: Your Complete Go-to Guide
 
Advantages and disadvantages of permissionless blockchain
Advantages and disadvantages of permissionless blockchainAdvantages and disadvantages of permissionless blockchain
Advantages and disadvantages of permissionless blockchain
 
Blockchian introduction
Blockchian introductionBlockchian introduction
Blockchian introduction
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
 

Último

Triangulation survey (Basic Mine Surveying)_MI10412MI.pptx
Triangulation survey (Basic Mine Surveying)_MI10412MI.pptxTriangulation survey (Basic Mine Surveying)_MI10412MI.pptx
Triangulation survey (Basic Mine Surveying)_MI10412MI.pptxRomil Mishra
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Romil Mishra
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfManish Kumar
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewsandhya757531
 
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...gerogepatton
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTSneha Padhiar
 
ADM100 Running Book for sap basis domain study
ADM100 Running Book for sap basis domain studyADM100 Running Book for sap basis domain study
ADM100 Running Book for sap basis domain studydhruvamdhruvil123
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Communityprachaibot
 
AntColonyOptimizationManetNetworkAODV.pptx
AntColonyOptimizationManetNetworkAODV.pptxAntColonyOptimizationManetNetworkAODV.pptx
AntColonyOptimizationManetNetworkAODV.pptxLina Kadam
 
Livre Implementing_Six_Sigma_and_Lean_A_prac([Ron_Basu]_).pdf
Livre Implementing_Six_Sigma_and_Lean_A_prac([Ron_Basu]_).pdfLivre Implementing_Six_Sigma_and_Lean_A_prac([Ron_Basu]_).pdf
Livre Implementing_Six_Sigma_and_Lean_A_prac([Ron_Basu]_).pdfsaad175691
 
Secure Key Crypto - Tech Paper JET Tech Labs
Secure Key Crypto - Tech Paper JET Tech LabsSecure Key Crypto - Tech Paper JET Tech Labs
Secure Key Crypto - Tech Paper JET Tech Labsamber724300
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdfsahilsajad201
 
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...shreenathji26
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork
 
The Satellite applications in telecommunication
The Satellite applications in telecommunicationThe Satellite applications in telecommunication
The Satellite applications in telecommunicationnovrain7111
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosVictor Morales
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfBalamuruganV28
 
Introduction of Object Oriented Programming Language using Java. .pptx
Introduction of Object Oriented Programming Language using Java. .pptxIntroduction of Object Oriented Programming Language using Java. .pptx
Introduction of Object Oriented Programming Language using Java. .pptxPoonam60376
 
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...Amil baba
 

Último (20)

Triangulation survey (Basic Mine Surveying)_MI10412MI.pptx
Triangulation survey (Basic Mine Surveying)_MI10412MI.pptxTriangulation survey (Basic Mine Surveying)_MI10412MI.pptx
Triangulation survey (Basic Mine Surveying)_MI10412MI.pptx
 
Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________Gravity concentration_MI20612MI_________
Gravity concentration_MI20612MI_________
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
 
Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overview
 
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
March 2024 - Top 10 Read Articles in Artificial Intelligence and Applications...
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
 
ADM100 Running Book for sap basis domain study
ADM100 Running Book for sap basis domain studyADM100 Running Book for sap basis domain study
ADM100 Running Book for sap basis domain study
 
Prach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism CommunityPrach: A Feature-Rich Platform Empowering the Autism Community
Prach: A Feature-Rich Platform Empowering the Autism Community
 
AntColonyOptimizationManetNetworkAODV.pptx
AntColonyOptimizationManetNetworkAODV.pptxAntColonyOptimizationManetNetworkAODV.pptx
AntColonyOptimizationManetNetworkAODV.pptx
 
Livre Implementing_Six_Sigma_and_Lean_A_prac([Ron_Basu]_).pdf
Livre Implementing_Six_Sigma_and_Lean_A_prac([Ron_Basu]_).pdfLivre Implementing_Six_Sigma_and_Lean_A_prac([Ron_Basu]_).pdf
Livre Implementing_Six_Sigma_and_Lean_A_prac([Ron_Basu]_).pdf
 
Secure Key Crypto - Tech Paper JET Tech Labs
Secure Key Crypto - Tech Paper JET Tech LabsSecure Key Crypto - Tech Paper JET Tech Labs
Secure Key Crypto - Tech Paper JET Tech Labs
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdf
 
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
Introduction to Artificial Intelligence: Intelligent Agents, State Space Sear...
 
ASME-B31.4-2019-estandar para diseño de ductos
ASME-B31.4-2019-estandar para diseño de ductosASME-B31.4-2019-estandar para diseño de ductos
ASME-B31.4-2019-estandar para diseño de ductos
 
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
Stork Webinar | APM Transformational planning, Tool Selection & Performance T...
 
The Satellite applications in telecommunication
The Satellite applications in telecommunicationThe Satellite applications in telecommunication
The Satellite applications in telecommunication
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitos
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdf
 
Introduction of Object Oriented Programming Language using Java. .pptx
Introduction of Object Oriented Programming Language using Java. .pptxIntroduction of Object Oriented Programming Language using Java. .pptx
Introduction of Object Oriented Programming Language using Java. .pptx
 
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
Uk-NO1 kala jadu karne wale ka contact number kala jadu karne wale baba kala ...
 

Blockchain notes b tech aktu by krazy kreation (kulbhushan)

  • 1. UNIT 3: Blockchain # Blockchain A blockchain is a peer-to-peer distributed ledger technology. Which is an immutable, decentralized, encrypted, distributed ledger technology. The name comes from its structure, in which individual records, called blocks, are linked together in single list, called a chain. Blockchains are used for recording transactions made with cryptocurrencies, such as Bitcoin, and have many other applications. Each transaction added to a blockchain is validated by multiple computers on the Internet (Miners). These systems form a peer-to-peer network. Key Characteristics / Benefits of Blockchain Technology:  Open: Anyone can access blockchain.  Distributed or Decentralised: Not under the control of any single authority.  Efficient: Fast and Scalable.  Permanent: Once a transaction is done, it is persistent and can’t be altered.  Time-saving: No central Authority verification needed for settlements making the process faster and cheaper.  Cost-saving: A Blockchain network reduces expenses in several ways. No need for third-party verification. Participants can share assets directly. Intermediaries are reduced.  Tighter security: No one can temper with Blockchain Data as it shared among millions of Participant. The system is safe against cybercrimes and Fraud.  Secure: There is no unauthorized access to Blockchain made possible through Permissions and Cryptography.  Transparent: Because every node or participant in Blockchain has a copy of the Blockchain data, they have access to all transaction data. Contents of a Block. Blockchain starts with a block. Each block stores the following information in it: 1. Index: Position of the block in blockchain. Index of genesis block is 0. 2. Time stamp: The time when that particular block was created. 3. Hash: Numeric value that uniquely identifies data just like our fingerprints. 4. Previous hash: Hash value of the previous block. For genesis block, this value is 0. 5. Data: Data stored on the node. For example, transactions. 6. Nonce: It is a number used to find a valid hash. To generate this number, the processing power is used. 3 Pillars of Blockchain Technology The three main properties of Blockchain Technology are:  Decentralization: In a decentralized system, the information is not stored by one single entity. In fact, everyone in the network owns the information.  Transparency: Because every node or participant in Blockchain has a copy of the Blockchain data, they have access to all transaction data.  Immutability: It means that once something has been entered into the blockchain, it cannot be tampered with. Disadvantages of current transaction system:  Cash can only be used in low amount transaction locally.  Huge waiting time in the processing of transactions.  Need to third party for verification and execution of Transaction make the process complex.  If the Central Server like Banks is compromised, whole System is affected including the participants.  Organization doing validation charge high process thus making the process expensive. # Cryptocurrency A cryptocurrency is a digital or virtual currency that is secured by cryptography, which is immutable. Many cryptocurrencies are decentralized networks based on blockchain technology. Cryptocurrencies are electronic peer-to-peer currencies. They don't physically exist. Examples of cryptocurrency The first blockchain-based cryptocurrency was Bitcoin, which still remains the most popular and most valuable. Other are: 1. Bitcoin 2. Ripple 3. Litecoin 4. Libra 5. Bitcoin Cash 6. Chainlink # Bitcoin  Bitcoin is a completely decentralised, peer-to-peer, permissionless cryptocurrency put forth in 2009 by Satoshi Nakamoto.  Bitcoin is the first blockchain application.  It is permissionless , i.e. open to anyone.  Bitcoin blockchain size is growing exponentially. Why Bitcoins ? Bitcoins can be used to buy merchandise anonymously. In addition, international payments are easy and cheap because bitcoins are not tied to any country or subject to regulation. Small businesses may like them because there are no credit card fees. Some people just buy bitcoins as an investment, hoping that they’ll go up in value. Downloaded from: www.KKWorld.in Made By: YouTube.com/KrazyKaksha
  • 2. # Smart Contract The term was coined by Nick Szabo, a computer scientist and cryptographer, in 1996. A smart contract, also known as a cryptocontract A smart contract is a self-executing contract with the terms of the agreement between buyer and seller being directly written into lines of code. The code and the agreements contained therein exist across a distributed, decentralized blockchain network. The code controls the execution, and transactions are trackable and irreversible. Smart contracts permit trusted transactions and agreements to be carried out among disparate, anonymous parties without the need for a central authority, legal system, or external enforcement mechanism. Advantages of Smart Contracts:  Immutable: No one can change it once it is deployed on blockchain.  Distributed: All the steps of the contract can be validated by every participating party — no one can claim later that the contract was not validated.  Saves money: Since there is no need of third-party to run or maintain the contract, the cost is saved. Popular Smart Contract Platforms:  Ethereum  Hyperledger  Ripple  Rootstock # Applications of Blockchains Blockchain can be used in practically all those scenarios where middlemen are involved. Here are some of the use-cases. 1. Cryptocurrency: this is the most well-known use of Blockchain. By implementing Blockchain, parties are able to transact with each other without the involvement of any bank. For instance, a person sitting in the United States can transfer bitcoins to one based out of India without intervention from any bank. This lead to the creation of a lot of cryptocurrencies, Bitcoin being the most popular one. 2. Advertising: Currently, companies like Google and Facebook control almost all of the digital advertising traffic of the world. However, Blockchain can potentially eliminate that. Here, Google and Facebook are essentially middlemen that control the advertising ecosystem. Using Blockchain the producers and the consumers can be connected directly through a decentralized system. 3. Real Estate: In the Real Estate industry, there are middlemen in the form of brokers who often charge exorbitant fees for pairing the buyer with the sellers. Using Blockchain, such middlemen can be eliminated to save the cost. Basically, instead of relying on centralized advertising/listing portals, a Blockchain can be used where the producers (advertisers or real-estate sellers) can provide their ads/listings and consumers can see them directly without any middlemen. 4. Healthcare: The health records of patients can be securely stored in a Blockchain so that when the patient visits another doctor, he/she can directly share those records with the new doctor. The best part about using Blockchain here is that there is no need for a centralized portal where these records are stored. Therefore, the cost can be lowered significantly. Health records could include a lot of things like:  Diagnostic by doctor  Medical History  Lab reports 5. Voting: Online voting has been resisted by many due to concerns such as security and fraud. Blockchain can successfully eliminate these concerns as it will present a clear record of the votes that have been cast. The tamper-proof feature of a blockchain makes it difficult to hack a blockchain-enabled voting system. With blockchain, the voting process can be carried out comfortably from the confines of the voter’s homes. This may result in a significant rise in voter turnout. 6. Insurance: Arguably the greatest blockchain application for insurance is through smart contracts. These contracts allow customers and insurers to manage claims in a transparent and secure manner. All contracts and claims can be recorded on the blockchain and validated by the network, which would eliminate invalid claims, since the blockchain would reject multiple claims on the same accident. 7. Media: Media companies have already started to adopt blockchain technology to eliminate fraud, reduce costs, and even protect Intellectual Property (IP) rights of content - like music records. 8. Taxes: Blockchain tech could make the cumbersome process of filing taxes, which is prone to human error, much more efficient with enough information stored on the blockchain. Downloaded from: www.KKWorld.in Made By: YouTube.com/KrazyKaksha