SlideShare a Scribd company logo
Web 3.0 & IoT
  The future of Internet
Callenge for 2020 1(2)




http://www.ericsson.com/news/110214_more_than_50_billion_244188811_c
Challenge for 2020 2(2)
Evolution

Web 1.0
  Publication
Web 2.0
  Interaction
  Automatization
Web 3.0
  Interoperation
  IoT
  Smart City
Web 1.0
Publication of papers.
   HTML / HTTP / TCP / IP
Links between publications.
   URI
Consumption by humans.
   Browsers
Static information.
   The publisher provides the information.
   Centralized.
Examples of web 1.0

Newspapers
Portals
Home Pages
Britannica Online
Web 2.0
Dynamic information.
   Users provide the information.
   XML, XML Schema, XSLT, XHR (Ajax).
New interfaces for humans
   Apps (10’ interfaces)
Web Services.
   SOAP, WSDL
   REST, WADL
   Syndication (RSS, ATOM, Podcasts, etc.)
Examples of web 2.0
Social networks
   FB, Twitter, LinkedIn, Flickr, YT, etc.
   Comments, tagging, voting, liking, blogging.

On-line databases
   Wikipedia, Google Earth, OSM, etc.
Stores
   eBay, Amazon, etc.
Content Management Systems
   Drupal, Mediawiki, etc.
Examples of web 2.0
Apps
   IPhone, Android, IP-TV, etc.
“Web as a platform”
   Cloud
   Google: Docs, Gmail, Calendar, etc.
   Hotmail, MS Web Apps
Programmable web
   Mashups (6809 en www.programmableweb.com)
   APIs (7677 en www.programmableweb.com)
Web 3.0
Publication of data.
   RDF / HTTP, XMPP / TCPv6 / IPv6
Links between data.
   URI
Consumption by machines.
   M2M, WSN
Federated information.
   Created for multitude of entities.
   Decentralized.
Web 3.0 Technologies
Semantic Web
   Universal abstraction of information.
   Meaning of información.
   Standardized question languages
   Standardized rule languages
   Artificial intelligence.
Internet of Things (IoT)
   Wireless sensor networks WSN (IPv6 / WiFi)
   Grid Computing (federation)
   Security, peer-to-peer (XMPP)
Linked Data




http://linkeddata.org/
http://www.w3.org/standards/semanticweb/data
Abstraction of information


Semantic Triples
   Subject Predicate Object (S, P, O)
   Can describe all information that exists.
   S & P are URI’s
   O can be an URI or a LITERAL
   Literals can have or lack a type.
   Every type is defined by an URI.
Examples of Semantic Triples
   Clayster “is a” Company
   Clayster “is domiciled in” Valparaíso
   Valparaíso “is a” City
   Valparaíso “lies in” Chile
   Chile “is a” Country
   Peter Waher “is a” Man
   Peter Waher “has” 40 years
   Peter Waher “is employed by” Clayster.
   Peter Waher “is married to” Katya Waher.
   etc.
URIs

URI Format
 Scheme://Host/Path
 Simple to extend
 Simple to maintain unique
 Simple to distribute
Graphs
Semantic graphs
  Subjects and Objects are nodes
  Predicates form edges
Links

Introductory links to SW

   http://www.w3.org/2001/sw/
   http://semanticweb.org/
   http://www.w3.org/standards/semanticweb/data
RDF

Resource Description Framework
  W3C Recommendation (“Standard”)
  Easy for machines to understand
  RDF/XML (Documents)
  RDFa (Micro format)
  Uses the power of XML and Namespaces
  Easy to validate
  Difficult to read or write by humans.
RDF Example 1(2)
RDF Example 2(2)
Ontologies

Describe Vocabularies
   Corresponds to Schemas in the XML-world
   Permits deduction
RDF Schema (RDFS)
   Very easy
Web Ontology Language (OWL)
   More advanced
   Three levels (Lite, DL, Full)
RDFS Example
Dublin Core Example

Describe publicaciones
Turtle
Turtle
   W3C Recommendation (“Standard”)
   “Terse RDF Triple Language”
   Easier to read and write by humans
Turtle Example 1(2)
Turtle Example 2(2)
The previous example in RDF
Links

RDF/Turtle Links
   http://www.w3schools.com/rdf/default.asp
   http://www.w3.org/TR/2004/REC-rdf-primer-
    20040210/
   http://www.w3.org/standards/techs/rdf#w3c_all
   http://www.w3.org/TR/2004/REC-rdf-syntax-
    grammar-20040210/
   http://www.w3.org/TeamSubmission/turtle/
