SlideShare a Scribd company logo
DISTRIBUTED LEDGERS AND
IOT
Distributed Ledgers and IoT
RBEI/ETM| 2018-04-16
© RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights.
2
Blockchainsand DLTs – Why?
KeyAttractions
Tamper-proof
Append-onlystorage
Decentralized
Suitable Applications
Heterogeneous Stakeholders
Large Deploymentswith Autonomous
Components
Distributed Ledgers and IoT
RBEI/ETM| 2018-04-16
© RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights.
3
Blockchainsand DLTs – What?
Blockchains DirectedAcyclic Graphs(DAG) based
DLTs
DistributedLedger
DecentralizedNetwork
Consensus Mechanisms
Proof-of-Work
Proof-of-Stake
ByzantineFaultTolerance(BFT)
Platforms
Bitcoin
Ethereum
Multichain
Ripple
Consensus Mechanisms
Tangle
Hashgraph
Platforms
IOTA
Hedera
Distributed Ledgers and IoT
RBEI/ETM| 2018-04-16
© RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights.
4
Decision Points
Platform Requirements
Transaction Scalability
Adaptabilityfor Diverse Device
Platforms
DataHandling Interface
Solution Requirements
DataRequirements
Stakeholder Network Architecture
TrustInterfaces
Distributed Ledgers and IoT
RBEI/ETM| 2018-04-16
© RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights.
5
Platform Overview
Ethereum
a) Elaborate smart contract support
b) Public and private deployment alternatives
c) Multiple nodeconfigurations1
Multichain
a) First private Blockchain Platform
b) Easy to use API abstraction
c) Good data handlingsupport2
d) No support for smart contracts2
IOTA3
a) DLT Platform usingDAG based consensus, Tangle
b) Uses analternative hashingmechanism based on trytes
c) No miningfees
d) Sensor Data Market
e) Smart Contract support pending
1. https://www.rinkeby.io/#geth
2.https://www.multichain.com/blog/2016/09/introducing-multichain-streams/
3.https://www.iota.org/
Distributed Ledgers and IoT
RBEI/ETM| 2018-04-16
© RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights.
6
Emerging Concepts to Address Requirements
Sidechains2
a) Application specific blockchains runningparallel to the
primaryblockchain
b) Exchange assets with the primarychain through two-way pegs
Main Blockchain
Sidechain1
Sidechain3
Sidechain2
StateChannels1
a) Move some transactions off-chain to reduce impact of
transaction times
b) Canbe usedto achieveboth scalability and data privacy
A->B
Initiate
Transaction
A B
A->B
Finalize &
Commit
Transaction
State Channel
Data Exchange
1. http://www.jeffcoleman.ca/state-channels/
2. https://hackernoon.com/what-are-sidechains-1c45ea2daf3
Distributed Ledgers and IoT
RBEI/ETM| 2018-04-16
© RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights.
7
Decision Points
Platform Requirements
Transaction Scalability
Adaptabilityfor Diverse Device
Platforms
DataHandling Interface
Solution Requirements
DataRequirements
Stakeholder Network Architecture
TrustInterfaces
THANK
YOU
Distributed Ledgers and IoT
RBEI/ETM| 2018-04-16
© RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights.
9
Ethereum for IoT
Light Node
a) Implements Ethereum Light Client Protocol
b) Downloads only block headers for verification
c) Performs on-demandretrievals from remotenodes
d) Relatively low-end devices with RAM>= 512MB
e) “Embedded Node” Configuration for RAM >= 128MB
Challenges
a) No specific adaptations for transactions with real-time
requirements
b) Stream data handlingnot straightforward
c) No specific data access control
Sources:
1. https://www.rinkeby.io/#geth
2. https://github.com/ethereum/wiki/wiki/Light-client-protocol
Distributed Ledgers and IoT
RBEI/ETM| 2018-04-16
© RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights.
10
Multichain
DataStreams
a) Data streams with publish-subscribe semantics
b) Flexible access control to individual streams
Challenges
a) Does not support smart contracts, as they are considered to bepart
of application
b) No specific adaptations for real-time requirements
Sources:
1. https://www.multichain.com/developers/data-streams/
2. https://www.multichain.com/blog/2016/09/introducing-multichain-streams/
Distributed Ledgers and IoT
RBEI/ETM| 2018-04-16
© RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights.
11
IOTA
Scalability
a) Lightweight transaction approval
b) No mining fees
c) Monetization through publish-subscribe of sensor data streams
d) Adaptation to low-end devices similar to Ethereum Light Protocol
Challenges
a) Transaction commit times not deterministic for public network
b) Suspected securityvulnerabilities of the Curlhashing
mechanism
c) Specific adaptations for access control not clear
Sources:
1. https://www.iota.org/research/meet-the-tangle
2. https://www.media.mit.edu/posts/iota-response/

