SlideShare a Scribd company logo
1 of 24
Download to read offline
HINC – Harmonizing Diverse Resource
Information Across
IoT, Network Functions and Clouds
Duc-HungLe, Nanjangud Narendra, Hong-Linh Truong
Distributed Systems Group, TU Wien
truong@dsg.tuwien.ac.at
http://dsg.tuwien.ac.at/staff/truong
FiCloud 2016, Vienna, 24th August 2016 1
Outline
 Background and motivation
 HINC framework
 Distributed resource information model
 Architecture and implementation
 Testbed and experiments
FiCloud 2016, Vienna, 24th August 2016 2
Background - Systems
3
Analysis &
management
Hot deploy
Control
Re-route
FiCloud 2016, Vienna, 24th August 2016
Background – elastic service models
 Cloud service models
 Networks
 Network function
virtualization
 Pay-per-use IoT
communication
 IoT
 Fixed IoT infrastructures
 On-demand IoT
 Human participation
(sensing and analytics)
FiCloud 2016, Vienna, 24th August 2016 4
https://arrayofthings.github.io/
http://www.sktelecom.com/en/press/detail.do?idx=1172
Background - application scenarios
 Emergency responses, on-demand crowd sensing, Geo
Sports monitoring, cyber-physical systems testing, etc.
FiCloud 2016, Vienna, 24th August 2016 5
 Need to have an end-to-end provisioning of resources
 E.g., sensors, network function services, storage, virtual machines
 Short, crucial and heavily workload; elasticity and uncertainties.
