SlideShare una empresa de Scribd logo
1 de 37
Descargar para leer sin conexión
PAGE 1 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING
#GHC16
2016
Blockchain and
Internet of Things
Valerie Lampkin
@vjlam30188
vlampkin@us.ibm.com
Sumabala Nair
sumapnair@us.ibm.com
Carole Corley
ccorley@us.ibm.com
PAGE 2 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 2
Blockchain Technology
Blockchain and Internet of Things
The IBM Watson IoT Platform
Thought Leadership & Quick Links
Overview
Demonstration
Watson-IoT Blockchain Logistics use-case and demo
PAGE 3 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING
Blockchain
Technology
4
The Problem With Business Networks Built on
Traditional Databases
Transactions
Can be suppressed: Participants have to trust database
owners
Can be deleted: Database admin is all powerful
Cannot be modified: Database admin is all powerful
Security
Risk is concentrated on each database owner
Crash fault tolerant: If you are lucky
Visibility
Local only - at the individual database level
Costs
Integration Costs - Expensive security and integration costs
across many technologies
5
How Blockchain Solves This
Transactions
Cannot be suppressed: All participants see all
transactions and add them to their own copy of the
ledger
Cannot be deleted: Ledger is append only
Cannot be modified: Ledger is immutable – everybody
can check
Security
Distribution of risk:
Byzantine fault tolerant: Resistant to number of malicious
participants
Visibility
Global - at the fabric level
Costs
Integration Costs – Standardized secure technology and
lower integration costs in a single technology
PAGE 6 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 6
Blockchain in a nutshell
Records all transactions
Each participants build his own copy
Append only
Immutable and cannot be changed
THE shared system of record
Smart Contract
Consensus
Privacy and
Confidentiality
Shared LedgerLedger is shared, but participants
require privacy
Participants need:
Transactions to be private Transaction validation &
commitment
Different to Bitcoin
Byzantine Fault Tolerant
Scalable
“pluggable” consensus for
different use cases
Business rules implied by the
contract
Embedded in the Blockchain
Executed with the transaction
Verifiable, signed
Encoded in programming
language
Identity not linked to a
transaction
Transactions need to be
authenticated
Cryptography central to these
processes
7
Blockchain – not for all . . .
POSITIVE Indicators
1. Managing contractual relationships
2. Complex business logic
3. Identity is important
4. Transactions need to be private
5. Market Approach needed
6. More than two parties
7. Looking to reduce costs
8. Want to improve discoverability
NEGATIVE Indicators
1. Need high performance
(millisecond) transactions
2. One organization involved (no
business network)
3. Looking for a database
replacement
4. Looking for a messaging or general
transaction processing
8
Hyperledger
A collaborative effort created
to advance blockchain
technology by identifying and
addressing important features
for a cross-industry open
standard for distributed
ledgers that can transform the
way business transactions are
conducted globally.
https://www.hyperledger.org/
9
Linux Foundation: Hyperledger Project
DECEMBER 17th 2015
Community + Code
6 Proposed Code contributions
170% Growth in 6 months
80 Members
2K+ Slackers
5 HackFests
60+ attendees per Hackathon
100 + Contributors
Ethereum
EVM?
10
Hyperledger Application Architecture
PAGE 11 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING
Blockchain and
Internet of Things
(IoT)
12
What is an IoT Platform?
12
Watson IoT Platform
Sensors &
Networks
Other
Data Sources
Weather
Map
01
0110
0010
001001
Devices Platform Applications
Other IoT platforms
PAGE 13 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 13
Why?
• Very often, physical objects are used or
maintained by multiple parties
• Multiple parties need to agree on acceptable
usage
• Disputes between parties require some record
of what occurred in order to resolve disputes
• Physical objects of all sorts are used: equipment,
vehicles, buildings, transmission lines (water,
gas, electricity)
• Effects of the environment may also factor into
agreements between parties
• When the objects themselves can report on
their status, this can assist in processing
agreements between parties
Blockchain and IoT
What?
• Enable physical objects (e.g. shipping containers,
manufacturing parts, etc.) to participate in secure
blockchain transactions.
How?
• Route messages from any Watson IoT Platform
connected device to blockchain transactions.
• Devices can send sensor data and the identity of the
object as determined from barcodes, RFIDs,
embedded devices, etc.
• Works with existing devices - does not require
blockchain code to run on devices.
• Watson IoT Platform maps a device’s data format to
that required by the blockchain contract. Blockchain
contract does not have to know about the types of
devices sending data or understand their data format.
PAGE 14 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 14
Example Use Cases
PAGE 15 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 15
What?
• Provenance of each component part in complex system hard
to track
• Manufacturer, production date, batch and even the
manufacturing machine program.
How?
• Blockchain holds complete provenance details of each
component part
• Accessible by each manufacturer in the production process,
the aircraft owners, maintainers and government regulators.
Benefits
• trust increased no authority "owns” provenance
• improvement in system utilization
• recalls "specific" rather than cross fleet
Use Case: Asset Management - Parts Tracking/History
PAGE 16 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 16
16
What?
• Knowing that a vehicle has been maintained according to the required schedule is
difficult today. E.g. maintenance records, work performed, vehicle use, damage
• Many interested and dependent parties, with contrasting/conflicting goals e.g.
Manufacturer/owner/insurer
How?
• Use IoT blockchain as a shared ledger of vehicle history, from usage, maintenance,
warranty work, replacement parts
Benefits
• Greater transparency of true history: Proof of good parts, completed maintenance
and certifications, clean documents.
• Greater confidence and safety because replacement part provenance and all service
is indelibly recorded.
• Safety Certifications and Auditability
• Greater trust since no single authority "owns” the whole story
• New business opportunities for insurers, lenders, warranty services
Use Case: Asset Management - Warranty
PAGE 17 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING
The IBM Watson
IoT Platform
PAGE 18 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 18
Run Your Apps
The developer can chose any language runtime or bring their
own.
DevOps
Development, monitoring, deployment and logging tools
allow the developer to run the entire application.
APIs and Services
Broad catalog of IBM, 3rd party, and open source, APIs and
services to compose an application in minutes.
Cloud Integration
Build hybrid environments. Connect to on-premises systems
of record plus other public and private clouds. Expose your
own APIs to your developers.
Built on IBM SoftLayer
No need to worry about provisioning or managing
infrastructure.
Composable services development, runtime and operations for your IoT apps
IBM Bluemix environment for IoT development
19
IBM Watson IoT Platform - Connect
Connect and manage devices, networks, and gateways
IBM Watson IoT Platform - Information Management
Integrating information, structured and unstructured, from devices,
people, and the world around us
IBM Watson IoT Platform - Analytics
Gaining insights from information using Realtime, Predictive and
Cognitive analytics
IBM Watson IoT Platform - Risk Management
Ensuring you leverage the right information from the right sources,
and the right software runs where you need it
Everything you need to transform with IoT
The IBM Watson IoT Platform
www.ibm.com/iot
PAGE 20 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 20
Bluemix (Hosted)
Hyperledger
Client
Watson IoT Blockchain End-to-end flow with Analytics
Watson IoT Platform
Analytics
Blockchain Proxy (Data Mapping)
IBM Blockchain
Hyperledger
Peer
Hyperledger
Peer
Hyperledger
Peer
Smart Contract
Smart Contract
Hyperledger
Peer
Smart Contract
Smart Contract
Database Integration
Hyperledger
Client
Connect (Messaging & Device Mgmt)
Information
Management
Risk
Management
Consensus
Database
(modeling,
reporting)
Retrieve data
and store
analytic
triggered
events
Modeling &
Runtime analysis
Device Connector Bridge
Device
Conditional Off-chain storage with
hash stored in the blockchain.
Optional
Device
platform
send commands
Device Data
Analytics Application
PMQ
Use database for
modeling and
runtime analysis
Device
Instructions
Register Device,
Listen to events,
PAGE 21 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING
IBM IoT Blockchain
Demo
22
Use Case: Trade, Logistics, Shipping
What?
• Currently Freight logistics involve many different parties: manufactures, forwarders, shippers,
custom agents, insurers.
• Most of these parties use different systems to track shipments
• Many interested and dependent parties, with contrasting/conflicting goals e.g.
Manufacturer/shipper/insurer
How?
• Use IoT enabled blockchain as a shared ledger to record shipping containers as they move through
system
• Automatically update the “smart contract” and blockchain through the IoT Foundation.
Benefits
• Greater transparency and of shipment progress improves efficiency
• Greater trust since all transactions are indelibly recorded
• Greater accuracy and lower cost, through IoT participation.
• Ability to optimize and automate business processes through IoT.
• Future vision allows for ‘freight autonomy’
PAGE 23 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 23
ibm.biz/iot_bc_demo
PAGE 24 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING
Thought Leadership
& Quick Links
PAGE 25 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 25
Thought Leadership
2016 2015 2015 2014
ibm.biz/businessofthings ibm.biz/economyofthings ibm.biz/empoweringtheedge ibm.biz/devicedemocracy
26
Explore & Experiment!
 Learn more about IoT and Blockchain
 https://discover-iot-blockchain.eu-gb.mybluemix.net/
 Learn more about IBM Blockchain
 http://www.ibm.com/blockchain/
 https://console.ng.bluemix.net/catalog/services/blockchain/
