SlideShare une entreprise Scribd logo
1  sur  37
Télécharger pour lire hors ligne
Jun. 25, 2014
Auto-ID Labs, KAIST
Dept. of Computer Science, KAIST
GS1/Oliot Object Name Service &
Discovery Service
Kiwoong Kwon
kiwoong@kaist.ac.kr, http://oliot.org, http://autoidlab.kaist.ac.kr, http://resl.kaist.ac.kr http://autoidlabs.org http://gs1.org
© Auto-ID Lab Korea / KAIST
Slide 2
 Object Name Service (ONS)
– Motivation
– Architecture for ONS
– Formal specification
– Federated ONS
– Future ONS for IoT
 Discovery Service (DS)
– Motivation
– Architecture for DS
– Oliot DS
– Architecture for Oliot DS
– Future DS for IoT
Contents
© Auto-ID Lab Korea / KAIST
Slide 3
Motivation for ONS (1)
Most medical devices in US should include an unique device
identifier (UDI) ..
© Auto-ID Lab Korea / KAIST
Slide 4
Motivation for ONS (2)
Company?
Model No?
Googling?
Contact?
Current situation ..
I want to find
instruction sheets for
my medical devices.
© Auto-ID Lab Korea / KAIST
Slide 5
Motivation for ONS (3)
I can get information
of medical devices
using reader !!
If a reader reads ID tags attached to medical devices ..
But, I cannot
understand what
does it mean .. An ID tag
cannot contain
large data ..
01010011
00010101
01010010
© Auto-ID Lab Korea / KAIST
Slide 6
Motivation for ONS (4)
Is there any service to
find where the instruction
sheets for medical
devices are?
So, how can I find the instruction sheets for medical devices?
That is
Object Name Service
(ONS)
© Auto-ID Lab Korea / KAIST
Slide 7
Concept of ONS (1)
Manual Service
Object Name Service
(ONS)
manual
html
epcis
…
© Auto-ID Lab Korea / KAIST
Slide 8
Concept of ONS (2)
Manual Service
Object Name Service
(ONS)
If all things can get GS1 ID ..
© Auto-ID Lab Korea / KAIST
Slide 9
Passive Tags
(e.g., passive
tags, barcode)
Sensor & Actuator Networks
(e.g., ZigBee, 6LoWPAN, Mobile phone, BLE,
AllJoyn, lwM2M etc.)
Active Tags (e.g.,
Wireless ID and Sensor
Networks)
RFID Middleware
LLRP LLRP Sensor & actuator protocols Sensor & actuator protocols
Domain-specific capturing application
Domain-specific accessing applications
Sensor Interface
Sensor interface
EPC Information Service
(static and dynamic information)
ALE
Actuation Interface
Sensor & Actuator Middleware
Object
Name
Service
Discovery
Service
ZigBee
6LoWPAN/
CoAP
MQTT
Web
service-*
REST
Other
Comm.
RFID stream processing
Logical RFID
reader
Reader
Management
Sensor stream
processing
Sensor & actuator
Management
ID-Sensor stream
processing
 Object Name Service (ONS)
– Service to lookup static information about the given GS1 Identification keys using the
Internet’s existing Domain Name System (DNS) protocol
ONS in Oliot
ONS lookup for static
information of things
(e.g., product info
services)
© Auto-ID Lab Korea / KAIST
Slide 10
ONS Application ONS Client
EPCIS Server
ONS Peer Roots
(1)
(2)
(3)
(6) (7)
Local caching
nameserver
(5)
(8)
(4)
ONS Architecture
Federated ONS Infrastructure
GS1 ID AUS FQDN
NAPTR records
© Auto-ID Lab Korea / KAIST
Slide 11
 Extract the desired GS1 ID Key type and GS1 ID Key from the
sequence of data
– (00)306141417782246356(02)50614141322607(37)20
Type: GTIN (02)
Key: 50614141322607
 AUS format
– language code | country code | type | key
 AUS conversion example
– GDTI 0614141665815 with serial 999888777, English service in Canada
AUS: en|ca|gdti|0614141665815
ONS Application
GS1 ID AUS
Conversion to Application Unique String
(AUS)
© Auto-ID Lab Korea / KAIST
Slide 12
 Conversion from AUS into FQDN
Conversion to Fully Qualified Domain
Name (FQDN)
AUS
FQDN
||gtin|00614141322602
0 0614141 32260 2
indicator company prefix itemref check
00614141322602 Strip checksum
0.061414132260 Hold indicator
0.062231414160 Revers all remaining characters
0.0.6.2.2.3.1.4.1.4.1.6.0. Append a ‘.’
0.0.6.2.2.3.1.4.1.4.1.6.0.gtin Append ID key type
0.0.6.2.2.3.1.4.1.4.1.6.0.gtin.gs1.id
0.0.6.2.2.3.1.4.1.4.1.6.0.gtin.gs1.id.onsepc.com
Append ‘.gs1.id.’
Append peer root
ONS Application ONS Client
AUS FQDN
© Auto-ID Lab Korea / KAIST
Slide 13
 ONS Query
– Query for ONS Query Responses for the Fully Qualified Domain Name (FQDN)
 ONS Query Response
– A set of Naming Authority PoinTeR (NAPTR) Records
ONS Formal Specification
- ONS Query Responses
ONS Query
ONS Query response
ONS Client
Local caching
nameserver
ONS Peer Roots
0.0.6.2.2.3.1.4.1.4.1.6.0.gtin.gs1.id.onsepc.com
© Auto-ID Lab Korea / KAIST
Slide 14
 Nameserver (NS) delegation
– Desired name servers exists below current ONS Peer Root
 Delegation name (DNAME) delegation
