SlideShare a Scribd company logo
1 of 25
1
Blockchain Technology as a
Foundation for Industrial IoT
Dr Craig Wright | Chief Scientist | nChain
IoTaIS 2022, Bali
2
• Challenges of Industrial IoT (IIoT) & GlobalLogistics
• Bitcoin as a Base Layer
• IoT in a World of Bitcoinand IPv6
• IP-to-IP TransactionsUsing IPv6
• Decentralisation:Forming the Edges of the Network
• Blockchain Technology& IndustrialIoT (IIoT)
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Contents
3
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
ChallengesofIndustrialIoT(IIoT)&
GlobalLogistics
4
Security
The integration of simple
systems in IoT-based
supply chain management
has failed to consider many
security and reliability
issues, such as within
sensor-based distribution.
Privacy
The requirementsfor IoT
solutions in any industry are
primarily based on low-cost,
secure systems. Centralised
infrastructure with
traditional client/server
cloud structures often
compromises privacy.
Standardisation
Current monitoring and
sensor systems, combined
with the lack of
development in electronic
data interchange (EDI) and
logistics bills, have led to a
wide fragmentation of
solutions and standards.
Challenges of Industrial IoT (IIoT) & Global Logistics
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT 4
1 2 3
5
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
BitcoinasaBaseLayer
6
Bitcoin as a Base Layer
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Key:
Node
Node
Node
Intra-layer
Ancestor
Core Ancestor
Example of a Layered Network
7
Bitcoin as a Base Layer
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Key:
Node
Node
Node
Intra-layer
Ancestor
Core Ancestor
Example of a Layered Network
8
Bitcoin as a Base Layer
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Key:
Node
Node
Node
Intra-layer
Ancestor
Core Ancestor
Example of a Layered Network
i= 2
i= 1
i= 3
i= 2
i= 4
i= 3
i= 5
i= 4
9
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
IoTinaWorldofBitcoinandIPv6
10
An IoT Communication
Protocol on Bitcoin (BSV)
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
• Integrationof payment
services and security
controls into one network
• Using existing
infrastructure to piggyback
messages regarding
device-state changes
• Fasteruser-device
interaction
Theme IoT requirements Blockchain solution
Scalability
Automation Automated contracts
Internet traffic P2P transaction throughput
Resource-constrained devices Lightweight clients
Security
Cybersecurity in the cloud Distributed data storage; Validation
Access control Key management; Derivative keys
11
Multilevel IOT (MIOT)
Architecture
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
The MIOT combines a
command-control hierarchy
with the use of a blockchain
network infrastructure.
MIOT users create their own
multilevel control hierarchy,
which includes client-server
and peer-to-peer
relationships.
Localised Control
MIOTtopology
MIOT
Master
MIOT
Servant
MIOT
Slave
MIOT
Devices
12
MIOT Architecture
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Devices on the MIOT network
are classified according to
computing resource and
connectivity constraints.
MIOT wallet
• Secure messaging using
Bitcoin transactions
• Including new peers with
digital certificates
• Command
acknowledgment using
sighash
• Command approval using
multisig transactions
MIOT Devices
MIOTtopology
with exampledevices
MIOT
Master
MIOT
Servant
MIOT
Slave
MIOT
Devices
Master, servant, and slave devices use the MIOT-configured Bitcoin wallet to communicate with each
other and the Bitcoin network
Devices Wallets Miners
13
Payment for Printing
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Example Use Case
The MIOTnetwork for
public-library printing services
MIOT
Master
MIOT
Servant
MIOT
Slave
MIOT
Devices
Library Administrator
Device
Library User
Devices
Devices
Controllers
Printer
Devices
Devices
14
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
IP-to-IPTransactionsUsingIPv6
15
Non-Interactive Bitcoin IP
Transaction Using IPv6
CGA(++)
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
The procedure here is a
modification that takes
advantage of the beneficial
properties of IPv6 (and CGA).
To send a Bitcoin transaction
to a recipient who isn’t online
(non-interactively),the sender
can take advantage of the
imbedded authentication,
using a signature, in CGA++.
𝑇𝑥𝐼𝐷
Inputs Outputs
< 𝑆𝑖𝑔 𝑃> <𝑃>
OP_RETURN <IP_Tx prefix> <IPv6_CGA(++)>
<M>
OP_DUP OP_HASH160 <𝐻 𝑃𝐼𝑃 > OP_EQUAL
OP_CHECKSIG
OP_RETURN Output Format
Example Non-Interactive Bitcoin IP Transaction Using IPv6 CGA(++)
<IP_Tx prefix> || <Domain_Name> || <M>
Used to easily search
the blockchain for
OP_RETURN outputs
of this type
Used to identify who the
transaction is being made
out to
Can include
anything such
as the invoice
16
Domain Name Bitcoin
Payments Using
IPv6CGA(++)
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
To send a payment to a
domain name rather than an
IPv6 CGA(++), the sender
simply adds an extra step in
the beginning of the
procedure to resolve the IP
address that maps to the
domain name required.
In the CGA parameters,there
is an extFields parameter
where an optional variable-
length field (default length 0)
can be added.
Client issues DNS query to
resolve the IPv6 (AAAA DNS
record) address mapping to
the required domain name.
Verify DNS record(s) – if
DNSSEC is being used.
Check that the domain name
in the DNS record matches the
domain name in the extFields
CGA parameter.
Procedure continues as with
Non-Interactive Bitcoin IP
Transaction Using IPv6
CGA(++) or Interactive
Bitcoin IP Transaction Using
IPv6 CGA.
17
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Decentralisation:FormingtheEdgesof
theNetwork
18
Decentralisation: Forming the Edges of the Network
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
The purpose of a blockchain lies in low-cost transactions.
Parties engage directly in an exchange or trade.
The system replicates servers to add resilience.
It is electronic cash.
Decentralisationinvolves pushing information to the edges.
The term ‘decentralisation’ refers to individuals being able to
exchange information and minority groups being able to act
independently.
Blockchain technology is not about decentralisation.It merely uses decentralisation.
19
Decentralisation: Forming the Edges of the Network
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Alice engagesdirectly with Bob
Alice Bob
Blockchain Network
P2P Communication
Transaction is recorded and settled
on the blockchain
Nodes return the
status of the
transaction to Bob
20
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
BlockchainTechnology&IndustrialIoT
(IIoT)
21
Blockchain Technology &
Industrial IoT (IIoT)
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Integrating blockchain-
based technologies into IoT-
based systems will create a
more resilient and secure
system.
I. With the adoption of more secure systems based on
blockchain technology, peer-to-peer systems operating
across a distributed, resilient network will replace
traditional centralised models.
II. Simple technologies such as RFID can be integrated using
IoT bridges to create smart factories directly integrated
with retail and logistic systems.
III. The deployment of IoT systems will lead to new paradigms
of mass customisation and the integration of complex
device-based identity.
IV. Integrating both agents and distributed hash table (DHT)
databases linked and monitored for integrity against a
blockchain network can lead to a more resilient and secure
system.
22
Blockchain Technology & Industrial IoT (IIoT)
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
IoT and IIoT systems can be implemented to run over
decentralised peer-to-peer architecture using advanced 5G-
based network technologies.
When linked to a single public network, the ability to integrate
simple authentication methodologies can reduce the power
consumption and computational overhead associatedwith such
devices.
Such integrationwould benefit global logistics and enable the
integrationof supply chain management,purchasing, accounting,
and sales applications to reduce cost and risk and increase
profitability.
For IoT-based systems tobe successful, simplified blockchain-based distributed control systems that leave verification to
external nodes must be created and implemented in a standardised manner.
23
Blockchain Technology &
Industrial IoT (IIoT)
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Like a Mandala Network
Layer 1: Nodes
Nodes form a near-complete
graph
Layer 2: Service providers
Service providers such as
suppliers connect to nodes in
the central core
Layer 3 and above: Users
Clients connect to service
providers
Private information can be
stored exclusively in a single
jurisdiction of the data
holder’s choice.
24
BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT
Thankyou
www.nchain.com
contact@nchain.com

