SlideShare ist ein Scribd-Unternehmen logo
1 von 27
BLOCKCHAIN TECHNOLOGY:
ADOPTION CHALLENGES,
PLATFORM & APPLICATIONS
SANJEEV VERMA
TECHNICAL CHALLENGES
BLOCKCHAIN TECHNOLOGY
• Blockchain Technology
• Does not refer to a specific technology or system.
• It is a nebulous marketing concept to describe a set of solutions based
on the distributed trust.
• Refers to a set of solutions based on public ledger and consensus
algorithms to establish a distributed trusted system of assets.
• Main Characteristics: Provenance, Immutability, Consensus.
BLOCKCHAIN TECHNOLOGY LANDSCAPE
• Open (Permission Less) or Closed (Permissioned) Ledger?
• Data Structure & Protection mechanisms of the Ledger Entries.
• Consensus Algorithms
• Proof of Work (PoW), Proof of Stake (PoS), Byzantine Fault-Tolerant etc.
• Degree of Anonymity
• Full Anonymity, No Anonymity or Partial Anonymity.
(See Appendix for discussions on consensus algorithms.)
PERFORMANCE METRICS OF BLOCKCHAIN
BASED SOLUTIONS
• Scalability
• Size of the Blockchain over time.
• Number of Nodes.
• Speed
• Block Latency: Time to add a Block to ledger.
• Consensus Latency: Time to reach consensus on a new Block.
• Throughput: Peak Number of Transactions per second.
• Processing
• Computational requirements of the solution to add blocks to the ledger.
• Computational requirements and processing cost of a node.
POLICY & SYSTEM CHALLENGES
POLICY & SYSTEM CHALLENGES
• Cultural Adoption
• Integration Concerns & Initial Cost
• Uncertain Regulatory and Compliance Status
• Identity, Security and Privacy
• Standardization
CULTURAL ADOPTION
• Blockchain is a disruptive Technology: Moves Trust & Authority
from a centralized authority to a distributed network:
• Impact on business processes, organizational structure, governance
model.
• Acceptability or Resistance to the new approach from the users and
operators in an organization or ecosystem.
INTEGRATION CONCERNS & INITIAL COST
• Transition to a disruptive technology means significant changes
or complete replacement of existing system.
• Heavy initial cost for organizations to transition from
centralized trusted framework to distributed trusted
framework:
• Organizations need to strategize and do cost-benefit analysis before
adopting new trust model.
UNCERTAIN REGULATORY AND COMPLIANCE
STATUS
• Uncertain regulatory and compliance status has been the
biggest concerns especially for cryptocurrencies like Bitcoin.
• Blockchain applications in an ecosystem need to work within its
existing well-defined regulatory framework:
• Ecosystems adopting Blockchain technology needs to understand the
implications. For instance in case of breach-should the accountability be
shared?
• Compliance needs to move from the reporting system to a
consensus model.
IDENTITY, SECURITY AND PRIVACY
• Anonymity & Security need differ across applications/ecosystems:
• Cryptocurrencies like Bitcoin offered limited anonymity-transactions are tied
to wallet rather than to individuals.
• Smart Contract applications may require contacts and transactions to be
linked to known identities.
• Health industry requires HIPAA standard compliance for protecting sensitive
patient data.
• Financial industry needs support for PCI-DSS standard.
• Ecosystems need confidence that its security and privacy needs are
being met by new technology replacing its existing solutions.
STANDARDIZATION
• Lack of generally accepted definitions and standards
• Every market and organization has a ledger-too many solutions within the same
ecosystem.
• Every ecosystem needs to standardize a common approach to meet its
specific needs:
• Use Case Identification.
• Block Data Format & Structure.
• Security and Privacy requirements of dataset:
• For instance anonymity needs of health industry is going to be different than say financial
industry.
• Consensus Algorithm.
• Governance of Smart Contracts.
• Regulatory and compliance requirements etc.
PLATFORM CHOICES
POPULAR PLATFORMS
• With A Crypto Currency
• Ethereum
• Without A Crypto Currency
• Hyper-ledger(Fabric)
ETHEREUM ALLIANCE
• Ethereum is an open source Block-chain based distributed
computing platform
• Ethereum Wallet allows users to hold and secure ether ( crypto currency)
and other crypto-assets built on the Ethereum Blockchain platform, as
well as write, deploy and use smart contracts.
• Users can also design and issue their own cryptocurrency/traceable
token.
• More Information: www.ethereum.org.
HYPERLEDGER
• Hyperledger is an open source global collaboration hosted by
The Linux Foundation to advance cross-industry Blockchain
technologies.
• Some business Blockchain frameworks hosted with
Hyperledger:
• Hyperledger Fabric: Blockchain technology implementation intended to
facilitate development of Blockchain applications or solutions.
• Hyperledger Iroha: distributed ledger for simple and easy incorporation
into infrastructural projects.
• More information: www.hyperledger.org
APPLICATIONS
APPLICATIONS: FINANCIAL
• Financial Applications
• Transactions
• Mortgage Services
• Commodity Exchange
• Remittances
APPLICATIONS: NON-FINANCIAL
• Non-Financial Applications:
• Government Service Applications
• Land Transfers & Property Title Registrations
• Identity Management
• Vehicle registrations
• Management Of Health Records
• Citizen Engagement Services
• Intellectual Property
• Audit Trail (Govt Information)
• Supply Chain Management Applications
• Technology Applications:
• IoT, Distributed Cloud etc.
APPENDIX
Integration in
Ecosystem
Ecosystem
Use Cases
Devise An
Ecosystem
Blueprint
Ecosystem
Blueprint
To Technology
Mapping
Asset Classes, Players, Flows,
Identity, Security & Privacy,
Smart Contracts, Performance
Requirements.
Data Format & Structure, Consensus Algorithm,
Governance of Smart Contracts.
Development of Blockchain Applications for An Ecosystem
CONSENSUS ALGORITHMS IN BLOCKCHAIN
• Consensus Algorithms:
• Proof of Work (PoW) Algorithm
• PoW is a piece of data which is difficult to produce but easy for others to verify
and which satisfies certain requirements-Bitcoin network uses this approach-
asks miners to prove computing efforts.
• Proof of Stake (PoS) Algorithm
• Asks miners to prove ownership of certain amount of cryptocurrency.
• Byzantine Fault-Tolerant Algorithms
• Database replication protocol used in closed blockchain with limited number of
nodes.
• Various hybrid and variations of aforementioned three schemes
PERFORMANCE: PUSH FROM POW TO
DATABASE REPLICATION ALGORITHMS
• Limitations of PoW approach as used in Bitcoin
• Consensus latency 1 hour (10 minutes for each block-6 blocks minimum for
consensus)
• Throughput up to 7 transactions per second peak throughput with smallest 200-250
bytes transactions.
• Heavy power consumption-0.1 -10 GW (2014 figure).
• As a comparison, leading global credit card companies can serve up to
10,000 transactions/second (average 2000 transactions per second).
• Smart Contract application is needed in many industrial applications with
higher throughput and low latency requirements, which has pushed
Blockchain back to the domain of database replication protocols (BFT
variants).
CONSENSUS ALGORITHMS: TRADEOFFS
• PoW
• Low Throughput, Higher latency, Large Power Consumption
• Large & Open Network
• Crypto-currency applications
• PoS
• Similar to POW but Power Consumption Efficient.
• Complex to implement-could be made faster.
• BFT Variants:
• High Throughput and Lower Latency
• Small & Closed Network
• Enterprise Solutions
“The Quest for Scalable Blockchain Fabric: Proof-of-Work vs. BFT
Replication”, Marko Vukolic, IBM Research-Zurich
PoW Consensus versus BFT Consensus
Performance versus Node Scalability of different families of BFT and PoW protocols-exact
positioning of protocols in the grey area is subject of further research.
“The Quest for Scalable Blockchain Fabric: Proof-of-Work vs. BFT
Replication”, Marko Vukolic, IBM Research-Zurich
REFERENCES
• “The Quest for Scalable Blockchain Fabric: Proof-of-Work vs. BFT
Replication”, Marko Vukolic, IBM Research-Zurich
• http://vukolic.com/iNetSec_2015.pdf.
• Deloitte Technical Reports:
• Bitcoin, Blockchain & Distributed Ledgers: Caught between promise and
reality.
• Blockchain: Key Challenges.
• IBM Director Nitin Gaur Provides Mini-roadmap to Global
Governments Exploring Blockchain.
• http://www.huffingtonpost.com/entry/5976ed72e4b01cf1c4bb7315