– Desired name servers exists in another ONS Peer Root, not current ONS Peer Root
– Using the GS1 prefix (last three digits), identify where the query is destined.
Federated ONS
- Delegation
GS1 Prefix Domain Country
1.6.0 onsepc.com America
0.8.8 onsepc.kr Korea
0.0.3 onsepc.fr France
Korean
ONS Peer Root
American
ONS Peer Root
French
ONS Peer Root
ONS Server
In Korea
ONS Server
In America
ONS Server
In France
NS
Delegation
DNAME
Delegation
~.1.4.1.4.X.X.X.gtin.gs1.id.onsepc.XXX
© Auto-ID Lab Korea / KAIST
Slide 15
ONS peer Roots
Local system
ONS
Application
ONS
Client
EPCIS Server
ONS
Query
ONS
Response
Korean Root
onsepc.kr
ONS Server
in Korea
American Root
onsepc.com
Local caching
nameserver
ONS Server
in America
Federated ONS
- NS Delegation
1
2
3
4
5 6
GS1 Prefix Domain Country
1.6.0 onsepc.com America
0.8.8 onsepc.kr Korea
~.0.8.8.~.onsepc.kr.
Resolution
Success
© Auto-ID Lab Korea / KAIST
Slide 16
ONS peer Roots
Local system
ONS
Application
ONS
Client
EPCIS Server
ONS
Query
ONS
Response
Korean Root
onsepc.kr
ONS Server
in Korea
American Root
onsepc.com
Local caching
nameserver
ONS Server
in America
Federated ONS
- DNAME Delegation
1
2 3
4
5
6 7
~.1.6.0.~.onsepc.kr.
Resolution
Success
GS1 Prefix Domain Country
1.6.0 onsepc.com America
0.8.8 onsepc.kr Korea
© Auto-ID Lab Korea / KAIST
Slide 17
Globally Federated ONS Peer Roots
Deployment Plan for Federated ONS
Korea
JapanChina
Taiwan
Australia
USA
Brazil
Switzerland
England
Sunchon
Univ.
GS1 Korea
Samsung
KAIST
Local ONS Name Servers
© Auto-ID Lab Korea / KAIST
Slide 18
Future ONS with GS1 for IoT
Desired Service
…
ONS
© Auto-ID Lab Korea / KAIST
Slide 19
Motivation for Discovery Service (1)
Object Name Service
(ONS)
Is ONS enough to
find dynamic
information for my
things?
© Auto-ID Lab Korea / KAIST
Slide 20
Motivation for Discovery Service (2)
Manufacturer EPCIS EPCIS B (Store)ONS EPCIS A
Retailer
I found faults for all
same typed
products
I don’t know!
Give me list of
EPCISs related
to given GS1 ID?
© Auto-ID Lab Korea / KAIST
Slide 21
Concept of Discovery Service
Manufacturer EPCIS EPCIS B (Store)ONS EPCIS A
Retailer
Discovery Service
I know it !Give me list of
EPCISs related
to given GS1 ID?
© Auto-ID Lab Korea / KAIST
Slide 22
Passive Tags
(e.g., passive
tags, barcode)
Sensor & Actuator Networks
(e.g., ZigBee, 6LoWPAN, Mobile phone, BLE,
AllJoyn, lwM2M etc.)
Active Tags (e.g.,
Wireless ID and Sensor
Networks)
RFID Middleware
LLRP LLRP Sensor & actuator protocols Sensor & actuator protocols
Domain-specific capturing application
Domain-specific accessing applications
Sensor Interface
Sensor interface
EPC Information Service
(static and dynamic information)
ALE
Actuation Interface
Sensor & Actuator Middleware
Object
Name
Service
Discovery
Service
ZigBee
6LoWPAN/
CoAP
MQTT
Web
service-*
REST
Other
Comm.
RFID stream processing
Logical RFID
reader
Reader
Management
Sensor stream
processing
Sensor & actuator
Management
ID-Sensor stream
processing
• Discovery Service (DS)
– The service to lookup dynamic information about the given GS1
Identification keys and provide dynamic information to DS client
Discovery Service in Oliot
DS lookup for dynamic
information of each
individual thing (e.g.,
historic locations of
things)
© Auto-ID Lab Korea / KAIST
Slide 23
Discovery Service
Manufacturer EPCISONS EPCIS A
Client
EPCIS B
(1)(2) (3)
(5)
(4)
Discovery Service Architecture
Event Registration
GS1 ID
Service lists
DS Query
DS Response
© Auto-ID Lab Korea / KAIST
Slide 24
 Event Registration
– Contents
 Who? GS1 ID
 When? Timestamp
 Where? EPCIS Address
Event Registration
Discovery Service
Manufacturer EPCIS EPCIS A EPCIS B
Event Registration
© Auto-ID Lab Korea / KAIST
Slide 25
 DS Query
– Contents
 GS1 ID
 Time period
– Beginning of the time period
– End of the time period
Discovery Service Access
Discovery Service
Client
 DS Response
– Contents
 GS1 ID
 A set of EPCIS address records
DS
Query/Response
© Auto-ID Lab Korea / KAIST
Slide 26
 Current DS is tailored to a supply chain in B2B application
– B2C should be considered in IoT.
 How to satisfy client’s demand using DS?
– Client may want to know the real locations of the stores selling the desired
products near his current location
Discovery Service from an aspect of B2C
Client
I want to buy more.
Where can I buy them?
© Auto-ID Lab Korea / KAIST
Slide 27
Oliot Discovery Service
1km
 Oliot Discovery Service
– Find the real physical locations of the desired GS1 products inner distance
radius circle from current location
© Auto-ID Lab Korea / KAIST
Slide 28
Oliot Discovery Service Architecture
Discovery Service
Manufacturer EPCISONS EPCIS A
Client
EPCIS B
(1)(2) (3)
(5)
(4)
© Auto-ID Lab Korea / KAIST
Slide 29
Message formats for Oliot Discovery
Service
• JSON documentation is object type for Elasticsearch
• Event Registration
{“ID":“urn:epc:id:sgtin:0057000.123780.7788",
"EPCIS":“http://[2002:8ff8:3853::8ff8:3853]/epcis-repository-0.4.3/query",
"timestamp":"20140509003200",
"location":{"lat":36.321512,"lon":127.246547}}
• Geo-location Search
{"query":{"match":{
“ID":{"query":"urn:epc:id:sgtin:0057000.123780.7788","type":"phrase"}}},
"filter":{"and":{"filters":[{"geo_distance":{
"geo.location":{"lat":36.350412,"lon":127.38454700000001},
"distance":30,"unit":"km"}},
{"range":{"timestamp":{
"from":"20130910000000",
"to":"20141030165000",
"include_lower":true,"include_upper":true}}}]}}}
Current location
Size of the
distance radius
circle
© Auto-ID Lab Korea / KAIST
Slide 30
Current UI for Oliot Discovery Service
© Auto-ID Lab Korea / KAIST
Slide 31
Globally
Distributed DS
Future DS with GS1 for IoT
…
EPCISes
EPISList
© Auto-ID Lab Korea / KAIST
Slide 32
IoT Scenario with ONS and DS
KAIST
Discovery Service
ONS
Client
My lost thing
AddressofDS
© Auto-ID Lab Korea / KAIST
Slide 33
Q & A
© Auto-ID Lab Korea / KAIST
Slide 34
 EPCglobal Object Name Service (ONS) 1.0.1
– http://www.gs1.org/gsmp/kc/epcglobal/ons/ons_1_0_1-standard-
20080529.pdf
 GS1 Object Name Service (ONS) Version 2.0.1
– http://www.gs1.org/gsmp/kc/epcglobal/ons/ons_1_0_1-standard-
20080529.pdf
 Federated ONS Architecture for the Internet of Things - A
Functional Evaluation
– http://www.caad.arch.ethz.ch/noolab/files/external/conferences/IoT2010_pr
oceedings/pdf/Demo/D4.pdf
 Discovery Services in the EPC Network
– http://cdn.intechopen.com/pdfs-wm/18103.pdf
 GS1 Discovery Service Standard
– http://www.gs1.org/gsmp/kc/epcglobal/discovery
References
© Auto-ID Lab Korea / KAIST
Slide 35
Appendix
© Auto-ID Lab Korea / KAIST
Slide 36
ONS peer Roots
Local system
ONS
Application
ONS
Client
EPCIS Server
ONS
Query
ONS
Response
Korean Root
onsepc.kr
ONS Server
in Korea
American Root
onsepc.com
ONS server
in French
French Root
onsep.fr
Local caching
nameserver
ONS Server
in America
1
2
3
~.0.0.3.~.onsepc.kr.
Resolution
Failure
GS1 Prefix Domain Country
1.6.0 onsepc.com America
0.8.8 onsepc.kr Korea
Federated ONS
- GS1 Prefix Updated Case : Not Synchronized
© Auto-ID Lab Korea / KAIST
Slide 37
ONS peer Roots
Local system
ONS
Application
ONS
Client
EPCIS Server
ONS
Query
ONS
Response
Korean Root
onsepc.kr
ONS Server
in Korea
American Root
onsepc.com
ONS server
in French
French Root
onsep.fr
Local caching
nameserver
ONS Server
in America
1
2
3
5
6 7
4
GS1 Prefix Domain Country
1.6.0 onsepc.com America
0.8.8 onsepc.kr Korea
0.0.3 onsepc.fr France
~.0.0.3.~.onsepc.kr.
Resolution
Success
Federated ONS
- GS1 Prefix Updated Case : Synchronized

Contenu connexe

Tendances

GS1 Standards and Oliot Open Source Project for the Internet of Things
GS1 Standards and Oliot Open Source Project for the Internet of ThingsGS1 Standards and Oliot Open Source Project for the Internet of Things
GS1 Standards and Oliot Open Source Project for the Internet of ThingsDaeyoung Kim
 
Oliot daeyoungkim-kaist-2015 - final - short
Oliot daeyoungkim-kaist-2015 - final - shortOliot daeyoungkim-kaist-2015 - final - short
Oliot daeyoungkim-kaist-2015 - final - shortDaeyoung Kim
 
Oliot samsung-daeyoungkim-kaist wide-version-final
Oliot samsung-daeyoungkim-kaist wide-version-finalOliot samsung-daeyoungkim-kaist wide-version-final
Oliot samsung-daeyoungkim-kaist wide-version-finalDaeyoung Kim
 
GS1 ONS and Digital Link Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
GS1 ONS and Digital Link Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)GS1 ONS and Digital Link Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
GS1 ONS and Digital Link Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)Daeyoung Kim
 