OOP for the Semantic Web

Objects in OOP are Objects in SW
Properties are Predicates
Values are Objects.
Classes in OOP are also Objects
Differences between OOP & WS

Object Oriented Programming OOP   Semantic Web
Exclusive                         Inclusive
Centralized                       Distributed
Closed World assumption           Open World assumption
Proprietary                       Collaborative
Deterministic                     Indeterministic
Classes have heritence            Types and properties have heritence
SPARQL

SPARQL
  W3C Recommendation (“Standard”)
  “SPARQL Protocol and RDF
   Query Language”
  Performs Pattern Matching in semantic graphs.
  SQL for the Semantic Web.
  Connection through a “SPARQL Endpoint”.
  Access to all types of data.
SPARQL 1.0 Example 1(2)
SPARQL 1.0 Example 2(2)
SPARQL 1.1 Example 1(2)
SPARQL 1.1 Example 2(2)
Federation – “Grid Computing”
                 Client



      RDF                     RDF
                SPARQL
                  E.P.



      RDF                     RDF


RDF                                 RDF
       SPARQL             SPARQL
         E.P.               E.P.



RDF             SPARQL              RDF
                  E.P.
Links

SPARQL Links
  http://www.w3.org/TR/sparql11-query/
  http://www.w3.org/TR/2008/REC-rdf-sparql-query-
   20080115/
  http://www.w3.org/TR/2008/REC-rdf-sparql-
   protocol-20080115/
  http://www.w3.org/TR/2008/REC-rdf-sparql-
   XMLres-20080115/
  http://www.w3.org/standards/techs/sparql#w3c_all
  http://www.w3.org/wiki/SparqlEndpoints
  http://dbpedia.org/sparql
RIF

“Rule Interchange Format”
   W3C Recommendation (“Standard”)
   Automatic interchange of information
   Permits automation and control
   Interchangeable modules.
RIF Example
Links

RIF Links
   http://www.w3.org/TR/2010/NOTE-rif-overview-
    20100622/
   http://www.w3.org/TR/2010/REC-rif-core-
    20100622/
   http://www.w3.org/2005/rules/wiki/images/b/b0/W3
    C_RIF-CW-9-09.pdf
   http://www.w3.org/2005/rules/wiki/RIF_Working_Gr
    oup
Evolution of Databases

Proprietary files (~ “web 1.0”)
   Error prone.
Procedural API’s (~ “web 2.0”)
   dBase, Paradox, FoxPro, etc.
   Difficult to join information (relationships)
SQL (~ “web 3.0”)
   MS SQL, Oracle, DB2, MySQL, Sybase, etc.
   Standardized = Interchangeable
   Easy to join information from different sources.
IoT: Web 2.0 vs Web 3.0

¿How many API’s can be
 economically supported?
   ¿10? ¿25? ¿50? ¿100? ¿200?
~2’000’000’000 connected devices
   ~ 1 / person of middle class
2020: ~50’000’000’000 devices.
   > 10 / person of middle class
   ¿How many product providers?
   ¿How many API’s for integration projects?
Centralized vs. Distributed
Centralized (web 2.0)                  Distributed (Federation - web 3.0)
Expensive                              Cheap
Inefficient                            Efficient
Difficult to grow proportionally       Grows organically (~ neural network)
Insecure                               Secure
Lack of integrity                      Maximum of integrity
Easy to abuse                          Difficult to abuse
User does not control information      User is owner of information
Plug Computers




 Linux Server
 1,2 Watts
 2 USD for 24 / 7 / 365 service.
 119 USD/unit price.
Security in Web 3.0

Based on HTTP
   Authentication
   Encryption (SSL/TLS)
Decentralized storage
   Lowers the risk of attacks
   Lowers the effect of an attack
   Difficult to attack using an DDOS.

Extensions to other protocols
   XMPP
XMPP

Standardized (IETF)
Peer-to-peer
Based of XML fragments
Data protected by firewalls.
Authenticated clients
Authorized clients
Advantages with IETF, W3C, XSF

Replaceable components
Lowers the cost
Permits interchange of information
Permits a mixture of providers
Power shifts to client
Creates a new infrastructure
Permits new business models
CLAYSTER Technology
CLAYSTER Technology
CLAYSTER Technology
CLAYSTER Technology




Mobile   MID-
                 Computer   TV
         Phone
