SlideShare a Scribd company logo
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
BLOCKCHAIN
“Blockchain” is a specific type of database which is different from
a typical type of database. A blockchain collects information together
in groups, also known as chunks or blocks, that hold sets of
information. Blocks have certain storage capacities and, when filled,
are chained onto the previously filled block, forming a chain of data
known as the “BLOCKCHAIN.” All new information that follows that
freshly added block is compiled into a newly formed block that will
then also be added to the chain once filled. To continue…..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
BLOCKCHAIN- Transaction Process
A new Transaction is entered
1
The transaction is then transmitted to a network of peer-to-peer
computers scattered across the world.
2
This network of computers then solves equations to confirm the validity
of the transaction.
3
Once confirmed to be legitimate transactions, they are clustered
together into blocks or chunks.
4
These blocks or chunks are then chained together creating a long history
(chain) of all transactions that are permanent.
5
The transaction is complete and the chain is called “BLOCKCHAIN”.
6
To Continue……..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
Is Blockchain a Cryptocurrency?
Blockchain is the technology that enables the existence of cryptocurrency
(among other things).
1
Bitcoin is the name of the best-known cryptocurrency, the one for which
blockchain technology was invented.
2
A cryptocurrency (or “crypto”) is a digital currency that can be used to
buy goods and services, but uses an online ledger with strong
cryptography to secure online transactions.
3
The bitcoin network is underpinned by the blockchain technology, which is very difficult
to hack. In blockchain technology, data isn't stored in a central server, but across a huge
network of computers, which is constantly checking and verifying if the records are
accurate.
4
To Continue……..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
Blockchain- The Idea Behind
Although the mechanism of blockchain is full of complexity, the basic
idea is to decentralize the storage of data so that such data cannot be
owned, controlled or manipulated by a central entity.
1
The data which is stored inside a block depends on the type of
blockchain. For Example, A Bitcoin Block contains information about the
Sender, Receiver, number of bitcoins to be transferred and date stamp.
2
The technology could change the entire mechanism of the financial
markets, content distribution, supply chain management, the dispersal of
humanitarian aid and even voting in a general election.
3
To Continue……..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
DISTRIBUTED LEDGER TECHNOLOGY
A BLOCKCHAIN is thus a digital ledger of transactions that is
duplicated and distributed across the entire network of computer
systems on the blockchain. Each block in the chain contains a number of
TRANSACTIONS, and every time a new transaction occurs on the
blockchain, a record of that transaction is added to every participant’s
ledger. The decentralised database managed by multiple participants is
known as DISTRIBUTED LEDGER TECHNOLOGY (DLT).
1
2
To Continue……..
Blockchain is a type of DLT in which transactions are recorded with an
immutable cryptographic signature called a hash.
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
IMMUTABLE CRYPTOGRAPHIC SIGNATURE
Immutable signatures are ideal tools to provide authentication
and integrity for such applications with an important property
called IMMUTABILITY. Signature immutability ensures that, no
attacker can derive a valid signature for unposed queries from
previous queries and their corresponding signatures.
1
2
To Continue……..
One of the key elements that make blockchain immutable is
cryptographic hashes, which is why blockchain is immutable.
The main advantage of hash is that it cannot be reverse-
engineered. That's the reason of its growing popularity.
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
PROPERTIES OF DISTRIBUTABLE LEDGER TECHNOLOGY
1
2
To Continue……..
PROGRAMMABLE: For Example Smart Contracts
DISTRIBUTED: All network participants have a copy of the ledger for complete
transparency
SECURE: All records are individually encrypted.
3
IMMUTABLE: All validated records are irreversible and cannot be changed.
ANONYMOUS: The identity of participants is either anonymous or
pseudonymous.
4
5
UNANIMOUS: All network participants agree to the validity of each of the
records
6
TIME STAMPED: A transaction time stamp is recorded on a block
7
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
BLOCKCHAIN- Why The Hype Around ?
1
There have been several attempts to create digital money in the past,
but they have always failed. The underlying issue is TRUST. If someone
creates a new currency called the X dollar, how can we trust that they
won't give themselves a million X dollars, or steal your X dollars for
themselves?
Bitcoin was designed to solve this problem by using a specific type of
database called a BLOCKCHAIN.
Most normal databases, such as an SQL database, have someone in
charge who can change the entries (e.g. giving themselves a million X
dollars). Blockchain is different because nobody is in charge; it’s run by
the people who use it. What’s more, bitcoins can’t be faked, hacked or
double spent – so people that own this money can trust that it has
some value. To continue…..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
ANALOGY OF BLOCKCHAIN
1
A most simple analogy for understanding BLOCKCHAIN TECHNOLOGY is
a Google Doc. When we create a Google Document and share it with a
group of people, the document gets distributed instead of being copied
or transferred. This thus creates a decentralized distribution chain that
gives everyone access to the document at the same time. No one is
required to wait for changes to be done by another party, while all
modifications and/or insertions to the document are being recorded in
real-time, making all the relevant changes completely transparent with a
date and time stamp. Of course, BLOCKCHAIN is much more complicated
and complex than a Google Doc, but the analogy of Google Doc
properly fits into Blockchain technology as because it illustrates three
critical ideas of the technology:
To continue…..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
BLOCKS IN A BLOCKCHAIN
1
Each BLOCKCHAIN comprises multiple blocks and each block has
following three basic elements:
•The data in the block.
•A 32-bit whole number called a NONCE. The nonce is randomly
generated when a block is created, which then generates a BLOCK
HEADER HASH.
•The hash is a 256-bit number twined or wedded to the nonce. It must
start with a huge number of zeroes (i.e., be extremely small). When the
first block of a chain is created, a nonce generates the cryptographic hash.
The data in the block is considered signed and forever tied to the nonce
and hash unless it is mined.
To
continue…..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
MINERS
1
Miners create new blocks on the chain through a process called MINING.
In a blockchain every block has its own unique nonce and hash, but also gives
reference of the hash of the previous block in the chain, so mining a block isn’t that
easy as it appears, especially on larger chains.
Miners use special software to solve the most complex math problem of finding a
nonce that generates an accepted hash. Because the nonce is only 32 bits and the
hash is 256, there are roughly four billion possible nonce-hash
combinations that must be mined before the right one is found. When
that happens miners are said to have found the "golden nonce" and their block is
added to the chain.
Making a change to any preceding block in the chain requires complete re-mining of
not just the block with the change, but all of the blocks that come after. This is why
it's extremely difficult to temper with blockchain technology.
To
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
NODES
1
Nodes can be any kind of electronic device that maintains copies of the
blockchain and keeps the network functioning.
Decentralisation is the most important concept in blockchain technology. There is no
owner instead. Everything is controlled by a full proof system, it is a distributed
ledger via the nodes connected to the chain.
Every node has its own copy of the blockchain and the network must algorithmically
approve any newly mined block for the chain to be updated, trusted and verified.
Every action in the ledger can be easily checked and viewed. Each participant is
given a unique alphanumeric identification number that shows their
transactions.
Combining public information with a system of checks-and-balances helps the
blockchain maintain integrity and creates trust among users.
To
continue…..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
CRYPTOCURRENCY
1
The most well-known use (and maybe the most controversial one) of
BLOCKCHAIN is in CRYPTOCURRENCIES.
Cryptocurrencies are digital currencies (or tokens), like Bitcoin,
Ethereum or Litecoin, which are used to buy goods and services. Just
like a digital form of cash, crypto can be used to buy everything from
your food to your next home.
Unlike cash, crypto uses blockchain to act as both a public ledger and
an enhanced cryptographic security system, so online transactions are
always recorded and secured.
To continue…..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
BITCOIN VS BLOCKCHAIN SLIDE 1
1
The Bitcoin protocol is built on a blockchain. It is a new electronic cash
system that’s fully peer-to-peer, with no trusted third party.
The key thing to understand here is that Bitcoin merely uses
blockchain as a means to transparently record a ledger of payments
and is not the Blockchain in itself.
The cryptocurrency bitcoin has got its value because it holds up very
well when it comes to the six characteristics, viz. Durability, Portability,
Divisibility, Uniformity, Limited Supply and Acceptability.
To
continue…..
From the desk of
CA RATAN KUMAR AGARWALA
CA TALK TIME
BITCOIN VS BLOCKCHAIN SLIDE 2
1
•While bitcoin EXCHANGE-TRADED FUNDS (ETFs) are not yet a reality, blockchain ETFs
have already made their debut in markets.
•Virtual currencies are frequently embroiled in multiple regulatory battles and have been
scrutinized heavily, particularly for their role in facilitating criminal activities, such as money
laundering.
•Blockchain technology is neither banned nor under scrutiny by regulatory agencies.
•Blockchain ETFs primarily track the stock market prices of companies that have invested in
blockchain technology in their fund.
•More recently, optimism about the possibility of a bitcoin ETF in the near future has increased,
namely because the incoming chair of the SEC is Gary Gensler, who has deep expertise in
cryptocurrencies.
Ad