(Final) Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Stan...
(Final) Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Stan...(Final) Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Stan...
(Final) Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Stan...Daeyoung Kim
 
AIDC Summit LA: LA Drones Solution Overview
AIDC Summit LA: LA Drones Solution OverviewAIDC Summit LA: LA Drones Solution Overview
AIDC Summit LA: LA Drones Solution OverviewIntel® Software
 
GS1 Data Revolution Series 2 - Internet of Trains
GS1 Data Revolution Series 2 - Internet of TrainsGS1 Data Revolution Series 2 - Internet of Trains
GS1 Data Revolution Series 2 - Internet of TrainsDaeyoung Kim
 
Java User Group Freiburg - Internet of Things für Java-Entwickler
Java User Group Freiburg - Internet of Things für Java-EntwicklerJava User Group Freiburg - Internet of Things für Java-Entwickler
Java User Group Freiburg - Internet of Things für Java-EntwicklerMarcus Munzert
 
CPaaS.io Y1 Review Meeting - Use Cases
CPaaS.io Y1 Review Meeting - Use CasesCPaaS.io Y1 Review Meeting - Use Cases
CPaaS.io Y1 Review Meeting - Use CasesStephan Haller
 
AIDC Summit LA: Wipro Solutions Overview
AIDC Summit LA: Wipro Solutions Overview AIDC Summit LA: Wipro Solutions Overview
AIDC Summit LA: Wipro Solutions Overview Intel® Software
 
Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...
Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...
Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...Intel® Software
 
Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...
Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...
Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...Intel® Software
 
Ros: 站在巨人的肩膀上
Ros: 站在巨人的肩膀上Ros: 站在巨人的肩膀上
Ros: 站在巨人的肩膀上建銘 林
 
AIDC Summit LA- Hands-on Training
AIDC Summit LA- Hands-on Training AIDC Summit LA- Hands-on Training
AIDC Summit LA- Hands-on Training Intel® Software
 
Itu telecom-world-2017-autoidlabs-kaist-consortium
Itu telecom-world-2017-autoidlabs-kaist-consortiumItu telecom-world-2017-autoidlabs-kaist-consortium
Itu telecom-world-2017-autoidlabs-kaist-consortiumDaeyoung Kim
 
Nurturing Business Friendly Open Source Ecosystems
Nurturing Business Friendly Open Source EcosystemsNurturing Business Friendly Open Source Ecosystems
Nurturing Business Friendly Open Source EcosystemsGaël Blondelle
 
MQTT and SensorThings API MQTT Extension
MQTT and SensorThings API MQTT ExtensionMQTT and SensorThings API MQTT Extension
MQTT and SensorThings API MQTT ExtensionSensorUp
 
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...KTN
 
Implementing AI: Running AI at the Edge: ClickCV – Providing high-performance...
Implementing AI: Running AI at the Edge: ClickCV – Providing high-performance...Implementing AI: Running AI at the Edge: ClickCV – Providing high-performance...
Implementing AI: Running AI at the Edge: ClickCV – Providing high-performance...KTN
 

Tendances (19)

GS1 Standards and Oliot Open Source Project for the Internet of Things
GS1 Standards and Oliot Open Source Project for the Internet of ThingsGS1 Standards and Oliot Open Source Project for the Internet of Things
GS1 Standards and Oliot Open Source Project for the Internet of Things
 
Oliot daeyoungkim-kaist-2015 - final - short
Oliot daeyoungkim-kaist-2015 - final - shortOliot daeyoungkim-kaist-2015 - final - short
Oliot daeyoungkim-kaist-2015 - final - short
 
Oliot samsung-daeyoungkim-kaist wide-version-final
Oliot samsung-daeyoungkim-kaist wide-version-finalOliot samsung-daeyoungkim-kaist wide-version-final
Oliot samsung-daeyoungkim-kaist wide-version-final
 
GS1 ONS and Digital Link Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
GS1 ONS and Digital Link Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)GS1 ONS and Digital Link Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
GS1 ONS and Digital Link Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
 
(Final) Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Stan...
(Final) Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Stan...(Final) Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Stan...
(Final) Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Stan...
 
AIDC Summit LA: LA Drones Solution Overview
AIDC Summit LA: LA Drones Solution OverviewAIDC Summit LA: LA Drones Solution Overview
AIDC Summit LA: LA Drones Solution Overview
 
GS1 Data Revolution Series 2 - Internet of Trains
GS1 Data Revolution Series 2 - Internet of TrainsGS1 Data Revolution Series 2 - Internet of Trains
GS1 Data Revolution Series 2 - Internet of Trains
 
Java User Group Freiburg - Internet of Things für Java-Entwickler
Java User Group Freiburg - Internet of Things für Java-EntwicklerJava User Group Freiburg - Internet of Things für Java-Entwickler
Java User Group Freiburg - Internet of Things für Java-Entwickler
 
CPaaS.io Y1 Review Meeting - Use Cases
CPaaS.io Y1 Review Meeting - Use CasesCPaaS.io Y1 Review Meeting - Use Cases
CPaaS.io Y1 Review Meeting - Use Cases
 
AIDC Summit LA: Wipro Solutions Overview
AIDC Summit LA: Wipro Solutions Overview AIDC Summit LA: Wipro Solutions Overview
AIDC Summit LA: Wipro Solutions Overview
 
Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...
Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...
Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...
 
Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...
Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...
Software AI Accelerators: The Next Frontier | Software for AI Optimization Su...
 
Ros: 站在巨人的肩膀上
Ros: 站在巨人的肩膀上Ros: 站在巨人的肩膀上
Ros: 站在巨人的肩膀上
 
AIDC Summit LA- Hands-on Training
AIDC Summit LA- Hands-on Training AIDC Summit LA- Hands-on Training
AIDC Summit LA- Hands-on Training
 
Itu telecom-world-2017-autoidlabs-kaist-consortium
Itu telecom-world-2017-autoidlabs-kaist-consortiumItu telecom-world-2017-autoidlabs-kaist-consortium
Itu telecom-world-2017-autoidlabs-kaist-consortium
 
Nurturing Business Friendly Open Source Ecosystems
Nurturing Business Friendly Open Source EcosystemsNurturing Business Friendly Open Source Ecosystems
Nurturing Business Friendly Open Source Ecosystems
 
MQTT and SensorThings API MQTT Extension
MQTT and SensorThings API MQTT ExtensionMQTT and SensorThings API MQTT Extension
MQTT and SensorThings API MQTT Extension
 
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
Implementing AI: Running AI at the Edge: Adapting AI to available resource in...
 