More Related Content

PDF
The Case for an Open IoT ‘Data Fabric’ for Smart Buildings Integration
PPTX
Industrial IOT Projects Research Assistance
PDF
Will Edge Computing IoT Solutions be a Real Trend in 2019?
PDF
The State of Edge Computing for IoT
PDF
Edge Computing and 5G - SDN/NFV London meetup
PDF
Watson IoT - IBM
PPTX
Altitude NY 2018: What's next in edge computing?
PDF
Bhadale group of companies edge intelligence services catalogue
The Case for an Open IoT ‘Data Fabric’ for Smart Buildings Integration
Industrial IOT Projects Research Assistance
Will Edge Computing IoT Solutions be a Real Trend in 2019?
The State of Edge Computing for IoT
Edge Computing and 5G - SDN/NFV London meetup
Watson IoT - IBM
Altitude NY 2018: What's next in edge computing?
Bhadale group of companies edge intelligence services catalogue

What's hot (19)

PDF
Turtles all the Way Up – From OSGi bundles to Fog Computing - Tim Ward (Paremus)
PDF
Janos Puskas (Accenture) – Azure IoT Reference Architecture for enterprise Io...
PDF
[PAG 비즈니스 플랫폼데이] Oracle Korea 글로벌 진출을 위한 솔루션 파트너 협력방안
PDF
Cisco io t for vietnam cio community 2 apr 2015 - split
PDF
IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...
PPTX
IoT Platforms and Architecture
PDF
Developer Day 2014 - 4 - wind river - iot business and technology trends
PPTX
Azure IoT Edge, the hybrid cloud answer for IoT (Glenn Colpaert @IoTFest NMCT...
PDF
Intel’s Strategy in IoT Standards
PPTX
Watson IoT Platform Sizing & Pricing - Sept 2016
PDF
GETTING STARTED WITH IOT DATA MANAGEMENT
PDF
AIoT and edge computing solutions
PDF
Intelligent IoT gateway: pushing analytics at the edge
PPTX
Eclipse IoT for Industry 4.0
PPTX
presentation on Edge computing
PPTX
Wed Sponsor Press Conf - 10.15
PDF
From Embedded to IoT and From Cloud to Edge & AIoT -- A computer technology t...
PDF
IoT Acceleration Secrets
PPTX
IoT Cloud architecture
Turtles all the Way Up – From OSGi bundles to Fog Computing - Tim Ward (Paremus)
Janos Puskas (Accenture) – Azure IoT Reference Architecture for enterprise Io...
[PAG 비즈니스 플랫폼데이] Oracle Korea 글로벌 진출을 위한 솔루션 파트너 협력방안
Cisco io t for vietnam cio community 2 apr 2015 - split
IoT IMPLEMENTATION CHALLENGES and the future of IoT connectivity by Matija Pu...
IoT Platforms and Architecture
Developer Day 2014 - 4 - wind river - iot business and technology trends
Azure IoT Edge, the hybrid cloud answer for IoT (Glenn Colpaert @IoTFest NMCT...
Intel’s Strategy in IoT Standards
Watson IoT Platform Sizing & Pricing - Sept 2016
GETTING STARTED WITH IOT DATA MANAGEMENT
AIoT and edge computing solutions
Intelligent IoT gateway: pushing analytics at the edge
Eclipse IoT for Industry 4.0
presentation on Edge computing
Wed Sponsor Press Conf - 10.15
From Embedded to IoT and From Cloud to Edge & AIoT -- A computer technology t...
IoT Acceleration Secrets
IoT Cloud architecture
Ad

Similar to Distributed Ledgers and IoT (20)

PPTX
BaaS for IoT
PDF
PPTX
IoT and Blockchain Convergence
PDF
Blockchain with iot
PDF
Blockchain Tech Approach Whitepaper
PDF
BCHGraz - Meetup #8 - Intro & Ethereum
PPTX
A Secure Model of IoT Using Blockchain
PDF
IoT & Blockchain: Use Case Overview
PPTX
IoT and Blockchain Challenges and Risks
DOCX
Blockchain convergence wih 5 g and iot
PDF
Uses of Blockchain Technology in the agrifood system
PDF
Keynote: Blockchain Technology: a Sustainable Concept for the Future?
PDF
Execution of business processes on the blockchain
PDF
Blockchains for trusted data and unstoppable code
PDF
How do blockchain and internet of things match?
PDF
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
PDF
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
PPTX
Blockchain
PDF
Blockchain and BPM - Reflections on Four Years of Research and Applications
PDF
DSDT Meetup July 2018
BaaS for IoT
IoT and Blockchain Convergence
Blockchain with iot
Blockchain Tech Approach Whitepaper
BCHGraz - Meetup #8 - Intro & Ethereum
A Secure Model of IoT Using Blockchain
IoT & Blockchain: Use Case Overview
IoT and Blockchain Challenges and Risks
Blockchain convergence wih 5 g and iot
Uses of Blockchain Technology in the agrifood system
Keynote: Blockchain Technology: a Sustainable Concept for the Future?
Execution of business processes on the blockchain
Blockchains for trusted data and unstoppable code
How do blockchain and internet of things match?
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain
Blockchain and BPM - Reflections on Four Years of Research and Applications
DSDT Meetup July 2018
Ad

More from TiE Bangalore (20)

PDF
Product Management in IoT
PDF
Customer Specific Tailorability
PDF
Art of Product Management for IoT Startups
PPTX
Revised Telemedicine Guidelines
PPTX
Telemedicine Guidelines
PDF
Opportunities For Entrepreneurs in Bahrain.
PPTX
Business Planning and Preparing a Business Plan
PPTX
Go-to-Market 101
PPTX
Valuation for Startups
PDF
TiE Sales Masterclass - a neuroscience approach to sales
PDF
TiE Sales Masterclass - Guerrilla Warfare
PDF
IoT Reality & Way Ahead: Incubators for Hardware, IoT Startups
PDF
Driving Business Value with Artificial Intelligence and IoT
PDF
The Road Ahead of IoT
PDF
IKP Knowledge Park & IKP-EDEN™ IKP-Engineering Design Entrepreneurship Network
PDF
IoT and the Role of Platforms
PDF
3GPP/GSMA technologies for LPWAN in the Licensed Spectrum
PDF
IoT Solutions for Businesses
PPTX
Valuation for Startups - What is your Start-up worth?
PPTX
The Science and Art of Startup Valuations - Anjana Vivek
Product Management in IoT
Customer Specific Tailorability
Art of Product Management for IoT Startups
Revised Telemedicine Guidelines
Telemedicine Guidelines
Opportunities For Entrepreneurs in Bahrain.
Business Planning and Preparing a Business Plan
Go-to-Market 101
Valuation for Startups
TiE Sales Masterclass - a neuroscience approach to sales
TiE Sales Masterclass - Guerrilla Warfare
IoT Reality & Way Ahead: Incubators for Hardware, IoT Startups
Driving Business Value with Artificial Intelligence and IoT
The Road Ahead of IoT
IKP Knowledge Park & IKP-EDEN™ IKP-Engineering Design Entrepreneurship Network
IoT and the Role of Platforms
3GPP/GSMA technologies for LPWAN in the Licensed Spectrum
IoT Solutions for Businesses
Valuation for Startups - What is your Start-up worth?
The Science and Art of Startup Valuations - Anjana Vivek

Recently uploaded (20)

PDF
What is the PSM Process in Automation in India
PPTX
1. MCS Business Communication powerpoint.pptx
PDF
AgriTech-Indias-Sunrise-Sector- Investor
PPTX
Daily stand up meeting on the various business
PPTX
Session 1 strategic management for beginners
PPTX
Transforming Finance with Ratiobox – Oracle NetSuite Bookkeeping & Accounting...
PDF
Bio-based puffy stuff - business opportunity
PPTX
Time Management, time management powerpoint
PPTX
Structure of Organization in Professional Practices.pptx
PPT
Organizational Culture and Management.ppt
PPTX
Spread Maya's Sustainable Product Collection 2025.pptx
DOC
NGU毕业证学历认证,阿肯色大学史密斯堡分校毕业证国外文凭
PPTX
Session 6 & 7.strategic management for MBA
PDF
How to Launch Meme coin Full Blueprint, Scale & Earn $500KMonth with Viral Cr...
PPTX
M365 Business Central features for small Business
PDF
The Potential for EV Battery Recycling in Europe.pdf
PPTX
Introduction to Computing Profession.pptx
PDF
4. Finance for non-financial managers.08.08.2025.pdf
PDF
With Your AI Employee, Save Time, Grow Faster & Work Smarter!
PDF
Why DevOps Teams Are Dropping Spreadsheets for Real-Time Cloud Hygiene.pdf
What is the PSM Process in Automation in India
1. MCS Business Communication powerpoint.pptx
AgriTech-Indias-Sunrise-Sector- Investor
Daily stand up meeting on the various business
Session 1 strategic management for beginners
Transforming Finance with Ratiobox – Oracle NetSuite Bookkeeping & Accounting...
Bio-based puffy stuff - business opportunity
Time Management, time management powerpoint
Structure of Organization in Professional Practices.pptx
Organizational Culture and Management.ppt
Spread Maya's Sustainable Product Collection 2025.pptx
NGU毕业证学历认证,阿肯色大学史密斯堡分校毕业证国外文凭
Session 6 & 7.strategic management for MBA
How to Launch Meme coin Full Blueprint, Scale & Earn $500KMonth with Viral Cr...
M365 Business Central features for small Business
The Potential for EV Battery Recycling in Europe.pdf
Introduction to Computing Profession.pptx
4. Finance for non-financial managers.08.08.2025.pdf
With Your AI Employee, Save Time, Grow Faster & Work Smarter!
Why DevOps Teams Are Dropping Spreadsheets for Real-Time Cloud Hygiene.pdf

Distributed Ledgers and IoT

  • 2. Distributed Ledgers and IoT RBEI/ETM| 2018-04-16 © RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights. 2 Blockchainsand DLTs – Why? KeyAttractions Tamper-proof Append-onlystorage Decentralized Suitable Applications Heterogeneous Stakeholders Large Deploymentswith Autonomous Components
  • 3. Distributed Ledgers and IoT RBEI/ETM| 2018-04-16 © RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights. 3 Blockchainsand DLTs – What? Blockchains DirectedAcyclic Graphs(DAG) based DLTs DistributedLedger DecentralizedNetwork Consensus Mechanisms Proof-of-Work Proof-of-Stake ByzantineFaultTolerance(BFT) Platforms Bitcoin Ethereum Multichain Ripple Consensus Mechanisms Tangle Hashgraph Platforms IOTA Hedera
  • 4. Distributed Ledgers and IoT RBEI/ETM| 2018-04-16 © RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights. 4 Decision Points Platform Requirements Transaction Scalability Adaptabilityfor Diverse Device Platforms DataHandling Interface Solution Requirements DataRequirements Stakeholder Network Architecture TrustInterfaces
  • 5. Distributed Ledgers and IoT RBEI/ETM| 2018-04-16 © RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights. 5 Platform Overview Ethereum a) Elaborate smart contract support b) Public and private deployment alternatives c) Multiple nodeconfigurations1 Multichain a) First private Blockchain Platform b) Easy to use API abstraction c) Good data handlingsupport2 d) No support for smart contracts2 IOTA3 a) DLT Platform usingDAG based consensus, Tangle b) Uses analternative hashingmechanism based on trytes c) No miningfees d) Sensor Data Market e) Smart Contract support pending 1. https://www.rinkeby.io/#geth 2.https://www.multichain.com/blog/2016/09/introducing-multichain-streams/ 3.https://www.iota.org/
  • 6. Distributed Ledgers and IoT RBEI/ETM| 2018-04-16 © RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights. 6 Emerging Concepts to Address Requirements Sidechains2 a) Application specific blockchains runningparallel to the primaryblockchain b) Exchange assets with the primarychain through two-way pegs Main Blockchain Sidechain1 Sidechain3 Sidechain2 StateChannels1 a) Move some transactions off-chain to reduce impact of transaction times b) Canbe usedto achieveboth scalability and data privacy A->B Initiate Transaction A B A->B Finalize & Commit Transaction State Channel Data Exchange 1. http://www.jeffcoleman.ca/state-channels/ 2. https://hackernoon.com/what-are-sidechains-1c45ea2daf3
  • 7. Distributed Ledgers and IoT RBEI/ETM| 2018-04-16 © RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights. 7 Decision Points Platform Requirements Transaction Scalability Adaptabilityfor Diverse Device Platforms DataHandling Interface Solution Requirements DataRequirements Stakeholder Network Architecture TrustInterfaces
  • 9. Distributed Ledgers and IoT RBEI/ETM| 2018-04-16 © RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights. 9 Ethereum for IoT Light Node a) Implements Ethereum Light Client Protocol b) Downloads only block headers for verification c) Performs on-demandretrievals from remotenodes d) Relatively low-end devices with RAM>= 512MB e) “Embedded Node” Configuration for RAM >= 128MB Challenges a) No specific adaptations for transactions with real-time requirements b) Stream data handlingnot straightforward c) No specific data access control Sources: 1. https://www.rinkeby.io/#geth 2. https://github.com/ethereum/wiki/wiki/Light-client-protocol
  • 10. Distributed Ledgers and IoT RBEI/ETM| 2018-04-16 © RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights. 10 Multichain DataStreams a) Data streams with publish-subscribe semantics b) Flexible access control to individual streams Challenges a) Does not support smart contracts, as they are considered to bepart of application b) No specific adaptations for real-time requirements Sources: 1. https://www.multichain.com/developers/data-streams/ 2. https://www.multichain.com/blog/2016/09/introducing-multichain-streams/
  • 11. Distributed Ledgers and IoT RBEI/ETM| 2018-04-16 © RobertBoschEngineeringandBusinessSolutions PrivateLimited2018.All rightsreserved,alsoregardinganydisposal,exploitation,reproduction,editing,distribution,aswell asinthe eventof applicationsforindustrialpropertyrights. 11 IOTA Scalability a) Lightweight transaction approval b) No mining fees c) Monetization through publish-subscribe of sensor data streams d) Adaptation to low-end devices similar to Ethereum Light Protocol Challenges a) Transaction commit times not deterministic for public network b) Suspected securityvulnerabilities of the Curlhashing mechanism c) Specific adaptations for access control not clear Sources: 1. https://www.iota.org/research/meet-the-tangle 2. https://www.media.mit.edu/posts/iota-response/

Editor's Notes

  • #3: Key attractions – summarize quickly and mention the punchline – not so important Large scale +heterogeneous stakeholders
  • #4: Make images colorful
  • #7: Summary of Key Takeaways Data Who needs what data and what needs to be on the blockchain Streaming