Weitere ähnliche Inhalte

Was ist angesagt?

Blockchain and Supply Chain
Blockchain and Supply ChainBlockchain and Supply Chain
Blockchain and Supply ChainFinancial Poise
 
Blockchain - part 6 of 7 modern trends that every it pro should know about-
Blockchain  - part 6 of 7 modern trends that every it pro should know about-Blockchain  - part 6 of 7 modern trends that every it pro should know about-
Blockchain - part 6 of 7 modern trends that every it pro should know about-Ibrahim Muhammadi
 
Overcoming the Barriers to Blockchain Adoption
Overcoming the Barriers to Blockchain AdoptionOvercoming the Barriers to Blockchain Adoption
Overcoming the Barriers to Blockchain AdoptionMongoDB
 
Blockchain FinTech PoC
Blockchain FinTech PoCBlockchain FinTech PoC
Blockchain FinTech PoCSanjeev Raman
 
Blockchain: Bitcoin and Beyond
Blockchain: Bitcoin and BeyondBlockchain: Bitcoin and Beyond
Blockchain: Bitcoin and BeyondSanjeev Verma, PhD
 
Blockchain Applications in Enterprises
Blockchain Applications in EnterprisesBlockchain Applications in Enterprises
Blockchain Applications in EnterprisesMinHsien Chang
 