Implementing AI: Running AI at the Edge: ClickCV – Providing high-performance...
Implementing AI: Running AI at the Edge: ClickCV – Providing high-performance...Implementing AI: Running AI at the Edge: ClickCV – Providing high-performance...
Implementing AI: Running AI at the Edge: ClickCV – Providing high-performance...
 

En vedette

Diploma Wei Chen
Diploma Wei ChenDiploma Wei Chen
Diploma Wei ChenWei Chen
 
ऊर्ध्व : विसंवाद - ५ स्मारिका
ऊर्ध्व : विसंवाद - ५ स्मारिकाऊर्ध्व : विसंवाद - ५ स्मारिका
ऊर्ध्व : विसंवाद - ५ स्मारिकाRajesh Ranjan
 
Michelle Estefania Arroyo pe
Michelle Estefania Arroyo peMichelle Estefania Arroyo pe
Michelle Estefania Arroyo peMichelle Arroyo
 
いま、Html5でできること
いま、Html5でできることいま、Html5でできること
いま、Html5でできることMasakazu Muraoka
 
找這樣的公司就對了
 找這樣的公司就對了 找這樣的公司就對了
找這樣的公司就對了LITTC
 
New microsoft power point presentation
New microsoft power point presentationNew microsoft power point presentation
New microsoft power point presentationkv
 
Eight keys for Integrating ABM with your sales team’s existing Target Accoun...
Eight keys for Integrating ABM with  your sales team’s existing Target Accoun...Eight keys for Integrating ABM with  your sales team’s existing Target Accoun...
Eight keys for Integrating ABM with your sales team’s existing Target Accoun...Heinz Marketing Inc
 
Providing students opportunities to develop professional digital and social m...
Providing students opportunities to develop professional digital and social m...Providing students opportunities to develop professional digital and social m...
Providing students opportunities to develop professional digital and social m...Sue Beckingham
 
SMART Board Faculty Training
SMART Board Faculty TrainingSMART Board Faculty Training
SMART Board Faculty TrainingLisa Rusczyk
 
Западная маркетинговая компания
Западная маркетинговая компанияЗападная маркетинговая компания
Западная маркетинговая компанияMarina Kirilyuk
 
Mεσοπολέμος: ζωγράφοι και πίνακες
Mεσοπολέμος:  ζωγράφοι και πίνακεςMεσοπολέμος:  ζωγράφοι και πίνακες
Mεσοπολέμος: ζωγράφοι και πίνακεςAngeliki Chroni
 
Teu nome eliana ellinger & meu nome josé ernesto ferraresso
Teu nome eliana ellinger & meu nome josé ernesto ferraressoTeu nome eliana ellinger & meu nome josé ernesto ferraresso
Teu nome eliana ellinger & meu nome josé ernesto ferraressoLuzia Gabriele
 

En vedette (19)

Hewlett Packard Enterprise BVEx Customer Experience in the Age of the Interne...
Hewlett Packard Enterprise BVEx Customer Experience in the Age of the Interne...Hewlett Packard Enterprise BVEx Customer Experience in the Age of the Interne...
Hewlett Packard Enterprise BVEx Customer Experience in the Age of the Interne...
 
EAGLE SHARK brochure
EAGLE SHARK brochureEAGLE SHARK brochure
EAGLE SHARK brochure
 
CEO Agenda Mexico: From productivity to outcomes
CEO Agenda Mexico: From productivity to outcomesCEO Agenda Mexico: From productivity to outcomes
CEO Agenda Mexico: From productivity to outcomes
 
Diploma Wei Chen
Diploma Wei ChenDiploma Wei Chen
Diploma Wei Chen
 
ऊर्ध्व : विसंवाद - ५ स्मारिका
ऊर्ध्व : विसंवाद - ५ स्मारिकाऊर्ध्व : विसंवाद - ५ स्मारिका
ऊर्ध्व : विसंवाद - ५ स्मारिका
 
DH Breakout Sessions Menu
DH Breakout Sessions MenuDH Breakout Sessions Menu
DH Breakout Sessions Menu
 
Michelle Estefania Arroyo pe
Michelle Estefania Arroyo peMichelle Estefania Arroyo pe
Michelle Estefania Arroyo pe
 
いま、Html5でできること
いま、Html5でできることいま、Html5でできること
いま、Html5でできること
 
找這樣的公司就對了
 找這樣的公司就對了 找這樣的公司就對了
找這樣的公司就對了
 
New microsoft power point presentation
New microsoft power point presentationNew microsoft power point presentation
New microsoft power point presentation
 
Eight keys for Integrating ABM with your sales team’s existing Target Accoun...
Eight keys for Integrating ABM with  your sales team’s existing Target Accoun...Eight keys for Integrating ABM with  your sales team’s existing Target Accoun...
Eight keys for Integrating ABM with your sales team’s existing Target Accoun...
 
Providing students opportunities to develop professional digital and social m...
Providing students opportunities to develop professional digital and social m...Providing students opportunities to develop professional digital and social m...
Providing students opportunities to develop professional digital and social m...
 
Eagle shark brochure
Eagle shark brochureEagle shark brochure
Eagle shark brochure
 
Groups continued
Groups continuedGroups continued
Groups continued
 
SMART Board Faculty Training
SMART Board Faculty TrainingSMART Board Faculty Training
SMART Board Faculty Training
 
Западная маркетинговая компания
Западная маркетинговая компанияЗападная маркетинговая компания
Западная маркетинговая компания
 
Mεσοπολέμος: ζωγράφοι και πίνακες
Mεσοπολέμος:  ζωγράφοι και πίνακεςMεσοπολέμος:  ζωγράφοι και πίνακες
Mεσοπολέμος: ζωγράφοι και πίνακες
 
Webdesign
WebdesignWebdesign
Webdesign
 
Teu nome eliana ellinger & meu nome josé ernesto ferraresso
Teu nome eliana ellinger & meu nome josé ernesto ferraressoTeu nome eliana ellinger & meu nome josé ernesto ferraresso
Teu nome eliana ellinger & meu nome josé ernesto ferraresso
 

Similaire à GS1/Oliot ONS/DS and Next

Internet of Things Platform for Open Process, Open Data, and Open Service
Internet of Things Platform for Open Process, Open Data, and Open ServiceInternet of Things Platform for Open Process, Open Data, and Open Service
Internet of Things Platform for Open Process, Open Data, and Open ServiceDaeyoung Kim
 
GS1 standards and Blockchain Technology for Traceability in Agriculture and S...
GS1 standards and Blockchain Technology for Traceability in Agriculture and S...GS1 standards and Blockchain Technology for Traceability in Agriculture and S...
GS1 standards and Blockchain Technology for Traceability in Agriculture and S...Daeyoung Kim
 
Soscon2016 daeyoungkim-kaist - final
Soscon2016 daeyoungkim-kaist - finalSoscon2016 daeyoungkim-kaist - final
Soscon2016 daeyoungkim-kaist - finalDaeyoung Kim
 
Introduction to Open Source GIS
Introduction to Open Source GISIntroduction to Open Source GIS
Introduction to Open Source GISSANGHEE SHIN
 
Securing Search Index with Searchable Encryption
Securing Search Index with Searchable EncryptionSecuring Search Index with Searchable Encryption
Securing Search Index with Searchable EncryptionHarry Ochiai
 
Asset Management Using Item Unique Identification (IUID)
Asset Management UsingItem Unique Identification (IUID)Asset Management UsingItem Unique Identification (IUID)
Asset Management Using Item Unique Identification (IUID)elliando dias
 
Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Standards At...
Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Standards At...Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Standards At...
Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Standards At...Daeyoung Kim
 