More Related Content

What's hot (20)

How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
Shishir Aryal
 
Blockchain
BlockchainBlockchain
Blockchain
PedramDehghanpour
 
Blockchain
BlockchainBlockchain
Blockchain
Jaison Peter
 
Blockchain use cases
Blockchain use casesBlockchain use cases
Blockchain use cases
Software Infrastructure
 
Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
Murughan Palaniachari
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
Zied GUESMI
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
hellygeorge
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and Beyond
Michael Novak
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
Niuversity
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
Jordan Harris
 
Blockchain ppt
Blockchain pptBlockchain ppt
Blockchain ppt
abhi sharma
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
The NorthCap University
 
Blockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for LibrariesBlockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for Libraries
Bohyun Kim
 
Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges
Merlec Mpyana
 
PoW vs. PoS - Key Differences
PoW vs. PoS - Key DifferencesPoW vs. PoS - Key Differences
PoW vs. PoS - Key Differences
101 Blockchains
 
Blockchain
BlockchainBlockchain
Blockchain
Software Infrastructure
 
Blockchain
BlockchainBlockchain
Blockchain
Amit Kumar
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
Experfy
 
Overview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsOverview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus Mechanisms
Johannes Ahlmann
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
AIMDek Technologies
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
Shishir Aryal
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
Zied GUESMI
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
hellygeorge
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and Beyond
Michael Novak
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
Niuversity
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
Jordan Harris
 
Blockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for LibrariesBlockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for Libraries
Bohyun Kim
 
Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges Blockchain Security Issues and Challenges
Blockchain Security Issues and Challenges
Merlec Mpyana
 
PoW vs. PoS - Key Differences
PoW vs. PoS - Key DifferencesPoW vs. PoS - Key Differences
PoW vs. PoS - Key Differences
101 Blockchains
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
Experfy
 
Overview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsOverview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus Mechanisms
Johannes Ahlmann
 

Similar to Ppt on blockchain technology (20)

BLOCKCHAIN PPT BY SANIYA.pptx || ece by arun parmar
BLOCKCHAIN  PPT BY SANIYA.pptx || ece by arun parmarBLOCKCHAIN  PPT BY SANIYA.pptx || ece by arun parmar
BLOCKCHAIN PPT BY SANIYA.pptx || ece by arun parmar
expertcomputer4
 
Blockchain Technology Explained
Blockchain Technology ExplainedBlockchain Technology Explained
Blockchain Technology Explained
MdSaifulIslam289
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchain
Abhishek Jaiswal
 
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyBlockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Unbiased Technolab
 
Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdf
ArcadePrinters
 
Rafael Oliveira | All About Blockchain
Rafael Oliveira | All About BlockchainRafael Oliveira | All About Blockchain
Rafael Oliveira | All About Blockchain
Rafael Oliveira Bitcoin
 
Blockchain&Crypto.pptx
Blockchain&Crypto.pptxBlockchain&Crypto.pptx
Blockchain&Crypto.pptx
RafayNaveed4
 
blockchain.pdf
blockchain.pdfblockchain.pdf
blockchain.pdf
JavedAjmal1
 