Blockchain on Azure and Use Cases
Blockchain on Azure and Use CasesBlockchain on Azure and Use Cases
Blockchain on Azure and Use CasesNuri Cankaya
 
Get Rich with Blockchain & Cryptocurrency
Get Rich with Blockchain & CryptocurrencyGet Rich with Blockchain & Cryptocurrency
Get Rich with Blockchain & Cryptocurrencykeerthi678722
 
Blockchain in Trade Finance - 101 Blockchains
Blockchain in Trade Finance - 101 BlockchainsBlockchain in Trade Finance - 101 Blockchains
Blockchain in Trade Finance - 101 Blockchains101 Blockchains Academy
 
Blockchain Application Design and Development, and the Case of Programmable M...
Blockchain Application Design and Development, and the Case of Programmable M...Blockchain Application Design and Development, and the Case of Programmable M...
Blockchain Application Design and Development, and the Case of Programmable M...Ingo Weber
 
How Blockchain Can Be Used In Supply Chain Management & How It Works?
How Blockchain Can Be Used In Supply Chain Management & How It Works?How Blockchain Can Be Used In Supply Chain Management & How It Works?
How Blockchain Can Be Used In Supply Chain Management & How It Works?Blockchain Council
 
Blockchain and BPM - Reflections on Four Years of Research and Applications
Blockchain and BPM - Reflections on Four Years of Research and ApplicationsBlockchain and BPM - Reflections on Four Years of Research and Applications
Blockchain and BPM - Reflections on Four Years of Research and ApplicationsIngo Weber
 
Blockchain for IoT Security and Privacy: The Case Study of a Smart Home
Blockchain for IoT Security and Privacy: The Case Study of a Smart HomeBlockchain for IoT Security and Privacy: The Case Study of a Smart Home
Blockchain for IoT Security and Privacy: The Case Study of a Smart HomeKishor Datta Gupta
 