GS1 Standards for Smart Agriculture and Food Safety Systems
GS1 Standards for Smart Agriculture and Food Safety SystemsGS1 Standards for Smart Agriculture and Food Safety Systems
GS1 Standards for Smart Agriculture and Food Safety SystemsDaeyoung Kim
 
Neo4j Vision and Roadmap
Neo4j Vision and Roadmap Neo4j Vision and Roadmap
Neo4j Vision and Roadmap Neo4j
 
Smart agri spring-sym-daeyoungkim
Smart agri spring-sym-daeyoungkimSmart agri spring-sym-daeyoungkim
Smart agri spring-sym-daeyoungkimDaeyoung Kim
 
Mpole system introduction 2018
Mpole system introduction 2018Mpole system introduction 2018
Mpole system introduction 2018Guisun Han
 
GS1 EPCIS and CBV Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
GS1 EPCIS and CBV Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)GS1 EPCIS and CBV Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
GS1 EPCIS and CBV Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)Daeyoung Kim
 
UC2010_BRS1280_Eastman_Chemical_Johnston
UC2010_BRS1280_Eastman_Chemical_JohnstonUC2010_BRS1280_Eastman_Chemical_Johnston
UC2010_BRS1280_Eastman_Chemical_JohnstonH Eddie Newton
 
OSGeo Live Lightening Overview
OSGeo Live Lightening OverviewOSGeo Live Lightening Overview
OSGeo Live Lightening OverviewJody Garnett
 
Elastic Cloud Enterprise @ Cisco
Elastic Cloud Enterprise @ CiscoElastic Cloud Enterprise @ Cisco
Elastic Cloud Enterprise @ CiscoElasticsearch
 
[Rakuten TechConf2014] [C-5] Ichiba Architecture on ExaLogic
[Rakuten TechConf2014] [C-5] Ichiba Architecture on ExaLogic[Rakuten TechConf2014] [C-5] Ichiba Architecture on ExaLogic
[Rakuten TechConf2014] [C-5] Ichiba Architecture on ExaLogicRakuten Group, Inc.
 

Similaire à GS1/Oliot ONS/DS and Next (20)

Internet of Things Platform for Open Process, Open Data, and Open Service
Internet of Things Platform for Open Process, Open Data, and Open ServiceInternet of Things Platform for Open Process, Open Data, and Open Service
Internet of Things Platform for Open Process, Open Data, and Open Service
 
GS1 standards and Blockchain Technology for Traceability in Agriculture and S...
GS1 standards and Blockchain Technology for Traceability in Agriculture and S...GS1 standards and Blockchain Technology for Traceability in Agriculture and S...
GS1 standards and Blockchain Technology for Traceability in Agriculture and S...
 
Soscon2016 daeyoungkim-kaist - final
Soscon2016 daeyoungkim-kaist - finalSoscon2016 daeyoungkim-kaist - final
Soscon2016 daeyoungkim-kaist - final
 
Introduction to Open Source GIS
Introduction to Open Source GISIntroduction to Open Source GIS
Introduction to Open Source GIS
 
Securing Search Index with Searchable Encryption
Securing Search Index with Searchable EncryptionSecuring Search Index with Searchable Encryption
Securing Search Index with Searchable Encryption
 
Asset Management Using Item Unique Identification (IUID)
Asset Management UsingItem Unique Identification (IUID)Asset Management UsingItem Unique Identification (IUID)
Asset Management Using Item Unique Identification (IUID)
 
Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Standards At...
Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Standards At...Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Standards At...
Tutorial: Standardization Efforts for Smart Cities - GS1/ISO/IEC Standards At...
 
GS1 Standards for Smart Agriculture and Food Safety Systems
GS1 Standards for Smart Agriculture and Food Safety SystemsGS1 Standards for Smart Agriculture and Food Safety Systems
GS1 Standards for Smart Agriculture and Food Safety Systems
 
Neo4j Vision and Roadmap
Neo4j Vision and Roadmap Neo4j Vision and Roadmap
Neo4j Vision and Roadmap
 
Smart agri spring-sym-daeyoungkim
Smart agri spring-sym-daeyoungkimSmart agri spring-sym-daeyoungkim
Smart agri spring-sym-daeyoungkim
 
Mpole system introduction 2018
Mpole system introduction 2018Mpole system introduction 2018
Mpole system introduction 2018
 
Smart App@Pivotal by Dat Tran
Smart App@Pivotal by Dat TranSmart App@Pivotal by Dat Tran
Smart App@Pivotal by Dat Tran
 
GS1 EPCIS and CBV Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
GS1 EPCIS and CBV Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)GS1 EPCIS and CBV Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
GS1 EPCIS and CBV Tutorial, Auto-ID Labs, KAIST (Apr 28, 2020)
 
Overview and Status of HDF in NPOESS & NPP
Overview and Status of HDF in NPOESS & NPPOverview and Status of HDF in NPOESS & NPP
Overview and Status of HDF in NPOESS & NPP
 
UC2010_BRS1280_Eastman_Chemical_Johnston
UC2010_BRS1280_Eastman_Chemical_JohnstonUC2010_BRS1280_Eastman_Chemical_Johnston
UC2010_BRS1280_Eastman_Chemical_Johnston
 
OSGeo Live Lightening Overview
OSGeo Live Lightening OverviewOSGeo Live Lightening Overview
OSGeo Live Lightening Overview
 
Elastic Cloud Enterprise @ Cisco
Elastic Cloud Enterprise @ CiscoElastic Cloud Enterprise @ Cisco
Elastic Cloud Enterprise @ Cisco
 
Big Data Platform Industrialization
Big Data Platform Industrialization Big Data Platform Industrialization
Big Data Platform Industrialization
 
Big Data Platform Industrialization
Big Data Platform Industrialization Big Data Platform Industrialization
Big Data Platform Industrialization
 
[Rakuten TechConf2014] [C-5] Ichiba Architecture on ExaLogic
[Rakuten TechConf2014] [C-5] Ichiba Architecture on ExaLogic[Rakuten TechConf2014] [C-5] Ichiba Architecture on ExaLogic
[Rakuten TechConf2014] [C-5] Ichiba Architecture on ExaLogic
 

Plus de Daeyoung Kim

주소기반혁신성장 산업 - 주소가 바꿀 미래 사회와 산업 - 행정안전부와 주소포럼
주소기반혁신성장 산업 - 주소가 바꿀 미래 사회와 산업 - 행정안전부와 주소포럼주소기반혁신성장 산업 - 주소가 바꿀 미래 사회와 산업 - 행정안전부와 주소포럼
주소기반혁신성장 산업 - 주소가 바꿀 미래 사회와 산업 - 행정안전부와 주소포럼Daeyoung Kim
 
Standards and AI Transformation (SAX) 국제표준과 인공지능 기반의 철도산업 디지털 전환
Standards and AI Transformation (SAX) 국제표준과 인공지능 기반의 철도산업 디지털 전환Standards and AI Transformation (SAX) 국제표준과 인공지능 기반의 철도산업 디지털 전환
Standards and AI Transformation (SAX) 국제표준과 인공지능 기반의 철도산업 디지털 전환Daeyoung Kim
 
기후대응을 위한 EU 디지털제품여권법 동향과 GS1 국제표준 적용 방안 소개
기후대응을 위한 EU 디지털제품여권법 동향과 GS1 국제표준 적용 방안 소개기후대응을 위한 EU 디지털제품여권법 동향과 GS1 국제표준 적용 방안 소개
기후대응을 위한 EU 디지털제품여권법 동향과 GS1 국제표준 적용 방안 소개Daeyoung Kim
 