• t an overview of what IBM Blockchain is, how it relates to the general blockch
• IBM Blockchain DOCS - All necessary instructions to get up and running. There is no need to
deploy IBM Blockchain separately from those instructions.
• IBM Blockchain API - Get an understanding of the IBM Blockchain API
• IBM Blockchain for Developers - Get an overview of how blockchain fits into your
development environment, and get started with some walk-throughs, all of which feature
live demos and code that is deployable to run on IBM Bluemix.
PAGE 27 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 27
See us Today at IBM Booth #1607
PAGE 28 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING
Thank you
Feedback?
Download at http://bit.ly/ghc16app
or search GHC 16 in the app store
Rate and review the session
on our mobile app
PAGE 29 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING
Backup
PAGE 30 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 30
Business Networks benefit from connectivity
• Connected customers, suppliers, banks, partners
• Cross geography & regulatory boundary
Wealth is generated by the flow of goods &
services across business networks
Transactions are the basic unit of interaction
Contracts are the constructs that regulate
transactions
• When they are valid
• How they are reconciled
Business Networks and Markets
PAGE 31 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 31
Business / MRO Networks benefit from
connectivity
• Connected Manufacturers, Assemblers,
Maintainers, OEMs, Operators, and
Regulators
• Cross geography & regulatory boundaries
Trust is generated by the transparent and
auditable flow of information
Collaboration is central to this process:
• Public transactions, visible to all
• Private transactions between individual
parties
IoT View: Operations and Maintenance Networks
32
Dramatically reducing business transaction
costs
Blockchain
Now that we have a secure and reliable view of
the world captured in a blockchain
Smart Contracts
We can automate smart contracts on top
Search and information costs reduced
Policing and enforcement costs reduced
Bargaining costs reduced
33
Blockchain will impact many business ecosystems
• Itlowersthecostofbusiness transactions throughtheautomationofsmart contracts
built ontopofanappend only distributed ledger
• Visibility at any point in time -> Supply chain provenance, Regulated part
life cycle, Industry 4.0, Service LevelAgreements, Facility management,
Auditable machine decisions, Certificate transparency, IoT Membership,
Independent and distributed decision making ,
• Asset management -> Identity management, Resources, Registries,
Currency, Goods, Rights
34
Hyperledger Next / Hyperledger 1.0 Proposed
Architecture
35
Hyperledger-Fabric Proposed Roadmap &
Releases
PAGE 36 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 36
What?
• Knowing that a piece of equipment (e.g. engine, measuring system, instrument) has been used per the specifications or in
accordance with regulations for the equipment. e.g. work performed, amount of use, type of use, mis-handling events, etc.
• Many interested and dependent parties, with contrasting/conflicting goals e.g.
Manufacturer/owner/regulator/inspector/insurer
• Processes, such as the manufacturing or transport of drugs, have regulatory requirements for tracking history and maintaining
those records for years and providing to regulatory agencies as well.
How?
• Use IoT blockchain as a shared ledger of equipment/process history, from usage, maintenance, warranty work, replacement
parts, out-of-tolerance or regulation situations.
Benefits
• Greater transparency of true history: indelible log of equipment sensor readings, or situations logged by the device and
reported, process events and history
• Safety Certifications and Auditability
• Greater trust since no single authority "owns” the whole story – or said another way – many parties all keep the same record of
events/data
• New business opportunities for insurers, regulators, etc.
Use Case: Regulatory Compliance
PAGE 37 | GRACE HOPPER CELEBRATION 2016 | #GHC16
PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 37
Blockchain and IoT
Watson IoT Platform
Connect
IoTP Device
Client
(MQTT client)
Query &
DevOps
REST
APIs
IBM Blockchain
(Bluemix Service)
Pee
r
Pee
r
Blockchain
Contract
Blockchain
Contract
Client
Blockchain
Application
Blockchain Proxy
MQTT
Client
Data
Mapping
Device Data
Mapped to
Blockchain Contract
format
Risk
Management
Information
Management
Analytics
Device Data
(identity + state)