From 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topicsFrom 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topicsKoen Vingerhoets
 
Blockchain Trends and Applications
Blockchain Trends and ApplicationsBlockchain Trends and Applications
Blockchain Trends and ApplicationsNICSA
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain workShishir Aryal
 
Blockchain FinTech App | Land Registry
Blockchain FinTech App | Land RegistryBlockchain FinTech App | Land Registry
Blockchain FinTech App | Land RegistryBahaa Farouk
 
Blockchain for Business
Blockchain for BusinessBlockchain for Business
Blockchain for BusinessAhmad Gohar
 

Was ist angesagt? (20)

Blockchain and Supply Chain
Blockchain and Supply ChainBlockchain and Supply Chain
Blockchain and Supply Chain
 
Blockchain - part 6 of 7 modern trends that every it pro should know about-
Blockchain  - part 6 of 7 modern trends that every it pro should know about-Blockchain  - part 6 of 7 modern trends that every it pro should know about-
Blockchain - part 6 of 7 modern trends that every it pro should know about-
 
Overcoming the Barriers to Blockchain Adoption
Overcoming the Barriers to Blockchain AdoptionOvercoming the Barriers to Blockchain Adoption
Overcoming the Barriers to Blockchain Adoption
 
Blockchain FinTech PoC
Blockchain FinTech PoCBlockchain FinTech PoC
Blockchain FinTech PoC
 
Block chain A Paradigm Shift
Block chain A Paradigm ShiftBlock chain A Paradigm Shift
Block chain A Paradigm Shift
 
Blockchain: Bitcoin and Beyond
Blockchain: Bitcoin and BeyondBlockchain: Bitcoin and Beyond
Blockchain: Bitcoin and Beyond
 
Blockchain Applications in Enterprises
Blockchain Applications in EnterprisesBlockchain Applications in Enterprises
Blockchain Applications in Enterprises
 
Blockchain on Azure and Use Cases
Blockchain on Azure and Use CasesBlockchain on Azure and Use Cases
Blockchain on Azure and Use Cases
 
Get Rich with Blockchain & Cryptocurrency
Get Rich with Blockchain & CryptocurrencyGet Rich with Blockchain & Cryptocurrency
Get Rich with Blockchain & Cryptocurrency
 
Blockchain in Trade Finance - 101 Blockchains
Blockchain in Trade Finance - 101 BlockchainsBlockchain in Trade Finance - 101 Blockchains
Blockchain in Trade Finance - 101 Blockchains
 
Blockchain for the Enterprise
Blockchain for the EnterpriseBlockchain for the Enterprise
Blockchain for the Enterprise
 
Blockchain Application Design and Development, and the Case of Programmable M...
Blockchain Application Design and Development, and the Case of Programmable M...Blockchain Application Design and Development, and the Case of Programmable M...
Blockchain Application Design and Development, and the Case of Programmable M...
 
How Blockchain Can Be Used In Supply Chain Management & How It Works?
How Blockchain Can Be Used In Supply Chain Management & How It Works?How Blockchain Can Be Used In Supply Chain Management & How It Works?
How Blockchain Can Be Used In Supply Chain Management & How It Works?
 
Blockchain and BPM - Reflections on Four Years of Research and Applications
Blockchain and BPM - Reflections on Four Years of Research and ApplicationsBlockchain and BPM - Reflections on Four Years of Research and Applications
Blockchain and BPM - Reflections on Four Years of Research and Applications
 
Blockchain for IoT Security and Privacy: The Case Study of a Smart Home
Blockchain for IoT Security and Privacy: The Case Study of a Smart HomeBlockchain for IoT Security and Privacy: The Case Study of a Smart Home
Blockchain for IoT Security and Privacy: The Case Study of a Smart Home
 
From 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topicsFrom 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topics
 
Blockchain Trends and Applications
Blockchain Trends and ApplicationsBlockchain Trends and Applications
Blockchain Trends and Applications
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Blockchain FinTech App | Land Registry
Blockchain FinTech App | Land RegistryBlockchain FinTech App | Land Registry
Blockchain FinTech App | Land Registry
 
