SlideShare a Scribd company logo
1 of 32
INTERNET OF THINGS FOR
SMART CITIES
Sitakanta Mishra
Computer Science
Department
CSU ID: 830717553
AGENDA
• Introduction
•Smart City Concept and Services
•Urban IOT Architecture
•An Experimental Study: Padova Smart City
•Conclusion
INTRODUCTION
• The Internet Of Things is recent communication paradigm that envisions a near
future.
• In this scenario, objects of everyday life will be equipped with microcontrollers,
transceivers and suitable protocol stacks.
• IoT will foster the development of a number of applications which will use the
enormous amount of data generated by devices used for home appliances,
surveillance cameras, monitoring sensors, actuators, displays, vehicles etc. to
provide new services to citizens, companies and public administrations.
• With such a heterogeneous field of applications, lack of best practices in backend
network services and devices and lack of a clear and widely accepted business model,
the realization of IoT network has become a formidable challenge.
• Urban IoT, i.e, a communication infrastructure that provides unified, simplified and
economical access to plethora of services.
•The aim is to make better use of public resources, increased quality of services to
citizens and reducing operational cost of public administrations.
SMART CITY CONCEPT AND
SERVICES
https://www.youtube.com/watch?v=Br5aJa6MkBc
SMART CITY CONCEPT AND
SERVICES
The services that might be enabled by an urban IoT paradigm which are of
potential interest in the smart city context are:
• Structural health of buildings
• Waste Management
• Air Quality
• Noise Monitoring
• Traffic Congestion
• City Energy Consumption
• Smart Parking
• Smart Lighting
• Automation and Salubrity of Public buildings
SMART CITY CONCEPT AND
SERVICES
http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
URBAN IOT
ARCHITECTURE
A. Web Service Approach For IOT
Service Architecture
• Here, IETF(Internet Engineering Task
Force) standards are followed because
they are open and royalty-free.
• IoT services are designed in
accordance with the ReST paradigm
which exhibits a strong similarity with
traditional web services.
http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
URBAN IOT
ARCHITECTURE
• Urban IoT system entails both an
unconstrained and constrained protocol
stack.
• The unconstrained protocol stack consists
of XML, HTTP and IPV4 which are
currently the de-facto standard for
internet communications.
• Constrained protocol stack is of low-
complexity, i.e, Efficient XML
Interchange(EXI), Constrained Application
Protocol(CoAP), and IPV6 over Low power
Wireless Personal Area
Network(6LoWPAN).
• Transcoding in between these protocol
stacks can be performed in standard and
low complexity manner guaranteeing easy
access and interoperability of the IoT
nodes with the Internet.
http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
URBAN IOT ARCHITECTURE
The protocol architecture can be distinguished into three different
functional layer.
1) Data Format:
• The size of the XML messages is often too large and to parse the text messages becomes
complicated for CPU-limited devices for the IoT.
• EXI defines two types of encoding, i.e, schema-less and schema-informed.
• Depending on the node mobility, operating range and level of specialization, there are three
types of nodes.
a) Base Station Node(BSN) – IPV6 sink/router
b) Mobile Node(MN) – Wireless dongle to add WSN connectivity to a standard laptop
c) Specialized Node(SN) – offering services like temperature readings or actuation
URBAN IOT ARCHITECTURE
• In REST paradigm, any resource is addressed by a unique identifier of standard format and it
supports the following features.
a) Direct simple resource request/response
b) Concise one-to-many resource request/response
c) Structured resource request/response
d) Resource subscription and event or delayed notification
e) Zero-knowledge network probing
URBAN IOT ARCHITECTURE
 Binary Web/XML Services
 BWS is based on UDP, compatible with the verbose HTTP protocol enables the REST interaction
model on severely limited devices such as wireless sensors.
 In 2-3 bytes long header of the message are specified the target resource(identified by a URL),
the access method(GET, PUT, POST etc.) and the format of the payload(Content-Type).
 The response is identified by its source(IP, port) pair; header contains HTTP status code
summarizing the result and Content-Type.
 BWS delegates payload data compression, and advocates the use of Efficient XML
