SlideShare a Scribd company logo
1 of 36
Download to read offline
BASEL BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENF
HAMBURG KOPENHAGEN LAUSANNE MÜNCHEN STUTTGART WIEN ZÜRICH
Internet of Things (IoT)
in the cloud or rather on-premises?
Guido Schmutz – 5.7.2017
@gschmutz guidoschmutz.wordpress.com
Guido Schmutz
Working at Trivadis for more than 20 years
Oracle ACE Director for Fusion Middleware and SOA
Consultant, Trainer Software Architect for Java, Oracle, SOA and
Big Data / Fast Data
Head of Trivadis Architecture Board
Technology Manager @ Trivadis
More than 30 years of software development experience
Contact: guido.schmutz@trivadis.com
Blog: http://guidoschmutz.wordpress.com
Slideshare: http://www.slideshare.net/gschmutz
Twitter: gschmutz
2
Agenda
3
1. IoT Architecture & Building Blocks
2. IoT Reference Architecture
3. Cloud IoT Solutions
4. On-Premises IoT Solutions
5. Hybrid IoT Solutions
Internet of Things (IoT) Wave
Internet of Things (IoT): Enabling
communication between devices, people
& processes to exchange useful information
& knowledge that create value for humans
Term first proposed by Kevin Ashton in 1999
Source:	The	Economist Source:	Ericsson,	June	2016
IoT Architecture & Building Blocks
5
Architecture Drivers
6
Large	Scale
Security
Constrained	Devices
Large	Volume
Legacy	Support
Need	for	Real-Time
Millions	of	clients	in	a	single	network.	IPv6	is	the	right	way	to	go…
Sensors	exposed	to	the	world,	data	travels	through	public	networks	…
Lossy networks,	low	bandwidth,	small	batteries	…
Millions	of	sensors	produce	tons	of	data,	all	the	time	…
Non-IP,	specialized	devices,	multiple	vertical	solutions
What	happens	now	may	result	in	proactive	action	…
IoT World Forum Reference Model
7
Source: https://www.iotwf.com/
IoT World Forum Reference Model
8
Source: https://www.iotwf.com/
Sensor vs. Actuators
9
1)	Physical	Devices	&	Controllers
Source: cisco
Smart Objects
10
1)	Physical	Devices	&	Controllers
Source: cisco
Sensor Characteristics
11
Connected	to	Power	or	Battery	operated
Lower	power	need	to	transmit	less	often,	at	
shorter	range,	simpler	data
Mobile	or	Static
What	is	the	range	and	frequency	of	mobility?	
Impact	on	power	and	Gateway
Low	or	High	Reporting	Frequency
Hundred	of	times	per	second,	or	once	or	twice	a	
month?
Simple	or	Rich	Data One	status	bytes	or	hundreds	of	parameters?
Transmission	Range Few	feet	or	several	miles?
Density	per	Cell “a	few	sensors”	or	“several	thousands”?
1)	Physical	Devices	&	Controllers 2)	Connectivity
Access Technologies and Distances
12
2)	Connectivity
Source: cisco
Traditional IT Cloud Computing Model
13
Standard model
Endpoint like computer,
notebooks, tablets … connect to
a core network
communication between
endpoints
data center or cloud backend
where an application is running
3 layered connectivity
architecture
3)	Edge	Computing
Source: cisco
IT Model, with IoT Requirements
14
• Additional Fog Layer
between Devices and
Core Network
• supports for
filter/aggregation in
edge/fog layer
• supports lower latency
action / reaction =>
direct feedback loop
3)	Edge	Computing
Source: cisco
Edge vs. Mist vs. Fog Computing
15
Edge Computing
• brings compute, storage and
networking resources directly to the
endpoints
• compute resources inside the device,
probably very constrained resources
• The edge feeds data into the Fog
layer
Mist Computing
• Direct communications between edge
devices
Fog Computing
• brings compute, storage and
networking as close to the endpoints
as possible
• away from the cloud, but does not
include the endpoints
3)	Edge	Computing
Streaming Analytics
17
Simple Event Processing
Event Stream Processing
Complex Event Processing
3)	Edge	Computing 4)	Data	Accumulation 5)	Application
Server-Less
18
Run code “without” servers => only
specify functions
Pay only for the compute time you
consume => save money
Triggered by events or called from API’s
• store an object into an object/blob
storage system (S3)
• updates to a NoSQL database
(trigger)
• arrival of an IoT message (event)
Makes it easy to
• perform real-time processing
• build scalable back-end services
• glue and choreograph systems
Functions can be written in various
languages, such as
• Java / C#
• Python
• Node.js
Might have higher latency (due to
function being loaded at call-time)
3)	Edge	Computing 4)	Data	Accumulation 5)	Data	Abstraction
Data Storage
Key	Value	Store
Wide-column	store
Document	store
Graph	store
Key Value
K1 V1
K2 V2
K3 V3
Document
{
k1:	v1,
k2:	v2,	
k3:	[v1,	v2,	v3]
}
Rowkey
CK1
RK1
V1
CK2
V2
CK3
V3
CK4
V4
…
…
CK1
RK2
V1
CK4
V4
CK6
V6
…
…
…
…
…
…
CK3
V3
Big Data und DWH Architekturworkshop19
5)	Data	Abstraction
Data Storage
Object	Storage	/	Key	Value	Store
Wide-column	store
Document	store
Graph	store
Big Data und DWH Architekturworkshop20
5)	Data	Abstraction
21
IoT Reference Architecture
API	/	Service	Integration
IoT Services
IoT Logical Reference Architecture
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
22
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
API	/	Service	Integration
IoT Services
IoT Logical Reference Architecture
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
23
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Physical	Devices	
&	Controllers
Connectivity
Edge	Computing Data	Accumulation
Data	Abstraction
Application
Collaboration	&	
Processes
24
Cloud IoT Solutions
API	/	Service	Integration
IoT Services
Amazon IoT Platform
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
33
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Rules	Engine
Lambda
S3
Greengrass
S3 Dynamo	
DB
Dynamo	DB
Message	Broker
Thing	
Shadow
Thing	
Registry
AWS	IoT Platform EWR
Kinesis	FirehoseSQS
EC2	Container	Service
EC2	Container	Registry
SnowmobileSnowball	Edge
Snowball
Polly
ML
Lex
Recognition
Elasticsearch
Kinesis	Analytics
Kinesis	Streams
SNSEmail
PinpointAPI	Gateway
Mobile	Hub
Mobile	SDK
Cognito
Lambda
Lambda
EC2
Auto	Scaling	
Rules	Engine
Lambda
API	/	Service	Integration
IoT Services
Microsoft Azure Cloud
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
38
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
IoT Edge
Stream
Analytics
Document	DB
IoT Gateway
IoTHub
Event	Hub
Functions
Service	Bus
HD	Insight
Storage
Storage
Machine	Learning
Document	
DB
DataLake
BizTalk	Services
Notification	Hub
Power	BI
Stream
Analytics
API	Management
IoT Suite
API	/	Service	Integration
IoT Services
Oracle Cloud
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
44
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Event	Hub	CS
IoT CS
Stream	
Analytics
Big	Data	CS
Stream	
Analytics NoSQL	CS
Big	Data	
Discovery	CS
Big	Data	
Preparation	CS
Edge	
Analytics
IoT CS	
Gateway
SOA	CS
Process	CS
Integration	CSMessaging	CS
Mobile	CS
Container	CS
Application	
Container	CS
BI	CS
Dataflow	ML
NoSQL
Device	Mgmt
Service	CS
Field	Service	CS
Oracle Cloud Demo @ Schwabengipfel
45
IOT	CS
Mobile	CS
SOA	CS
Integration	CSBICS
Process CS
DOCS
Service	Cloud
OPA	CS
Field	Service	Cloud
Oracle Cloud Demo @ Schwabengipfel
Architecture & Oracle Cloud Services used
Confidential – Oracle Internal/Restricted/Highly Restricted46
48
49
IoT on-premises
API	/	Service	Integration
IoT Services
IoT on-premises – Oracle Cloud Machine
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
50
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Event	Hub	CS
IoT CS
Stream	
Analytics
Big	Data	CS
Stream	
Analytics NoSQL	CS
Big	Data	
Discovery	CS
Big	Data	
Preparation	CS
Edge	
Analytics
IoT CS	
Gateway
SOA	CS
Process	CS
Integration	CSMessaging	CS
Mobile	CS
Container	CS
Application	
Container	CS
BI	CS
Dataflow	ML
NoSQL
Device	Mgmt
Service	CS
Field	Service	CS
API	/	Service	Integration
IoT Services
IoT on-premises – Open Source
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
51
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
52
Hybrid IoT Solution
API	/	Service	Integration
IoT Services
Hybrid IoT Solutions
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Cloud On-PremisesFogEdge
API	/	Service	Integration
IoT Services
Hybrid IoT Solutions
Low	Power
IoT Device
Sensor
Actuator
IoT Gateway
UI	
f()
Enterprise	Apps
Process	Mgmt
Rule	Engine
IoTHub
Big	Data	/	BI
Service
UIBL
Object
Analytics	/	ML
API
REST
HTTP
KAFKA
MQTT
AMQP
HTTPBLE
ZigBee
WIFI
Wired
UI	Provisioning
Device	Mgmt
State
Message	Integration
Event	HubAPI	GW	/	Service	Bus
Streaming	Analytics
Rule	Engine DB
DB
Containerized	Apps
Micro
Service
REST
SOAP
HTTP
IP	Capable
IoT Device
Sensor
Actuator
f()
DB
DB
Analytics
DB
Rule	Engine
Analytics
API
Existing
IoT Device
Sensor
Actuator
MQTT
AMQP
HTTP
MQTT
AMQP
HTTP
Cloud On-PremisesFogEdge
Guido Schmutz
Technology Manager
guido.schmutz@trivadis.com
@gschmutz guidoschmutz.wordpress.com