Geo Sports: Picture courtesy
Future Position X, SwedenIndian Overfly collapses
figure source: http://timesofindia.indiatimes.com
Motivation – End-to-End resource
slice provision
6
Emergency
response
Hospital &
traffic
Emergency
response
service
Early
treatment
protocol
Best route
to the
hospital
Most
suitable
hospital
- Wearables
- Mobie medical
equipment
- First aid info.
- Vehicle capability
- Location
- Hospital capability
- Traffic status
Victims
Distributed
resource
management
IoT resource
provisioning
Dedicate
sub-network
Coordinate
operations
FiCloud 2016, Vienna, 24th August 2016
Motivation – End-to-End resource
slice provisioning
FiCloud 2016, Vienna, 24th August 2016 7
End-to end
Resource slice
CPS Applications/Virtual
infrastructures
http://sincconcept.github.io/
This paper: harmonize resource information from
IoT, network functions and cloud providers for
resource slice provisioning
Examples of existing
providers/models
Provider Category APIs Information models
FIWare Orion IoT RESTful (NGSI10), one-time
query or subscription
High level attributes on
data and context
FIWare IDAS IoT RESTful for read/write custom
models and assets
Low level resource
model catalogs
IoTivity IoT REST-like OIC protocol, support
C++, Java and JavaScript
Multiple OIC model
OpenHAB IoT RESTful for query and control
IoT resources
Low level resource
model catalogs
OpenDayLight Network Dynamic REST generated from
Yang model (model-driven)
Low level resource
model catalogs
OpenBaton Network RESTful for network service
description
ETSI MANO v1.1.1 data
model
OpenStack Cloud RESTful, multiple language via
SDK, OCCI, CIMI
OpenStack model,
OCCI, CIMI
8
FiCloud 2016, Vienna, 24th August 2016
Approach
9
FiCloud 2016, Vienna, 24th August 2016
• Avoid top-down
• Design a “super” model to manage the world.
• Focus and suitable for single-purpose solution.
• Bottom-up
• Let providers use their own models.
• Integration and link diverse types of information.
• Adaptor: to interface with providers’ APIs.
• Transformer: integrate our distributed resource model.
• Focus on resource relationships across IoT, Network
functions and clouds.
Information model
Physical: Sensor/actualtor/devices in providers’ models
Virtual IoT: SD-Gateway and capabilities.
Network functions: edge-to-edge, edge-to-cloud network.
Clouds: VM, data services, data analytics.
10
FiCloud 2016, Vienna, 24th August 2016
Resource information integration
• The model aims to be extensible to cater
multiple underlying devices and services.
• To cope with the rapidly increasing of systems.
• A process to interface with resource providers.
11
FiCloud 2016, Vienna, 24th August 2016
Examples
FiCloud 2016, Vienna, 24th August 2016 12
"data": {
"DeviceProps": {
"commandURL": "http://...OpenIoT/..",
"lastIP": "195.97.103.225",
"commands": true },
"asset": {
"name": "00:3b:B6:BodyTemperature",
"description": "asset model protocol" },
"model": "SENSOR_TEMP",
"registrationTime": "2015-04-16T15:39:58Z",
"status": "Active",
"sensorMetaData": [
{"ms": {
"dataType": "BodyTemperature",
"unit": "Celsius",
"rate": "10" }
}]}
{
"type": "LocationItem",
"link": "http://..../rest/items/DemoLocation"
}
Resource from OpenHAB
- Simple data format.
- A link for more information.
- Information is static.
- Complex data format.
- Have control capability.
- More meta data.
A resource from OpenIOT
Examples
FiCloud 2016, Vienna, 24th August 2016 13
"SoftwareDefinedGateway":{
"uuid": "5a60...",
"name": "gateway1",
“datapoints": [
{ “name": “Temp1",
"datatype": "BodyTemerature",
"measurementUnit": "Celsius",
"resourceID":
"00:3b:B6:BodyTemperature",
"extra": [
<imported List 1 and List 2> ...}
], },
“controlpoints”: [
{ "name": "changeRate",
"resourceID": "00:3b:B6:BodyTemperature",
"description": "change sensor rate",
"reference":"http://.../OpenIoT/assets/..",
} ], }
Virtual IoT resource information
- Software-Defined Gateway
wraps a set of capabilities.
- Data Point extracts a set of
interesting attributes for
higher level management.
- Control Point contains a
reference to the provider
API for controlling
resources.
Architecture
14
Global management
service
- Run on users’ site.
- Coordinate Local
Management Service.
- Manage relationships.
Local management
service
- Deployed on gateway or
network station.
- Interface with provider.
- Transform information.
FiCloud 2016, Vienna, 24th August 2016
Prototype
15
FiCloud 2016, Vienna, 24th August 2016
http://sincconcept.github.io/HINC/
Testbed
16
FiCloud 2016, Vienna, 24th August 2016
Testbed
17
FiCloud 2016, Vienna, 24th August 2016
In-lab testbed:
- Server: 8 CPU-i7, 3.60GHz, 32GB RAM
- Edge: 100 dockers with emulated sensors + gateways.
- Network: virtual routers (https://www.weave.works/)
- Cloud: event processing.
Testbed
18
FiCloud 2016, Vienna, 24th August 2016
Distributed testbed
- Edge: physical/virtual machines on different cities.
- Communication: CloudAMQP.
- Cloud: AmazonEC.
Reducing complexity in accessing
and control resources
19
FiCloud 2016, Vienna, 24th August 2016
1. Query data points
2. Control the
resource
3. Query network
functions and clouds
Query time by number of gateways
Distributed sites
testbed
FiCloud 2016, Vienna, 24th August 2016 20
In-lab testbed
Gateway’s response time variability
FiCloud 2016, Vienna, 24th August 2016 21
Distributed sites
testbed
In-lab testbed
Number of sensors and locations
FiCloud 2016, Vienna, 24th August 2016 22
Query time from
distributed sites
Query time by
number of sensors,
distributed sites
Conclusion and future work
 Harmonizing information in 3 dimensions:
 High-level view of low level resources
 End-to-end view of IoT, network functions and clouds
 Large-scale view of highly distributed sites
 Future work:
 Information-centric resource provisioning
 Dynamic IoT infrastructure configuration
 End-to-end resource optimization
23
FiCloud 2016, Vienna, 24th August 2016
Thanks for your
attention!
Questions?
Hong-Linh Truong
Distributed Systems Group
TU Wien
dsg.tuwien.ac.at/staff/truong
FiCloud 2016, Vienna, 24th August 2016 24

More Related Content

What's hot

SENDIM for Incremental Development of Cloud Networks: Simulation, Emulation \...
SENDIM for Incremental Development of Cloud Networks: Simulation, Emulation \...SENDIM for Incremental Development of Cloud Networks: Simulation, Emulation \...
SENDIM for Incremental Development of Cloud Networks: Simulation, Emulation \...Pradeeban Kathiravelu, Ph.D.
 
Modeling and Provisioning IoT Cloud Systems for Testing Uncertainties
Modeling and Provisioning IoT Cloud Systems for Testing UncertaintiesModeling and Provisioning IoT Cloud Systems for Testing Uncertainties
Modeling and Provisioning IoT Cloud Systems for Testing UncertaintiesHong-Linh Truong
 
FIWARE Global Summit - IoT Virtualization for Platform Interoperability
FIWARE Global Summit - IoT Virtualization for Platform InteroperabilityFIWARE Global Summit - IoT Virtualization for Platform Interoperability
FIWARE Global Summit - IoT Virtualization for Platform InteroperabilityFIWARE
 
[Middleware 2015] Cassowary: Middleware Platform for Context-Aware Smart Buil...
[Middleware 2015] Cassowary: Middleware Platform for Context-Aware Smart Buil...[Middleware 2015] Cassowary: Middleware Platform for Context-Aware Smart Buil...
[Middleware 2015] Cassowary: Middleware Platform for Context-Aware Smart Buil...Pradeeban Kathiravelu, Ph.D.
 
SAVI-IoT: A Self-managing Containerized IoT Platform
SAVI-IoT: A Self-managing Containerized IoT PlatformSAVI-IoT: A Self-managing Containerized IoT Platform
SAVI-IoT: A Self-managing Containerized IoT PlatformYork University
 
FIWARE Global Summit - Thing’in, an NGSI-LD-compatible Graph Database for Sys...
FIWARE Global Summit - Thing’in, an NGSI-LD-compatible Graph Database for Sys...FIWARE Global Summit - Thing’in, an NGSI-LD-compatible Graph Database for Sys...
FIWARE Global Summit - Thing’in, an NGSI-LD-compatible Graph Database for Sys...FIWARE
 
SC7 Workshop 3: Big Data Europe Project
SC7 Workshop 3: Big Data Europe ProjectSC7 Workshop 3: Big Data Europe Project
SC7 Workshop 3: Big Data Europe ProjectBigData_Europe
 
Towards a Resource Slice Interoperability Hub for IoT
Towards a Resource Slice Interoperability Hub for IoTTowards a Resource Slice Interoperability Hub for IoT
Towards a Resource Slice Interoperability Hub for IoTHong-Linh Truong
 
TIN-X v2: modernized architecture with REST API
TIN-X v2: modernized architecture with REST APITIN-X v2: modernized architecture with REST API
TIN-X v2: modernized architecture with REST APIJeremy Yang
 
FiCloud2016 lov4iot second life ontology
FiCloud2016 lov4iot second life ontologyFiCloud2016 lov4iot second life ontology
FiCloud2016 lov4iot second life ontologyAmélie Gyrard
 
Data Streaming in IoT and Big Data Analytics
Data Streaming in  IoT and Big Data AnalyticsData Streaming in  IoT and Big Data Analytics
Data Streaming in IoT and Big Data AnalyticsVincenzo Gulisano
 
FiCloud2016 lov4iot extended
FiCloud2016 lov4iot extended FiCloud2016 lov4iot extended
FiCloud2016 lov4iot extended Amélie Gyrard
 
Take Your Business to the Next Level with Blockchain - Codit Webinar
Take Your Business to the Next Level with Blockchain - Codit WebinarTake Your Business to the Next Level with Blockchain - Codit Webinar
Take Your Business to the Next Level with Blockchain - Codit WebinarCodit
 
What can the cloud do for you?
What can the cloud do for you?What can the cloud do for you?
What can the cloud do for you?Mind the Byte
 
Openstack Pakistan intro
Openstack Pakistan introOpenstack Pakistan intro
Openstack Pakistan introAffan Syed
 

What's hot (20)

HNSciCloud PILOT PLATFORM OVERVIEW
HNSciCloud PILOT PLATFORM OVERVIEWHNSciCloud PILOT PLATFORM OVERVIEW
HNSciCloud PILOT PLATFORM OVERVIEW
 
SENDIM for Incremental Development of Cloud Networks: Simulation, Emulation \...
SENDIM for Incremental Development of Cloud Networks: Simulation, Emulation \...SENDIM for Incremental Development of Cloud Networks: Simulation, Emulation \...
SENDIM for Incremental Development of Cloud Networks: Simulation, Emulation \...
 
Modeling and Provisioning IoT Cloud Systems for Testing Uncertainties
Modeling and Provisioning IoT Cloud Systems for Testing UncertaintiesModeling and Provisioning IoT Cloud Systems for Testing Uncertainties
Modeling and Provisioning IoT Cloud Systems for Testing Uncertainties
 
FIWARE Global Summit - IoT Virtualization for Platform Interoperability
FIWARE Global Summit - IoT Virtualization for Platform InteroperabilityFIWARE Global Summit - IoT Virtualization for Platform Interoperability
FIWARE Global Summit - IoT Virtualization for Platform Interoperability
 
[Middleware 2015] Cassowary: Middleware Platform for Context-Aware Smart Buil...
[Middleware 2015] Cassowary: Middleware Platform for Context-Aware Smart Buil...[Middleware 2015] Cassowary: Middleware Platform for Context-Aware Smart Buil...
[Middleware 2015] Cassowary: Middleware Platform for Context-Aware Smart Buil...
 
HNSciCloud Overview
HNSciCloud OverviewHNSciCloud Overview
HNSciCloud Overview
 
IoT
IoTIoT
IoT
 
SAVI-IoT: A Self-managing Containerized IoT Platform
SAVI-IoT: A Self-managing Containerized IoT PlatformSAVI-IoT: A Self-managing Containerized IoT Platform
SAVI-IoT: A Self-managing Containerized IoT Platform
 
Helix Nebula Phase 1
Helix Nebula Phase 1Helix Nebula Phase 1
Helix Nebula Phase 1
 
FIWARE Global Summit - Thing’in, an NGSI-LD-compatible Graph Database for Sys...
FIWARE Global Summit - Thing’in, an NGSI-LD-compatible Graph Database for Sys...FIWARE Global Summit - Thing’in, an NGSI-LD-compatible Graph Database for Sys...
FIWARE Global Summit - Thing’in, an NGSI-LD-compatible Graph Database for Sys...
 
SC7 Workshop 3: Big Data Europe Project
SC7 Workshop 3: Big Data Europe ProjectSC7 Workshop 3: Big Data Europe Project
SC7 Workshop 3: Big Data Europe Project
 
Towards a Resource Slice Interoperability Hub for IoT
Towards a Resource Slice Interoperability Hub for IoTTowards a Resource Slice Interoperability Hub for IoT
Towards a Resource Slice Interoperability Hub for IoT
 
TIN-X v2: modernized architecture with REST API
TIN-X v2: modernized architecture with REST APITIN-X v2: modernized architecture with REST API
TIN-X v2: modernized architecture with REST API
 
Hybrid cloud for science
Hybrid cloud for science Hybrid cloud for science
Hybrid cloud for science
 
FiCloud2016 lov4iot second life ontology
FiCloud2016 lov4iot second life ontologyFiCloud2016 lov4iot second life ontology
FiCloud2016 lov4iot second life ontology
 
Data Streaming in IoT and Big Data Analytics
Data Streaming in  IoT and Big Data AnalyticsData Streaming in  IoT and Big Data Analytics
Data Streaming in IoT and Big Data Analytics
 
FiCloud2016 lov4iot extended
FiCloud2016 lov4iot extended FiCloud2016 lov4iot extended
FiCloud2016 lov4iot extended
 
Take Your Business to the Next Level with Blockchain - Codit Webinar
Take Your Business to the Next Level with Blockchain - Codit WebinarTake Your Business to the Next Level with Blockchain - Codit Webinar
Take Your Business to the Next Level with Blockchain - Codit Webinar
 
What can the cloud do for you?
What can the cloud do for you?What can the cloud do for you?
What can the cloud do for you?
 
Openstack Pakistan intro
Openstack Pakistan introOpenstack Pakistan intro
Openstack Pakistan intro
 

Similar to HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions and Clouds

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
 
Ignacio design and building of iaa s clouds
Ignacio design and building of iaa s cloudsIgnacio design and building of iaa s clouds
Ignacio design and building of iaa s cloudsEuroCloud
 
Ignacio design and building of iaa s clouds
Ignacio design and building of iaa s cloudsIgnacio design and building of iaa s clouds
Ignacio design and building of iaa s cloudsEuroCloud
 
The Internet Research Center
The Internet Research CenterThe Internet Research Center
The Internet Research CenterDragonstarproject
 
Updates from Hungary (Jozsef Kovacs)
Updates from Hungary (Jozsef Kovacs)Updates from Hungary (Jozsef Kovacs)
Updates from Hungary (Jozsef Kovacs)EOSC-hub project
 
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
 
OCCIware: extensible and standard-based XaaS platform to manage everything in...
OCCIware: extensible and standard-based XaaS platform to manage everything in...OCCIware: extensible and standard-based XaaS platform to manage everything in...
OCCIware: extensible and standard-based XaaS platform to manage everything in...OW2
 
OCCIware: extensible and standard-based XaaS platform to manage everything in...
OCCIware: extensible and standard-based XaaS platform to manage everything in...OCCIware: extensible and standard-based XaaS platform to manage everything in...
OCCIware: extensible and standard-based XaaS platform to manage everything in...OCCIware
 
OCCIware@OW2con 2016
OCCIware@OW2con 2016OCCIware@OW2con 2016
OCCIware@OW2con 2016Marc Dutoo
 
BigDataEurope @BDVA Summit2016 2: Societal Pilots
BigDataEurope @BDVA Summit2016 2: Societal PilotsBigDataEurope @BDVA Summit2016 2: Societal Pilots
BigDataEurope @BDVA Summit2016 2: Societal PilotsBigData_Europe
 
Automation, Agility and NFV
Automation, Agility and NFVAutomation, Agility and NFV
Automation, Agility and NFVJames Crawshaw
 
3nd ARCADIA project newsletter
3nd ARCADIA project newsletter3nd ARCADIA project newsletter
3nd ARCADIA project newsletterEU ARCADIA PROJECT
 
Cloud Services On UI and Ideas for Federated Cloud on idREN
Cloud Services On UI and Ideas for Federated Cloud on idRENCloud Services On UI and Ideas for Federated Cloud on idREN
Cloud Services On UI and Ideas for Federated Cloud on idRENTonny Adhi Sabastian
 
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, SmileOCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, SmileOCCIware
 
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017Marc Dutoo
 
Managing and Testing Ensembles of IoT, Network functions, and Clouds
Managing and Testing Ensembles of IoT, Network functions, and CloudsManaging and Testing Ensembles of IoT, Network functions, and Clouds
Managing and Testing Ensembles of IoT, Network functions, and CloudsHong-Linh Truong
 
Apache Big_Data Europe event: "Demonstrating the Societal Value of Big & Smar...
Apache Big_Data Europe event: "Demonstrating the Societal Value of Big & Smar...Apache Big_Data Europe event: "Demonstrating the Societal Value of Big & Smar...
Apache Big_Data Europe event: "Demonstrating the Societal Value of Big & Smar...BigData_Europe
 

Similar to HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions and Clouds (20)

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
 
Ignacio design and building of iaa s clouds
Ignacio design and building of iaa s cloudsIgnacio design and building of iaa s clouds
Ignacio design and building of iaa s clouds
 
Ignacio design and building of iaa s clouds
Ignacio design and building of iaa s cloudsIgnacio design and building of iaa s clouds
Ignacio design and building of iaa s clouds
 
Grid computing
Grid computingGrid computing
Grid computing
 
The Internet Research Center
The Internet Research CenterThe Internet Research Center
The Internet Research Center
 
Updates from Hungary (Jozsef Kovacs)
Updates from Hungary (Jozsef Kovacs)Updates from Hungary (Jozsef Kovacs)
Updates from Hungary (Jozsef Kovacs)
 
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
 
OCCIware: extensible and standard-based XaaS platform to manage everything in...
OCCIware: extensible and standard-based XaaS platform to manage everything in...OCCIware: extensible and standard-based XaaS platform to manage everything in...
OCCIware: extensible and standard-based XaaS platform to manage everything in...
 
OCCIware: extensible and standard-based XaaS platform to manage everything in...
OCCIware: extensible and standard-based XaaS platform to manage everything in...OCCIware: extensible and standard-based XaaS platform to manage everything in...
OCCIware: extensible and standard-based XaaS platform to manage everything in...
 
OCCIware@OW2con 2016
OCCIware@OW2con 2016OCCIware@OW2con 2016
OCCIware@OW2con 2016
 
BigDataEurope @BDVA Summit2016 2: Societal Pilots
BigDataEurope @BDVA Summit2016 2: Societal PilotsBigDataEurope @BDVA Summit2016 2: Societal Pilots
BigDataEurope @BDVA Summit2016 2: Societal Pilots
 
Automation, Agility and NFV
Automation, Agility and NFVAutomation, Agility and NFV
Automation, Agility and NFV
 
3nd ARCADIA project newsletter
3nd ARCADIA project newsletter3nd ARCADIA project newsletter
3nd ARCADIA project newsletter
 
Deep Hybrid DataCloud
Deep Hybrid DataCloudDeep Hybrid DataCloud
Deep Hybrid DataCloud
 
Mundi
MundiMundi
Mundi
 
Cloud Services On UI and Ideas for Federated Cloud on idREN
Cloud Services On UI and Ideas for Federated Cloud on idRENCloud Services On UI and Ideas for Federated Cloud on idREN
Cloud Services On UI and Ideas for Federated Cloud on idREN
 
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, SmileOCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
 
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
 
Managing and Testing Ensembles of IoT, Network functions, and Clouds
Managing and Testing Ensembles of IoT, Network functions, and CloudsManaging and Testing Ensembles of IoT, Network functions, and Clouds
Managing and Testing Ensembles of IoT, Network functions, and Clouds
 
Apache Big_Data Europe event: "Demonstrating the Societal Value of Big & Smar...
Apache Big_Data Europe event: "Demonstrating the Societal Value of Big & Smar...Apache Big_Data Europe event: "Demonstrating the Societal Value of Big & Smar...
Apache Big_Data Europe event: "Demonstrating the Societal Value of Big & Smar...
 

More from Hong-Linh Truong

QoA4ML – A Framework for Supporting Contracts in Machine Learning Services
QoA4ML – A Framework for Supporting Contracts in Machine Learning ServicesQoA4ML – A Framework for Supporting Contracts in Machine Learning Services
QoA4ML – A Framework for Supporting Contracts in Machine Learning ServicesHong-Linh Truong
 
Sharing Blockchain Performance Knowledge for Edge Service Development
Sharing Blockchain Performance Knowledge for Edge Service DevelopmentSharing Blockchain Performance Knowledge for Edge Service Development
Sharing Blockchain Performance Knowledge for Edge Service DevelopmentHong-Linh Truong
 
Measuring, Quantifying, & Predicting the Cost-Accuracy Tradeoff
Measuring, Quantifying, & Predicting the Cost-Accuracy TradeoffMeasuring, Quantifying, & Predicting the Cost-Accuracy Tradeoff
Measuring, Quantifying, & Predicting the Cost-Accuracy TradeoffHong-Linh Truong
 
Dynamic IoT data, protocol, and middleware interoperability with resource sli...
Dynamic IoT data, protocol, and middleware interoperability with resource sli...Dynamic IoT data, protocol, and middleware interoperability with resource sli...
Dynamic IoT data, protocol, and middleware interoperability with resource sli...Hong-Linh Truong
 
Integrated Analytics for IIoT Predictive Maintenance using IoT Big Data Cloud...
Integrated Analytics for IIoT Predictive Maintenance using IoT Big Data Cloud...Integrated Analytics for IIoT Predictive Maintenance using IoT Big Data Cloud...
Integrated Analytics for IIoT Predictive Maintenance using IoT Big Data Cloud...Hong-Linh Truong
 
Characterizing Incidents in Cloud-based IoT Data Analytics
Characterizing Incidents in Cloud-based IoT Data AnalyticsCharacterizing Incidents in Cloud-based IoT Data Analytics
Characterizing Incidents in Cloud-based IoT Data AnalyticsHong-Linh Truong
 
Enabling Edge Analytics of IoT Data: The Case of LoRaWAN
Enabling Edge Analytics of IoT Data: The Case of LoRaWANEnabling Edge Analytics of IoT Data: The Case of LoRaWAN
Enabling Edge Analytics of IoT Data: The Case of LoRaWANHong-Linh Truong
 
Analytics of Performance and Data Quality for Mobile Edge Cloud Applications
Analytics of Performance and Data Quality for Mobile Edge Cloud ApplicationsAnalytics of Performance and Data Quality for Mobile Edge Cloud Applications
Analytics of Performance and Data Quality for Mobile Edge Cloud ApplicationsHong-Linh Truong
 
Testing Uncertainty of Cyber-Physical Systems in IoT Cloud Infrastructures: C...
Testing Uncertainty of Cyber-Physical Systems in IoT Cloud Infrastructures: C...Testing Uncertainty of Cyber-Physical Systems in IoT Cloud Infrastructures: C...
Testing Uncertainty of Cyber-Physical Systems in IoT Cloud Infrastructures: C...Hong-Linh Truong
 
Deep Context-Awareness: Context Coupling and New Types of Context Information...
Deep Context-Awareness: Context Coupling and New Types of Context Information...Deep Context-Awareness: Context Coupling and New Types of Context Information...
Deep Context-Awareness: Context Coupling and New Types of Context Information...Hong-Linh Truong
 
On Supporting Contract-aware IoT Dataspace Services
On Supporting Contract-aware IoT Dataspace ServicesOn Supporting Contract-aware IoT Dataspace Services
On Supporting Contract-aware IoT Dataspace ServicesHong-Linh Truong
 
TUWien - ASE Summer 2015: Engineering human-based services in elastic systems
TUWien - ASE Summer 2015: Engineering human-based services in elastic systemsTUWien - ASE Summer 2015: Engineering human-based services in elastic systems
TUWien - ASE Summer 2015: Engineering human-based services in elastic systemsHong-Linh Truong
 
TUW-ASE Summer 2015 - Quality of Result-aware data analytics
TUW-ASE Summer 2015 - Quality of Result-aware data analyticsTUW-ASE Summer 2015 - Quality of Result-aware data analytics
TUW-ASE Summer 2015 - Quality of Result-aware data analyticsHong-Linh Truong
 
TUW-ASE Summer 2015: Advanced service-based data analytics: Models, Elasticit...
TUW-ASE Summer 2015: Advanced service-based data analytics: Models, Elasticit...TUW-ASE Summer 2015: Advanced service-based data analytics: Models, Elasticit...
TUW-ASE Summer 2015: Advanced service-based data analytics: Models, Elasticit...Hong-Linh Truong
 
TUW-ASE Summer 2015: Data marketplaces: core models and concepts
TUW-ASE Summer 2015: Data marketplaces:  core models and conceptsTUW-ASE Summer 2015: Data marketplaces:  core models and concepts
TUW-ASE Summer 2015: Data marketplaces: core models and conceptsHong-Linh Truong
 
TUW-ASE Summer 2015: Data as a Service - Models and Data Concerns
TUW-ASE Summer 2015: Data as a Service - Models and Data ConcernsTUW-ASE Summer 2015: Data as a Service - Models and Data Concerns
TUW-ASE Summer 2015: Data as a Service - Models and Data ConcernsHong-Linh Truong
 
TUW-ASE Summer 2015: IoT Cloud Systems
TUW-ASE Summer 2015:  IoT Cloud SystemsTUW-ASE Summer 2015:  IoT Cloud Systems
TUW-ASE Summer 2015: IoT Cloud SystemsHong-Linh Truong
 
Emerging Dynamic TUW-ASE Summer 2015 - Distributed Systems and Challenges for...
Emerging Dynamic TUW-ASE Summer 2015 - Distributed Systems and Challenges for...Emerging Dynamic TUW-ASE Summer 2015 - Distributed Systems and Challenges for...
Emerging Dynamic TUW-ASE Summer 2015 - Distributed Systems and Challenges for...Hong-Linh Truong
 

More from Hong-Linh Truong (18)

QoA4ML – A Framework for Supporting Contracts in Machine Learning Services
QoA4ML – A Framework for Supporting Contracts in Machine Learning ServicesQoA4ML – A Framework for Supporting Contracts in Machine Learning Services
QoA4ML – A Framework for Supporting Contracts in Machine Learning Services
 
Sharing Blockchain Performance Knowledge for Edge Service Development
Sharing Blockchain Performance Knowledge for Edge Service DevelopmentSharing Blockchain Performance Knowledge for Edge Service Development
Sharing Blockchain Performance Knowledge for Edge Service Development
 
Measuring, Quantifying, & Predicting the Cost-Accuracy Tradeoff
Measuring, Quantifying, & Predicting the Cost-Accuracy TradeoffMeasuring, Quantifying, & Predicting the Cost-Accuracy Tradeoff
Measuring, Quantifying, & Predicting the Cost-Accuracy Tradeoff
 
Dynamic IoT data, protocol, and middleware interoperability with resource sli...
Dynamic IoT data, protocol, and middleware interoperability with resource sli...Dynamic IoT data, protocol, and middleware interoperability with resource sli...
Dynamic IoT data, protocol, and middleware interoperability with resource sli...
 
Integrated Analytics for IIoT Predictive Maintenance using IoT Big Data Cloud...
Integrated Analytics for IIoT Predictive Maintenance using IoT Big Data Cloud...Integrated Analytics for IIoT Predictive Maintenance using IoT Big Data Cloud...
Integrated Analytics for IIoT Predictive Maintenance using IoT Big Data Cloud...
 
Characterizing Incidents in Cloud-based IoT Data Analytics
Characterizing Incidents in Cloud-based IoT Data AnalyticsCharacterizing Incidents in Cloud-based IoT Data Analytics
Characterizing Incidents in Cloud-based IoT Data Analytics
 
Enabling Edge Analytics of IoT Data: The Case of LoRaWAN
Enabling Edge Analytics of IoT Data: The Case of LoRaWANEnabling Edge Analytics of IoT Data: The Case of LoRaWAN
Enabling Edge Analytics of IoT Data: The Case of LoRaWAN
 
Analytics of Performance and Data Quality for Mobile Edge Cloud Applications
Analytics of Performance and Data Quality for Mobile Edge Cloud ApplicationsAnalytics of Performance and Data Quality for Mobile Edge Cloud Applications
Analytics of Performance and Data Quality for Mobile Edge Cloud Applications
 
Testing Uncertainty of Cyber-Physical Systems in IoT Cloud Infrastructures: C...
Testing Uncertainty of Cyber-Physical Systems in IoT Cloud Infrastructures: C...Testing Uncertainty of Cyber-Physical Systems in IoT Cloud Infrastructures: C...
Testing Uncertainty of Cyber-Physical Systems in IoT Cloud Infrastructures: C...
 
Deep Context-Awareness: Context Coupling and New Types of Context Information...
Deep Context-Awareness: Context Coupling and New Types of Context Information...Deep Context-Awareness: Context Coupling and New Types of Context Information...
Deep Context-Awareness: Context Coupling and New Types of Context Information...
 
On Supporting Contract-aware IoT Dataspace Services
On Supporting Contract-aware IoT Dataspace ServicesOn Supporting Contract-aware IoT Dataspace Services
On Supporting Contract-aware IoT Dataspace Services
 
TUWien - ASE Summer 2015: Engineering human-based services in elastic systems
TUWien - ASE Summer 2015: Engineering human-based services in elastic systemsTUWien - ASE Summer 2015: Engineering human-based services in elastic systems
TUWien - ASE Summer 2015: Engineering human-based services in elastic systems
 
TUW-ASE Summer 2015 - Quality of Result-aware data analytics
TUW-ASE Summer 2015 - Quality of Result-aware data analyticsTUW-ASE Summer 2015 - Quality of Result-aware data analytics
TUW-ASE Summer 2015 - Quality of Result-aware data analytics
 
TUW-ASE Summer 2015: Advanced service-based data analytics: Models, Elasticit...
TUW-ASE Summer 2015: Advanced service-based data analytics: Models, Elasticit...TUW-ASE Summer 2015: Advanced service-based data analytics: Models, Elasticit...
TUW-ASE Summer 2015: Advanced service-based data analytics: Models, Elasticit...
 
TUW-ASE Summer 2015: Data marketplaces: core models and concepts
TUW-ASE Summer 2015: Data marketplaces:  core models and conceptsTUW-ASE Summer 2015: Data marketplaces:  core models and concepts
TUW-ASE Summer 2015: Data marketplaces: core models and concepts
 
TUW-ASE Summer 2015: Data as a Service - Models and Data Concerns
TUW-ASE Summer 2015: Data as a Service - Models and Data ConcernsTUW-ASE Summer 2015: Data as a Service - Models and Data Concerns
TUW-ASE Summer 2015: Data as a Service - Models and Data Concerns
 
TUW-ASE Summer 2015: IoT Cloud Systems
TUW-ASE Summer 2015:  IoT Cloud SystemsTUW-ASE Summer 2015:  IoT Cloud Systems
TUW-ASE Summer 2015: IoT Cloud Systems
 
Emerging Dynamic TUW-ASE Summer 2015 - Distributed Systems and Challenges for...
Emerging Dynamic TUW-ASE Summer 2015 - Distributed Systems and Challenges for...Emerging Dynamic TUW-ASE Summer 2015 - Distributed Systems and Challenges for...
Emerging Dynamic TUW-ASE Summer 2015 - Distributed Systems and Challenges for...
 

Recently uploaded

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 

Recently uploaded (20)

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 

HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions and Clouds

  • 1. HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions and Clouds Duc-HungLe, Nanjangud Narendra, Hong-Linh Truong Distributed Systems Group, TU Wien truong@dsg.tuwien.ac.at http://dsg.tuwien.ac.at/staff/truong FiCloud 2016, Vienna, 24th August 2016 1
  • 2. Outline  Background and motivation  HINC framework  Distributed resource information model  Architecture and implementation  Testbed and experiments FiCloud 2016, Vienna, 24th August 2016 2
  • 3. Background - Systems 3 Analysis & management Hot deploy Control Re-route FiCloud 2016, Vienna, 24th August 2016
  • 4. Background – elastic service models  Cloud service models  Networks  Network function virtualization  Pay-per-use IoT communication  IoT  Fixed IoT infrastructures  On-demand IoT  Human participation (sensing and analytics) FiCloud 2016, Vienna, 24th August 2016 4 https://arrayofthings.github.io/ http://www.sktelecom.com/en/press/detail.do?idx=1172
  • 5. Background - application scenarios  Emergency responses, on-demand crowd sensing, Geo Sports monitoring, cyber-physical systems testing, etc. FiCloud 2016, Vienna, 24th August 2016 5  Need to have an end-to-end provisioning of resources  E.g., sensors, network function services, storage, virtual machines  Short, crucial and heavily workload; elasticity and uncertainties. Geo Sports: Picture courtesy Future Position X, SwedenIndian Overfly collapses figure source: http://timesofindia.indiatimes.com
  • 6. Motivation – End-to-End resource slice provision 6 Emergency response Hospital & traffic Emergency response service Early treatment protocol Best route to the hospital Most suitable hospital - Wearables - Mobie medical equipment - First aid info. - Vehicle capability - Location - Hospital capability - Traffic status Victims Distributed resource management IoT resource provisioning Dedicate sub-network Coordinate operations FiCloud 2016, Vienna, 24th August 2016
  • 7. Motivation – End-to-End resource slice provisioning FiCloud 2016, Vienna, 24th August 2016 7 End-to end Resource slice CPS Applications/Virtual infrastructures http://sincconcept.github.io/ This paper: harmonize resource information from IoT, network functions and cloud providers for resource slice provisioning
  • 8. Examples of existing providers/models Provider Category APIs Information models FIWare Orion IoT RESTful (NGSI10), one-time query or subscription High level attributes on data and context FIWare IDAS IoT RESTful for read/write custom models and assets Low level resource model catalogs IoTivity IoT REST-like OIC protocol, support C++, Java and JavaScript Multiple OIC model OpenHAB IoT RESTful for query and control IoT resources Low level resource model catalogs OpenDayLight Network Dynamic REST generated from Yang model (model-driven) Low level resource model catalogs OpenBaton Network RESTful for network service description ETSI MANO v1.1.1 data model OpenStack Cloud RESTful, multiple language via SDK, OCCI, CIMI OpenStack model, OCCI, CIMI 8 FiCloud 2016, Vienna, 24th August 2016
  • 9. Approach 9 FiCloud 2016, Vienna, 24th August 2016 • Avoid top-down • Design a “super” model to manage the world. • Focus and suitable for single-purpose solution. • Bottom-up • Let providers use their own models. • Integration and link diverse types of information. • Adaptor: to interface with providers’ APIs. • Transformer: integrate our distributed resource model. • Focus on resource relationships across IoT, Network functions and clouds.
  • 10. Information model Physical: Sensor/actualtor/devices in providers’ models Virtual IoT: SD-Gateway and capabilities. Network functions: edge-to-edge, edge-to-cloud network. Clouds: VM, data services, data analytics. 10 FiCloud 2016, Vienna, 24th August 2016
  • 11. Resource information integration • The model aims to be extensible to cater multiple underlying devices and services. • To cope with the rapidly increasing of systems. • A process to interface with resource providers. 11 FiCloud 2016, Vienna, 24th August 2016
  • 12. Examples FiCloud 2016, Vienna, 24th August 2016 12 "data": { "DeviceProps": { "commandURL": "http://...OpenIoT/..", "lastIP": "195.97.103.225", "commands": true }, "asset": { "name": "00:3b:B6:BodyTemperature", "description": "asset model protocol" }, "model": "SENSOR_TEMP", "registrationTime": "2015-04-16T15:39:58Z", "status": "Active", "sensorMetaData": [ {"ms": { "dataType": "BodyTemperature", "unit": "Celsius", "rate": "10" } }]} { "type": "LocationItem", "link": "http://..../rest/items/DemoLocation" } Resource from OpenHAB - Simple data format. - A link for more information. - Information is static. - Complex data format. - Have control capability. - More meta data. A resource from OpenIOT
  • 13. Examples FiCloud 2016, Vienna, 24th August 2016 13 "SoftwareDefinedGateway":{ "uuid": "5a60...", "name": "gateway1", “datapoints": [ { “name": “Temp1", "datatype": "BodyTemerature", "measurementUnit": "Celsius", "resourceID": "00:3b:B6:BodyTemperature", "extra": [ <imported List 1 and List 2> ...} ], }, “controlpoints”: [ { "name": "changeRate", "resourceID": "00:3b:B6:BodyTemperature", "description": "change sensor rate", "reference":"http://.../OpenIoT/assets/..", } ], } Virtual IoT resource information - Software-Defined Gateway wraps a set of capabilities. - Data Point extracts a set of interesting attributes for higher level management. - Control Point contains a reference to the provider API for controlling resources.
  • 14. Architecture 14 Global management service - Run on users’ site. - Coordinate Local Management Service. - Manage relationships. Local management service - Deployed on gateway or network station. - Interface with provider. - Transform information. FiCloud 2016, Vienna, 24th August 2016
  • 15. Prototype 15 FiCloud 2016, Vienna, 24th August 2016 http://sincconcept.github.io/HINC/
  • 17. Testbed 17 FiCloud 2016, Vienna, 24th August 2016 In-lab testbed: - Server: 8 CPU-i7, 3.60GHz, 32GB RAM - Edge: 100 dockers with emulated sensors + gateways. - Network: virtual routers (https://www.weave.works/) - Cloud: event processing.
  • 18. Testbed 18 FiCloud 2016, Vienna, 24th August 2016 Distributed testbed - Edge: physical/virtual machines on different cities. - Communication: CloudAMQP. - Cloud: AmazonEC.
  • 19. Reducing complexity in accessing and control resources 19 FiCloud 2016, Vienna, 24th August 2016 1. Query data points 2. Control the resource 3. Query network functions and clouds
  • 20. Query time by number of gateways Distributed sites testbed FiCloud 2016, Vienna, 24th August 2016 20 In-lab testbed
  • 21. Gateway’s response time variability FiCloud 2016, Vienna, 24th August 2016 21 Distributed sites testbed In-lab testbed
  • 22. Number of sensors and locations FiCloud 2016, Vienna, 24th August 2016 22 Query time from distributed sites Query time by number of sensors, distributed sites
  • 23. Conclusion and future work  Harmonizing information in 3 dimensions:  High-level view of low level resources  End-to-end view of IoT, network functions and clouds  Large-scale view of highly distributed sites  Future work:  Information-centric resource provisioning  Dynamic IoT infrastructure configuration  End-to-end resource optimization 23 FiCloud 2016, Vienna, 24th August 2016
  • 24. Thanks for your attention! Questions? Hong-Linh Truong Distributed Systems Group TU Wien dsg.tuwien.ac.at/staff/truong FiCloud 2016, Vienna, 24th August 2016 24