Más contenido relacionado

La actualidad más candente

Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technologyAayt Bahaa
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain workShishir Aryal
 
A Secure Model of IoT Using Blockchain
A Secure Model of IoT Using BlockchainA Secure Model of IoT Using Blockchain
A Secure Model of IoT Using BlockchainAltoros
 
Understanding blockchain
Understanding blockchainUnderstanding blockchain
Understanding blockchainPriyab Satoshi
 
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
 
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Edureka!
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainJordan Harris
 
Blockchain: Real World Use Cases
Blockchain: Real World Use CasesBlockchain: Real World Use Cases
Blockchain: Real World Use CasesCapgemini
 
Minor project report blockchain
Minor project report blockchainMinor project report blockchain
Minor project report blockchainLight Yagami
 
blockchain and iot: Opportunities and Challanges
blockchain and iot: Opportunities and Challangesblockchain and iot: Opportunities and Challanges
blockchain and iot: Opportunities and ChallangesChetan Kumar S
 
Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0samossummit
 
Block chain technology
Block chain technology Block chain technology
Block chain technology RajeshJade
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basicsRomit Bose
 
Blockchaindev #1 - Ethereum Smart Contracts 101
Blockchaindev #1 - Ethereum Smart Contracts 101Blockchaindev #1 - Ethereum Smart Contracts 101
Blockchaindev #1 - Ethereum Smart Contracts 101Thiago Araujo
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondMichael Novak
 

La actualidad más candente (20)

Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
A Secure Model of IoT Using Blockchain
A Secure Model of IoT Using BlockchainA Secure Model of IoT Using Blockchain
A Secure Model of IoT Using Blockchain
 
Understanding blockchain
Understanding blockchainUnderstanding blockchain
Understanding blockchain
 
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
 
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain: Real World Use Cases
Blockchain: Real World Use CasesBlockchain: Real World Use Cases
Blockchain: Real World Use Cases
 
Minor project report blockchain
Minor project report blockchainMinor project report blockchain
Minor project report blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
BLOCKCHAIN
BLOCKCHAINBLOCKCHAIN
BLOCKCHAIN
 
Blockchain
Blockchain Blockchain
Blockchain
 
blockchain and iot: Opportunities and Challanges
blockchain and iot: Opportunities and Challangesblockchain and iot: Opportunities and Challanges
blockchain and iot: Opportunities and Challanges
 
Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0
 
Block chain technology
Block chain technology Block chain technology
Block chain technology
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
 
Blockchaindev #1 - Ethereum Smart Contracts 101
Blockchaindev #1 - Ethereum Smart Contracts 101Blockchaindev #1 - Ethereum Smart Contracts 101
Blockchaindev #1 - Ethereum Smart Contracts 101
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and Beyond
 

Destacado

How do blockchain and internet of things match?
How do blockchain and internet of things match?How do blockchain and internet of things match?
How do blockchain and internet of things match?Bob Peters
 