Web 3.0 & IoT (English)
Developing the technology for the future

 ¿Do you find this interesting?
 ¿Do you want to work with this with us?
 We seek development engineers within:
   .NET (server, platform)
   WPF (client, UI)
   Android (mobile, UI)
   Integrated systems (PLC, electronic circuits)
Peter Waher
Clayster Laboratorios Chile Ltda.
Calle Blanco 1623, of 1402.
Valparaíso
peter.waher@clayster.com
Tel: 032-212 25 33
Skype: peterwaher
Twitter: PeterWaher
Twitter: ClaysterLabs

More Related Content

PPTX
Edge Computing
PPTX
Edge Computing.pptx
PPTX
01 IoT Development History and Overview.pptx
PPT
Cloud computing ppt
PPTX
Iot and cloud computing
PPT
Cloud architecture
PPTX
PPTX
Internet of things ppt
Edge Computing
Edge Computing.pptx
01 IoT Development History and Overview.pptx
Cloud computing ppt
Iot and cloud computing
Cloud architecture
Internet of things ppt

What's hot (20)

PPT
3 g vs wi fi presentation
PPTX
Cloud computing ppt
PPT
Screenless Display PPT
PPTX
5 g wireless_technology
PDF
How 5G Will Transform Industrial IoT
PPTX
wireless usb ppt
PPTX
Applications of IOT (internet of things)
PPTX
PPTX
What is Edge Computing and Why does it matter in IoT?
PPTX
Delay Tolerant Network (DTN)
PPT
Wap ppt
PPTX
Domain specific IoT
PDF
Boards for the IoT-Prototyping
PPT
Internet of Things.
PPTX
5G wireless technology
PPT
Silverlight
PPTX
Platform as a Service (PaaS)
PDF
IoT architecture
PPT
5G MOBILE TECHNOLOGY PPT
3 g vs wi fi presentation
Cloud computing ppt
Screenless Display PPT
5 g wireless_technology
How 5G Will Transform Industrial IoT
wireless usb ppt
Applications of IOT (internet of things)
What is Edge Computing and Why does it matter in IoT?
Delay Tolerant Network (DTN)
Wap ppt
Domain specific IoT
Boards for the IoT-Prototyping
Internet of Things.
5G wireless technology
Silverlight
Platform as a Service (PaaS)
IoT architecture
5G MOBILE TECHNOLOGY PPT
Ad

Viewers also liked (20)

DOC
A INTELIGÊNCIA CIBERNÉTICA COMO FATOR DECISIVO NA GESTÃO DE RISCOS DE SEGURAN...
ODP
HTML5 - The Python Angle (PyCon Ireland 2010)
PDF
Mapa Conceptual sobre la Evolución de la web
PPS
Valparaiso
PPT
XMPP For Cloud Computing
PDF
Second screen iot_day_stockholm_2014
PPTX
gogonetlive 4 conference keynote on Internet of Things
PPTX
XSF - XMPP Standards Foundation
PPTX
Internet Of Things with XMPP
PDF
FOSDEM "XMPP and the IoT" talk by joachim_lindborg 20140202
PPT
digital concrete breakfast meeting
PDF
Jarrar: The Next Generation of the Web 3.0: The Semantic Web Vesion
PPTX
Intelligent Internet of Things (IIoT): System Architectures and Communications
PDF
XMPP a Unified Fabric for Internet Of Things
PPTX
150522 itarc2015 intro_joachim_lindborg
PPT
What Is Web 3.0 - Characteristics of Web 3.0
PPTX
Web 3.0 & IoT
PDF
XMPP & Internet Of Things
PPTX
Fosdem IoT devroom, 2015, open scalable IoT systems with XMPP
ZIP
XMPP 101
A INTELIGÊNCIA CIBERNÉTICA COMO FATOR DECISIVO NA GESTÃO DE RISCOS DE SEGURAN...
HTML5 - The Python Angle (PyCon Ireland 2010)
Mapa Conceptual sobre la Evolución de la web
Valparaiso
XMPP For Cloud Computing
Second screen iot_day_stockholm_2014
gogonetlive 4 conference keynote on Internet of Things
XSF - XMPP Standards Foundation
Internet Of Things with XMPP
FOSDEM "XMPP and the IoT" talk by joachim_lindborg 20140202
digital concrete breakfast meeting
Jarrar: The Next Generation of the Web 3.0: The Semantic Web Vesion
Intelligent Internet of Things (IIoT): System Architectures and Communications
XMPP a Unified Fabric for Internet Of Things
150522 itarc2015 intro_joachim_lindborg
What Is Web 3.0 - Characteristics of Web 3.0
Web 3.0 & IoT
XMPP & Internet Of Things
Fosdem IoT devroom, 2015, open scalable IoT systems with XMPP
XMPP 101
Ad