More Related Content

Similar to Iot cloud-or-onprem-170709204236

IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...
IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...
IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...Guido Schmutz
 
Go real-time with the InternetOfThings
Go real-time with the InternetOfThingsGo real-time with the InternetOfThings
Go real-time with the InternetOfThingsUffe Björklund
 
IoT on Blockchain Solution Overview
IoT on Blockchain Solution OverviewIoT on Blockchain Solution Overview
IoT on Blockchain Solution OverviewProvide Technologies
 
Google's Infrastructure and Specific IoT Services
Google's Infrastructure and Specific IoT ServicesGoogle's Infrastructure and Specific IoT Services
Google's Infrastructure and Specific IoT ServicesIntel® Software
 
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17Mark Goldstein
 
Running in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectRunning in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectMaarten Balliauw
 
Running in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectRunning in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectMaarten Balliauw
 
Arc Ready Cloud Computing
Arc Ready Cloud ComputingArc Ready Cloud Computing
Arc Ready Cloud ComputingPhilip Wheat
 
DevOps for Dynamic Interoperability of IoT, Edge and Cloud Systems
DevOps for Dynamic Interoperability of IoT, Edge and Cloud SystemsDevOps for Dynamic Interoperability of IoT, Edge and Cloud Systems
DevOps for Dynamic Interoperability of IoT, Edge and Cloud SystemsHong-Linh Truong
 