More Related Content

Similar to Blockchain as a Foundation for Industrial IoT | Dr Craig S. Wright

IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018Peter Defreyne
 
Transfiguring enterprise ecosystems with Blockchain development services
Transfiguring enterprise ecosystems with Blockchain development servicesTransfiguring enterprise ecosystems with Blockchain development services
Transfiguring enterprise ecosystems with Blockchain development servicesSeven Bits Technologies
 
IBchain: Internet of Things and Blockchain Integration Approach for Secure Co...
IBchain: Internet of Things and Blockchain Integration Approach for Secure Co...IBchain: Internet of Things and Blockchain Integration Approach for Secure Co...
IBchain: Internet of Things and Blockchain Integration Approach for Secure Co...AlAtfat
 
IRJET - Securing Communication among IoT Devices using Blockchain Proxy
IRJET -  	  Securing Communication among IoT Devices using Blockchain ProxyIRJET -  	  Securing Communication among IoT Devices using Blockchain Proxy
IRJET - Securing Communication among IoT Devices using Blockchain ProxyIRJET Journal
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docxherminaprocter
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docxRAJU852744
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docxaulasnilda
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docxjesusamckone
 
Ten trends of blockchain in 2020
Ten trends of blockchain in 2020Ten trends of blockchain in 2020
Ten trends of blockchain in 2020Ahmed Banafa
 