solulab.com-What is Blockchain Technology.pdf
solulab.com-What is Blockchain Technology.pdfsolulab.com-What is Blockchain Technology.pdf
solulab.com-What is Blockchain Technology.pdf
celinedion89121
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial
Rohit Verma
 
What is Blockchain Technology? A Beginner’s Guide.pdf
What is Blockchain Technology? A Beginner’s Guide.pdfWhat is Blockchain Technology? A Beginner’s Guide.pdf
What is Blockchain Technology? A Beginner’s Guide.pdf
imoliviabennett
 
BLOCKCHAIN.pptx
BLOCKCHAIN.pptxBLOCKCHAIN.pptx
BLOCKCHAIN.pptx
ChelladuraiBose1
 
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
Harry977415
 
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
AschalewAyele2
 
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
AschalewAyele2
 
Blockchain Facts_ What Is It, How It Works, and How It Can Be Used.pdf
Blockchain Facts_ What Is It, How It Works, and How It Can Be Used.pdfBlockchain Facts_ What Is It, How It Works, and How It Can Be Used.pdf
Blockchain Facts_ What Is It, How It Works, and How It Can Be Used.pdf
MaryRozetteNuezca
 
Blockchain-SSM.pptx
Blockchain-SSM.pptxBlockchain-SSM.pptx
Blockchain-SSM.pptx
Aditya786867
 
IRJET- Blockchain Technology
IRJET- Blockchain TechnologyIRJET- Blockchain Technology
IRJET- Blockchain Technology
IRJET Journal
 
BLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.pptBLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.ppt
jishnub8
 
1.Introduction to Blockchain Technology.pptx
1.Introduction to Blockchain Technology.pptx1.Introduction to Blockchain Technology.pptx
1.Introduction to Blockchain Technology.pptx
Modern College Shivajinagar, Pune-5
 
BLOCKCHAIN PPT BY SANIYA.pptx || ece by arun parmar
BLOCKCHAIN  PPT BY SANIYA.pptx || ece by arun parmarBLOCKCHAIN  PPT BY SANIYA.pptx || ece by arun parmar
BLOCKCHAIN PPT BY SANIYA.pptx || ece by arun parmar
expertcomputer4
 
Blockchain Technology Explained
Blockchain Technology ExplainedBlockchain Technology Explained
Blockchain Technology Explained
MdSaifulIslam289
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchain
Abhishek Jaiswal
 
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyBlockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Unbiased Technolab
 
Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdf
ArcadePrinters
 
Blockchain&Crypto.pptx
Blockchain&Crypto.pptxBlockchain&Crypto.pptx
Blockchain&Crypto.pptx
RafayNaveed4
 
solulab.com-What is Blockchain Technology.pdf
solulab.com-What is Blockchain Technology.pdfsolulab.com-What is Blockchain Technology.pdf
solulab.com-What is Blockchain Technology.pdf
celinedion89121
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial
Rohit Verma
 
What is Blockchain Technology? A Beginner’s Guide.pdf
What is Blockchain Technology? A Beginner’s Guide.pdfWhat is Blockchain Technology? A Beginner’s Guide.pdf
What is Blockchain Technology? A Beginner’s Guide.pdf
imoliviabennett
 
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
Harry977415
 
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
AschalewAyele2
 
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
AschalewAyele2
 
Blockchain Facts_ What Is It, How It Works, and How It Can Be Used.pdf
Blockchain Facts_ What Is It, How It Works, and How It Can Be Used.pdfBlockchain Facts_ What Is It, How It Works, and How It Can Be Used.pdf
Blockchain Facts_ What Is It, How It Works, and How It Can Be Used.pdf
MaryRozetteNuezca
 
Blockchain-SSM.pptx
Blockchain-SSM.pptxBlockchain-SSM.pptx
Blockchain-SSM.pptx
Aditya786867
 
IRJET- Blockchain Technology
IRJET- Blockchain TechnologyIRJET- Blockchain Technology
IRJET- Blockchain Technology
IRJET Journal
 
BLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.pptBLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.ppt
jishnub8
 
Ad

Recently uploaded (20)