Blockchain for Business
Blockchain for BusinessBlockchain for Business
Blockchain for Business
 

Ähnlich wie Blockchain Technology: Adoption Challenges, Platform and Applications

Block chain fundamentals and hyperledger
Block chain fundamentals and hyperledgerBlock chain fundamentals and hyperledger
Block chain fundamentals and hyperledgersendhilkumarks
 
SITIST 2018 Part 1 - Blockchain and Enterprise Use Cases
SITIST 2018 Part 1 - Blockchain and Enterprise Use CasesSITIST 2018 Part 1 - Blockchain and Enterprise Use Cases
SITIST 2018 Part 1 - Blockchain and Enterprise Use Casessitist
 
Unbundling Of Financial Services: The Blockchain(s) Revolution
Unbundling Of Financial Services: The Blockchain(s) RevolutionUnbundling Of Financial Services: The Blockchain(s) Revolution
Unbundling Of Financial Services: The Blockchain(s) RevolutionGeorge Samuel Samman
 
Open Infrastructure for Edge: A Distributed Ledger Outlook
Open Infrastructure for Edge: A Distributed Ledger OutlookOpen Infrastructure for Edge: A Distributed Ledger Outlook
Open Infrastructure for Edge: A Distributed Ledger OutlookNitinder Mohan
 
InitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain - 5 minutes to understand the blockchain.pdfInitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain - 5 minutes to understand the blockchain.pdfInitVerse Blockchain
 
Blockchain Technology ,Architecture and its Structure
Blockchain Technology ,Architecture and its StructureBlockchain Technology ,Architecture and its Structure
Blockchain Technology ,Architecture and its Structurekasthurimukila
 
An introduction to blockchain and hyperledger v ru
An introduction to blockchain and hyperledger v ruAn introduction to blockchain and hyperledger v ru
An introduction to blockchain and hyperledger v ruLennartF
 
Blockchain Training
Blockchain TrainingBlockchain Training
Blockchain TrainingJiya Verma
 
Blockchain Training
Blockchain TrainingBlockchain Training
Blockchain TrainingJiya Verma
 
Blockchain for Enterprises
Blockchain for EnterprisesBlockchain for Enterprises
Blockchain for EnterprisesHimanshu Pandey
 
Analysing Data from Blockchains - Keynote @ SOCCA 2020
Analysing Data from Blockchains - Keynote @ SOCCA 2020Analysing Data from Blockchains - Keynote @ SOCCA 2020
Analysing Data from Blockchains - Keynote @ SOCCA 2020Ingo Weber
 
Wwc developing hyperledger applications v4
Wwc  developing hyperledger applications v4Wwc  developing hyperledger applications v4
Wwc developing hyperledger applications v4LennartF
 
Understanding blockchains
Understanding blockchainsUnderstanding blockchains
Understanding blockchainsLen Bass
 

Ähnlich wie Blockchain Technology: Adoption Challenges, Platform and Applications (20)

BlockChain-1.pptx
BlockChain-1.pptxBlockChain-1.pptx
BlockChain-1.pptx
 
Block chain fundamentals and hyperledger
Block chain fundamentals and hyperledgerBlock chain fundamentals and hyperledger
Block chain fundamentals and hyperledger
 
BlockChain-1.pptx
BlockChain-1.pptxBlockChain-1.pptx
BlockChain-1.pptx
 
SITIST 2018 Part 1 - Blockchain and Enterprise Use Cases
SITIST 2018 Part 1 - Blockchain and Enterprise Use CasesSITIST 2018 Part 1 - Blockchain and Enterprise Use Cases
SITIST 2018 Part 1 - Blockchain and Enterprise Use Cases
 
Unbundling Of Financial Services: The Blockchain(s) Revolution
Unbundling Of Financial Services: The Blockchain(s) RevolutionUnbundling Of Financial Services: The Blockchain(s) Revolution
Unbundling Of Financial Services: The Blockchain(s) Revolution
 