데이터공유 농축산식품-GS1적용(김대영)
데이터공유 농축산식품-GS1적용(김대영)데이터공유 농축산식품-GS1적용(김대영)
데이터공유 농축산식품-GS1적용(김대영)Daeyoung Kim
 
gs1 standards in building smart cities
gs1 standards in building smart citiesgs1 standards in building smart cities
gs1 standards in building smart citiesDaeyoung Kim
 
Smartship in GS1's perspective
Smartship in GS1's perspectiveSmartship in GS1's perspective
Smartship in GS1's perspectiveDaeyoung Kim
 
GS1 standards in agriculture - Jan. 2017
GS1 standards in agriculture - Jan. 2017GS1 standards in agriculture - Jan. 2017
GS1 standards in agriculture - Jan. 2017Daeyoung Kim
 
GS1 standards - Jan. 2017
GS1 standards - Jan. 2017GS1 standards - Jan. 2017
GS1 standards - Jan. 2017Daeyoung Kim
 
Gs1au newsletter-building-march-2021
Gs1au newsletter-building-march-2021Gs1au newsletter-building-march-2021
Gs1au newsletter-building-march-2021Daeyoung Kim
 
GS1 smart city platforms and case studies
GS1 smart city platforms and case studiesGS1 smart city platforms and case studies
GS1 smart city platforms and case studiesDaeyoung Kim
 
GS1 Data Revolution Series #3 Healthcare
GS1 Data Revolution Series #3 HealthcareGS1 Data Revolution Series #3 Healthcare
GS1 Data Revolution Series #3 HealthcareDaeyoung Kim
 
Digital revolution series 1-seafood industry
Digital revolution series 1-seafood industryDigital revolution series 1-seafood industry
Digital revolution series 1-seafood industryDaeyoung Kim
 
Smart city position paper - GS1 standards perspective
Smart city position paper - GS1 standards perspectiveSmart city position paper - GS1 standards perspective
Smart city position paper - GS1 standards perspectiveDaeyoung Kim
 
GS1 Tutorial (Korean) by Daeyoung Kim, Auto-ID Labs, KAIST
GS1 Tutorial (Korean) by Daeyoung Kim, Auto-ID Labs, KAISTGS1 Tutorial (Korean) by Daeyoung Kim, Auto-ID Labs, KAIST
GS1 Tutorial (Korean) by Daeyoung Kim, Auto-ID Labs, KAISTDaeyoung Kim
 
Global Seafood Traceability System
Global Seafood Traceability SystemGlobal Seafood Traceability System
Global Seafood Traceability SystemDaeyoung Kim
 
GS1 Standards in Building Smart Cities
GS1 Standards in Building Smart CitiesGS1 Standards in Building Smart Cities
GS1 Standards in Building Smart CitiesDaeyoung Kim
 
Soscon2019 oliot-auto-id-labs-kaist
Soscon2019 oliot-auto-id-labs-kaistSoscon2019 oliot-auto-id-labs-kaist
Soscon2019 oliot-auto-id-labs-kaistDaeyoung Kim
 
Lh iot-bigdata-20181023
Lh iot-bigdata-20181023Lh iot-bigdata-20181023
Lh iot-bigdata-20181023Daeyoung Kim
 
GS1 Railway - Internet of Trains
GS1 Railway - Internet of TrainsGS1 Railway - Internet of Trains
GS1 Railway - Internet of TrainsDaeyoung Kim
 
Data and Service Driven Smart City Platform and Urban Technology Alliance
Data and Service Driven Smart City Platform and Urban Technology AllianceData and Service Driven Smart City Platform and Urban Technology Alliance
Data and Service Driven Smart City Platform and Urban Technology AllianceDaeyoung Kim
 

Plus de Daeyoung Kim (20)

주소기반혁신성장 산업 - 주소가 바꿀 미래 사회와 산업 - 행정안전부와 주소포럼
주소기반혁신성장 산업 - 주소가 바꿀 미래 사회와 산업 - 행정안전부와 주소포럼주소기반혁신성장 산업 - 주소가 바꿀 미래 사회와 산업 - 행정안전부와 주소포럼
주소기반혁신성장 산업 - 주소가 바꿀 미래 사회와 산업 - 행정안전부와 주소포럼
 
Standards and AI Transformation (SAX) 국제표준과 인공지능 기반의 철도산업 디지털 전환
Standards and AI Transformation (SAX) 국제표준과 인공지능 기반의 철도산업 디지털 전환Standards and AI Transformation (SAX) 국제표준과 인공지능 기반의 철도산업 디지털 전환
Standards and AI Transformation (SAX) 국제표준과 인공지능 기반의 철도산업 디지털 전환
 
기후대응을 위한 EU 디지털제품여권법 동향과 GS1 국제표준 적용 방안 소개
기후대응을 위한 EU 디지털제품여권법 동향과 GS1 국제표준 적용 방안 소개기후대응을 위한 EU 디지털제품여권법 동향과 GS1 국제표준 적용 방안 소개
기후대응을 위한 EU 디지털제품여권법 동향과 GS1 국제표준 적용 방안 소개
 
데이터공유 농축산식품-GS1적용(김대영)
데이터공유 농축산식품-GS1적용(김대영)데이터공유 농축산식품-GS1적용(김대영)
데이터공유 농축산식품-GS1적용(김대영)
 
gs1 standards in building smart cities
gs1 standards in building smart citiesgs1 standards in building smart cities
gs1 standards in building smart cities
 
Smartship in GS1's perspective
Smartship in GS1's perspectiveSmartship in GS1's perspective
Smartship in GS1's perspective
 
GS1 standards in agriculture - Jan. 2017
GS1 standards in agriculture - Jan. 2017GS1 standards in agriculture - Jan. 2017
GS1 standards in agriculture - Jan. 2017
 
GS1 standards - Jan. 2017
GS1 standards - Jan. 2017GS1 standards - Jan. 2017
GS1 standards - Jan. 2017
 
Gs1au newsletter-building-march-2021
Gs1au newsletter-building-march-2021Gs1au newsletter-building-march-2021
Gs1au newsletter-building-march-2021
 
GS1 smart city platforms and case studies
GS1 smart city platforms and case studiesGS1 smart city platforms and case studies
GS1 smart city platforms and case studies
 
GS1 Data Revolution Series #3 Healthcare
GS1 Data Revolution Series #3 HealthcareGS1 Data Revolution Series #3 Healthcare
GS1 Data Revolution Series #3 Healthcare
 
Digital revolution series 1-seafood industry
Digital revolution series 1-seafood industryDigital revolution series 1-seafood industry
Digital revolution series 1-seafood industry
 
Smart city position paper - GS1 standards perspective
Smart city position paper - GS1 standards perspectiveSmart city position paper - GS1 standards perspective
Smart city position paper - GS1 standards perspective
 
GS1 Tutorial (Korean) by Daeyoung Kim, Auto-ID Labs, KAIST
GS1 Tutorial (Korean) by Daeyoung Kim, Auto-ID Labs, KAISTGS1 Tutorial (Korean) by Daeyoung Kim, Auto-ID Labs, KAIST
GS1 Tutorial (Korean) by Daeyoung Kim, Auto-ID Labs, KAIST
 
Global Seafood Traceability System
Global Seafood Traceability SystemGlobal Seafood Traceability System
Global Seafood Traceability System
 
GS1 Standards in Building Smart Cities
GS1 Standards in Building Smart CitiesGS1 Standards in Building Smart Cities
GS1 Standards in Building Smart Cities
 
Soscon2019 oliot-auto-id-labs-kaist
Soscon2019 oliot-auto-id-labs-kaistSoscon2019 oliot-auto-id-labs-kaist
Soscon2019 oliot-auto-id-labs-kaist
 