Sets theories and applications that can used to imporve knowledge
Sets theories and applications that can used to imporve knowledgeSets theories and applications that can used to imporve knowledge
Sets theories and applications that can used to imporve knowledge
saumyasl2020
 
national income & related aggregates (1)(1).pptx
national income & related aggregates (1)(1).pptxnational income & related aggregates (1)(1).pptx
national income & related aggregates (1)(1).pptx
j2492618
 
Multi-tenant Data Pipeline Orchestration
Multi-tenant Data Pipeline OrchestrationMulti-tenant Data Pipeline Orchestration
Multi-tenant Data Pipeline Orchestration
Romi Kuntsman
 
presentacion.slideshare.informáticaJuridica..pptx
presentacion.slideshare.informáticaJuridica..pptxpresentacion.slideshare.informáticaJuridica..pptx
presentacion.slideshare.informáticaJuridica..pptx
GersonVillatoro4
 
Controlling Financial Processes at a Municipality
Controlling Financial Processes at a MunicipalityControlling Financial Processes at a Municipality
Controlling Financial Processes at a Municipality
Process mining Evangelist
 
Feature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record SystemsFeature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record Systems
Process mining Evangelist
 
Automated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptxAutomated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptx
handrymaharjan23
 
Mixed Methods Research.pptx education 201
Mixed Methods Research.pptx education 201Mixed Methods Research.pptx education 201
Mixed Methods Research.pptx education 201
GraceSolaa1
 
AWS Certified Machine Learning Slides.pdf
AWS Certified Machine Learning Slides.pdfAWS Certified Machine Learning Slides.pdf
AWS Certified Machine Learning Slides.pdf
philsparkshome
 
Dynamics 365 Business Rules Dynamics Dynamics
Dynamics 365 Business Rules Dynamics DynamicsDynamics 365 Business Rules Dynamics Dynamics
Dynamics 365 Business Rules Dynamics Dynamics
heyoubro69
 
2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf
dominikamizerska1
 
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdfPublication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
StatsCommunications
 
Process Mining as Enabler for Digital Transformations
Process Mining as Enabler for Digital TransformationsProcess Mining as Enabler for Digital Transformations
Process Mining as Enabler for Digital Transformations
Process mining Evangelist
 
Important JavaScript Concepts Every Developer Must Know
Important JavaScript Concepts Every Developer Must KnowImportant JavaScript Concepts Every Developer Must Know
Important JavaScript Concepts Every Developer Must Know
yashikanigam1
 
HershAggregator (2).pdf musicretaildistribution
HershAggregator (2).pdf musicretaildistributionHershAggregator (2).pdf musicretaildistribution
HershAggregator (2).pdf musicretaildistribution
hershtara1
 
Lesson 6-Interviewing in SHRM_updated.pdf
Lesson 6-Interviewing in SHRM_updated.pdfLesson 6-Interviewing in SHRM_updated.pdf
Lesson 6-Interviewing in SHRM_updated.pdf
hemelali11
 
Analysis of Billboards hot 100 toop five hit makers on the chart.docx
Analysis of Billboards hot 100 toop five hit makers on the chart.docxAnalysis of Billboards hot 100 toop five hit makers on the chart.docx
Analysis of Billboards hot 100 toop five hit makers on the chart.docx
hershtara1
 
End to End Process Analysis - Cox Communications
End to End Process Analysis - Cox CommunicationsEnd to End Process Analysis - Cox Communications
End to End Process Analysis - Cox Communications
Process mining Evangelist
 
Urban models for professional practice 03
Urban models for professional practice 03Urban models for professional practice 03
Urban models for professional practice 03
DanisseLoiDapdap
 
Introduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdfIntroduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdf
AbdurahmanAbd
 
Sets theories and applications that can used to imporve knowledge
Sets theories and applications that can used to imporve knowledgeSets theories and applications that can used to imporve knowledge
Sets theories and applications that can used to imporve knowledge
saumyasl2020
 
national income & related aggregates (1)(1).pptx
national income & related aggregates (1)(1).pptxnational income & related aggregates (1)(1).pptx
national income & related aggregates (1)(1).pptx
j2492618
 