Distributed Intelligence
Distributed IntelligenceDistributed Intelligence
Distributed IntelligenceNuri Cankaya
 
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT][A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]IRJET Journal
 
Block chain for iot
Block chain for iotBlock chain for iot
Block chain for iotkalvi group
 
Blockchain in industry 4.0
Blockchain in industry 4.0Blockchain in industry 4.0
Blockchain in industry 4.0Mujahid Hussain
 
TCXC IoT AAA Integration Whitepaper
TCXC IoT AAA Integration WhitepaperTCXC IoT AAA Integration Whitepaper
TCXC IoT AAA Integration WhitepaperTelecomsXChange
 
InitVerse Blockchain - Blockchain web3.0 technology application.pdf
InitVerse Blockchain - Blockchain web3.0 technology application.pdfInitVerse Blockchain - Blockchain web3.0 technology application.pdf
InitVerse Blockchain - Blockchain web3.0 technology application.pdfInitVerse Blockchain
 
iot building automation
iot building automationiot building automation
iot building automationOur Point
 
computerweekly.com 17-23 September 2019 16W hen people int.docx
computerweekly.com 17-23 September 2019 16W hen people int.docxcomputerweekly.com 17-23 September 2019 16W hen people int.docx
computerweekly.com 17-23 September 2019 16W hen people int.docxmccormicknadine86
 
Blockchain on AWS for Businesses
Blockchain on AWS for BusinessesBlockchain on AWS for Businesses
Blockchain on AWS for BusinessesJK Tech
 
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...Mistral Solutions
 

Similar to Blockchain as a Foundation for Industrial IoT | Dr Craig S. Wright (20)

IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018IxorTalk IoT Convention 2018
IxorTalk IoT Convention 2018
 
Transfiguring enterprise ecosystems with Blockchain development services
Transfiguring enterprise ecosystems with Blockchain development servicesTransfiguring enterprise ecosystems with Blockchain development services
Transfiguring enterprise ecosystems with Blockchain development services
 
IBchain: Internet of Things and Blockchain Integration Approach for Secure Co...
IBchain: Internet of Things and Blockchain Integration Approach for Secure Co...IBchain: Internet of Things and Blockchain Integration Approach for Secure Co...
IBchain: Internet of Things and Blockchain Integration Approach for Secure Co...
 