Blockchain (1).pptx
Blockchain (1).pptxBlockchain (1).pptx
Blockchain (1).pptx
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
 
Blockchain in FinTech
Blockchain in FinTechBlockchain in FinTech
Blockchain in FinTech
 
Open Infrastructure for Edge: A Distributed Ledger Outlook
Open Infrastructure for Edge: A Distributed Ledger OutlookOpen Infrastructure for Edge: A Distributed Ledger Outlook
Open Infrastructure for Edge: A Distributed Ledger Outlook
 
InitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain - 5 minutes to understand the blockchain.pdfInitVerse Blockchain - 5 minutes to understand the blockchain.pdf
InitVerse Blockchain - 5 minutes to understand the blockchain.pdf
 
Blockchain Technology ,Architecture and its Structure
Blockchain Technology ,Architecture and its StructureBlockchain Technology ,Architecture and its Structure
Blockchain Technology ,Architecture and its Structure
 
An introduction to blockchain and hyperledger v ru
An introduction to blockchain and hyperledger v ruAn introduction to blockchain and hyperledger v ru
An introduction to blockchain and hyperledger v ru
 
Blockchain Training
Blockchain TrainingBlockchain Training
Blockchain Training
 
Blockchain Training
Blockchain TrainingBlockchain Training
Blockchain Training
 
Blockchain for Enterprises
Blockchain for EnterprisesBlockchain for Enterprises
Blockchain for Enterprises
 
Blockchain
Blockchain Blockchain
Blockchain
 
Analysing Data from Blockchains - Keynote @ SOCCA 2020
Analysing Data from Blockchains - Keynote @ SOCCA 2020Analysing Data from Blockchains - Keynote @ SOCCA 2020
Analysing Data from Blockchains - Keynote @ SOCCA 2020
 
Wwc developing hyperledger applications v4
Wwc  developing hyperledger applications v4Wwc  developing hyperledger applications v4
Wwc developing hyperledger applications v4
 
Understanding blockchains
Understanding blockchainsUnderstanding blockchains
Understanding blockchains
 

Mehr von Sanjeev Verma, PhD

Mehr von Sanjeev Verma, PhD (9)

Evolution Of The Web Platform & Browser Security
Evolution Of The Web Platform & Browser SecurityEvolution Of The Web Platform & Browser Security
Evolution Of The Web Platform & Browser Security
 
BlockchainIntro.com
BlockchainIntro.comBlockchainIntro.com
BlockchainIntro.com
 
FIDOAlliance
FIDOAllianceFIDOAlliance
FIDOAlliance
 
Basics of the Web Platform
Basics of the Web PlatformBasics of the Web Platform
Basics of the Web Platform
 
12 - Sanjeev Verma_mod2
12 - Sanjeev Verma_mod212 - Sanjeev Verma_mod2
12 - Sanjeev Verma_mod2
 
BlockchainPaper
BlockchainPaperBlockchainPaper
BlockchainPaper
 
GlobalPlatform_Premium_Content_WhitePaper2015
GlobalPlatform_Premium_Content_WhitePaper2015GlobalPlatform_Premium_Content_WhitePaper2015
GlobalPlatform_Premium_Content_WhitePaper2015
 
FinalBlockchainPaper_mod
FinalBlockchainPaper_modFinalBlockchainPaper_mod
FinalBlockchainPaper_mod
 
DRM_Interoperability_Final
DRM_Interoperability_FinalDRM_Interoperability_Final
DRM_Interoperability_Final
 

Kürzlich hochgeladen

What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Kürzlich hochgeladen (20)