Multi-tenant Data Pipeline Orchestration
Multi-tenant Data Pipeline OrchestrationMulti-tenant Data Pipeline Orchestration
Multi-tenant Data Pipeline Orchestration
Romi Kuntsman
 
presentacion.slideshare.informáticaJuridica..pptx
presentacion.slideshare.informáticaJuridica..pptxpresentacion.slideshare.informáticaJuridica..pptx
presentacion.slideshare.informáticaJuridica..pptx
GersonVillatoro4
 
Controlling Financial Processes at a Municipality
Controlling Financial Processes at a MunicipalityControlling Financial Processes at a Municipality
Controlling Financial Processes at a Municipality
Process mining Evangelist
 
Feature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record SystemsFeature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record Systems
Process mining Evangelist
 
Automated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptxAutomated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptx
handrymaharjan23
 
Mixed Methods Research.pptx education 201
Mixed Methods Research.pptx education 201Mixed Methods Research.pptx education 201
Mixed Methods Research.pptx education 201
GraceSolaa1
 
AWS Certified Machine Learning Slides.pdf
AWS Certified Machine Learning Slides.pdfAWS Certified Machine Learning Slides.pdf
AWS Certified Machine Learning Slides.pdf
philsparkshome
 
Dynamics 365 Business Rules Dynamics Dynamics
Dynamics 365 Business Rules Dynamics DynamicsDynamics 365 Business Rules Dynamics Dynamics
Dynamics 365 Business Rules Dynamics Dynamics
heyoubro69
 
2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf
dominikamizerska1
 
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdfPublication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
StatsCommunications
 
Process Mining as Enabler for Digital Transformations
Process Mining as Enabler for Digital TransformationsProcess Mining as Enabler for Digital Transformations
Process Mining as Enabler for Digital Transformations
Process mining Evangelist
 
Important JavaScript Concepts Every Developer Must Know
Important JavaScript Concepts Every Developer Must KnowImportant JavaScript Concepts Every Developer Must Know
Important JavaScript Concepts Every Developer Must Know
yashikanigam1
 
HershAggregator (2).pdf musicretaildistribution
HershAggregator (2).pdf musicretaildistributionHershAggregator (2).pdf musicretaildistribution
HershAggregator (2).pdf musicretaildistribution
hershtara1
 
Lesson 6-Interviewing in SHRM_updated.pdf
Lesson 6-Interviewing in SHRM_updated.pdfLesson 6-Interviewing in SHRM_updated.pdf
Lesson 6-Interviewing in SHRM_updated.pdf
hemelali11
 
Analysis of Billboards hot 100 toop five hit makers on the chart.docx
Analysis of Billboards hot 100 toop five hit makers on the chart.docxAnalysis of Billboards hot 100 toop five hit makers on the chart.docx
Analysis of Billboards hot 100 toop five hit makers on the chart.docx
hershtara1
 
End to End Process Analysis - Cox Communications
End to End Process Analysis - Cox CommunicationsEnd to End Process Analysis - Cox Communications
End to End Process Analysis - Cox Communications
Process mining Evangelist
 
Urban models for professional practice 03
Urban models for professional practice 03Urban models for professional practice 03
Urban models for professional practice 03
DanisseLoiDapdap
 
Introduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdfIntroduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdf
AbdurahmanAbd
 
Ad