IRJET - Securing Communication among IoT Devices using Blockchain Proxy
IRJET -  	  Securing Communication among IoT Devices using Blockchain ProxyIRJET -  	  Securing Communication among IoT Devices using Blockchain Proxy
IRJET - Securing Communication among IoT Devices using Blockchain Proxy
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
 
Ten trends of blockchain in 2020
Ten trends of blockchain in 2020Ten trends of blockchain in 2020
Ten trends of blockchain in 2020
 
Distributed Intelligence
Distributed IntelligenceDistributed Intelligence
Distributed Intelligence
 
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT][A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
[A REVIEW ON ENACTMENT OF BLOCKCHAIN IN IOT]
 
Block chain for iot
Block chain for iotBlock chain for iot
Block chain for iot
 
Global SOC IoT Innovation Trends
Global SOC IoT Innovation TrendsGlobal SOC IoT Innovation Trends
Global SOC IoT Innovation Trends
 
Blockchain in industry 4.0
Blockchain in industry 4.0Blockchain in industry 4.0
Blockchain in industry 4.0
 
TCXC IoT AAA Integration Whitepaper
TCXC IoT AAA Integration WhitepaperTCXC IoT AAA Integration Whitepaper
TCXC IoT AAA Integration Whitepaper
 
InitVerse Blockchain - Blockchain web3.0 technology application.pdf
InitVerse Blockchain - Blockchain web3.0 technology application.pdfInitVerse Blockchain - Blockchain web3.0 technology application.pdf
InitVerse Blockchain - Blockchain web3.0 technology application.pdf
 
iot building automation
iot building automationiot building automation
iot building automation
 
computerweekly.com 17-23 September 2019 16W hen people int.docx
computerweekly.com 17-23 September 2019 16W hen people int.docxcomputerweekly.com 17-23 September 2019 16W hen people int.docx
computerweekly.com 17-23 September 2019 16W hen people int.docx
 
Blockchain on AWS for Businesses
Blockchain on AWS for BusinessesBlockchain on AWS for Businesses
Blockchain on AWS for Businesses
 
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
 

More from Liz Louw

The BSV Association’s Digital Wallet Survey - the results are in!
The BSV Association’s Digital Wallet Survey - the results are in!The BSV Association’s Digital Wallet Survey - the results are in!
The BSV Association’s Digital Wallet Survey - the results are in!Liz Louw
 
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 2
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 2nLocktime and Delayed Transactions | Bitcoin Masterclass Day 2
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 2Liz Louw
 
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 1
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 1nLocktime and Delayed Transactions | Bitcoin Masterclass Day 1
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 1Liz Louw
 
he Bitcoin Masterclass (Slovenia) Day 1: Multicast and IPv6, Bitcoin and IPv6...
he Bitcoin Masterclass (Slovenia) Day 1: Multicast and IPv6, Bitcoin and IPv6...he Bitcoin Masterclass (Slovenia) Day 1: Multicast and IPv6, Bitcoin and IPv6...
he Bitcoin Masterclass (Slovenia) Day 1: Multicast and IPv6, Bitcoin and IPv6...Liz Louw
 
he Bitcoin Masterclass (Slovenia) Day 2: Using distributed hash tables, IPv...
he Bitcoin Masterclass (Slovenia) Day 2:  Using distributed hash tables,  IPv...he Bitcoin Masterclass (Slovenia) Day 2:  Using distributed hash tables,  IPv...
he Bitcoin Masterclass (Slovenia) Day 2: Using distributed hash tables, IPv...Liz Louw
 
The Bitcoin Masterclass (Zurich) Day 2: Multiple transaction systems
The Bitcoin Masterclass (Zurich) Day 2: Multiple transaction systemsThe Bitcoin Masterclass (Zurich) Day 2: Multiple transaction systems
The Bitcoin Masterclass (Zurich) Day 2: Multiple transaction systemsLiz Louw
 
Triple-entry account, general ledgers and control, and tokenisation - Bitcoin...
Triple-entry account, general ledgers and control, and tokenisation - Bitcoin...Triple-entry account, general ledgers and control, and tokenisation - Bitcoin...
Triple-entry account, general ledgers and control, and tokenisation - Bitcoin...Liz Louw
 
Bitcoin Masterclass (London) - Day 2
Bitcoin Masterclass (London) - Day 2Bitcoin Masterclass (London) - Day 2
Bitcoin Masterclass (London) - Day 2Liz Louw
 
Bitcoin Masterclass (London) - Day 1
Bitcoin Masterclass (London) - Day 1Bitcoin Masterclass (London) - Day 1
Bitcoin Masterclass (London) - Day 1Liz Louw
 
Partnerships Working in Health and Social Care
Partnerships Working in Health and Social CarePartnerships Working in Health and Social Care
Partnerships Working in Health and Social CareLiz Louw
 
What are the Types of Common Mental Illnesses and Disorders?
What are the Types of Common Mental Illnesses and Disorders?What are the Types of Common Mental Illnesses and Disorders?
What are the Types of Common Mental Illnesses and Disorders?Liz Louw
 

More from Liz Louw (11)

The BSV Association’s Digital Wallet Survey - the results are in!
The BSV Association’s Digital Wallet Survey - the results are in!The BSV Association’s Digital Wallet Survey - the results are in!
The BSV Association’s Digital Wallet Survey - the results are in!
 
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 2
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 2nLocktime and Delayed Transactions | Bitcoin Masterclass Day 2
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 2
 
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 1
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 1nLocktime and Delayed Transactions | Bitcoin Masterclass Day 1
nLocktime and Delayed Transactions | Bitcoin Masterclass Day 1
 
he Bitcoin Masterclass (Slovenia) Day 1: Multicast and IPv6, Bitcoin and IPv6...
he Bitcoin Masterclass (Slovenia) Day 1: Multicast and IPv6, Bitcoin and IPv6...he Bitcoin Masterclass (Slovenia) Day 1: Multicast and IPv6, Bitcoin and IPv6...
he Bitcoin Masterclass (Slovenia) Day 1: Multicast and IPv6, Bitcoin and IPv6...
 
he Bitcoin Masterclass (Slovenia) Day 2: Using distributed hash tables, IPv...
he Bitcoin Masterclass (Slovenia) Day 2:  Using distributed hash tables,  IPv...he Bitcoin Masterclass (Slovenia) Day 2:  Using distributed hash tables,  IPv...
he Bitcoin Masterclass (Slovenia) Day 2: Using distributed hash tables, IPv...
 
The Bitcoin Masterclass (Zurich) Day 2: Multiple transaction systems
The Bitcoin Masterclass (Zurich) Day 2: Multiple transaction systemsThe Bitcoin Masterclass (Zurich) Day 2: Multiple transaction systems
The Bitcoin Masterclass (Zurich) Day 2: Multiple transaction systems
 
Triple-entry account, general ledgers and control, and tokenisation - Bitcoin...
Triple-entry account, general ledgers and control, and tokenisation - Bitcoin...Triple-entry account, general ledgers and control, and tokenisation - Bitcoin...
Triple-entry account, general ledgers and control, and tokenisation - Bitcoin...
 
Bitcoin Masterclass (London) - Day 2
Bitcoin Masterclass (London) - Day 2Bitcoin Masterclass (London) - Day 2
Bitcoin Masterclass (London) - Day 2
 
Bitcoin Masterclass (London) - Day 1
Bitcoin Masterclass (London) - Day 1Bitcoin Masterclass (London) - Day 1
Bitcoin Masterclass (London) - Day 1
 
Partnerships Working in Health and Social Care
Partnerships Working in Health and Social CarePartnerships Working in Health and Social Care
Partnerships Working in Health and Social Care
 
What are the Types of Common Mental Illnesses and Disorders?
What are the Types of Common Mental Illnesses and Disorders?What are the Types of Common Mental Illnesses and Disorders?
What are the Types of Common Mental Illnesses and Disorders?
 

Recently uploaded

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
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
 
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
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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
 

Recently uploaded (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 

Blockchain as a Foundation for Industrial IoT | Dr Craig S. Wright

  • 1. 1 Blockchain Technology as a Foundation for Industrial IoT Dr Craig Wright | Chief Scientist | nChain IoTaIS 2022, Bali
  • 2. 2 • Challenges of Industrial IoT (IIoT) & GlobalLogistics • Bitcoin as a Base Layer • IoT in a World of Bitcoinand IPv6 • IP-to-IP TransactionsUsing IPv6 • Decentralisation:Forming the Edges of the Network • Blockchain Technology& IndustrialIoT (IIoT) BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Contents
  • 3. 3 BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT ChallengesofIndustrialIoT(IIoT)& GlobalLogistics
  • 4. 4 Security The integration of simple systems in IoT-based supply chain management has failed to consider many security and reliability issues, such as within sensor-based distribution. Privacy The requirementsfor IoT solutions in any industry are primarily based on low-cost, secure systems. Centralised infrastructure with traditional client/server cloud structures often compromises privacy. Standardisation Current monitoring and sensor systems, combined with the lack of development in electronic data interchange (EDI) and logistics bills, have led to a wide fragmentation of solutions and standards. Challenges of Industrial IoT (IIoT) & Global Logistics BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT 4 1 2 3
  • 5. 5 BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT BitcoinasaBaseLayer
  • 6. 6 Bitcoin as a Base Layer BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Key: Node Node Node Intra-layer Ancestor Core Ancestor Example of a Layered Network
  • 7. 7 Bitcoin as a Base Layer BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Key: Node Node Node Intra-layer Ancestor Core Ancestor Example of a Layered Network
  • 8. 8 Bitcoin as a Base Layer BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Key: Node Node Node Intra-layer Ancestor Core Ancestor Example of a Layered Network i= 2 i= 1 i= 3 i= 2 i= 4 i= 3 i= 5 i= 4
  • 9. 9 BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT IoTinaWorldofBitcoinandIPv6
  • 10. 10 An IoT Communication Protocol on Bitcoin (BSV) BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT • Integrationof payment services and security controls into one network • Using existing infrastructure to piggyback messages regarding device-state changes • Fasteruser-device interaction Theme IoT requirements Blockchain solution Scalability Automation Automated contracts Internet traffic P2P transaction throughput Resource-constrained devices Lightweight clients Security Cybersecurity in the cloud Distributed data storage; Validation Access control Key management; Derivative keys
  • 11. 11 Multilevel IOT (MIOT) Architecture BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT The MIOT combines a command-control hierarchy with the use of a blockchain network infrastructure. MIOT users create their own multilevel control hierarchy, which includes client-server and peer-to-peer relationships. Localised Control MIOTtopology MIOT Master MIOT Servant MIOT Slave MIOT Devices
  • 12. 12 MIOT Architecture BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Devices on the MIOT network are classified according to computing resource and connectivity constraints. MIOT wallet • Secure messaging using Bitcoin transactions • Including new peers with digital certificates • Command acknowledgment using sighash • Command approval using multisig transactions MIOT Devices MIOTtopology with exampledevices MIOT Master MIOT Servant MIOT Slave MIOT Devices Master, servant, and slave devices use the MIOT-configured Bitcoin wallet to communicate with each other and the Bitcoin network Devices Wallets Miners
  • 13. 13 Payment for Printing BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Example Use Case The MIOTnetwork for public-library printing services MIOT Master MIOT Servant MIOT Slave MIOT Devices Library Administrator Device Library User Devices Devices Controllers Printer Devices Devices
  • 14. 14 BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT IP-to-IPTransactionsUsingIPv6
  • 15. 15 Non-Interactive Bitcoin IP Transaction Using IPv6 CGA(++) BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT The procedure here is a modification that takes advantage of the beneficial properties of IPv6 (and CGA). To send a Bitcoin transaction to a recipient who isn’t online (non-interactively),the sender can take advantage of the imbedded authentication, using a signature, in CGA++. 𝑇𝑥𝐼𝐷 Inputs Outputs < 𝑆𝑖𝑔 𝑃> <𝑃> OP_RETURN <IP_Tx prefix> <IPv6_CGA(++)> <M> OP_DUP OP_HASH160 <𝐻 𝑃𝐼𝑃 > OP_EQUAL OP_CHECKSIG OP_RETURN Output Format Example Non-Interactive Bitcoin IP Transaction Using IPv6 CGA(++) <IP_Tx prefix> || <Domain_Name> || <M> Used to easily search the blockchain for OP_RETURN outputs of this type Used to identify who the transaction is being made out to Can include anything such as the invoice
  • 16. 16 Domain Name Bitcoin Payments Using IPv6CGA(++) BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT To send a payment to a domain name rather than an IPv6 CGA(++), the sender simply adds an extra step in the beginning of the procedure to resolve the IP address that maps to the domain name required. In the CGA parameters,there is an extFields parameter where an optional variable- length field (default length 0) can be added. Client issues DNS query to resolve the IPv6 (AAAA DNS record) address mapping to the required domain name. Verify DNS record(s) – if DNSSEC is being used. Check that the domain name in the DNS record matches the domain name in the extFields CGA parameter. Procedure continues as with Non-Interactive Bitcoin IP Transaction Using IPv6 CGA(++) or Interactive Bitcoin IP Transaction Using IPv6 CGA.
  • 17. 17 BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Decentralisation:FormingtheEdgesof theNetwork
  • 18. 18 Decentralisation: Forming the Edges of the Network BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT The purpose of a blockchain lies in low-cost transactions. Parties engage directly in an exchange or trade. The system replicates servers to add resilience. It is electronic cash. Decentralisationinvolves pushing information to the edges. The term ‘decentralisation’ refers to individuals being able to exchange information and minority groups being able to act independently. Blockchain technology is not about decentralisation.It merely uses decentralisation.
  • 19. 19 Decentralisation: Forming the Edges of the Network BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Alice engagesdirectly with Bob Alice Bob Blockchain Network P2P Communication Transaction is recorded and settled on the blockchain Nodes return the status of the transaction to Bob
  • 20. 20 BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT BlockchainTechnology&IndustrialIoT (IIoT)
  • 21. 21 Blockchain Technology & Industrial IoT (IIoT) BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Integrating blockchain- based technologies into IoT- based systems will create a more resilient and secure system. I. With the adoption of more secure systems based on blockchain technology, peer-to-peer systems operating across a distributed, resilient network will replace traditional centralised models. II. Simple technologies such as RFID can be integrated using IoT bridges to create smart factories directly integrated with retail and logistic systems. III. The deployment of IoT systems will lead to new paradigms of mass customisation and the integration of complex device-based identity. IV. Integrating both agents and distributed hash table (DHT) databases linked and monitored for integrity against a blockchain network can lead to a more resilient and secure system.
  • 22. 22 Blockchain Technology & Industrial IoT (IIoT) BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT IoT and IIoT systems can be implemented to run over decentralised peer-to-peer architecture using advanced 5G- based network technologies. When linked to a single public network, the ability to integrate simple authentication methodologies can reduce the power consumption and computational overhead associatedwith such devices. Such integrationwould benefit global logistics and enable the integrationof supply chain management,purchasing, accounting, and sales applications to reduce cost and risk and increase profitability. For IoT-based systems tobe successful, simplified blockchain-based distributed control systems that leave verification to external nodes must be created and implemented in a standardised manner.
  • 23. 23 Blockchain Technology & Industrial IoT (IIoT) BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Like a Mandala Network Layer 1: Nodes Nodes form a near-complete graph Layer 2: Service providers Service providers such as suppliers connect to nodes in the central core Layer 3 and above: Users Clients connect to service providers Private information can be stored exclusively in a single jurisdiction of the data holder’s choice.
  • 24. 24 BLOCKCHAIN TECHNOLOGY AS A FOUNDATION FOR INDUSTRIAL IOT Thankyou