Internet of Things & Co.
Internet of Things & Co.Internet of Things & Co.
Internet of Things & Co.Damir Dobric
 
Introduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformIntroduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformSANGHEE SHIN
 
CPaaS.io Y1 Review Meeting - Cloud & Edge Programming
CPaaS.io Y1 Review Meeting - Cloud & Edge ProgrammingCPaaS.io Y1 Review Meeting - Cloud & Edge Programming
CPaaS.io Y1 Review Meeting - Cloud & Edge ProgrammingStephan Haller
 
IoTforReal Seminar slidedeck
IoTforReal Seminar slidedeckIoTforReal Seminar slidedeck
IoTforReal Seminar slidedeckCodit
 
NashTech - Azure IoT Solutions on Microsoft Azure
NashTech - Azure IoT Solutions on Microsoft AzureNashTech - Azure IoT Solutions on Microsoft Azure
NashTech - Azure IoT Solutions on Microsoft AzurePhi Huynh
 
Internet of Things and Azure - DevTeach 2016
Internet of Things and Azure - DevTeach 2016Internet of Things and Azure - DevTeach 2016
Internet of Things and Azure - DevTeach 2016Guy Barrette
 
Hoe het Azure ecosysteem een cruciale rol speelt in uw IoT-oplossing (Glenn C...
Hoe het Azure ecosysteem een cruciale rol speelt in uw IoT-oplossing (Glenn C...Hoe het Azure ecosysteem een cruciale rol speelt in uw IoT-oplossing (Glenn C...
Hoe het Azure ecosysteem een cruciale rol speelt in uw IoT-oplossing (Glenn C...Codit
 
Exploring the Azure IoT Ecosystem
Exploring the Azure IoT EcosystemExploring the Azure IoT Ecosystem
Exploring the Azure IoT EcosystemBizTalk360
 
The Access Grid May 25 2004
The Access Grid May 25 2004The Access Grid May 25 2004
The Access Grid May 25 2004Videoguy
 
IoT Cloud architecture
IoT Cloud architectureIoT Cloud architecture
IoT Cloud architectureMachinePulse
 

Similar to Iot cloud-or-onprem-170709204236 (20)

IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...
IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...
IoT Architecture - Are Traditional Architectures Good Enough or do we Need Ne...
 
Go real-time with the InternetOfThings
Go real-time with the InternetOfThingsGo real-time with the InternetOfThings
Go real-time with the InternetOfThings
 
IoT on Blockchain Solution Overview
IoT on Blockchain Solution OverviewIoT on Blockchain Solution Overview
IoT on Blockchain Solution Overview
 
Google's Infrastructure and Specific IoT Services
Google's Infrastructure and Specific IoT ServicesGoogle's Infrastructure and Specific IoT Services
Google's Infrastructure and Specific IoT Services
 
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
 
Running in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectRunning in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure project
 
Running in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure projectRunning in the Cloud - First Belgian Azure project
Running in the Cloud - First Belgian Azure project
 
Arc Ready Cloud Computing
Arc Ready Cloud ComputingArc Ready Cloud Computing
Arc Ready Cloud Computing
 
DevOps for Dynamic Interoperability of IoT, Edge and Cloud Systems
DevOps for Dynamic Interoperability of IoT, Edge and Cloud SystemsDevOps for Dynamic Interoperability of IoT, Edge and Cloud Systems
DevOps for Dynamic Interoperability of IoT, Edge and Cloud Systems
 
Internet of Things & Co.
Internet of Things & Co.Internet of Things & Co.
Internet of Things & Co.
 
Introduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformIntroduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin Platform
 
CPaaS.io Y1 Review Meeting - Cloud & Edge Programming
CPaaS.io Y1 Review Meeting - Cloud & Edge ProgrammingCPaaS.io Y1 Review Meeting - Cloud & Edge Programming
CPaaS.io Y1 Review Meeting - Cloud & Edge Programming
 
IoTforReal Seminar slidedeck
IoTforReal Seminar slidedeckIoTforReal Seminar slidedeck
IoTforReal Seminar slidedeck
 
NashTech - Azure IoT Solutions on Microsoft Azure
NashTech - Azure IoT Solutions on Microsoft AzureNashTech - Azure IoT Solutions on Microsoft Azure
NashTech - Azure IoT Solutions on Microsoft Azure
 
Azure Umbraco workshop
Azure Umbraco workshopAzure Umbraco workshop
Azure Umbraco workshop
 
Internet of Things and Azure - DevTeach 2016
Internet of Things and Azure - DevTeach 2016Internet of Things and Azure - DevTeach 2016
Internet of Things and Azure - DevTeach 2016
 
Hoe het Azure ecosysteem een cruciale rol speelt in uw IoT-oplossing (Glenn C...
Hoe het Azure ecosysteem een cruciale rol speelt in uw IoT-oplossing (Glenn C...Hoe het Azure ecosysteem een cruciale rol speelt in uw IoT-oplossing (Glenn C...
Hoe het Azure ecosysteem een cruciale rol speelt in uw IoT-oplossing (Glenn C...
 
Exploring the Azure IoT Ecosystem
Exploring the Azure IoT EcosystemExploring the Azure IoT Ecosystem
Exploring the Azure IoT Ecosystem
 
The Access Grid May 25 2004
The Access Grid May 25 2004The Access Grid May 25 2004
The Access Grid May 25 2004
 
IoT Cloud architecture
IoT Cloud architectureIoT Cloud architecture
IoT Cloud architecture
 

Recently uploaded

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 

Recently uploaded (20)

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 

Iot cloud-or-onprem-170709204236

  • 1. BASEL BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENF HAMBURG KOPENHAGEN LAUSANNE MÜNCHEN STUTTGART WIEN ZÜRICH Internet of Things (IoT) in the cloud or rather on-premises? Guido Schmutz – 5.7.2017 @gschmutz guidoschmutz.wordpress.com
  • 2. Guido Schmutz Working at Trivadis for more than 20 years Oracle ACE Director for Fusion Middleware and SOA Consultant, Trainer Software Architect for Java, Oracle, SOA and Big Data / Fast Data Head of Trivadis Architecture Board Technology Manager @ Trivadis More than 30 years of software development experience Contact: guido.schmutz@trivadis.com Blog: http://guidoschmutz.wordpress.com Slideshare: http://www.slideshare.net/gschmutz Twitter: gschmutz 2
  • 3. Agenda 3 1. IoT Architecture & Building Blocks 2. IoT Reference Architecture 3. Cloud IoT Solutions 4. On-Premises IoT Solutions 5. Hybrid IoT Solutions
  • 4. Internet of Things (IoT) Wave Internet of Things (IoT): Enabling communication between devices, people & processes to exchange useful information & knowledge that create value for humans Term first proposed by Kevin Ashton in 1999 Source: The Economist Source: Ericsson, June 2016
  • 5. IoT Architecture & Building Blocks 5
  • 7. IoT World Forum Reference Model 7 Source: https://www.iotwf.com/
  • 8. IoT World Forum Reference Model 8 Source: https://www.iotwf.com/
  • 12. Access Technologies and Distances 12 2) Connectivity Source: cisco
  • 13. Traditional IT Cloud Computing Model 13 Standard model Endpoint like computer, notebooks, tablets … connect to a core network communication between endpoints data center or cloud backend where an application is running 3 layered connectivity architecture 3) Edge Computing Source: cisco
  • 14. IT Model, with IoT Requirements 14 • Additional Fog Layer between Devices and Core Network • supports for filter/aggregation in edge/fog layer • supports lower latency action / reaction => direct feedback loop 3) Edge Computing Source: cisco
  • 15. Edge vs. Mist vs. Fog Computing 15 Edge Computing • brings compute, storage and networking resources directly to the endpoints • compute resources inside the device, probably very constrained resources • The edge feeds data into the Fog layer Mist Computing • Direct communications between edge devices Fog Computing • brings compute, storage and networking as close to the endpoints as possible • away from the cloud, but does not include the endpoints 3) Edge Computing
  • 16. Streaming Analytics 17 Simple Event Processing Event Stream Processing Complex Event Processing 3) Edge Computing 4) Data Accumulation 5) Application
  • 17. Server-Less 18 Run code “without” servers => only specify functions Pay only for the compute time you consume => save money Triggered by events or called from API’s • store an object into an object/blob storage system (S3) • updates to a NoSQL database (trigger) • arrival of an IoT message (event) Makes it easy to • perform real-time processing • build scalable back-end services • glue and choreograph systems Functions can be written in various languages, such as • Java / C# • Python • Node.js Might have higher latency (due to function being loaded at call-time) 3) Edge Computing 4) Data Accumulation 5) Data Abstraction
  • 18. Data Storage Key Value Store Wide-column store Document store Graph store Key Value K1 V1 K2 V2 K3 V3 Document { k1: v1, k2: v2, k3: [v1, v2, v3] } Rowkey CK1 RK1 V1 CK2 V2 CK3 V3 CK4 V4 … … CK1 RK2 V1 CK4 V4 CK6 V6 … … … … … … CK3 V3 Big Data und DWH Architekturworkshop19 5) Data Abstraction
  • 21. API / Service Integration IoT Services IoT Logical Reference Architecture Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired 22 UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP
  • 22. API / Service Integration IoT Services IoT Logical Reference Architecture Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired 23 UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Physical Devices & Controllers Connectivity Edge Computing Data Accumulation Data Abstraction Application Collaboration & Processes
  • 24. API / Service Integration IoT Services Amazon IoT Platform Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired 33 UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Rules Engine Lambda S3 Greengrass S3 Dynamo DB Dynamo DB Message Broker Thing Shadow Thing Registry AWS IoT Platform EWR Kinesis FirehoseSQS EC2 Container Service EC2 Container Registry SnowmobileSnowball Edge Snowball Polly ML Lex Recognition Elasticsearch Kinesis Analytics Kinesis Streams SNSEmail PinpointAPI Gateway Mobile Hub Mobile SDK Cognito Lambda Lambda EC2 Auto Scaling Rules Engine Lambda
  • 25. API / Service Integration IoT Services Microsoft Azure Cloud Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired 38 UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP IoT Edge Stream Analytics Document DB IoT Gateway IoTHub Event Hub Functions Service Bus HD Insight Storage Storage Machine Learning Document DB DataLake BizTalk Services Notification Hub Power BI Stream Analytics API Management IoT Suite
  • 26. API / Service Integration IoT Services Oracle Cloud Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired 44 UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Event Hub CS IoT CS Stream Analytics Big Data CS Stream Analytics NoSQL CS Big Data Discovery CS Big Data Preparation CS Edge Analytics IoT CS Gateway SOA CS Process CS Integration CSMessaging CS Mobile CS Container CS Application Container CS BI CS Dataflow ML NoSQL Device Mgmt Service CS Field Service CS
  • 27. Oracle Cloud Demo @ Schwabengipfel 45 IOT CS Mobile CS SOA CS Integration CSBICS Process CS DOCS Service Cloud OPA CS Field Service Cloud
  • 28. Oracle Cloud Demo @ Schwabengipfel Architecture & Oracle Cloud Services used Confidential – Oracle Internal/Restricted/Highly Restricted46
  • 29. 48
  • 31. API / Service Integration IoT Services IoT on-premises – Oracle Cloud Machine Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired 50 UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Event Hub CS IoT CS Stream Analytics Big Data CS Stream Analytics NoSQL CS Big Data Discovery CS Big Data Preparation CS Edge Analytics IoT CS Gateway SOA CS Process CS Integration CSMessaging CS Mobile CS Container CS Application Container CS BI CS Dataflow ML NoSQL Device Mgmt Service CS Field Service CS
  • 32. API / Service Integration IoT Services IoT on-premises – Open Source Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired 51 UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP
  • 34. API / Service Integration IoT Services Hybrid IoT Solutions Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Cloud On-PremisesFogEdge
  • 35. API / Service Integration IoT Services Hybrid IoT Solutions Low Power IoT Device Sensor Actuator IoT Gateway UI f() Enterprise Apps Process Mgmt Rule Engine IoTHub Big Data / BI Service UIBL Object Analytics / ML API REST HTTP KAFKA MQTT AMQP HTTPBLE ZigBee WIFI Wired UI Provisioning Device Mgmt State Message Integration Event HubAPI GW / Service Bus Streaming Analytics Rule Engine DB DB Containerized Apps Micro Service REST SOAP HTTP IP Capable IoT Device Sensor Actuator f() DB DB Analytics DB Rule Engine Analytics API Existing IoT Device Sensor Actuator MQTT AMQP HTTP MQTT AMQP HTTP Cloud On-PremisesFogEdge