Lh iot-bigdata-20181023
Lh iot-bigdata-20181023Lh iot-bigdata-20181023
Lh iot-bigdata-20181023
 
GS1 Railway - Internet of Trains
GS1 Railway - Internet of TrainsGS1 Railway - Internet of Trains
GS1 Railway - Internet of Trains
 
Data and Service Driven Smart City Platform and Urban Technology Alliance
Data and Service Driven Smart City Platform and Urban Technology AllianceData and Service Driven Smart City Platform and Urban Technology Alliance
Data and Service Driven Smart City Platform and Urban Technology Alliance
 

Dernier

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationShrmpro
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfVishalKumarJha10
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durbanmasabamasaba
 

Dernier (20)

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban
 

GS1/Oliot ONS/DS and Next

  • 1. Jun. 25, 2014 Auto-ID Labs, KAIST Dept. of Computer Science, KAIST GS1/Oliot Object Name Service & Discovery Service Kiwoong Kwon kiwoong@kaist.ac.kr, http://oliot.org, http://autoidlab.kaist.ac.kr, http://resl.kaist.ac.kr http://autoidlabs.org http://gs1.org
  • 2. © Auto-ID Lab Korea / KAIST Slide 2  Object Name Service (ONS) – Motivation – Architecture for ONS – Formal specification – Federated ONS – Future ONS for IoT  Discovery Service (DS) – Motivation – Architecture for DS – Oliot DS – Architecture for Oliot DS – Future DS for IoT Contents
  • 3. © Auto-ID Lab Korea / KAIST Slide 3 Motivation for ONS (1) Most medical devices in US should include an unique device identifier (UDI) ..
  • 4. © Auto-ID Lab Korea / KAIST Slide 4 Motivation for ONS (2) Company? Model No? Googling? Contact? Current situation .. I want to find instruction sheets for my medical devices.
  • 5. © Auto-ID Lab Korea / KAIST Slide 5 Motivation for ONS (3) I can get information of medical devices using reader !! If a reader reads ID tags attached to medical devices .. But, I cannot understand what does it mean .. An ID tag cannot contain large data .. 01010011 00010101 01010010
  • 6. © Auto-ID Lab Korea / KAIST Slide 6 Motivation for ONS (4) Is there any service to find where the instruction sheets for medical devices are? So, how can I find the instruction sheets for medical devices? That is Object Name Service (ONS)
  • 7. © Auto-ID Lab Korea / KAIST Slide 7 Concept of ONS (1) Manual Service Object Name Service (ONS) manual html epcis …
  • 8. © Auto-ID Lab Korea / KAIST Slide 8 Concept of ONS (2) Manual Service Object Name Service (ONS) If all things can get GS1 ID ..
  • 9. © Auto-ID Lab Korea / KAIST Slide 9 Passive Tags (e.g., passive tags, barcode) Sensor & Actuator Networks (e.g., ZigBee, 6LoWPAN, Mobile phone, BLE, AllJoyn, lwM2M etc.) Active Tags (e.g., Wireless ID and Sensor Networks) RFID Middleware LLRP LLRP Sensor & actuator protocols Sensor & actuator protocols Domain-specific capturing application Domain-specific accessing applications Sensor Interface Sensor interface EPC Information Service (static and dynamic information) ALE Actuation Interface Sensor & Actuator Middleware Object Name Service Discovery Service ZigBee 6LoWPAN/ CoAP MQTT Web service-* REST Other Comm. RFID stream processing Logical RFID reader Reader Management Sensor stream processing Sensor & actuator Management ID-Sensor stream processing  Object Name Service (ONS) – Service to lookup static information about the given GS1 Identification keys using the Internet’s existing Domain Name System (DNS) protocol ONS in Oliot ONS lookup for static information of things (e.g., product info services)
  • 10. © Auto-ID Lab Korea / KAIST Slide 10 ONS Application ONS Client EPCIS Server ONS Peer Roots (1) (2) (3) (6) (7) Local caching nameserver (5) (8) (4) ONS Architecture Federated ONS Infrastructure GS1 ID AUS FQDN NAPTR records
  • 11. © Auto-ID Lab Korea / KAIST Slide 11  Extract the desired GS1 ID Key type and GS1 ID Key from the sequence of data – (00)306141417782246356(02)50614141322607(37)20 Type: GTIN (02) Key: 50614141322607  AUS format – language code | country code | type | key  AUS conversion example – GDTI 0614141665815 with serial 999888777, English service in Canada AUS: en|ca|gdti|0614141665815 ONS Application GS1 ID AUS Conversion to Application Unique String (AUS)
  • 12. © Auto-ID Lab Korea / KAIST Slide 12  Conversion from AUS into FQDN Conversion to Fully Qualified Domain Name (FQDN) AUS FQDN ||gtin|00614141322602 0 0614141 32260 2 indicator company prefix itemref check 00614141322602 Strip checksum 0.061414132260 Hold indicator 0.062231414160 Revers all remaining characters 0.0.6.2.2.3.1.4.1.4.1.6.0. Append a ‘.’ 0.0.6.2.2.3.1.4.1.4.1.6.0.gtin Append ID key type 0.0.6.2.2.3.1.4.1.4.1.6.0.gtin.gs1.id 0.0.6.2.2.3.1.4.1.4.1.6.0.gtin.gs1.id.onsepc.com Append ‘.gs1.id.’ Append peer root ONS Application ONS Client AUS FQDN
  • 13. © Auto-ID Lab Korea / KAIST Slide 13  ONS Query – Query for ONS Query Responses for the Fully Qualified Domain Name (FQDN)  ONS Query Response – A set of Naming Authority PoinTeR (NAPTR) Records ONS Formal Specification - ONS Query Responses ONS Query ONS Query response ONS Client Local caching nameserver ONS Peer Roots 0.0.6.2.2.3.1.4.1.4.1.6.0.gtin.gs1.id.onsepc.com
  • 14. © Auto-ID Lab Korea / KAIST Slide 14  Nameserver (NS) delegation – Desired name servers exists below current ONS Peer Root  Delegation name (DNAME) delegation – Desired name servers exists in another ONS Peer Root, not current ONS Peer Root – Using the GS1 prefix (last three digits), identify where the query is destined. Federated ONS - Delegation GS1 Prefix Domain Country 1.6.0 onsepc.com America 0.8.8 onsepc.kr Korea 0.0.3 onsepc.fr France Korean ONS Peer Root American ONS Peer Root French ONS Peer Root ONS Server In Korea ONS Server In America ONS Server In France NS Delegation DNAME Delegation ~.1.4.1.4.X.X.X.gtin.gs1.id.onsepc.XXX
  • 15. © Auto-ID Lab Korea / KAIST Slide 15 ONS peer Roots Local system ONS Application ONS Client EPCIS Server ONS Query ONS Response Korean Root onsepc.kr ONS Server in Korea American Root onsepc.com Local caching nameserver ONS Server in America Federated ONS - NS Delegation 1 2 3 4 5 6 GS1 Prefix Domain Country 1.6.0 onsepc.com America 0.8.8 onsepc.kr Korea ~.0.8.8.~.onsepc.kr. Resolution Success
  • 16. © Auto-ID Lab Korea / KAIST Slide 16 ONS peer Roots Local system ONS Application ONS Client EPCIS Server ONS Query ONS Response Korean Root onsepc.kr ONS Server in Korea American Root onsepc.com Local caching nameserver ONS Server in America Federated ONS - DNAME Delegation 1 2 3 4 5 6 7 ~.1.6.0.~.onsepc.kr. Resolution Success GS1 Prefix Domain Country 1.6.0 onsepc.com America 0.8.8 onsepc.kr Korea
  • 17. © Auto-ID Lab Korea / KAIST Slide 17 Globally Federated ONS Peer Roots Deployment Plan for Federated ONS Korea JapanChina Taiwan Australia USA Brazil Switzerland England Sunchon Univ. GS1 Korea Samsung KAIST Local ONS Name Servers
  • 18. © Auto-ID Lab Korea / KAIST Slide 18 Future ONS with GS1 for IoT Desired Service … ONS
  • 19. © Auto-ID Lab Korea / KAIST Slide 19 Motivation for Discovery Service (1) Object Name Service (ONS) Is ONS enough to find dynamic information for my things?
  • 20. © Auto-ID Lab Korea / KAIST Slide 20 Motivation for Discovery Service (2) Manufacturer EPCIS EPCIS B (Store)ONS EPCIS A Retailer I found faults for all same typed products I don’t know! Give me list of EPCISs related to given GS1 ID?
  • 21. © Auto-ID Lab Korea / KAIST Slide 21 Concept of Discovery Service Manufacturer EPCIS EPCIS B (Store)ONS EPCIS A Retailer Discovery Service I know it !Give me list of EPCISs related to given GS1 ID?
  • 22. © Auto-ID Lab Korea / KAIST Slide 22 Passive Tags (e.g., passive tags, barcode) Sensor & Actuator Networks (e.g., ZigBee, 6LoWPAN, Mobile phone, BLE, AllJoyn, lwM2M etc.) Active Tags (e.g., Wireless ID and Sensor Networks) RFID Middleware LLRP LLRP Sensor & actuator protocols Sensor & actuator protocols Domain-specific capturing application Domain-specific accessing applications Sensor Interface Sensor interface EPC Information Service (static and dynamic information) ALE Actuation Interface Sensor & Actuator Middleware Object Name Service Discovery Service ZigBee 6LoWPAN/ CoAP MQTT Web service-* REST Other Comm. RFID stream processing Logical RFID reader Reader Management Sensor stream processing Sensor & actuator Management ID-Sensor stream processing • Discovery Service (DS) – The service to lookup dynamic information about the given GS1 Identification keys and provide dynamic information to DS client Discovery Service in Oliot DS lookup for dynamic information of each individual thing (e.g., historic locations of things)
  • 23. © Auto-ID Lab Korea / KAIST Slide 23 Discovery Service Manufacturer EPCISONS EPCIS A Client EPCIS B (1)(2) (3) (5) (4) Discovery Service Architecture Event Registration GS1 ID Service lists DS Query DS Response
  • 24. © Auto-ID Lab Korea / KAIST Slide 24  Event Registration – Contents  Who? GS1 ID  When? Timestamp  Where? EPCIS Address Event Registration Discovery Service Manufacturer EPCIS EPCIS A EPCIS B Event Registration
  • 25. © Auto-ID Lab Korea / KAIST Slide 25  DS Query – Contents  GS1 ID  Time period – Beginning of the time period – End of the time period Discovery Service Access Discovery Service Client  DS Response – Contents  GS1 ID  A set of EPCIS address records DS Query/Response
  • 26. © Auto-ID Lab Korea / KAIST Slide 26  Current DS is tailored to a supply chain in B2B application – B2C should be considered in IoT.  How to satisfy client’s demand using DS? – Client may want to know the real locations of the stores selling the desired products near his current location Discovery Service from an aspect of B2C Client I want to buy more. Where can I buy them?
  • 27. © Auto-ID Lab Korea / KAIST Slide 27 Oliot Discovery Service 1km  Oliot Discovery Service – Find the real physical locations of the desired GS1 products inner distance radius circle from current location
  • 28. © Auto-ID Lab Korea / KAIST Slide 28 Oliot Discovery Service Architecture Discovery Service Manufacturer EPCISONS EPCIS A Client EPCIS B (1)(2) (3) (5) (4)
  • 29. © Auto-ID Lab Korea / KAIST Slide 29 Message formats for Oliot Discovery Service • JSON documentation is object type for Elasticsearch • Event Registration {“ID":“urn:epc:id:sgtin:0057000.123780.7788", "EPCIS":“http://[2002:8ff8:3853::8ff8:3853]/epcis-repository-0.4.3/query", "timestamp":"20140509003200", "location":{"lat":36.321512,"lon":127.246547}} • Geo-location Search {"query":{"match":{ “ID":{"query":"urn:epc:id:sgtin:0057000.123780.7788","type":"phrase"}}}, "filter":{"and":{"filters":[{"geo_distance":{ "geo.location":{"lat":36.350412,"lon":127.38454700000001}, "distance":30,"unit":"km"}}, {"range":{"timestamp":{ "from":"20130910000000", "to":"20141030165000", "include_lower":true,"include_upper":true}}}]}}} Current location Size of the distance radius circle
  • 30. © Auto-ID Lab Korea / KAIST Slide 30 Current UI for Oliot Discovery Service
  • 31. © Auto-ID Lab Korea / KAIST Slide 31 Globally Distributed DS Future DS with GS1 for IoT … EPCISes EPISList
  • 32. © Auto-ID Lab Korea / KAIST Slide 32 IoT Scenario with ONS and DS KAIST Discovery Service ONS Client My lost thing AddressofDS
  • 33. © Auto-ID Lab Korea / KAIST Slide 33 Q & A
  • 34. © Auto-ID Lab Korea / KAIST Slide 34  EPCglobal Object Name Service (ONS) 1.0.1 – http://www.gs1.org/gsmp/kc/epcglobal/ons/ons_1_0_1-standard- 20080529.pdf  GS1 Object Name Service (ONS) Version 2.0.1 – http://www.gs1.org/gsmp/kc/epcglobal/ons/ons_1_0_1-standard- 20080529.pdf  Federated ONS Architecture for the Internet of Things - A Functional Evaluation – http://www.caad.arch.ethz.ch/noolab/files/external/conferences/IoT2010_pr oceedings/pdf/Demo/D4.pdf  Discovery Services in the EPC Network – http://cdn.intechopen.com/pdfs-wm/18103.pdf  GS1 Discovery Service Standard – http://www.gs1.org/gsmp/kc/epcglobal/discovery References
  • 35. © Auto-ID Lab Korea / KAIST Slide 35 Appendix
  • 36. © Auto-ID Lab Korea / KAIST Slide 36 ONS peer Roots Local system ONS Application ONS Client EPCIS Server ONS Query ONS Response Korean Root onsepc.kr ONS Server in Korea American Root onsepc.com ONS server in French French Root onsep.fr Local caching nameserver ONS Server in America 1 2 3 ~.0.0.3.~.onsepc.kr. Resolution Failure GS1 Prefix Domain Country 1.6.0 onsepc.com America 0.8.8 onsepc.kr Korea Federated ONS - GS1 Prefix Updated Case : Not Synchronized
  • 37. © Auto-ID Lab Korea / KAIST Slide 37 ONS peer Roots Local system ONS Application ONS Client EPCIS Server ONS Query ONS Response Korean Root onsepc.kr ONS Server in Korea American Root onsepc.com ONS server in French French Root onsep.fr Local caching nameserver ONS Server in America 1 2 3 5 6 7 4 GS1 Prefix Domain Country 1.6.0 onsepc.com America 0.8.8 onsepc.kr Korea 0.0.3 onsepc.fr France ~.0.0.3.~.onsepc.kr. Resolution Success Federated ONS - GS1 Prefix Updated Case : Synchronized