Smart Gateways, Blockchain and the Internet of Things (Charalampos Doukas-Cre...
Smart Gateways, Blockchain and the Internet of Things (Charalampos Doukas-Cre...Smart Gateways, Blockchain and the Internet of Things (Charalampos Doukas-Cre...
Smart Gateways, Blockchain and the Internet of Things (Charalampos Doukas-Cre...AGILE IoT
 
Bitcoin, Blockchain, and IoT
Bitcoin, Blockchain, and IoTBitcoin, Blockchain, and IoT
Bitcoin, Blockchain, and IoTRobin Teigland
 
Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta ChauhanBuild Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta ChauhanWithTheBest
 
Secure IoT with Blockchain: Fad or Reality? [BOF5490]
Secure IoT with Blockchain: Fad or Reality? [BOF5490]Secure IoT with Blockchain: Fad or Reality? [BOF5490]
Secure IoT with Blockchain: Fad or Reality? [BOF5490]Leonardo De Moura Rocha Lima
 
Introduction to Blockchain and the Hyperledger Project
Introduction to Blockchain and the Hyperledger ProjectIntroduction to Blockchain and the Hyperledger Project
Introduction to Blockchain and the Hyperledger ProjectManuel Garcia
 
Blockchain: the solution for transparency in product supply chains
Blockchain: the solution for transparency in product supply chainsBlockchain: the solution for transparency in product supply chains
Blockchain: the solution for transparency in product supply chainsJamie Sandhu
 
Anatomy of a hyperledger application
Anatomy of a hyperledger applicationAnatomy of a hyperledger application
Anatomy of a hyperledger applicationEric Cattoir
 
State of Blockchain Q4 2016
State of Blockchain Q4 2016State of Blockchain Q4 2016
State of Blockchain Q4 2016CoinDesk
 
Is Azure Blockchain Cloud the Future of Cloud Computing | Sysfore
Is Azure Blockchain Cloud the Future of Cloud Computing | SysforeIs Azure Blockchain Cloud the Future of Cloud Computing | Sysfore
Is Azure Blockchain Cloud the Future of Cloud Computing | SysforeSysfore Technologies
 
20160304 blockchain in fsi client ready raymond
20160304 blockchain in fsi client ready raymond20160304 blockchain in fsi client ready raymond
20160304 blockchain in fsi client ready raymondMeng-Ru (Raymond) Tsai
 
Internet of Things, Web of Data & Citizen Participation as Enablers of Smart ...
Internet of Things, Web of Data & Citizen Participation as Enablers of Smart ...Internet of Things, Web of Data & Citizen Participation as Enablers of Smart ...
Internet of Things, Web of Data & Citizen Participation as Enablers of Smart ...Diego López-de-Ipiña González-de-Artaza
 
Kathleen Breitman at the Hyperledger Meetup
Kathleen Breitman at the Hyperledger Meetup Kathleen Breitman at the Hyperledger Meetup
Kathleen Breitman at the Hyperledger Meetup Altoros
 
Blockchain Explored: A technical deep-dive
Blockchain Explored: A technical deep-diveBlockchain Explored: A technical deep-dive
Blockchain Explored: A technical deep-diveBinh Nguyen
 
Giving Unchained: could the blockchain transform charity? (Charities Aid Foun...
Giving Unchained: could the blockchain transform charity? (Charities Aid Foun...Giving Unchained: could the blockchain transform charity? (Charities Aid Foun...
Giving Unchained: could the blockchain transform charity? (Charities Aid Foun...Together We're Better
 
How blockchain will defend iot
How blockchain will defend iotHow blockchain will defend iot
How blockchain will defend iotHitesh Malviya
 
T-mining presentation at BlockChain Vlaanderen
T-mining presentation at BlockChain VlaanderenT-mining presentation at BlockChain Vlaanderen
T-mining presentation at BlockChain VlaanderenNico Wauters
 
A Perfect Cloud Foundry Engineer
A Perfect Cloud Foundry EngineerA Perfect Cloud Foundry Engineer
A Perfect Cloud Foundry EngineerAltoros
 
Banking on a Blockchain
Banking on a BlockchainBanking on a Blockchain
Banking on a BlockchainAltoros
 

Destacado (20)

How do blockchain and internet of things match?
How do blockchain and internet of things match?How do blockchain and internet of things match?
How do blockchain and internet of things match?
 
Smart Gateways, Blockchain and the Internet of Things (Charalampos Doukas-Cre...
Smart Gateways, Blockchain and the Internet of Things (Charalampos Doukas-Cre...Smart Gateways, Blockchain and the Internet of Things (Charalampos Doukas-Cre...
Smart Gateways, Blockchain and the Internet of Things (Charalampos Doukas-Cre...
 
Bitcoin, Blockchain, and IoT
Bitcoin, Blockchain, and IoTBitcoin, Blockchain, and IoT
Bitcoin, Blockchain, and IoT
 
Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta ChauhanBuild Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
 
Secure IoT with Blockchain: Fad or Reality? [BOF5490]
Secure IoT with Blockchain: Fad or Reality? [BOF5490]Secure IoT with Blockchain: Fad or Reality? [BOF5490]
Secure IoT with Blockchain: Fad or Reality? [BOF5490]
 
Introduction to Blockchain and the Hyperledger Project
Introduction to Blockchain and the Hyperledger ProjectIntroduction to Blockchain and the Hyperledger Project
Introduction to Blockchain and the Hyperledger Project
 
Blockchain: the solution for transparency in product supply chains
Blockchain: the solution for transparency in product supply chainsBlockchain: the solution for transparency in product supply chains
Blockchain: the solution for transparency in product supply chains
 
Anatomy of a hyperledger application
Anatomy of a hyperledger applicationAnatomy of a hyperledger application
Anatomy of a hyperledger application
 
State of Blockchain Q4 2016
State of Blockchain Q4 2016State of Blockchain Q4 2016
State of Blockchain Q4 2016
 
Is Azure Blockchain Cloud the Future of Cloud Computing | Sysfore
Is Azure Blockchain Cloud the Future of Cloud Computing | SysforeIs Azure Blockchain Cloud the Future of Cloud Computing | Sysfore
Is Azure Blockchain Cloud the Future of Cloud Computing | Sysfore
 
20160304 blockchain in fsi client ready raymond
20160304 blockchain in fsi client ready raymond20160304 blockchain in fsi client ready raymond
20160304 blockchain in fsi client ready raymond
 
Internet of Things, Web of Data & Citizen Participation as Enablers of Smart ...
Internet of Things, Web of Data & Citizen Participation as Enablers of Smart ...Internet of Things, Web of Data & Citizen Participation as Enablers of Smart ...
Internet of Things, Web of Data & Citizen Participation as Enablers of Smart ...
 
Kathleen Breitman at the Hyperledger Meetup
Kathleen Breitman at the Hyperledger Meetup Kathleen Breitman at the Hyperledger Meetup
Kathleen Breitman at the Hyperledger Meetup
 
Blockchain Explored: A technical deep-dive
Blockchain Explored: A technical deep-diveBlockchain Explored: A technical deep-dive
Blockchain Explored: A technical deep-dive
 
Excelian hyperledger fabric-feb17
Excelian hyperledger fabric-feb17Excelian hyperledger fabric-feb17
Excelian hyperledger fabric-feb17
 
Giving Unchained: could the blockchain transform charity? (Charities Aid Foun...
Giving Unchained: could the blockchain transform charity? (Charities Aid Foun...Giving Unchained: could the blockchain transform charity? (Charities Aid Foun...
Giving Unchained: could the blockchain transform charity? (Charities Aid Foun...
 
How blockchain will defend iot
How blockchain will defend iotHow blockchain will defend iot
How blockchain will defend iot
 
T-mining presentation at BlockChain Vlaanderen
T-mining presentation at BlockChain VlaanderenT-mining presentation at BlockChain Vlaanderen
T-mining presentation at BlockChain Vlaanderen
 
A Perfect Cloud Foundry Engineer
A Perfect Cloud Foundry EngineerA Perfect Cloud Foundry Engineer
A Perfect Cloud Foundry Engineer
 
Banking on a Blockchain
Banking on a BlockchainBanking on a Blockchain
Banking on a Blockchain
 

Similar a Blockchain and Internet of Things

IoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and BlockchainIoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and BlockchainValerie Lampkin
 
IBM's Watson IoT Platform Allows You to Quickly Connect Devices to Bluemix Cl...
IBM's Watson IoT Platform Allows You to Quickly Connect Devices to Bluemix Cl...IBM's Watson IoT Platform Allows You to Quickly Connect Devices to Bluemix Cl...
IBM's Watson IoT Platform Allows You to Quickly Connect Devices to Bluemix Cl...WithTheBest
 
Blockchain IoT Workshop for the Aviation Planning Conference
Blockchain IoT Workshop for the Aviation Planning ConferenceBlockchain IoT Workshop for the Aviation Planning Conference
Blockchain IoT Workshop for the Aviation Planning ConferenceJim Gitney
 
Making Blockchain Real for Business at the "z Systems Agile Enterprise Develo...
Making Blockchain Real for Business at the "z Systems Agile Enterprise Develo...Making Blockchain Real for Business at the "z Systems Agile Enterprise Develo...
Making Blockchain Real for Business at the "z Systems Agile Enterprise Develo...DevOps for Enterprise Systems
 
Blockchain for Media & Entertainment
Blockchain for Media & EntertainmentBlockchain for Media & Entertainment
Blockchain for Media & Entertainmentaccenture
 
Globalizing the world supply chain and the ibm blockchain platform short v.2
Globalizing the world  supply chain and the ibm blockchain platform short v.2Globalizing the world  supply chain and the ibm blockchain platform short v.2
Globalizing the world supply chain and the ibm blockchain platform short v.2LennartF
 
FIWARE Tech Summit - FIWARE Overview and Description of GEs
FIWARE Tech Summit - FIWARE Overview and Description of GEsFIWARE Tech Summit - FIWARE Overview and Description of GEs
FIWARE Tech Summit - FIWARE Overview and Description of GEsFIWARE
 
Blockchain Applications for Large Enterprises by Austin Higgins
Blockchain Applications for Large Enterprises by Austin HigginsBlockchain Applications for Large Enterprises by Austin Higgins
Blockchain Applications for Large Enterprises by Austin HigginsAustin Higgins
 
Oracle Blockchain Experience Day
Oracle Blockchain Experience DayOracle Blockchain Experience Day
Oracle Blockchain Experience DayJuarez Junior
 
Globalizing the world supply chain and the ibm blockchain platform v.2
Globalizing the world  supply chain and the ibm blockchain platform v.2Globalizing the world  supply chain and the ibm blockchain platform v.2
Globalizing the world supply chain and the ibm blockchain platform v.2LennartF
 
Ibm system storage solutions handbook
Ibm system storage solutions handbook Ibm system storage solutions handbook
Ibm system storage solutions handbook Diego Alberto Tamayo
 
Blockchain explained cata
Blockchain explained   cataBlockchain explained   cata
Blockchain explained cataMogul Marketing
 
Cisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & BlockchainCisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & BlockchainMatteo Masi
 
Oracle Digital Business Transformation and Internet of Things by Ermin Prašović
Oracle Digital Business Transformation and Internet of Things by Ermin PrašovićOracle Digital Business Transformation and Internet of Things by Ermin Prašović
Oracle Digital Business Transformation and Internet of Things by Ermin PrašovićBosnia Agile
 
IoT device attestation system using blockchain, Alistair Duke
IoT device attestation system using blockchain, Alistair DukeIoT device attestation system using blockchain, Alistair Duke
IoT device attestation system using blockchain, Alistair DukeNapier University
 
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...Ingo Weber
 
In-Memory Computing Driving Edge Computing and Blockchain Technologies
In-Memory Computing Driving Edge Computing and Blockchain TechnologiesIn-Memory Computing Driving Edge Computing and Blockchain Technologies
In-Memory Computing Driving Edge Computing and Blockchain Technologiesdsapps
 
Wwc developing hyperledger applications v4
Wwc  developing hyperledger applications v4Wwc  developing hyperledger applications v4
Wwc developing hyperledger applications v4LennartF
 
apidays LIVE London 2021 - Open Insurance & Smart Contracts by Giovanni Lesna...
apidays LIVE London 2021 - Open Insurance & Smart Contracts by Giovanni Lesna...apidays LIVE London 2021 - Open Insurance & Smart Contracts by Giovanni Lesna...
apidays LIVE London 2021 - Open Insurance & Smart Contracts by Giovanni Lesna...apidays
 
170720 chainstep meetp_next_bigthing
170720 chainstep meetp_next_bigthing170720 chainstep meetp_next_bigthing
170720 chainstep meetp_next_bigthingFrank Bolten
 

Similar a Blockchain and Internet of Things (20)

IoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and BlockchainIoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and Blockchain
 
IBM's Watson IoT Platform Allows You to Quickly Connect Devices to Bluemix Cl...
IBM's Watson IoT Platform Allows You to Quickly Connect Devices to Bluemix Cl...IBM's Watson IoT Platform Allows You to Quickly Connect Devices to Bluemix Cl...
IBM's Watson IoT Platform Allows You to Quickly Connect Devices to Bluemix Cl...
 
Blockchain IoT Workshop for the Aviation Planning Conference
Blockchain IoT Workshop for the Aviation Planning ConferenceBlockchain IoT Workshop for the Aviation Planning Conference
Blockchain IoT Workshop for the Aviation Planning Conference
 
Making Blockchain Real for Business at the "z Systems Agile Enterprise Develo...
Making Blockchain Real for Business at the "z Systems Agile Enterprise Develo...Making Blockchain Real for Business at the "z Systems Agile Enterprise Develo...
Making Blockchain Real for Business at the "z Systems Agile Enterprise Develo...
 
Blockchain for Media & Entertainment
Blockchain for Media & EntertainmentBlockchain for Media & Entertainment
Blockchain for Media & Entertainment
 
Globalizing the world supply chain and the ibm blockchain platform short v.2
Globalizing the world  supply chain and the ibm blockchain platform short v.2Globalizing the world  supply chain and the ibm blockchain platform short v.2
Globalizing the world supply chain and the ibm blockchain platform short v.2
 
FIWARE Tech Summit - FIWARE Overview and Description of GEs
FIWARE Tech Summit - FIWARE Overview and Description of GEsFIWARE Tech Summit - FIWARE Overview and Description of GEs
FIWARE Tech Summit - FIWARE Overview and Description of GEs
 
Blockchain Applications for Large Enterprises by Austin Higgins
Blockchain Applications for Large Enterprises by Austin HigginsBlockchain Applications for Large Enterprises by Austin Higgins
Blockchain Applications for Large Enterprises by Austin Higgins
 
Oracle Blockchain Experience Day
Oracle Blockchain Experience DayOracle Blockchain Experience Day
Oracle Blockchain Experience Day
 
Globalizing the world supply chain and the ibm blockchain platform v.2
Globalizing the world  supply chain and the ibm blockchain platform v.2Globalizing the world  supply chain and the ibm blockchain platform v.2
Globalizing the world supply chain and the ibm blockchain platform v.2
 
Ibm system storage solutions handbook
Ibm system storage solutions handbook Ibm system storage solutions handbook
Ibm system storage solutions handbook
 
Blockchain explained cata
Blockchain explained   cataBlockchain explained   cata
Blockchain explained cata
 
Cisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & BlockchainCisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & Blockchain
 
Oracle Digital Business Transformation and Internet of Things by Ermin Prašović
Oracle Digital Business Transformation and Internet of Things by Ermin PrašovićOracle Digital Business Transformation and Internet of Things by Ermin Prašović
Oracle Digital Business Transformation and Internet of Things by Ermin Prašović
 
IoT device attestation system using blockchain, Alistair Duke
IoT device attestation system using blockchain, Alistair DukeIoT device attestation system using blockchain, Alistair Duke
IoT device attestation system using blockchain, Alistair Duke
 
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
 
In-Memory Computing Driving Edge Computing and Blockchain Technologies
In-Memory Computing Driving Edge Computing and Blockchain TechnologiesIn-Memory Computing Driving Edge Computing and Blockchain Technologies
In-Memory Computing Driving Edge Computing and Blockchain Technologies
 
Wwc developing hyperledger applications v4
Wwc  developing hyperledger applications v4Wwc  developing hyperledger applications v4
Wwc developing hyperledger applications v4
 
apidays LIVE London 2021 - Open Insurance & Smart Contracts by Giovanni Lesna...
apidays LIVE London 2021 - Open Insurance & Smart Contracts by Giovanni Lesna...apidays LIVE London 2021 - Open Insurance & Smart Contracts by Giovanni Lesna...
apidays LIVE London 2021 - Open Insurance & Smart Contracts by Giovanni Lesna...
 
170720 chainstep meetp_next_bigthing
170720 chainstep meetp_next_bigthing170720 chainstep meetp_next_bigthing
170720 chainstep meetp_next_bigthing
 

Último

All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtrahman018755
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)Delhi Call girls
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...SUHANI PANDEY
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge GraphsEleniIlkou
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...SUHANI PANDEY
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.soniya singh
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.soniya singh
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...SUHANI PANDEY
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirtrahman018755
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 

Último (20)

All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 

Blockchain and Internet of Things

  • 1. PAGE 1 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING #GHC16 2016 Blockchain and Internet of Things Valerie Lampkin @vjlam30188 vlampkin@us.ibm.com Sumabala Nair sumapnair@us.ibm.com Carole Corley ccorley@us.ibm.com
  • 2. PAGE 2 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 2 Blockchain Technology Blockchain and Internet of Things The IBM Watson IoT Platform Thought Leadership & Quick Links Overview Demonstration Watson-IoT Blockchain Logistics use-case and demo
  • 3. PAGE 3 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING Blockchain Technology
  • 4. 4 The Problem With Business Networks Built on Traditional Databases Transactions Can be suppressed: Participants have to trust database owners Can be deleted: Database admin is all powerful Cannot be modified: Database admin is all powerful Security Risk is concentrated on each database owner Crash fault tolerant: If you are lucky Visibility Local only - at the individual database level Costs Integration Costs - Expensive security and integration costs across many technologies
  • 5. 5 How Blockchain Solves This Transactions Cannot be suppressed: All participants see all transactions and add them to their own copy of the ledger Cannot be deleted: Ledger is append only Cannot be modified: Ledger is immutable – everybody can check Security Distribution of risk: Byzantine fault tolerant: Resistant to number of malicious participants Visibility Global - at the fabric level Costs Integration Costs – Standardized secure technology and lower integration costs in a single technology
  • 6. PAGE 6 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 6 Blockchain in a nutshell Records all transactions Each participants build his own copy Append only Immutable and cannot be changed THE shared system of record Smart Contract Consensus Privacy and Confidentiality Shared LedgerLedger is shared, but participants require privacy Participants need: Transactions to be private Transaction validation & commitment Different to Bitcoin Byzantine Fault Tolerant Scalable “pluggable” consensus for different use cases Business rules implied by the contract Embedded in the Blockchain Executed with the transaction Verifiable, signed Encoded in programming language Identity not linked to a transaction Transactions need to be authenticated Cryptography central to these processes
  • 7. 7 Blockchain – not for all . . . POSITIVE Indicators 1. Managing contractual relationships 2. Complex business logic 3. Identity is important 4. Transactions need to be private 5. Market Approach needed 6. More than two parties 7. Looking to reduce costs 8. Want to improve discoverability NEGATIVE Indicators 1. Need high performance (millisecond) transactions 2. One organization involved (no business network) 3. Looking for a database replacement 4. Looking for a messaging or general transaction processing
  • 8. 8 Hyperledger A collaborative effort created to advance blockchain technology by identifying and addressing important features for a cross-industry open standard for distributed ledgers that can transform the way business transactions are conducted globally. https://www.hyperledger.org/
  • 9. 9 Linux Foundation: Hyperledger Project DECEMBER 17th 2015 Community + Code 6 Proposed Code contributions 170% Growth in 6 months 80 Members 2K+ Slackers 5 HackFests 60+ attendees per Hackathon 100 + Contributors Ethereum EVM?
  • 11. PAGE 11 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING Blockchain and Internet of Things (IoT)
  • 12. 12 What is an IoT Platform? 12 Watson IoT Platform Sensors & Networks Other Data Sources Weather Map 01 0110 0010 001001 Devices Platform Applications Other IoT platforms
  • 13. PAGE 13 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 13 Why? • Very often, physical objects are used or maintained by multiple parties • Multiple parties need to agree on acceptable usage • Disputes between parties require some record of what occurred in order to resolve disputes • Physical objects of all sorts are used: equipment, vehicles, buildings, transmission lines (water, gas, electricity) • Effects of the environment may also factor into agreements between parties • When the objects themselves can report on their status, this can assist in processing agreements between parties Blockchain and IoT What? • Enable physical objects (e.g. shipping containers, manufacturing parts, etc.) to participate in secure blockchain transactions. How? • Route messages from any Watson IoT Platform connected device to blockchain transactions. • Devices can send sensor data and the identity of the object as determined from barcodes, RFIDs, embedded devices, etc. • Works with existing devices - does not require blockchain code to run on devices. • Watson IoT Platform maps a device’s data format to that required by the blockchain contract. Blockchain contract does not have to know about the types of devices sending data or understand their data format.
  • 14. PAGE 14 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 14 Example Use Cases
  • 15. PAGE 15 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 15 What? • Provenance of each component part in complex system hard to track • Manufacturer, production date, batch and even the manufacturing machine program. How? • Blockchain holds complete provenance details of each component part • Accessible by each manufacturer in the production process, the aircraft owners, maintainers and government regulators. Benefits • trust increased no authority "owns” provenance • improvement in system utilization • recalls "specific" rather than cross fleet Use Case: Asset Management - Parts Tracking/History
  • 16. PAGE 16 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 16 16 What? • Knowing that a vehicle has been maintained according to the required schedule is difficult today. E.g. maintenance records, work performed, vehicle use, damage • Many interested and dependent parties, with contrasting/conflicting goals e.g. Manufacturer/owner/insurer How? • Use IoT blockchain as a shared ledger of vehicle history, from usage, maintenance, warranty work, replacement parts Benefits • Greater transparency of true history: Proof of good parts, completed maintenance and certifications, clean documents. • Greater confidence and safety because replacement part provenance and all service is indelibly recorded. • Safety Certifications and Auditability • Greater trust since no single authority "owns” the whole story • New business opportunities for insurers, lenders, warranty services Use Case: Asset Management - Warranty
  • 17. PAGE 17 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING The IBM Watson IoT Platform
  • 18. PAGE 18 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 18 Run Your Apps The developer can chose any language runtime or bring their own. DevOps Development, monitoring, deployment and logging tools allow the developer to run the entire application. APIs and Services Broad catalog of IBM, 3rd party, and open source, APIs and services to compose an application in minutes. Cloud Integration Build hybrid environments. Connect to on-premises systems of record plus other public and private clouds. Expose your own APIs to your developers. Built on IBM SoftLayer No need to worry about provisioning or managing infrastructure. Composable services development, runtime and operations for your IoT apps IBM Bluemix environment for IoT development
  • 19. 19 IBM Watson IoT Platform - Connect Connect and manage devices, networks, and gateways IBM Watson IoT Platform - Information Management Integrating information, structured and unstructured, from devices, people, and the world around us IBM Watson IoT Platform - Analytics Gaining insights from information using Realtime, Predictive and Cognitive analytics IBM Watson IoT Platform - Risk Management Ensuring you leverage the right information from the right sources, and the right software runs where you need it Everything you need to transform with IoT The IBM Watson IoT Platform www.ibm.com/iot
  • 20. PAGE 20 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 20 Bluemix (Hosted) Hyperledger Client Watson IoT Blockchain End-to-end flow with Analytics Watson IoT Platform Analytics Blockchain Proxy (Data Mapping) IBM Blockchain Hyperledger Peer Hyperledger Peer Hyperledger Peer Smart Contract Smart Contract Hyperledger Peer Smart Contract Smart Contract Database Integration Hyperledger Client Connect (Messaging & Device Mgmt) Information Management Risk Management Consensus Database (modeling, reporting) Retrieve data and store analytic triggered events Modeling & Runtime analysis Device Connector Bridge Device Conditional Off-chain storage with hash stored in the blockchain. Optional Device platform send commands Device Data Analytics Application PMQ Use database for modeling and runtime analysis Device Instructions Register Device, Listen to events,
  • 21. PAGE 21 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING IBM IoT Blockchain Demo
  • 22. 22 Use Case: Trade, Logistics, Shipping What? • Currently Freight logistics involve many different parties: manufactures, forwarders, shippers, custom agents, insurers. • Most of these parties use different systems to track shipments • Many interested and dependent parties, with contrasting/conflicting goals e.g. Manufacturer/shipper/insurer How? • Use IoT enabled blockchain as a shared ledger to record shipping containers as they move through system • Automatically update the “smart contract” and blockchain through the IoT Foundation. Benefits • Greater transparency and of shipment progress improves efficiency • Greater trust since all transactions are indelibly recorded • Greater accuracy and lower cost, through IoT participation. • Ability to optimize and automate business processes through IoT. • Future vision allows for ‘freight autonomy’
  • 23. PAGE 23 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 23 ibm.biz/iot_bc_demo
  • 24. PAGE 24 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING Thought Leadership & Quick Links
  • 25. PAGE 25 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 25 Thought Leadership 2016 2015 2015 2014 ibm.biz/businessofthings ibm.biz/economyofthings ibm.biz/empoweringtheedge ibm.biz/devicedemocracy
  • 26. 26 Explore & Experiment!  Learn more about IoT and Blockchain  https://discover-iot-blockchain.eu-gb.mybluemix.net/  Learn more about IBM Blockchain  http://www.ibm.com/blockchain/  https://console.ng.bluemix.net/catalog/services/blockchain/ • t an overview of what IBM Blockchain is, how it relates to the general blockch • IBM Blockchain DOCS - All necessary instructions to get up and running. There is no need to deploy IBM Blockchain separately from those instructions. • IBM Blockchain API - Get an understanding of the IBM Blockchain API • IBM Blockchain for Developers - Get an overview of how blockchain fits into your development environment, and get started with some walk-throughs, all of which feature live demos and code that is deployable to run on IBM Bluemix.
  • 27. PAGE 27 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 27 See us Today at IBM Booth #1607
  • 28. PAGE 28 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING Thank you Feedback? Download at http://bit.ly/ghc16app or search GHC 16 in the app store Rate and review the session on our mobile app
  • 29. PAGE 29 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING Backup
  • 30. PAGE 30 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 30 Business Networks benefit from connectivity • Connected customers, suppliers, banks, partners • Cross geography & regulatory boundary Wealth is generated by the flow of goods & services across business networks Transactions are the basic unit of interaction Contracts are the constructs that regulate transactions • When they are valid • How they are reconciled Business Networks and Markets
  • 31. PAGE 31 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 31 Business / MRO Networks benefit from connectivity • Connected Manufacturers, Assemblers, Maintainers, OEMs, Operators, and Regulators • Cross geography & regulatory boundaries Trust is generated by the transparent and auditable flow of information Collaboration is central to this process: • Public transactions, visible to all • Private transactions between individual parties IoT View: Operations and Maintenance Networks
  • 32. 32 Dramatically reducing business transaction costs Blockchain Now that we have a secure and reliable view of the world captured in a blockchain Smart Contracts We can automate smart contracts on top Search and information costs reduced Policing and enforcement costs reduced Bargaining costs reduced
  • 33. 33 Blockchain will impact many business ecosystems • Itlowersthecostofbusiness transactions throughtheautomationofsmart contracts built ontopofanappend only distributed ledger • Visibility at any point in time -> Supply chain provenance, Regulated part life cycle, Industry 4.0, Service LevelAgreements, Facility management, Auditable machine decisions, Certificate transparency, IoT Membership, Independent and distributed decision making , • Asset management -> Identity management, Resources, Registries, Currency, Goods, Rights
  • 34. 34 Hyperledger Next / Hyperledger 1.0 Proposed Architecture
  • 36. PAGE 36 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 36 What? • Knowing that a piece of equipment (e.g. engine, measuring system, instrument) has been used per the specifications or in accordance with regulations for the equipment. e.g. work performed, amount of use, type of use, mis-handling events, etc. • Many interested and dependent parties, with contrasting/conflicting goals e.g. Manufacturer/owner/regulator/inspector/insurer • Processes, such as the manufacturing or transport of drugs, have regulatory requirements for tracking history and maintaining those records for years and providing to regulatory agencies as well. How? • Use IoT blockchain as a shared ledger of equipment/process history, from usage, maintenance, warranty work, replacement parts, out-of-tolerance or regulation situations. Benefits • Greater transparency of true history: indelible log of equipment sensor readings, or situations logged by the device and reported, process events and history • Safety Certifications and Auditability • Greater trust since no single authority "owns” the whole story – or said another way – many parties all keep the same record of events/data • New business opportunities for insurers, regulators, etc. Use Case: Regulatory Compliance
  • 37. PAGE 37 | GRACE HOPPER CELEBRATION 2016 | #GHC16 PRESENTED BY THE ANITA BORG INSTITUTE AND THE ASSOCIATION FOR COMPUTING 37 Blockchain and IoT Watson IoT Platform Connect IoTP Device Client (MQTT client) Query & DevOps REST APIs IBM Blockchain (Bluemix Service) Pee r Pee r Blockchain Contract Blockchain Contract Client Blockchain Application Blockchain Proxy MQTT Client Data Mapping Device Data Mapped to Blockchain Contract format Risk Management Information Management Analytics Device Data (identity + state)