What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Blockchain Technology: Adoption Challenges, Platform and Applications

  • 3. BLOCKCHAIN TECHNOLOGY • Blockchain Technology • Does not refer to a specific technology or system. • It is a nebulous marketing concept to describe a set of solutions based on the distributed trust. • Refers to a set of solutions based on public ledger and consensus algorithms to establish a distributed trusted system of assets. • Main Characteristics: Provenance, Immutability, Consensus.
  • 4. BLOCKCHAIN TECHNOLOGY LANDSCAPE • Open (Permission Less) or Closed (Permissioned) Ledger? • Data Structure & Protection mechanisms of the Ledger Entries. • Consensus Algorithms • Proof of Work (PoW), Proof of Stake (PoS), Byzantine Fault-Tolerant etc. • Degree of Anonymity • Full Anonymity, No Anonymity or Partial Anonymity. (See Appendix for discussions on consensus algorithms.)
  • 5. PERFORMANCE METRICS OF BLOCKCHAIN BASED SOLUTIONS • Scalability • Size of the Blockchain over time. • Number of Nodes. • Speed • Block Latency: Time to add a Block to ledger. • Consensus Latency: Time to reach consensus on a new Block. • Throughput: Peak Number of Transactions per second. • Processing • Computational requirements of the solution to add blocks to the ledger. • Computational requirements and processing cost of a node.
  • 6. POLICY & SYSTEM CHALLENGES
  • 7. POLICY & SYSTEM CHALLENGES • Cultural Adoption • Integration Concerns & Initial Cost • Uncertain Regulatory and Compliance Status • Identity, Security and Privacy • Standardization
  • 8. CULTURAL ADOPTION • Blockchain is a disruptive Technology: Moves Trust & Authority from a centralized authority to a distributed network: • Impact on business processes, organizational structure, governance model. • Acceptability or Resistance to the new approach from the users and operators in an organization or ecosystem.
  • 9. INTEGRATION CONCERNS & INITIAL COST • Transition to a disruptive technology means significant changes or complete replacement of existing system. • Heavy initial cost for organizations to transition from centralized trusted framework to distributed trusted framework: • Organizations need to strategize and do cost-benefit analysis before adopting new trust model.
  • 10. UNCERTAIN REGULATORY AND COMPLIANCE STATUS • Uncertain regulatory and compliance status has been the biggest concerns especially for cryptocurrencies like Bitcoin. • Blockchain applications in an ecosystem need to work within its existing well-defined regulatory framework: • Ecosystems adopting Blockchain technology needs to understand the implications. For instance in case of breach-should the accountability be shared? • Compliance needs to move from the reporting system to a consensus model.
  • 11. IDENTITY, SECURITY AND PRIVACY • Anonymity & Security need differ across applications/ecosystems: • Cryptocurrencies like Bitcoin offered limited anonymity-transactions are tied to wallet rather than to individuals. • Smart Contract applications may require contacts and transactions to be linked to known identities. • Health industry requires HIPAA standard compliance for protecting sensitive patient data. • Financial industry needs support for PCI-DSS standard. • Ecosystems need confidence that its security and privacy needs are being met by new technology replacing its existing solutions.
  • 12. STANDARDIZATION • Lack of generally accepted definitions and standards • Every market and organization has a ledger-too many solutions within the same ecosystem. • Every ecosystem needs to standardize a common approach to meet its specific needs: • Use Case Identification. • Block Data Format & Structure. • Security and Privacy requirements of dataset: • For instance anonymity needs of health industry is going to be different than say financial industry. • Consensus Algorithm. • Governance of Smart Contracts. • Regulatory and compliance requirements etc.
  • 14. POPULAR PLATFORMS • With A Crypto Currency • Ethereum • Without A Crypto Currency • Hyper-ledger(Fabric)
  • 15. ETHEREUM ALLIANCE • Ethereum is an open source Block-chain based distributed computing platform • Ethereum Wallet allows users to hold and secure ether ( crypto currency) and other crypto-assets built on the Ethereum Blockchain platform, as well as write, deploy and use smart contracts. • Users can also design and issue their own cryptocurrency/traceable token. • More Information: www.ethereum.org.
  • 16. HYPERLEDGER • Hyperledger is an open source global collaboration hosted by The Linux Foundation to advance cross-industry Blockchain technologies. • Some business Blockchain frameworks hosted with Hyperledger: • Hyperledger Fabric: Blockchain technology implementation intended to facilitate development of Blockchain applications or solutions. • Hyperledger Iroha: distributed ledger for simple and easy incorporation into infrastructural projects. • More information: www.hyperledger.org
  • 18. APPLICATIONS: FINANCIAL • Financial Applications • Transactions • Mortgage Services • Commodity Exchange • Remittances
  • 19. APPLICATIONS: NON-FINANCIAL • Non-Financial Applications: • Government Service Applications • Land Transfers & Property Title Registrations • Identity Management • Vehicle registrations • Management Of Health Records • Citizen Engagement Services • Intellectual Property • Audit Trail (Govt Information) • Supply Chain Management Applications • Technology Applications: • IoT, Distributed Cloud etc.
  • 21. Integration in Ecosystem Ecosystem Use Cases Devise An Ecosystem Blueprint Ecosystem Blueprint To Technology Mapping Asset Classes, Players, Flows, Identity, Security & Privacy, Smart Contracts, Performance Requirements. Data Format & Structure, Consensus Algorithm, Governance of Smart Contracts. Development of Blockchain Applications for An Ecosystem
  • 22. CONSENSUS ALGORITHMS IN BLOCKCHAIN • Consensus Algorithms: • Proof of Work (PoW) Algorithm • PoW is a piece of data which is difficult to produce but easy for others to verify and which satisfies certain requirements-Bitcoin network uses this approach- asks miners to prove computing efforts. • Proof of Stake (PoS) Algorithm • Asks miners to prove ownership of certain amount of cryptocurrency. • Byzantine Fault-Tolerant Algorithms • Database replication protocol used in closed blockchain with limited number of nodes. • Various hybrid and variations of aforementioned three schemes
  • 23. PERFORMANCE: PUSH FROM POW TO DATABASE REPLICATION ALGORITHMS • Limitations of PoW approach as used in Bitcoin • Consensus latency 1 hour (10 minutes for each block-6 blocks minimum for consensus) • Throughput up to 7 transactions per second peak throughput with smallest 200-250 bytes transactions. • Heavy power consumption-0.1 -10 GW (2014 figure). • As a comparison, leading global credit card companies can serve up to 10,000 transactions/second (average 2000 transactions per second). • Smart Contract application is needed in many industrial applications with higher throughput and low latency requirements, which has pushed Blockchain back to the domain of database replication protocols (BFT variants).
  • 24. CONSENSUS ALGORITHMS: TRADEOFFS • PoW • Low Throughput, Higher latency, Large Power Consumption • Large & Open Network • Crypto-currency applications • PoS • Similar to POW but Power Consumption Efficient. • Complex to implement-could be made faster. • BFT Variants: • High Throughput and Lower Latency • Small & Closed Network • Enterprise Solutions
  • 25. “The Quest for Scalable Blockchain Fabric: Proof-of-Work vs. BFT Replication”, Marko Vukolic, IBM Research-Zurich PoW Consensus versus BFT Consensus
  • 26. Performance versus Node Scalability of different families of BFT and PoW protocols-exact positioning of protocols in the grey area is subject of further research. “The Quest for Scalable Blockchain Fabric: Proof-of-Work vs. BFT Replication”, Marko Vukolic, IBM Research-Zurich
  • 27. REFERENCES • “The Quest for Scalable Blockchain Fabric: Proof-of-Work vs. BFT Replication”, Marko Vukolic, IBM Research-Zurich • http://vukolic.com/iNetSec_2015.pdf. • Deloitte Technical Reports: • Bitcoin, Blockchain & Distributed Ledgers: Caught between promise and reality. • Blockchain: Key Challenges. • IBM Director Nitin Gaur Provides Mini-roadmap to Global Governments Exploring Blockchain. • http://www.huffingtonpost.com/entry/5976ed72e4b01cf1c4bb7315