Interchange(EXI) from W3C for Binary XML encoding.
URBAN IOT ARCHITECTURE
http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=5470520&url=http%3A%2F%2Fieeexp
lore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D5470520
Components wiring in the SENSEI node
URBAN IOT ARCHITECTURE
2) Application and Transport Layer:
• Internet traffic nowadays is carried at the application layer by HTTP over TCP.
• Due to heavily correlated data, HTTP over TCP has become a limiting factor for
constrained IoT devices.
• The CoAP protocol over UDP proposes a binary format transmission which helps in
overcoming the difficulties.
• A) Constrained Application Protocol (CoAP)
• CoAP needs to consider optimizing length of datagram and satisfying REST protocol
to support URI(Uniform Resource Identifier).
• CoAP is simply compression of HTTP protocol with low processing and low power
consumption.
• HTTP-CoAP cross protocol proxy has an important role in solving congestion
problem in the constrained environment.
URBAN IOT ARCHITECTURE
CoAP Features
http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
URBAN IOT ARCHITECTURE
HTTP
1. It is based on TCP protocol which is heavy
weight.
2. It used P2P communication model which is
not suitable for notification push services and
IoT constrained devices.
3. It is reliable and long term successful plan.
CoAP
1. It used UDP without complex congestion
control of TCP.
2. With lightweight UDP, it allows IP multicast
for group communication in IoT and provides
URI, REST methods(GET, POST, PUT and
DELETE).
3. It provides retransmission mechanism for
reliability and resource discovery mechanism.
http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
URBAN IOT ARCHITECTURE
CoAP Message Layer:
a) Reliable Message Transfer: b) Unreliable Message Transfer
http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
URBAN IOT ARCHITECTURE
CoAP Request/Response Layer Message:
a) Piggy-backed b) Separate Response c) Non confirmable
request and response
http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
URBAN IOT ARCHITECTURE
• The message format for CoAP uses simple binary format where Message = fixed-size 4 byte
header + variable length token (asynchronous response/match a request with response) + a
sequence of CoAP options + payload.
• DTLS(Datagram Transport Layer Security) is used for CoAP security because it solves reordering
and packet loss.
• Energy Control System
URBAN IOT ARCHITECTURE
2) Network Layer:
• Due to the exhaustion of IPV4 address blocks, IPV6 standard is used for nodes in the IoT network
which has 128-bit address field.
• Because of overheads in IPV6, 6LoWPAN (IPV6 over low power wireless personal area network)
network is used for constrained devices.
• A border router which is directly attached to the 6LoWPAN network, translates IPV6 packet intended
for a node to 6LoWPAN network with header compression format and operates in inverse translation in
opposite direction.
• The problem still remains in finding a way to address a specific IPV6 host using an IPV4 address and
other meta-data available in the packet. Some approaches to achieve this goal are:
a) v4/v6 Port Address Translation:
• Multiple IPV6 addresses are mapped into single IPV4 public address. When a packet is returned to the
IPV4 common address, the NAPT service in the edge router replace it with the private address/port of
intended receiver by looking up at the NAPT table.
• This approach has scalability problem like limited number of TCP/UDP ports.
URBAN IOT ARCHITECTURE
b) v4/v6 Domain Name Conversion:
• When a DNS request for the domain name of an IoT web service is made, the DNS returns the
IPV4 address of an HTTP-CoAP cross proxy to be contacted to access the IoT node.
• The proxy requires the resolution of the domain name contained in the HTTP host header to
the IPV6 DNS server, which replies with the IPV6 address that identifies the final IoT node
involved in the request.
• Then the proxy forwards the HTTP message to the intended IoT node via CoAP.
c) Universal Resource Identifier(URI) mapping:
• The reverse cross proxy which is a particular type of HTTP-CoAP cross proxy, behaves as
being the final web server to the HTTP/IPV4 client and as the original client to the CoAP/IPV6
web server.
• Since IPV6 connectivity is present to allow direct access to the final IoT nodes, IPV4/IPV6
conversion is internally resolved by the applied URI mapping function.
URBAN IOT ARCHITECTURE
IPV6 network with a 6LoWPAN mesh network: 6LoWPAN
Stack
http://www.ti.com.cn/cn/lit/wp/swry013/swry013.pdf
URBAN IOT ARCHITECTURE
• Unconstrained Technologies
1. This includes traditional LAN, MAN, WAN
communication technologies like Ethernet,
WiFi, fiber optic, broadband power line
communication(PLC) and cellular technologies
such as UMTS and LTE.
2. These are characterized by high reliability,
low latency, and high transfer rates(Mbits/s
or higher).
3. Not suitable for IoT nodes because of their
inherent complexity and energy consumption.
•Constrained Technologies
1. These include IEEE 802.15.4 Bluetooth and
Bluetooth Low Energy, IEEE 802.11 Low Power,
PLC, NFC and RFID.
2. These are characterized by low energy
consumption, relatively low transfer
rates(smaller than 1 Mbit/s).
3. These links exhibit long latencies because
of low transmission rate and duty cycling with
short active periods to implement power
saving policies.
B. Link Layer Technologies
URBAN IOT ARCHITECTURE
C. Devices
• Essential devices to realize an urban IoT are classified based on the position, they occupy in the
communication flow.
1) Backend Servers:
• It is located in the control center, where data is collected, stored and processed to produce added-
value services.
• Backend systems commonly considered for interfacing with the IoT data feeders which includes
database management systems, websites and enterprise resource planning systems(ERP).
2) Gateways:
• The gateway is required to provide protocol translation and function mapping between
unconstrained and constrained protocols, i.e, XML-EXI, HTTP-CoAP, IPV4/V6-6LoWPAN.
3) IoT Peripheral Nodes:
• These are classified based on wide range characteristics such as powering mode, networking role,
sensor/actuator equipment and support link layer technologies.
• RFtags are extremely low cost, no internal energy source. They are used for object identification by
proximity reading which can be used for logistics, monitoring and other services. Mobile devices are
also very important part of urban IoT.
AN EXPERIMENTAL STUDY: PADOVA
SMART CITY
• The target application consists of a system for collecting environmental data and monitoring
the public street lighting by means of wireless nodes, equipped with different kinds of sensors,
placed on street light poles and connected to the internet through a gateway unit.
System Architecture
Of Padova Smart
City:
http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
AN EXPERIMENTAL STUDY: PADOVA
SMART CITY
Padova Smart City Components:
1) Street Lights:
• The correct operation of the bulbs is performed through photometer sensors which directly
measures the intensity of lights emitted by the lamps at regular time intervals or upon requests.
• The wireless IoT nodes are also equipped with temperature, humidity and benzene sensors.
2) Constrained Link Layer Technologies:
• The IoT nodes use the 6LoWPAN and routing functionalities are provided by the IPV6 Routing
Protocol for Low power and Lossy Networks(RPL).
• The IoT nodes collectively deliver their data to a sink node, which represents a single point of
contact for the external nodes.
AN EXPERIMENTAL STUDY: PADOVA
SMART CITY
3) WSN Gateway:
• It has the role of interfacing the constrained link layer technologies used in the sensors cloud with
traditional WAN technologies used to provide connectivity to the central backend servers.
• It plays the roles of 6LoWPAN border router and RPL root node.
• The connection to the backend services is provided by common unconstrained communication
technologies like optical fibers.
• It also operates as a sink node for the sensor cloud for collecting all the data that is needed to be
delivered to the backend services because sensor nodes do not support CoAP services.
4) HTTP-CoAP Proxy:
• It can be extended to better support monitoring applications and limit the amount of traffic injected
into the IoT peripheral network.
• It can cache the list of resources that need to be monitored. It is done by polling selective resource
proactively and subscribing to the selected resource using the “observe” functionality of CoAP, i.e, the
server only sends the update when the value measured by the sensor falls outside a certain range.
AN EXPERIMENTAL STUDY: PADOVA
SMART CITY
5) Database Servers:
• The data stored in the database are accessible through traditional web programming
languages which can be visualized in the form of a web site or exported in any open data
format.
• In the padova smart city project, the database server is realized within the WSN gateway.
6) Operator Mobile Device:
• The public lighting operators will be equipped with mobile devices which can locate
streetlights that requires intervention.
• They can issue actuation commands directly to the IoT node connected to the lamp and signal
the result of intervention to the central system.
AN EXPERIMENTAL STUDY: PADOVA
SMART CITY
Data Collected For Temperature, Humidity, light and Benzene By Padova
Smart City Project
http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
CONCLUSION
•The discussed technologies are close to being standardized.
•Industry players are already active in the production of devices that take advantage of these
technologies to enable the application of interest.
•While the range of design options for IoT systems is rather wide, the set of open and
standardized protocols is significantly smaller.
•The enabling technologies have reached a level of maturity which allows the practical realization
of IoT solutions and services starting from field trials which might clear the uncertainty that
prevents a massive adoption of IoT paradigm.
REFERENCES
[1] Andrea Zanella, Nicola Bui, Angelo Castellani,Lorenzo Vangelista, Michele Zorzi, “Internet of Things for
Smart Cities” IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014
[2] Angelo P. Castellani, Nicola Buit, Paolo Casari, Michele Rossi, Zach Shelby, Michele Zorzi, “Architecture and
Protocols for the Internet of Things: A Case Study” in Proc. 8th IEEE Int. Conf. Pervasive Comput. Commun.
Workshops(PERCOM Workshops), 2010, pp. 678–683.
[3] http://www.ti.com.cn/cn/lit/wp/swry013/swry013.pdf
[4] http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
Questions?
Thank You!

More Related Content

What's hot

Role of IOT devices and servcies in the development of smart cities.
Role of IOT devices and servcies in the development of smart cities.Role of IOT devices and servcies in the development of smart cities.
Role of IOT devices and servcies in the development of smart cities.mayank agarwal
 
Internet of Things for Smart Cities
Internet of Things for Smart CitiesInternet of Things for Smart Cities
Internet of Things for Smart CitiesMphasis
 
iot smart city project
iot smart city projectiot smart city project
iot smart city projectbmuhire
 
INOV360_From Smart Metering to Smart Cities and Internet of Things
INOV360_From Smart Metering to Smart Cities and Internet of Things INOV360_From Smart Metering to Smart Cities and Internet of Things
INOV360_From Smart Metering to Smart Cities and Internet of Things INOV360
 
IoT and smart cities
IoT and smart citiesIoT and smart cities
IoT and smart citiesDunavNET
 
Enabling the IoT with Sensors, Communication Protocols and the Cloud
Enabling the IoT with Sensors, Communication Protocols and the CloudEnabling the IoT with Sensors, Communication Protocols and the Cloud
Enabling the IoT with Sensors, Communication Protocols and the CloudSIPRI
 
Application scenarios and real-world deployments for IoT and Smart Cities
Application scenarios and real-world deployments for IoT and Smart CitiesApplication scenarios and real-world deployments for IoT and Smart Cities
Application scenarios and real-world deployments for IoT and Smart CitiesMàrius Montón
 
Smart Cities Part 1: Introduction (Slides for Talk on IoT, Pune Meetup)
Smart Cities Part 1: Introduction (Slides for Talk on IoT, Pune Meetup)Smart Cities Part 1: Introduction (Slides for Talk on IoT, Pune Meetup)
Smart Cities Part 1: Introduction (Slides for Talk on IoT, Pune Meetup)Bhavin Chandarana
 
Smart City, Internet of Things and the Smart Citizen
Smart City, Internet of Things and the Smart CitizenSmart City, Internet of Things and the Smart Citizen
Smart City, Internet of Things and the Smart CitizenRob Aalders
 
Industrial IoT & Smart City by Nerma Šečić-Haračić and Nedim Bijedić
Industrial IoT & Smart City by Nerma Šečić-Haračić and Nedim BijedićIndustrial IoT & Smart City by Nerma Šečić-Haračić and Nedim Bijedić
Industrial IoT & Smart City by Nerma Šečić-Haračić and Nedim BijedićBosnia Agile
 
Internet of Things (IoT) Smart City Insights from Patents
Internet of Things (IoT) Smart City Insights from PatentsInternet of Things (IoT) Smart City Insights from Patents
Internet of Things (IoT) Smart City Insights from PatentsAlex G. Lee, Ph.D. Esq. CLP
 
Internet of things Benefits for SDG´s
Internet of things Benefits for SDG´sInternet of things Benefits for SDG´s
Internet of things Benefits for SDG´sAntonino Galo
 
Smart Waste Disposal System by Russ Earl Malangen
Smart Waste Disposal System by Russ Earl MalangenSmart Waste Disposal System by Russ Earl Malangen
Smart Waste Disposal System by Russ Earl MalangenDEVCON
 
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...Bristol Is Open
 
5G Edge Computing IoT Presentation
5G Edge Computing IoT Presentation 5G Edge Computing IoT Presentation
5G Edge Computing IoT Presentation Rick Stomphorst
 
Bilel Jamoussi - Driving Internet of Ihings (IoT) standardization - IoT Tunis...
Bilel Jamoussi - Driving Internet of Ihings (IoT) standardization - IoT Tunis...Bilel Jamoussi - Driving Internet of Ihings (IoT) standardization - IoT Tunis...
Bilel Jamoussi - Driving Internet of Ihings (IoT) standardization - IoT Tunis...IoT Tunisia
 

What's hot (20)

Role of IOT devices and servcies in the development of smart cities.
Role of IOT devices and servcies in the development of smart cities.Role of IOT devices and servcies in the development of smart cities.
Role of IOT devices and servcies in the development of smart cities.
 
Internet of Things for smart city
Internet of Things for smart cityInternet of Things for smart city
Internet of Things for smart city
 
Internet of Things for Smart Cities
Internet of Things for Smart CitiesInternet of Things for Smart Cities
Internet of Things for Smart Cities
 
iot smart city project
iot smart city projectiot smart city project
iot smart city project
 
INOV360_From Smart Metering to Smart Cities and Internet of Things
INOV360_From Smart Metering to Smart Cities and Internet of Things INOV360_From Smart Metering to Smart Cities and Internet of Things
INOV360_From Smart Metering to Smart Cities and Internet of Things
 
IoT and smart cities
IoT and smart citiesIoT and smart cities
IoT and smart cities
 
Enabling the IoT with Sensors, Communication Protocols and the Cloud
Enabling the IoT with Sensors, Communication Protocols and the CloudEnabling the IoT with Sensors, Communication Protocols and the Cloud
Enabling the IoT with Sensors, Communication Protocols and the Cloud
 
Application scenarios and real-world deployments for IoT and Smart Cities
Application scenarios and real-world deployments for IoT and Smart CitiesApplication scenarios and real-world deployments for IoT and Smart Cities
Application scenarios and real-world deployments for IoT and Smart Cities
 
IoT Smart Cities Presentation
IoT Smart Cities PresentationIoT Smart Cities Presentation
IoT Smart Cities Presentation
 
Smart Cities Part 1: Introduction (Slides for Talk on IoT, Pune Meetup)
Smart Cities Part 1: Introduction (Slides for Talk on IoT, Pune Meetup)Smart Cities Part 1: Introduction (Slides for Talk on IoT, Pune Meetup)
Smart Cities Part 1: Introduction (Slides for Talk on IoT, Pune Meetup)
 
Smart City, Internet of Things and the Smart Citizen
Smart City, Internet of Things and the Smart CitizenSmart City, Internet of Things and the Smart Citizen
Smart City, Internet of Things and the Smart Citizen
 
Industrial IoT & Smart City by Nerma Šečić-Haračić and Nedim Bijedić
Industrial IoT & Smart City by Nerma Šečić-Haračić and Nedim BijedićIndustrial IoT & Smart City by Nerma Šečić-Haračić and Nedim Bijedić
Industrial IoT & Smart City by Nerma Šečić-Haračić and Nedim Bijedić
 
Smart Cities in the IoT Era
Smart Cities in the IoT EraSmart Cities in the IoT Era
Smart Cities in the IoT Era
 
Internet of Things (IoT) Smart City Insights from Patents
Internet of Things (IoT) Smart City Insights from PatentsInternet of Things (IoT) Smart City Insights from Patents
Internet of Things (IoT) Smart City Insights from Patents
 
Internet of things Benefits for SDG´s
Internet of things Benefits for SDG´sInternet of things Benefits for SDG´s
Internet of things Benefits for SDG´s
 
Smart Waste Disposal System by Russ Earl Malangen
Smart Waste Disposal System by Russ Earl MalangenSmart Waste Disposal System by Russ Earl Malangen
Smart Waste Disposal System by Russ Earl Malangen
 
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
 
What is a smart city
What is a smart cityWhat is a smart city
What is a smart city
 
5G Edge Computing IoT Presentation
5G Edge Computing IoT Presentation 5G Edge Computing IoT Presentation
5G Edge Computing IoT Presentation
 
Bilel Jamoussi - Driving Internet of Ihings (IoT) standardization - IoT Tunis...
Bilel Jamoussi - Driving Internet of Ihings (IoT) standardization - IoT Tunis...Bilel Jamoussi - Driving Internet of Ihings (IoT) standardization - IoT Tunis...
Bilel Jamoussi - Driving Internet of Ihings (IoT) standardization - IoT Tunis...
 

Viewers also liked

Introduction to IOT & Smart City
Introduction to IOT & Smart CityIntroduction to IOT & Smart City
Introduction to IOT & Smart CityDr. Mazlan Abbas
 
Discussion materials for Internet of Things and Smart Cities - Vespucci 2016 ...
Discussion materials for Internet of Things and Smart Cities - Vespucci 2016 ...Discussion materials for Internet of Things and Smart Cities - Vespucci 2016 ...
Discussion materials for Internet of Things and Smart Cities - Vespucci 2016 ...SensorUp
 
IOT and smart city in India
IOT and smart city in India IOT and smart city in India
IOT and smart city in India Soumya Gupta
 
Tecnologie Indossabili per l'Automazione
Tecnologie Indossabili per l'AutomazioneTecnologie Indossabili per l'Automazione
Tecnologie Indossabili per l'AutomazioneArmando Martin
 
Challenges, Opportunities and Risks for a Smart Future
Challenges, Opportunities and Risks for a Smart FutureChallenges, Opportunities and Risks for a Smart Future
Challenges, Opportunities and Risks for a Smart FutureMLOVE ConFestival
 
Internet of things for smart cities
Internet of things for smart citiesInternet of things for smart cities
Internet of things for smart citiesBiplab Mahanta
 
SMACT and the City: How will the Internet of Things Change our Cities?
SMACT and the City: How will the Internet of Things Change our Cities?SMACT and the City: How will the Internet of Things Change our Cities?
SMACT and the City: How will the Internet of Things Change our Cities?VINTlabs | The Sogeti Trendlab
 
SMART CITY TRAFFIC CONTROL SYSTEM final review
SMART CITY TRAFFIC CONTROL SYSTEM final reviewSMART CITY TRAFFIC CONTROL SYSTEM final review
SMART CITY TRAFFIC CONTROL SYSTEM final reviewTitus Mathews
 
Transforming City with Internet of Things
Transforming City with Internet of ThingsTransforming City with Internet of Things
Transforming City with Internet of ThingsRofiqi Setiawan
 
"The meeting point between the Internet of things and the Smart Cities" Luis ...
"The meeting point between the Internet of things and the Smart Cities" Luis ..."The meeting point between the Internet of things and the Smart Cities" Luis ...
"The meeting point between the Internet of things and the Smart Cities" Luis ...Universidad Internacional Menendez Pelayo
 
A Unified Semantic Engine for Internet of Things and Smart Cities: From Senso...
A Unified Semantic Engine for Internet of Things and Smart Cities: From Senso...A Unified Semantic Engine for Internet of Things and Smart Cities: From Senso...
A Unified Semantic Engine for Internet of Things and Smart Cities: From Senso...Amélie Gyrard
 
IoT in Smart City solutions
IoT in Smart City solutionsIoT in Smart City solutions
IoT in Smart City solutionsSoInteractive
 
M2M communications and internet of things for smart cities
M2M communications and internet of things for smart citiesM2M communications and internet of things for smart cities
M2M communications and internet of things for smart citiesSoumya Kanti Datta
 
IoT (Internet of Things) Smart City Architecture
IoT (Internet of Things) Smart City ArchitectureIoT (Internet of Things) Smart City Architecture
IoT (Internet of Things) Smart City ArchitectureAlex G. Lee, Ph.D. Esq. CLP
 
The Internet of Things (and the myth of the “Smart” Fridge)
The Internet of Things (and the myth of the “Smart” Fridge)The Internet of Things (and the myth of the “Smart” Fridge)
The Internet of Things (and the myth of the “Smart” Fridge)Avi Itzkovitch
 

Viewers also liked (20)

Introduction to IOT & Smart City
Introduction to IOT & Smart CityIntroduction to IOT & Smart City
Introduction to IOT & Smart City
 
IOT for Smart City
IOT for Smart CityIOT for Smart City
IOT for Smart City
 
Discussion materials for Internet of Things and Smart Cities - Vespucci 2016 ...
Discussion materials for Internet of Things and Smart Cities - Vespucci 2016 ...Discussion materials for Internet of Things and Smart Cities - Vespucci 2016 ...
Discussion materials for Internet of Things and Smart Cities - Vespucci 2016 ...
 
IOT and smart city in India
IOT and smart city in India IOT and smart city in India
IOT and smart city in India
 
Tecnologie Indossabili per l'Automazione
Tecnologie Indossabili per l'AutomazioneTecnologie Indossabili per l'Automazione
Tecnologie Indossabili per l'Automazione
 
Challenges, Opportunities and Risks for a Smart Future
Challenges, Opportunities and Risks for a Smart FutureChallenges, Opportunities and Risks for a Smart Future
Challenges, Opportunities and Risks for a Smart Future
 
Internet of things for smart cities
Internet of things for smart citiesInternet of things for smart cities
Internet of things for smart cities
 
SMACT and the City: How will the Internet of Things Change our Cities?
SMACT and the City: How will the Internet of Things Change our Cities?SMACT and the City: How will the Internet of Things Change our Cities?
SMACT and the City: How will the Internet of Things Change our Cities?
 
SMART CITY TRAFFIC CONTROL SYSTEM final review
SMART CITY TRAFFIC CONTROL SYSTEM final reviewSMART CITY TRAFFIC CONTROL SYSTEM final review
SMART CITY TRAFFIC CONTROL SYSTEM final review
 
The Smart Home and Smart City are here, so what about the Smart Office?
The Smart Home and Smart City are here, so what about the Smart Office? The Smart Home and Smart City are here, so what about the Smart Office?
The Smart Home and Smart City are here, so what about the Smart Office?
 
Transforming City with Internet of Things
Transforming City with Internet of ThingsTransforming City with Internet of Things
Transforming City with Internet of Things
 
"The meeting point between the Internet of things and the Smart Cities" Luis ...
"The meeting point between the Internet of things and the Smart Cities" Luis ..."The meeting point between the Internet of things and the Smart Cities" Luis ...
"The meeting point between the Internet of things and the Smart Cities" Luis ...
 
The Smart City Decision Problem
The Smart City Decision ProblemThe Smart City Decision Problem
The Smart City Decision Problem
 
Roberto Metelli (LineaCOM)
Roberto Metelli (LineaCOM)Roberto Metelli (LineaCOM)
Roberto Metelli (LineaCOM)
 
A Unified Semantic Engine for Internet of Things and Smart Cities: From Senso...
A Unified Semantic Engine for Internet of Things and Smart Cities: From Senso...A Unified Semantic Engine for Internet of Things and Smart Cities: From Senso...
A Unified Semantic Engine for Internet of Things and Smart Cities: From Senso...
 
Intelligent Transportation system
Intelligent Transportation systemIntelligent Transportation system
Intelligent Transportation system
 
IoT in Smart City solutions
IoT in Smart City solutionsIoT in Smart City solutions
IoT in Smart City solutions
 
M2M communications and internet of things for smart cities
M2M communications and internet of things for smart citiesM2M communications and internet of things for smart cities
M2M communications and internet of things for smart cities
 
IoT (Internet of Things) Smart City Architecture
IoT (Internet of Things) Smart City ArchitectureIoT (Internet of Things) Smart City Architecture
IoT (Internet of Things) Smart City Architecture
 
The Internet of Things (and the myth of the “Smart” Fridge)
The Internet of Things (and the myth of the “Smart” Fridge)The Internet of Things (and the myth of the “Smart” Fridge)
The Internet of Things (and the myth of the “Smart” Fridge)
 

Similar to Internet-Of-Things-For-Smart-Cities

Web Services for the Internet of Things
Web Services for the Internet of ThingsWeb Services for the Internet of Things
Web Services for the Internet of ThingsMarkku Laine
 
Implementation_and_Analysis_of_the_6LoWPAN.pdf
Implementation_and_Analysis_of_the_6LoWPAN.pdfImplementation_and_Analysis_of_the_6LoWPAN.pdf
Implementation_and_Analysis_of_the_6LoWPAN.pdfIUA
 
Colt’s Carrier SDN & NFV: Experience, Learnings & Future Plans
Colt’s Carrier SDN & NFV: Experience, Learnings & Future PlansColt’s Carrier SDN & NFV: Experience, Learnings & Future Plans
Colt’s Carrier SDN & NFV: Experience, Learnings & Future PlansOpen Networking Summit
 
Internet of things a survey on enabling technologies, protocols and applicat...
Internet of things  a survey on enabling technologies, protocols and applicat...Internet of things  a survey on enabling technologies, protocols and applicat...
Internet of things a survey on enabling technologies, protocols and applicat...Mustafa Sadiq
 
Migration of corperate networks from ipv4 to ipv6 using dual stack
Migration of corperate networks from ipv4 to ipv6 using dual stackMigration of corperate networks from ipv4 to ipv6 using dual stack
Migration of corperate networks from ipv4 to ipv6 using dual stackpraveenReddy268
 
Introduction to Internet of Things.pdf
Introduction to Internet of Things.pdfIntroduction to Internet of Things.pdf
Introduction to Internet of Things.pdfGVNSK Sravya
 
IPv6 and IoT
IPv6 and IoTIPv6 and IoT
IPv6 and IoTAPNIC
 
Embedded Web Services Report
Embedded Web Services ReportEmbedded Web Services Report
Embedded Web Services ReportBernie Chiu
 
Priority based flow control protocol for internet of things built on light f...
Priority based flow control protocol for internet of things built  on light f...Priority based flow control protocol for internet of things built  on light f...
Priority based flow control protocol for internet of things built on light f...IJECEIAES
 
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoT
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoTMphasis Digital POV - Emerging Open Standard Protocol stack for IoT
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoTAniruddha Chakrabarti
 
Logical design of io t
Logical design of io tLogical design of io t
Logical design of io tKunal Bangar
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IPPiero Fraternali
 
Iot lecture notes_hyd
Iot lecture notes_hydIot lecture notes_hyd
Iot lecture notes_hydKishore5511
 
Multicast QUIC for video content delivery
Multicast QUIC for video content deliveryMulticast QUIC for video content delivery
Multicast QUIC for video content deliveryJisc
 
An assessment of internet of things protocols for constrain apps
An assessment of internet of things protocols for constrain appsAn assessment of internet of things protocols for constrain apps
An assessment of internet of things protocols for constrain appsPokala Sai
 
Building high performance microservices in finance with Apache Thrift
Building high performance microservices in finance with Apache ThriftBuilding high performance microservices in finance with Apache Thrift
Building high performance microservices in finance with Apache ThriftRX-M Enterprises LLC
 

Similar to Internet-Of-Things-For-Smart-Cities (20)

Web Services for the Internet of Things
Web Services for the Internet of ThingsWeb Services for the Internet of Things
Web Services for the Internet of Things
 
Implementation_and_Analysis_of_the_6LoWPAN.pdf
Implementation_and_Analysis_of_the_6LoWPAN.pdfImplementation_and_Analysis_of_the_6LoWPAN.pdf
Implementation_and_Analysis_of_the_6LoWPAN.pdf
 
Module 1.pptx
Module 1.pptxModule 1.pptx
Module 1.pptx
 
Colt’s Carrier SDN & NFV: Experience, Learnings & Future Plans
Colt’s Carrier SDN & NFV: Experience, Learnings & Future PlansColt’s Carrier SDN & NFV: Experience, Learnings & Future Plans
Colt’s Carrier SDN & NFV: Experience, Learnings & Future Plans
 
Internet of things a survey on enabling technologies, protocols and applicat...
Internet of things  a survey on enabling technologies, protocols and applicat...Internet of things  a survey on enabling technologies, protocols and applicat...
Internet of things a survey on enabling technologies, protocols and applicat...
 
Migration of corperate networks from ipv4 to ipv6 using dual stack
Migration of corperate networks from ipv4 to ipv6 using dual stackMigration of corperate networks from ipv4 to ipv6 using dual stack
Migration of corperate networks from ipv4 to ipv6 using dual stack
 
Introduction to Internet of Things.pdf
Introduction to Internet of Things.pdfIntroduction to Internet of Things.pdf
Introduction to Internet of Things.pdf
 
IPv6 and IoT
IPv6 and IoTIPv6 and IoT
IPv6 and IoT
 
Embedded Web Services Report
Embedded Web Services ReportEmbedded Web Services Report
Embedded Web Services Report
 
Priority based flow control protocol for internet of things built on light f...
Priority based flow control protocol for internet of things built  on light f...Priority based flow control protocol for internet of things built  on light f...
Priority based flow control protocol for internet of things built on light f...
 
IOT - Unit 3.pptx
IOT - Unit 3.pptxIOT - Unit 3.pptx
IOT - Unit 3.pptx
 
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoT
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoTMphasis Digital POV - Emerging Open Standard Protocol stack for IoT
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoT
 
Logical design of io t
Logical design of io tLogical design of io t
Logical design of io t
 
INTERNET OF THINGS.pptx
INTERNET OF THINGS.pptxINTERNET OF THINGS.pptx
INTERNET OF THINGS.pptx
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IP
 
IOT.pdf
IOT.pdfIOT.pdf
IOT.pdf
 
Iot lecture notes_hyd
Iot lecture notes_hydIot lecture notes_hyd
Iot lecture notes_hyd
 
Multicast QUIC for video content delivery
Multicast QUIC for video content deliveryMulticast QUIC for video content delivery
Multicast QUIC for video content delivery
 
An assessment of internet of things protocols for constrain apps
An assessment of internet of things protocols for constrain appsAn assessment of internet of things protocols for constrain apps
An assessment of internet of things protocols for constrain apps
 
Building high performance microservices in finance with Apache Thrift
Building high performance microservices in finance with Apache ThriftBuilding high performance microservices in finance with Apache Thrift
Building high performance microservices in finance with Apache Thrift
 

Internet-Of-Things-For-Smart-Cities

  • 1. INTERNET OF THINGS FOR SMART CITIES Sitakanta Mishra Computer Science Department CSU ID: 830717553
  • 2. AGENDA • Introduction •Smart City Concept and Services •Urban IOT Architecture •An Experimental Study: Padova Smart City •Conclusion
  • 3. INTRODUCTION • The Internet Of Things is recent communication paradigm that envisions a near future. • In this scenario, objects of everyday life will be equipped with microcontrollers, transceivers and suitable protocol stacks. • IoT will foster the development of a number of applications which will use the enormous amount of data generated by devices used for home appliances, surveillance cameras, monitoring sensors, actuators, displays, vehicles etc. to provide new services to citizens, companies and public administrations. • With such a heterogeneous field of applications, lack of best practices in backend network services and devices and lack of a clear and widely accepted business model, the realization of IoT network has become a formidable challenge. • Urban IoT, i.e, a communication infrastructure that provides unified, simplified and economical access to plethora of services. •The aim is to make better use of public resources, increased quality of services to citizens and reducing operational cost of public administrations.
  • 4. SMART CITY CONCEPT AND SERVICES https://www.youtube.com/watch?v=Br5aJa6MkBc
  • 5. SMART CITY CONCEPT AND SERVICES The services that might be enabled by an urban IoT paradigm which are of potential interest in the smart city context are: • Structural health of buildings • Waste Management • Air Quality • Noise Monitoring • Traffic Congestion • City Energy Consumption • Smart Parking • Smart Lighting • Automation and Salubrity of Public buildings
  • 6. SMART CITY CONCEPT AND SERVICES http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
  • 7. URBAN IOT ARCHITECTURE A. Web Service Approach For IOT Service Architecture • Here, IETF(Internet Engineering Task Force) standards are followed because they are open and royalty-free. • IoT services are designed in accordance with the ReST paradigm which exhibits a strong similarity with traditional web services. http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
  • 8. URBAN IOT ARCHITECTURE • Urban IoT system entails both an unconstrained and constrained protocol stack. • The unconstrained protocol stack consists of XML, HTTP and IPV4 which are currently the de-facto standard for internet communications. • Constrained protocol stack is of low- complexity, i.e, Efficient XML Interchange(EXI), Constrained Application Protocol(CoAP), and IPV6 over Low power Wireless Personal Area Network(6LoWPAN). • Transcoding in between these protocol stacks can be performed in standard and low complexity manner guaranteeing easy access and interoperability of the IoT nodes with the Internet. http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
  • 9. URBAN IOT ARCHITECTURE The protocol architecture can be distinguished into three different functional layer. 1) Data Format: • The size of the XML messages is often too large and to parse the text messages becomes complicated for CPU-limited devices for the IoT. • EXI defines two types of encoding, i.e, schema-less and schema-informed. • Depending on the node mobility, operating range and level of specialization, there are three types of nodes. a) Base Station Node(BSN) – IPV6 sink/router b) Mobile Node(MN) – Wireless dongle to add WSN connectivity to a standard laptop c) Specialized Node(SN) – offering services like temperature readings or actuation
  • 10. URBAN IOT ARCHITECTURE • In REST paradigm, any resource is addressed by a unique identifier of standard format and it supports the following features. a) Direct simple resource request/response b) Concise one-to-many resource request/response c) Structured resource request/response d) Resource subscription and event or delayed notification e) Zero-knowledge network probing
  • 11. URBAN IOT ARCHITECTURE  Binary Web/XML Services  BWS is based on UDP, compatible with the verbose HTTP protocol enables the REST interaction model on severely limited devices such as wireless sensors.  In 2-3 bytes long header of the message are specified the target resource(identified by a URL), the access method(GET, PUT, POST etc.) and the format of the payload(Content-Type).  The response is identified by its source(IP, port) pair; header contains HTTP status code summarizing the result and Content-Type.  BWS delegates payload data compression, and advocates the use of Efficient XML Interchange(EXI) from W3C for Binary XML encoding.
  • 13. URBAN IOT ARCHITECTURE 2) Application and Transport Layer: • Internet traffic nowadays is carried at the application layer by HTTP over TCP. • Due to heavily correlated data, HTTP over TCP has become a limiting factor for constrained IoT devices. • The CoAP protocol over UDP proposes a binary format transmission which helps in overcoming the difficulties. • A) Constrained Application Protocol (CoAP) • CoAP needs to consider optimizing length of datagram and satisfying REST protocol to support URI(Uniform Resource Identifier). • CoAP is simply compression of HTTP protocol with low processing and low power consumption. • HTTP-CoAP cross protocol proxy has an important role in solving congestion problem in the constrained environment.
  • 14. URBAN IOT ARCHITECTURE CoAP Features http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
  • 15. URBAN IOT ARCHITECTURE HTTP 1. It is based on TCP protocol which is heavy weight. 2. It used P2P communication model which is not suitable for notification push services and IoT constrained devices. 3. It is reliable and long term successful plan. CoAP 1. It used UDP without complex congestion control of TCP. 2. With lightweight UDP, it allows IP multicast for group communication in IoT and provides URI, REST methods(GET, POST, PUT and DELETE). 3. It provides retransmission mechanism for reliability and resource discovery mechanism. http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/ http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
  • 16. URBAN IOT ARCHITECTURE CoAP Message Layer: a) Reliable Message Transfer: b) Unreliable Message Transfer http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/ http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
  • 17. URBAN IOT ARCHITECTURE CoAP Request/Response Layer Message: a) Piggy-backed b) Separate Response c) Non confirmable request and response http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/
  • 18. URBAN IOT ARCHITECTURE • The message format for CoAP uses simple binary format where Message = fixed-size 4 byte header + variable length token (asynchronous response/match a request with response) + a sequence of CoAP options + payload. • DTLS(Datagram Transport Layer Security) is used for CoAP security because it solves reordering and packet loss. • Energy Control System
  • 19. URBAN IOT ARCHITECTURE 2) Network Layer: • Due to the exhaustion of IPV4 address blocks, IPV6 standard is used for nodes in the IoT network which has 128-bit address field. • Because of overheads in IPV6, 6LoWPAN (IPV6 over low power wireless personal area network) network is used for constrained devices. • A border router which is directly attached to the 6LoWPAN network, translates IPV6 packet intended for a node to 6LoWPAN network with header compression format and operates in inverse translation in opposite direction. • The problem still remains in finding a way to address a specific IPV6 host using an IPV4 address and other meta-data available in the packet. Some approaches to achieve this goal are: a) v4/v6 Port Address Translation: • Multiple IPV6 addresses are mapped into single IPV4 public address. When a packet is returned to the IPV4 common address, the NAPT service in the edge router replace it with the private address/port of intended receiver by looking up at the NAPT table. • This approach has scalability problem like limited number of TCP/UDP ports.
  • 20. URBAN IOT ARCHITECTURE b) v4/v6 Domain Name Conversion: • When a DNS request for the domain name of an IoT web service is made, the DNS returns the IPV4 address of an HTTP-CoAP cross proxy to be contacted to access the IoT node. • The proxy requires the resolution of the domain name contained in the HTTP host header to the IPV6 DNS server, which replies with the IPV6 address that identifies the final IoT node involved in the request. • Then the proxy forwards the HTTP message to the intended IoT node via CoAP. c) Universal Resource Identifier(URI) mapping: • The reverse cross proxy which is a particular type of HTTP-CoAP cross proxy, behaves as being the final web server to the HTTP/IPV4 client and as the original client to the CoAP/IPV6 web server. • Since IPV6 connectivity is present to allow direct access to the final IoT nodes, IPV4/IPV6 conversion is internally resolved by the applied URI mapping function.
  • 21. URBAN IOT ARCHITECTURE IPV6 network with a 6LoWPAN mesh network: 6LoWPAN Stack http://www.ti.com.cn/cn/lit/wp/swry013/swry013.pdf
  • 22. URBAN IOT ARCHITECTURE • Unconstrained Technologies 1. This includes traditional LAN, MAN, WAN communication technologies like Ethernet, WiFi, fiber optic, broadband power line communication(PLC) and cellular technologies such as UMTS and LTE. 2. These are characterized by high reliability, low latency, and high transfer rates(Mbits/s or higher). 3. Not suitable for IoT nodes because of their inherent complexity and energy consumption. •Constrained Technologies 1. These include IEEE 802.15.4 Bluetooth and Bluetooth Low Energy, IEEE 802.11 Low Power, PLC, NFC and RFID. 2. These are characterized by low energy consumption, relatively low transfer rates(smaller than 1 Mbit/s). 3. These links exhibit long latencies because of low transmission rate and duty cycling with short active periods to implement power saving policies. B. Link Layer Technologies
  • 23. URBAN IOT ARCHITECTURE C. Devices • Essential devices to realize an urban IoT are classified based on the position, they occupy in the communication flow. 1) Backend Servers: • It is located in the control center, where data is collected, stored and processed to produce added- value services. • Backend systems commonly considered for interfacing with the IoT data feeders which includes database management systems, websites and enterprise resource planning systems(ERP). 2) Gateways: • The gateway is required to provide protocol translation and function mapping between unconstrained and constrained protocols, i.e, XML-EXI, HTTP-CoAP, IPV4/V6-6LoWPAN. 3) IoT Peripheral Nodes: • These are classified based on wide range characteristics such as powering mode, networking role, sensor/actuator equipment and support link layer technologies. • RFtags are extremely low cost, no internal energy source. They are used for object identification by proximity reading which can be used for logistics, monitoring and other services. Mobile devices are also very important part of urban IoT.
  • 24. AN EXPERIMENTAL STUDY: PADOVA SMART CITY • The target application consists of a system for collecting environmental data and monitoring the public street lighting by means of wireless nodes, equipped with different kinds of sensors, placed on street light poles and connected to the internet through a gateway unit. System Architecture Of Padova Smart City: http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
  • 25. AN EXPERIMENTAL STUDY: PADOVA SMART CITY Padova Smart City Components: 1) Street Lights: • The correct operation of the bulbs is performed through photometer sensors which directly measures the intensity of lights emitted by the lamps at regular time intervals or upon requests. • The wireless IoT nodes are also equipped with temperature, humidity and benzene sensors. 2) Constrained Link Layer Technologies: • The IoT nodes use the 6LoWPAN and routing functionalities are provided by the IPV6 Routing Protocol for Low power and Lossy Networks(RPL). • The IoT nodes collectively deliver their data to a sink node, which represents a single point of contact for the external nodes.
  • 26. AN EXPERIMENTAL STUDY: PADOVA SMART CITY 3) WSN Gateway: • It has the role of interfacing the constrained link layer technologies used in the sensors cloud with traditional WAN technologies used to provide connectivity to the central backend servers. • It plays the roles of 6LoWPAN border router and RPL root node. • The connection to the backend services is provided by common unconstrained communication technologies like optical fibers. • It also operates as a sink node for the sensor cloud for collecting all the data that is needed to be delivered to the backend services because sensor nodes do not support CoAP services. 4) HTTP-CoAP Proxy: • It can be extended to better support monitoring applications and limit the amount of traffic injected into the IoT peripheral network. • It can cache the list of resources that need to be monitored. It is done by polling selective resource proactively and subscribing to the selected resource using the “observe” functionality of CoAP, i.e, the server only sends the update when the value measured by the sensor falls outside a certain range.
  • 27. AN EXPERIMENTAL STUDY: PADOVA SMART CITY 5) Database Servers: • The data stored in the database are accessible through traditional web programming languages which can be visualized in the form of a web site or exported in any open data format. • In the padova smart city project, the database server is realized within the WSN gateway. 6) Operator Mobile Device: • The public lighting operators will be equipped with mobile devices which can locate streetlights that requires intervention. • They can issue actuation commands directly to the IoT node connected to the lamp and signal the result of intervention to the central system.
  • 28. AN EXPERIMENTAL STUDY: PADOVA SMART CITY Data Collected For Temperature, Humidity, light and Benzene By Padova Smart City Project http://ieeexplore.ieee.org/xpl/articleDetails.jsp?&arnumber=6740844
  • 29. CONCLUSION •The discussed technologies are close to being standardized. •Industry players are already active in the production of devices that take advantage of these technologies to enable the application of interest. •While the range of design options for IoT systems is rather wide, the set of open and standardized protocols is significantly smaller. •The enabling technologies have reached a level of maturity which allows the practical realization of IoT solutions and services starting from field trials which might clear the uncertainty that prevents a massive adoption of IoT paradigm.
  • 30. REFERENCES [1] Andrea Zanella, Nicola Bui, Angelo Castellani,Lorenzo Vangelista, Michele Zorzi, “Internet of Things for Smart Cities” IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 [2] Angelo P. Castellani, Nicola Buit, Paolo Casari, Michele Rossi, Zach Shelby, Michele Zorzi, “Architecture and Protocols for the Internet of Things: A Case Study” in Proc. 8th IEEE Int. Conf. Pervasive Comput. Commun. Workshops(PERCOM Workshops), 2010, pp. 678–683. [3] http://www.ti.com.cn/cn/lit/wp/swry013/swry013.pdf [4] http://www.cse.wustl.edu/~jain/cse574-14/ftp/coap/