Similar to Web 3.0 & IoT (English) (20)

PPT
Web Topics
ODP
State of the Semantic Web
PPT
Web 3 Mark Greaves
PPTX
Linked data HHS 2015
PPT
Presentation
PPT
Structured Dynamics' Semantic Technologies Product Stack
KEY
Biodiversity Informatics on the Semantic Web
PPTX
Enterprise knowledge graphs
PPTX
CSHALS 2010 W3C Semanic Web Tutorial
PPT
Linked data and voyager
PPTX
Windows Azure: Lessons From The Field
PPT
Linked Data Tutorial
PPTX
The Evolving Semantic Web
PDF
Semantic Web and Web 3.0 - Web Technologies (1019888BNR)
PDF
Metadata is back!
PDF
RIA Data and Security, 2007
PPTX
Semantic web
PPT
Resource Description: : The cornerstone of federation
PPTX
Usage of Linked Data: Introduction and Application Scenarios
PPT
Adri Jovin - Semantic Web
Web Topics
State of the Semantic Web
Web 3 Mark Greaves
Linked data HHS 2015
Presentation
Structured Dynamics' Semantic Technologies Product Stack
Biodiversity Informatics on the Semantic Web
Enterprise knowledge graphs
CSHALS 2010 W3C Semanic Web Tutorial
Linked data and voyager
Windows Azure: Lessons From The Field
Linked Data Tutorial
The Evolving Semantic Web
Semantic Web and Web 3.0 - Web Technologies (1019888BNR)
Metadata is back!
RIA Data and Security, 2007
Semantic web
Resource Description: : The cornerstone of federation
Usage of Linked Data: Introduction and Application Scenarios
Adri Jovin - Semantic Web

More from Peter Waher (20)

PPTX
Tokenization of sustainable real estate in Smart Cities - Monetization as bas...
PPTX
Interoperabilidad e Internet
PPTX
Globally Scalable Mobile Digital ID using IEEE P1451.99
PPTX
New business opportunities in smart societies and industry 4.0
PPTX
IEEE Standards Impact in IoT and 5G, Day 2 - Architectural Requirements for S...
PPTX
IEEE Standards Impact in IoT and 5G, Day 1, Session 3 - Smart contracts, Mone...
PPTX
IEEE Standards Impact in IoT and 5G, Day 1, Session 2 - Communication & Opera...
PPTX
IEEE Standards Impact in IoT and 5G, Day 1, Session 1 - Introduction & Overview
PPTX
Smart contracts for certification of smart devices
PPTX
Federated and legal identities in industrial and financial applications
PPTX
Secure interoperation across cyber physical systems in smart societies with i...
PPTX
Cross domain autonomous cooperation cross-domain autonomous cooperation
PPTX
IoT Security
PPTX
Smart City Lab 6 - Decision Support for your Devices
PPTX
Smart City Lecture 6 - Earning by Sharing in the Smart City
PPTX
Smart City Lab 5 - Controlling Actuators
PPTX
Smart City Lecture 5 - Introduction to Encryption
PPTX
Smart City Lecture 4 - Harmonizing the Internet of Things
PPTX
Smart City Lab 4 - Publishing and Discovering Devices
PPTX
Smart City Lecture 3 - An Open And/Or Secure Smart City
Tokenization of sustainable real estate in Smart Cities - Monetization as bas...
Interoperabilidad e Internet
Globally Scalable Mobile Digital ID using IEEE P1451.99
New business opportunities in smart societies and industry 4.0
IEEE Standards Impact in IoT and 5G, Day 2 - Architectural Requirements for S...
IEEE Standards Impact in IoT and 5G, Day 1, Session 3 - Smart contracts, Mone...
IEEE Standards Impact in IoT and 5G, Day 1, Session 2 - Communication & Opera...
IEEE Standards Impact in IoT and 5G, Day 1, Session 1 - Introduction & Overview
Smart contracts for certification of smart devices
Federated and legal identities in industrial and financial applications
Secure interoperation across cyber physical systems in smart societies with i...
Cross domain autonomous cooperation cross-domain autonomous cooperation
IoT Security
Smart City Lab 6 - Decision Support for your Devices
Smart City Lecture 6 - Earning by Sharing in the Smart City
Smart City Lab 5 - Controlling Actuators
Smart City Lecture 5 - Introduction to Encryption
Smart City Lecture 4 - Harmonizing the Internet of Things
Smart City Lab 4 - Publishing and Discovering Devices
Smart City Lecture 3 - An Open And/Or Secure Smart City

Web 3.0 & IoT (English)

  • 1. Web 3.0 & IoT The future of Internet
  • 2. Callenge for 2020 1(2) http://www.ericsson.com/news/110214_more_than_50_billion_244188811_c
  • 4. Evolution Web 1.0  Publication Web 2.0  Interaction  Automatization Web 3.0  Interoperation  IoT  Smart City
  • 5. Web 1.0 Publication of papers.  HTML / HTTP / TCP / IP Links between publications.  URI Consumption by humans.  Browsers Static information.  The publisher provides the information.  Centralized.
  • 6. Examples of web 1.0 Newspapers Portals Home Pages Britannica Online
  • 7. Web 2.0 Dynamic information.  Users provide the information.  XML, XML Schema, XSLT, XHR (Ajax). New interfaces for humans  Apps (10’ interfaces) Web Services.  SOAP, WSDL  REST, WADL  Syndication (RSS, ATOM, Podcasts, etc.)
  • 8. Examples of web 2.0 Social networks  FB, Twitter, LinkedIn, Flickr, YT, etc.  Comments, tagging, voting, liking, blogging. On-line databases  Wikipedia, Google Earth, OSM, etc. Stores  eBay, Amazon, etc. Content Management Systems  Drupal, Mediawiki, etc.
  • 9. Examples of web 2.0 Apps  IPhone, Android, IP-TV, etc. “Web as a platform”  Cloud  Google: Docs, Gmail, Calendar, etc.  Hotmail, MS Web Apps Programmable web  Mashups (6809 en www.programmableweb.com)  APIs (7677 en www.programmableweb.com)
  • 10. Web 3.0 Publication of data.  RDF / HTTP, XMPP / TCPv6 / IPv6 Links between data.  URI Consumption by machines.  M2M, WSN Federated information.  Created for multitude of entities.  Decentralized.
  • 11. Web 3.0 Technologies Semantic Web  Universal abstraction of information.  Meaning of información.  Standardized question languages  Standardized rule languages  Artificial intelligence. Internet of Things (IoT)  Wireless sensor networks WSN (IPv6 / WiFi)  Grid Computing (federation)  Security, peer-to-peer (XMPP)
  • 13. Abstraction of information Semantic Triples  Subject Predicate Object (S, P, O)  Can describe all information that exists.  S & P are URI’s  O can be an URI or a LITERAL  Literals can have or lack a type.  Every type is defined by an URI.
  • 14. Examples of Semantic Triples  Clayster “is a” Company  Clayster “is domiciled in” Valparaíso  Valparaíso “is a” City  Valparaíso “lies in” Chile  Chile “is a” Country  Peter Waher “is a” Man  Peter Waher “has” 40 years  Peter Waher “is employed by” Clayster.  Peter Waher “is married to” Katya Waher.  etc.
  • 15. URIs URI Format Scheme://Host/Path Simple to extend Simple to maintain unique Simple to distribute
  • 16. Graphs Semantic graphs  Subjects and Objects are nodes  Predicates form edges
  • 17. Links Introductory links to SW  http://www.w3.org/2001/sw/  http://semanticweb.org/  http://www.w3.org/standards/semanticweb/data
  • 18. RDF Resource Description Framework  W3C Recommendation (“Standard”)  Easy for machines to understand  RDF/XML (Documents)  RDFa (Micro format)  Uses the power of XML and Namespaces  Easy to validate  Difficult to read or write by humans.
  • 21. Ontologies Describe Vocabularies  Corresponds to Schemas in the XML-world  Permits deduction RDF Schema (RDFS)  Very easy Web Ontology Language (OWL)  More advanced  Three levels (Lite, DL, Full)
  • 24. Turtle Turtle  W3C Recommendation (“Standard”)  “Terse RDF Triple Language”  Easier to read and write by humans
  • 28. Links RDF/Turtle Links  http://www.w3schools.com/rdf/default.asp  http://www.w3.org/TR/2004/REC-rdf-primer- 20040210/  http://www.w3.org/standards/techs/rdf#w3c_all  http://www.w3.org/TR/2004/REC-rdf-syntax- grammar-20040210/  http://www.w3.org/TeamSubmission/turtle/
  • 29. OOP for the Semantic Web Objects in OOP are Objects in SW Properties are Predicates Values are Objects. Classes in OOP are also Objects
  • 30. Differences between OOP & WS Object Oriented Programming OOP Semantic Web Exclusive Inclusive Centralized Distributed Closed World assumption Open World assumption Proprietary Collaborative Deterministic Indeterministic Classes have heritence Types and properties have heritence
  • 31. SPARQL SPARQL  W3C Recommendation (“Standard”)  “SPARQL Protocol and RDF Query Language”  Performs Pattern Matching in semantic graphs.  SQL for the Semantic Web.  Connection through a “SPARQL Endpoint”.  Access to all types of data.
  • 36. Federation – “Grid Computing” Client RDF RDF SPARQL E.P. RDF RDF RDF RDF SPARQL SPARQL E.P. E.P. RDF SPARQL RDF E.P.
  • 37. Links SPARQL Links  http://www.w3.org/TR/sparql11-query/  http://www.w3.org/TR/2008/REC-rdf-sparql-query- 20080115/  http://www.w3.org/TR/2008/REC-rdf-sparql- protocol-20080115/  http://www.w3.org/TR/2008/REC-rdf-sparql- XMLres-20080115/  http://www.w3.org/standards/techs/sparql#w3c_all  http://www.w3.org/wiki/SparqlEndpoints  http://dbpedia.org/sparql
  • 38. RIF “Rule Interchange Format”  W3C Recommendation (“Standard”)  Automatic interchange of information  Permits automation and control  Interchangeable modules.
  • 40. Links RIF Links  http://www.w3.org/TR/2010/NOTE-rif-overview- 20100622/  http://www.w3.org/TR/2010/REC-rif-core- 20100622/  http://www.w3.org/2005/rules/wiki/images/b/b0/W3 C_RIF-CW-9-09.pdf  http://www.w3.org/2005/rules/wiki/RIF_Working_Gr oup
  • 41. Evolution of Databases Proprietary files (~ “web 1.0”)  Error prone. Procedural API’s (~ “web 2.0”)  dBase, Paradox, FoxPro, etc.  Difficult to join information (relationships) SQL (~ “web 3.0”)  MS SQL, Oracle, DB2, MySQL, Sybase, etc.  Standardized = Interchangeable  Easy to join information from different sources.
  • 42. IoT: Web 2.0 vs Web 3.0 ¿How many API’s can be economically supported?  ¿10? ¿25? ¿50? ¿100? ¿200? ~2’000’000’000 connected devices  ~ 1 / person of middle class 2020: ~50’000’000’000 devices.  > 10 / person of middle class  ¿How many product providers?  ¿How many API’s for integration projects?
  • 43. Centralized vs. Distributed Centralized (web 2.0) Distributed (Federation - web 3.0) Expensive Cheap Inefficient Efficient Difficult to grow proportionally Grows organically (~ neural network) Insecure Secure Lack of integrity Maximum of integrity Easy to abuse Difficult to abuse User does not control information User is owner of information
  • 44. Plug Computers  Linux Server  1,2 Watts  2 USD for 24 / 7 / 365 service.  119 USD/unit price.
  • 45. Security in Web 3.0 Based on HTTP  Authentication  Encryption (SSL/TLS) Decentralized storage  Lowers the risk of attacks  Lowers the effect of an attack  Difficult to attack using an DDOS. Extensions to other protocols  XMPP
  • 46. XMPP Standardized (IETF) Peer-to-peer Based of XML fragments Data protected by firewalls. Authenticated clients Authorized clients
  • 47. Advantages with IETF, W3C, XSF Replaceable components Lowers the cost Permits interchange of information Permits a mixture of providers Power shifts to client Creates a new infrastructure Permits new business models
  • 51. CLAYSTER Technology Mobile MID- Computer TV Phone
  • 53. Developing the technology for the future  ¿Do you find this interesting?  ¿Do you want to work with this with us?  We seek development engineers within:  .NET (server, platform)  WPF (client, UI)  Android (mobile, UI)  Integrated systems (PLC, electronic circuits)
  • 54. Peter Waher Clayster Laboratorios Chile Ltda. Calle Blanco 1623, of 1402. Valparaíso peter.waher@clayster.com Tel: 032-212 25 33 Skype: peterwaher Twitter: PeterWaher Twitter: ClaysterLabs