Ppt on blockchain technology

  • 1. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME BLOCKCHAIN “Blockchain” is a specific type of database which is different from a typical type of database. A blockchain collects information together in groups, also known as chunks or blocks, that hold sets of information. Blocks have certain storage capacities and, when filled, are chained onto the previously filled block, forming a chain of data known as the “BLOCKCHAIN.” All new information that follows that freshly added block is compiled into a newly formed block that will then also be added to the chain once filled. To continue…..
  • 2. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME BLOCKCHAIN- Transaction Process A new Transaction is entered 1 The transaction is then transmitted to a network of peer-to-peer computers scattered across the world. 2 This network of computers then solves equations to confirm the validity of the transaction. 3 Once confirmed to be legitimate transactions, they are clustered together into blocks or chunks. 4 These blocks or chunks are then chained together creating a long history (chain) of all transactions that are permanent. 5 The transaction is complete and the chain is called “BLOCKCHAIN”. 6 To Continue……..
  • 3. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME Is Blockchain a Cryptocurrency? Blockchain is the technology that enables the existence of cryptocurrency (among other things). 1 Bitcoin is the name of the best-known cryptocurrency, the one for which blockchain technology was invented. 2 A cryptocurrency (or “crypto”) is a digital currency that can be used to buy goods and services, but uses an online ledger with strong cryptography to secure online transactions. 3 The bitcoin network is underpinned by the blockchain technology, which is very difficult to hack. In blockchain technology, data isn't stored in a central server, but across a huge network of computers, which is constantly checking and verifying if the records are accurate. 4 To Continue……..
  • 4. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME Blockchain- The Idea Behind Although the mechanism of blockchain is full of complexity, the basic idea is to decentralize the storage of data so that such data cannot be owned, controlled or manipulated by a central entity. 1 The data which is stored inside a block depends on the type of blockchain. For Example, A Bitcoin Block contains information about the Sender, Receiver, number of bitcoins to be transferred and date stamp. 2 The technology could change the entire mechanism of the financial markets, content distribution, supply chain management, the dispersal of humanitarian aid and even voting in a general election. 3 To Continue……..
  • 5. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME DISTRIBUTED LEDGER TECHNOLOGY A BLOCKCHAIN is thus a digital ledger of transactions that is duplicated and distributed across the entire network of computer systems on the blockchain. Each block in the chain contains a number of TRANSACTIONS, and every time a new transaction occurs on the blockchain, a record of that transaction is added to every participant’s ledger. The decentralised database managed by multiple participants is known as DISTRIBUTED LEDGER TECHNOLOGY (DLT). 1 2 To Continue…….. Blockchain is a type of DLT in which transactions are recorded with an immutable cryptographic signature called a hash.
  • 6. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME IMMUTABLE CRYPTOGRAPHIC SIGNATURE Immutable signatures are ideal tools to provide authentication and integrity for such applications with an important property called IMMUTABILITY. Signature immutability ensures that, no attacker can derive a valid signature for unposed queries from previous queries and their corresponding signatures. 1 2 To Continue…….. One of the key elements that make blockchain immutable is cryptographic hashes, which is why blockchain is immutable. The main advantage of hash is that it cannot be reverse- engineered. That's the reason of its growing popularity.
  • 7. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME PROPERTIES OF DISTRIBUTABLE LEDGER TECHNOLOGY 1 2 To Continue…….. PROGRAMMABLE: For Example Smart Contracts DISTRIBUTED: All network participants have a copy of the ledger for complete transparency SECURE: All records are individually encrypted. 3 IMMUTABLE: All validated records are irreversible and cannot be changed. ANONYMOUS: The identity of participants is either anonymous or pseudonymous. 4 5 UNANIMOUS: All network participants agree to the validity of each of the records 6 TIME STAMPED: A transaction time stamp is recorded on a block 7
  • 8. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME BLOCKCHAIN- Why The Hype Around ? 1 There have been several attempts to create digital money in the past, but they have always failed. The underlying issue is TRUST. If someone creates a new currency called the X dollar, how can we trust that they won't give themselves a million X dollars, or steal your X dollars for themselves? Bitcoin was designed to solve this problem by using a specific type of database called a BLOCKCHAIN. Most normal databases, such as an SQL database, have someone in charge who can change the entries (e.g. giving themselves a million X dollars). Blockchain is different because nobody is in charge; it’s run by the people who use it. What’s more, bitcoins can’t be faked, hacked or double spent – so people that own this money can trust that it has some value. To continue…..
  • 9. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME ANALOGY OF BLOCKCHAIN 1 A most simple analogy for understanding BLOCKCHAIN TECHNOLOGY is a Google Doc. When we create a Google Document and share it with a group of people, the document gets distributed instead of being copied or transferred. This thus creates a decentralized distribution chain that gives everyone access to the document at the same time. No one is required to wait for changes to be done by another party, while all modifications and/or insertions to the document are being recorded in real-time, making all the relevant changes completely transparent with a date and time stamp. Of course, BLOCKCHAIN is much more complicated and complex than a Google Doc, but the analogy of Google Doc properly fits into Blockchain technology as because it illustrates three critical ideas of the technology: To continue…..
  • 10. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME BLOCKS IN A BLOCKCHAIN 1 Each BLOCKCHAIN comprises multiple blocks and each block has following three basic elements: •The data in the block. •A 32-bit whole number called a NONCE. The nonce is randomly generated when a block is created, which then generates a BLOCK HEADER HASH. •The hash is a 256-bit number twined or wedded to the nonce. It must start with a huge number of zeroes (i.e., be extremely small). When the first block of a chain is created, a nonce generates the cryptographic hash. The data in the block is considered signed and forever tied to the nonce and hash unless it is mined. To continue…..
  • 11. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME MINERS 1 Miners create new blocks on the chain through a process called MINING. In a blockchain every block has its own unique nonce and hash, but also gives reference of the hash of the previous block in the chain, so mining a block isn’t that easy as it appears, especially on larger chains. Miners use special software to solve the most complex math problem of finding a nonce that generates an accepted hash. Because the nonce is only 32 bits and the hash is 256, there are roughly four billion possible nonce-hash combinations that must be mined before the right one is found. When that happens miners are said to have found the "golden nonce" and their block is added to the chain. Making a change to any preceding block in the chain requires complete re-mining of not just the block with the change, but all of the blocks that come after. This is why it's extremely difficult to temper with blockchain technology. To
  • 12. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME NODES 1 Nodes can be any kind of electronic device that maintains copies of the blockchain and keeps the network functioning. Decentralisation is the most important concept in blockchain technology. There is no owner instead. Everything is controlled by a full proof system, it is a distributed ledger via the nodes connected to the chain. Every node has its own copy of the blockchain and the network must algorithmically approve any newly mined block for the chain to be updated, trusted and verified. Every action in the ledger can be easily checked and viewed. Each participant is given a unique alphanumeric identification number that shows their transactions. Combining public information with a system of checks-and-balances helps the blockchain maintain integrity and creates trust among users. To continue…..
  • 13. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME CRYPTOCURRENCY 1 The most well-known use (and maybe the most controversial one) of BLOCKCHAIN is in CRYPTOCURRENCIES. Cryptocurrencies are digital currencies (or tokens), like Bitcoin, Ethereum or Litecoin, which are used to buy goods and services. Just like a digital form of cash, crypto can be used to buy everything from your food to your next home. Unlike cash, crypto uses blockchain to act as both a public ledger and an enhanced cryptographic security system, so online transactions are always recorded and secured. To continue…..
  • 14. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME BITCOIN VS BLOCKCHAIN SLIDE 1 1 The Bitcoin protocol is built on a blockchain. It is a new electronic cash system that’s fully peer-to-peer, with no trusted third party. The key thing to understand here is that Bitcoin merely uses blockchain as a means to transparently record a ledger of payments and is not the Blockchain in itself. The cryptocurrency bitcoin has got its value because it holds up very well when it comes to the six characteristics, viz. Durability, Portability, Divisibility, Uniformity, Limited Supply and Acceptability. To continue…..
  • 15. From the desk of CA RATAN KUMAR AGARWALA CA TALK TIME BITCOIN VS BLOCKCHAIN SLIDE 2 1 •While bitcoin EXCHANGE-TRADED FUNDS (ETFs) are not yet a reality, blockchain ETFs have already made their debut in markets. •Virtual currencies are frequently embroiled in multiple regulatory battles and have been scrutinized heavily, particularly for their role in facilitating criminal activities, such as money laundering. •Blockchain technology is neither banned nor under scrutiny by regulatory agencies. •Blockchain ETFs primarily track the stock market prices of companies that have invested in blockchain technology in their fund. •More recently, optimism about the possibility of a bitcoin ETF in the near future has increased, namely because the incoming chair of the SEC is Gary Gensler, who has deep expertise in cryptocurrencies.
  翻译: