INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL.

Size: px
Start display at page:

Download "INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL."

Transcription

1 INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. From IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 Presented by: Abid Contents Objective Introduction Smart City Concept & Services Smart City Challenges Urban IoT Architecture An Experimental Study Padova Smart City Conclusion 2 1

2 Objective of the paper This paper provides a comprehensive survey of the enabling technologies, protocols, and architecture for an urban IoT. Furthermore, the paper will present and discuss the technical solutions and bestpractice guidelines adopted in the Padova Smart City project, a proof-of-concept deployment of an IoT island in the city of Padova, Italy, performed in collaboration with the city municipality. 3 Introduction The Internet of Things (IoT) is a recent communication paradigm that envisions A near future The objectives of everyday life will be equipped with microcontrollers, transceivers for digital communication Suitable protocol stacks that will make them able to communicate with one another and with the users, becoming an integral part of the internet. 4 2

3 Continued.. By enabling easy access and interaction with ta wide variety of devices such as, for instance, home appliances, surveillance cameras, sensors, vehicles and so on, the IoT will foster the development of a number of applications that make use of the potentially enormous amount and variety of data generated by such objects to provide new services to citizens, companies and all revenant public administrations. In complex scenario, application of IoT paradigm to an Urban context is of particular interest As it responds to the strong push of many national governments to adopt ICT solutions Management of public affairs, thus realizing the so-called Smart City concept 5 SMART CITY CONCEPT AND SERVICES 6 3

4 Smart City Definition Working Definition A Smart City connects human capital, social capital and ICT infrastructure in order to address public issues, achieve a sustainable development and increase the quality of life of its citizens. ICT Factor Use of Information and Communication Technologies (ICT) as a mean to achieve its objectives. ICT as tool for the improvement of the city Smart City Goals Achieve a sustainable development. Increase the quality of life of its citizens. Improve the efficiency of the existing and new infrastructure. 7 Smart City Services Services offered by Smart city Structural health of building Urban IoT may provide a distributed database of building structural integrity measurements, collected by suitable sensors located in the buildings. Noise Monitoring An urban IoT can offer a noise monitoring service to measure the amount of noise produced at any given time in the places that adopt the service. Waste Management A deeper penetration of ICT solutions in this domain, may result in significant savings and economical and ecological advantages. City Energy Consumption Together with air quality monitoring service, an urban IoT may provide a service to monitor the energy consumption of the whole city. Air quality An Urban IoT can provide means to monitor the quality of air in crowded areas, parks or fitness trails. Traffic congestion On the same line of air quality and noise monitoring, a possible Smart City service that can be enabled by Urban IoT consists in monitoring the traffic congestion in the city. 8 4

5 Smart City Services Continued.. Smart Lighting This service in particular can optimize the street lamp intensity according to time of the day, the weather conditions and the presence of the people. Automation & Salubrity of Public buildings Another important application of IoT technologies is the monitoring of the energy consumption and the salubrity of the environment in public buildings by means of different types of sensors and actuators that control lights, temperature and humidity. Smart Parking Smart parking service is based on road sensors and intelligent displays that direct motorists along the best path for parking in the city 9 Services Specifications for Padova Smart City Project Source: Zanella et al.: Internet of Things for Smart Cities 10 5

6 Smart City Challenges Political Barrier Attribution of decision-making power to the different stake holders. Technical Barrier The most relevant issue consists in the no interoperability of the heterogeneous technologies currently used in the city and urban developments. Financial Dimension A clear business model for smart city is still lacking, although some initiative to fill this gap has been recently taken. 11 URBAN IOT ARCHITECTURE 12 6

7 Urban IoT Architecture From earlier discussion, it clearly emerges that most Smart City services are based on a centralized architecture, where a dense and heterogeneous set of peripheral devices deployed over the urban area generate different types of data that are then delivered through suitable communication technologies to a control Center where data storage and processing takes place as shown in fig 1. This article will discuss three different components of an urban IoT system Web Service Approach for IoT Service Architechture Link Layer Technologies Devices Fig 1. Conceptual Representation of an Urban IoT network based on 13 the Web service approach Urban IoT Architecture Web Service Approach The IETF standards for IoT embrace a web service architecture for IoT services, which has been widely documented in the literature as a very promising and flexible approach web services permit to realize a flexible and interoperable system that can be extended to IoT nodes, through the adoption of the web-based paradigm known as Representational State Transfer (ReST) Fig 2. shows reference protocol architecture for Urban IoT systems that entails both an unconstrained and constrained protocol stacks. Three distinct functional layers are identified a) Data Format b) Application and Transport Layers c) Network Layer Fig 2. Protocol stacks for unconstrained (left) and constrained (right) IoT nodes. 14 7

8 Urban IoT Architecture Web Service Approach a) Data Format XML is used as the semantic representation language in architectures based on web services The size of XML messages often too large for limited capacity of typical devices for IoT EXI format makes it possible for very constrained devices to natively support and generate message using an open data format compatible with XML Fig 2. Protocol stacks for unconstrained (left) and constrained (right) IoT nodes. 15 Urban IoT Architecture Web Service Approach b) Application and Transport Layer Most of the traffic that crosses internet nowadays is carried at the application layer by http over TCP. Verbosity and complexity of native HTTP make it unsuitable for a straight deployment on constraint IoT devices HTTP relies on TCP transport protocol doesn t scale well on constraint devices, yielding poor performance for small data flows in lossy environment Solution : CoAP protocol, proposing binary format transported over UDP cross proxy, straightforwardly translate requests/responses between HTTP and CoAP Fig 2. Protocol stacks for unconstrained (left) and constrained (right) IoT nodes. 16 8

9 Urban IoT Architecture Web Service Approach c) Network Layer IoT networks are expected to include billions of nodes, each shall be uniquely addressable IPv4 exhaustion, solution: IPv6 Problem : overheads of IPv6 are not compatible with scarce capabilities and constrained nodes Solution : 6LowPAN, which is an established compression format for IPv6 Border router, a device directly attached to 6LowPAN network, performs the conversion between IPv6 and 6LowPAN Fig 2. Protocol stacks for unconstrained (left) and constrained (right) IoT nodes. 17 Urban IoT Architecture Link Layer Technologies Link Layer technologies for IoT are classified into Unconstrained and Constrained technologies Unconstrained Technologies This kind of technologies includes all traditional LAN, MAN, WAN communication technologies, such as Ethernet, WiFi, fiber optics, broadband Power Line communication and cellular technologies such as UMTS and LTE. Characteristics include high reliability, low latency and high transfer rate. Due to inherent complexity and energy consumption, these kind of technologies are not suitable for peripheral IoT nodes. Constrained Technologies It includes IEEE , Bluetooth, Bluetooth low energy, IEEE low power, PLC NFC and RFID. Characteristics include low energy consumption, low transfer rate as compared to Unconstrained Technologies (typically less than 1 Mbit/s ) 18 9

10 Urban IoT Architecture Devices Below are the devices that are essential to realize an urban Io, classified based on the position they Backend Servers At the root of the system, backend servers are being found, located in the control centre, where data are collected, stored and processed to produce added-value services. Backend systems commonly considered for interfacing with the IoT data feeders include the following Data base Management Systems Websites Enterprise Resource planning systems (ERP) Gateways At the edge of IoT, gateways role is to interconnect the end devices to the main communication infrastructure of the system. IoT Peripheral Nodes At the periphery of the IoT systems, IoT peripheral nodes or simply IoT nodes are in charge of producing the data to be delivered to the control centre. 19 Urban IoT Architecture Devices Below are the devices that are essential to realize an urban Io, classified based on the position they Backend Servers At the root of the system, backend servers are being found, located in the control centre, where data are collected, stored and processed to produce added-value services. Backend systems commonly considered for interfacing with the IoT data feeders include the following Data base Management Systems Websites Enterprise Resource planning systems (ERP) Gateways At the edge of IoT, gateways role is to interconnect the end devices to the main communication infrastructure of the system. IoT Peripheral Nodes At the periphery of the IoT systems, IoT peripheral nodes or simply IoT nodes are in charge of producing the data to be delivered to the control centre. May be classified based on wide number of characteristics, such as empowering mode and supported link layer technologies 20 10

11 Urban IoT Architecture Devices Below are the devices that are essential to realize an urban Io, classified based on the position they Backend Servers At the root of the system, backend servers are being found, located in the control centre, where data are collected, stored and processed to produce added-value services. Backend systems commonly considered for interfacing with the IoT data feeders include the following Data base Management Systems Websites Enterprise Resource planning systems (ERP) Gateways At the edge of IoT, gateways role is to interconnect the end devices to the main communication infrastructure of the system. IoT Peripheral Nodes At the periphery of the IoT systems, IoT peripheral nodes or simply IoT nodes are in charge of producing the data to be delivered to the control centre. May be classified based on wide number of characteristics, such as empowering mode and supported link layer technologies 21 AN EXPERIMENTAL STUDY: PADOVA SMART CITY 22 11

12 Padova Smart City Practical implementation of an urban IoT named Padova Smart City that has been realized in the city of Padova. Primary goal of Padova Smart City The primary goal of Padova Smart City is to promote early adoption of open data and ICT solutions in the public administration. Fig 3:System Architecture of Padova Smart City 23 Padova Smart City Components Street Light WSN Gateway Constrained link layer Technologies Database Server Proxy Operator Mobile Device HTTP-CoAP All above components work together to create Padova Smart City urban IoT 24 12

13 Padova Smart City Components Street light: It is the leaf part of the system where IoT nodes are placed. Each street light is geographically localized on the city map and uniquely associated to the IoT node attached to it, so that IoT data can be enhanced with context information. Constrained link layer technologies The IoT nodes mounted on the street light poles form a 6LoWpan multihop cloud, using IEEE constrained link layer technology. WSN Gateway The gateway has the role of interfacing the constrained link layer technology used in the sensors cloud with traditional WAN technologies used to provide connectivity to the central backend servers. HTTP-CoAP proxy The HTTP-CoAP proxy enables transparent communication with CoAP devices. The proxy logic can be extended to better support monitoring applications and limit the amount of traffic injected into the IoT peripheral network. This service is located on the switchboard gateway in the Padova Smart City system, though it could also be placed in the backend servers, thus making it possible to control multiple gateways by using a single proxy instance. 25 Padova Smart City Components Cont.. Database Server The database server collects the state of the resources that need to be monitored in time by communicating with the HTTP-CoAP proxy server, which in turn takes care of retrieving the required data from the proper source. The data stored in the database are accessible through traditional web programming technologies. Operator Mobile Device Public lighting operators will be equipped with mobile devices that can locate the streetlight that requires intervention, issue actuation commands directly to the IoT node connected to the lamp, and signal the result of the intervention to the central system that can track every single lamppost and, hence, optimize the maintenance plan

14 CONCLUSION 27 Conclusion IoT is definetly a technology enabler for Smart City Smart City concept aims to improve the quality of existing services and creating new valuable services IoT urban architecture includes web services, approach, link layer technology and IoT nodes. A concrete proof-of-concept implementation, deployed in collaboration with the City of Padova, Italy, has been a living example of application of the IoT paradigm to smart cities

22 IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014

22 IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 22 IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 Internet of Things for Smart Cities Andrea Zanella, Senior Member, IEEE, Nicola Bui, Angelo Castellani, Lorenzo Vangelista, Senior Member,

More information

Introduction to Internet of Things Prof. Sudip Misra Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur

Introduction to Internet of Things Prof. Sudip Misra Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Introduction to Internet of Things Prof. Sudip Misra Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture 05 Basics of IoT Networking-Part-I In this lecture and

More information

Enhancement of CoAP Packet Delivery Performance for Internet of Things. Hang Liu

Enhancement of CoAP Packet Delivery Performance for Internet of Things. Hang Liu Enhancement of CoAP Packet Delivery Performance for Internet of Things Hang Liu Outline Motivation and Industrial Relevance Project Objectives Approach and Previous Results Future Work Outcome and Impact

More information

IoT CoAP Plugtests & Workshop Nov 27, 2012 Sophia Antipolis

IoT CoAP Plugtests & Workshop Nov 27, 2012 Sophia Antipolis Intelligent Cooperative Sensing for Improved traffic efficiency IoT CoAP Plugtests & Workshop Nov 27, 2012 Sophia Antipolis Introduction Cooperative V2X communications and cellular networks are enabling

More information

Smart Homes and Cities

Smart Homes and Cities Smart Homes and Cities 1 Wireless Sensors at Smart Home Security sensors, cameras, thermostats, smart plugs, lights, Entertainment systems. Do-it-Yourself (DIY) sensors Actuators Smart plug Motion detector

More information

Fig Data flow diagram and architecture when using the TCUP Cloud Server for PaaS for the Developers and large

Fig Data flow diagram and architecture when using the TCUP Cloud Server for PaaS for the Developers and large base Firewall Applications / Services Internet Firewall Apps APIs RESTful Developer Gather Level 1 Apps User Customer Apps User Customer Embedded IoT s/ M2M Sensor s Hotspot Hotspot Enrich Level 2 LWM2M/

More information

An IoT-Aware Architecture for Smart

An IoT-Aware Architecture for Smart An IoT-Aware Architecture for Smart Healthcare System Presented By: Amnah Allboani Abstract Smart hospital system (SHS) relies on complementary technologies specifically RFID, WSN, and smart mobile, interoperating

More information

Agile IoT Solution Driving Digital Transformation of Transportation

Agile IoT Solution Driving Digital Transformation of Transportation Agile IoT Solution Driving Digital Transformation of Transportation Dr. Wu Chou IEEE Fellow & CTO Enterprise Network Product Line, Huawei Products & Solutions IoT: Next Billions of Connections Smart Building

More information

Internet of Things: Latest Technology Development and Applications

Internet of Things: Latest Technology Development and Applications Internet of Things: Latest Technology Development and Applications Mr UY Tat-Kong Assistant Vice President Network Evolution Planning & Development 22 August 2014 Agenda Communication Technologies Development

More information

Interoperability. Luca Mottola slides partly by Simon Duquennoy. Politecnico di Milano, Italy and Swedish Institute of Computer Science

Interoperability. Luca Mottola slides partly by Simon Duquennoy. Politecnico di Milano, Italy and Swedish Institute of Computer Science Interoperability Luca Mottola slides partly by Simon Duquennoy Politecnico di Milano, Italy and Swedish Institute of Computer Science 2 Not just stand-alone systems 3 NES in business processes! Motivation

More information

LIGHTING & INVESTMENT: SMARTLY CONNECTED

LIGHTING & INVESTMENT: SMARTLY CONNECTED LIGHTING & INVESTMENT: SMARTLY CONNECTED A smart city is. a city or group of cities that use innovative information technologies and the involvement of its inhabitants to sustainably develop its built

More information

Lesson 9 Smart city Services And Monitoring. Chapter-12 L09: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 9 Smart city Services And Monitoring. Chapter-12 L09: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 9 Smart city Services And Monitoring 1 Tech-Mahindra partnering with ThingWorx Smart City Solutions Smart traffic solutions Smart energy management Smart parking, Smart waste bins Smart street lighting

More information

Regulation and the Internet of Things

Regulation and the Internet of Things Regulation and the Internet of Things 15 th Global Symposium for Regulators (GSR15) Prof. Ian Brown The views expressed in this presentation are those of the author and do not necessarily reflect the opinions

More information

Cloud Based IoT Application Provisioning (The Case of Wireless Sensor Applications)

Cloud Based IoT Application Provisioning (The Case of Wireless Sensor Applications) Cloud Based IoT Application Provisioning (The Case of Wireless Sensor Applications) (ENCS 691K Chapter 7) Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/

More information

Partners: Nokia, NSN, Aalto/ComNet, Aalto/CSE, UH, VTT Future Internet SHOK preconference Johanna Nieminen (Nokia)

Partners: Nokia, NSN, Aalto/ComNet, Aalto/CSE, UH, VTT Future Internet SHOK preconference Johanna Nieminen (Nokia) Partners: Nokia, NSN, Aalto/ComNet, Aalto/CSE, UH, VTT Future Internet SHOK preconference 30.5.2012 Johanna Nieminen (Nokia) Vision: Future Internet = a mission cri1cal backbone of global informa1on society

More information

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs)

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) Sekhar KONDEPUDI Ph.D. Vice Chair FG-SSC & Coordinator Working Group 1 ICT role and roadmap for

More information

MicroPnP The Zero-Configuration Platform for Wireless Sensing & Actuation

MicroPnP The Zero-Configuration Platform for Wireless Sensing & Actuation MicroPnP The Zero-Configuration Platform for Wireless Sensing & Actuation Nelson Matthys VersaSense NV, Kroegberg 3, B-3000 Leuven, Belgium nelson@versasense.com Jackie Rutter Linear Technology Corporation,

More information

Internet of Things and its applications

Internet of Things and its applications ITU Workshop on Innovative ICT Technologies Tashkent, Uzbekistan 21-22 September 2016 Internet of Things and its applications Ruslan Kirichek Head of Internet of Things laboratory SPbSUT, Saint - Petersburg

More information

IoT Intro. Fernando Solano Warsaw University of Technology

IoT Intro. Fernando Solano Warsaw University of Technology IoT Intro Fernando Solano Warsaw University of Technology fs@tele.pw.edu.pl Embedded Systems Wireless Sensor and Actuator Networks Enabling technologies Communication Protocols Cloud Computing Big Data

More information

Cisco Smart+Connected Communities

Cisco Smart+Connected Communities Brochure Cisco Smart+Connected Communities Helping Cities on Their Digital Journey Cities worldwide are becoming digital or are evaluating strategies for doing so in order to make use of the unprecedented

More information

B U I L D I N G O N T H E G A T E W A Y. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

B U I L D I N G O N T H E G A T E W A Y. Copyright 2015, Oracle and/or its affiliates. All rights reserved. B U I L D I N G O N T H E G A T E W A Y Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Smart Grid Communications and Networking

Smart Grid Communications and Networking Smart Grid Communications and Networking EKRAM HOSSAIN University of Manitoba, Canada ZHU HAN University of Houston, Texas H. VINCENT POOR Princeton University, New Jersey CAMBRIDGE UNIVERSITY PRESS Contents

More information

Proposed Node and Network Models for M2M Internet

Proposed Node and Network Models for M2M Internet 2009-2012 NTT CORPORATION. All Rights Reserved. Proposed Node and Network Models for M2M Internet Yuminobu Igarashi NTT Information Sharing Platform Laboratories 2012 NTT Information Sharing Platform Laboratories

More information

ARM mbed mbed OS mbed Cloud

ARM mbed mbed OS mbed Cloud ARM mbed mbed OS mbed Cloud MWC Shanghai 2017 Connecting chip to cloud Device software Device services Third-party cloud services IoT device application mbed Cloud Update IoT cloud applications Analytics

More information

From Smart Lighting to Smart City the public lighting as enabling infrastructure for the resilient urban territory

From Smart Lighting to Smart City the public lighting as enabling infrastructure for the resilient urban territory From Smart Lighting to Smart City the public lighting as enabling infrastructure for the resilient urban territory With the technical partnership of Urban Resiliency Urban Resiliency is the capability

More information

Innovative LED Streetlight Replacement RFP. June 6, 2017 Item 3.6

Innovative LED Streetlight Replacement RFP. June 6, 2017 Item 3.6 Innovative LED Streetlight Replacement RFP June 6, 2017 Item 3.6 Key Premises Goal: Convert streetlights at little/no cost to the General Fund. 1.Non-exclusive use of the poles 2.Real revenue 3.Comply

More information

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website:

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website: Whitepaper IoT Protocols PAASMER Support for Protocols Website: www.mobodexter.com www.paasmer.co 1 Table of Contents 1. Introduction 3 2. IoT Protocols 4 3. Connectivity Protocols 5 4. Application Layer

More information

SMARTATL. A Smart City Overview and Roadmap. Evanta CIO Executive Summit 1

SMARTATL. A Smart City Overview and Roadmap. Evanta CIO Executive Summit 1 SMARTATL A Smart City Overview and Roadmap Evanta CIO Executive Summit 1 Southeast USA Overview Evanta CIO Executive Summit 2 Metro Atlanta Overview Evanta CIO Executive Summit 3 Permits, New Units under

More information

Sensor networks. Ericsson

Sensor networks. Ericsson Sensor networks IoT @ Ericsson NETWORKS Media IT Industries Page 2 Ericsson at a glance Organization & employees CEO Börje Ekholm Technology & Emerging Business Finance & Common Functions Marketing & Communications

More information

W3C Workshop on the Web of Things

W3C Workshop on the Web of Things W3C Workshop on the Web of Things Enablers and services for an open Web of Devices 25 26 June 2014, Berlin, Germany Position Paper by Kheira Bekara, and Chakib Bekara - Centre de de Dveloppement des Technologies

More information

Alma Mater Studiorum University of Bologna CdS Laurea Magistrale (MSc) in Computer Science Engineering

Alma Mater Studiorum University of Bologna CdS Laurea Magistrale (MSc) in Computer Science Engineering Mobile Systems M Alma Mater Studiorum University of Bologna CdS Laurea Magistrale (MSc) in Computer Science Engineering Mobile Systems M course (8 ECTS) II Term Academic Year 2016/2017 08 Application Domains

More information

Integrating Custom Hardware into Sensor Web. Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic

Integrating Custom Hardware into Sensor Web. Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic Integrating Custom Hardware into Sensor Web Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic OUTLINE 1. Introduction 2. State of the art 3. System architecture - main components 3.1 Hardware

More information

Orange Smart Cities. the ICT partner for innovators in the urban space

Orange Smart Cities. the ICT partner for innovators in the urban space Orange Smart Cities the ICT partner for innovators in the urban space Orange Smart Cities offer ICT solutions for large city infrastructures and services to the citizen ETSI Smart Cities Workshop, 3-4

More information

SmartSantander. Dr srđan KrČo

SmartSantander. Dr srđan KrČo SmartSantander a Smart City example Dr srđan KrČo Why Smart Cities now? 50% of the world population lives in a city 2010-2050: Urban population will almost double Cities occupy 2% of the world s geography

More information

An Information Framework for Creating a Smart City through Internet of Things

An Information Framework for Creating a Smart City through Internet of Things An Information Framework for Creating a Smart City through Internet of Things Nilesh Mali 1, Prof A. B. Kanwade 2, PG Scholar, Dept. Of VLSI & Embedded System Engg, SITS Narhe, Pune, M.S., India 1 Assistant

More information

IoT in Smart Cities Technology overview and future trends

IoT in Smart Cities Technology overview and future trends IoT in Smart Cities Technology overview and future trends Rolland Vida, PhD Budapest University of Technology and Economics Smart City Group, Dept. of Telecommunications and Media Informatics IEEE Sensors

More information

Communication Models in Internet of Things: A Survey

Communication Models in Internet of Things: A Survey IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 11 May 2017 ISSN (online): 2349-784X Communication Models in Internet of Things: A Survey Santosh Kulkarni Lecturer Department

More information

Lesson 13 Smart Street-lighting Services And Monitoring. Chapter-12 L13: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 13 Smart Street-lighting Services And Monitoring. Chapter-12 L13: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 13 Smart Street-lighting Services And Monitoring 1 Smart street-lightings and smart-lighting solutions Developed by Synapse Wireless partnering with ThingWorx Enables the development, control, and

More information

Smart City Signage Powered by BoldVu

Smart City Signage Powered by BoldVu Smart City Signage Powered by BoldVu Smart City Initiatives Improve Attract Optimize Traffic management, public safety, waste management, parking, connectivity & mobility Business investment, education,

More information

A Data Collecting and Caching Mechanism for Gateway Middleware in the Web of Things

A Data Collecting and Caching Mechanism for Gateway Middleware in the Web of Things A Data Collecting and Caching Mechanism for Gateway Middleware in the Web of Things Xuchao Chang, Chunhong Zhang, Li Sun Beijing University of Posts and Telecommunications, Beijing, 100876, China E-mail:

More information

GPON Gigabit Passive Optical Network

GPON Gigabit Passive Optical Network GPON Gigabit Passive Optical Network A comprehensive product portfolio for high demand networks. Datacom products meet the various requirements for fiber optical network solutions, providing outstanding

More information

Khartoum, Sudan Dec 2017

Khartoum, Sudan Dec 2017 ITU-SUDACAD Regional Forum on Internet of Things for Development of Smart and Sustainable Cities Khartoum, Sudan 13-14 Dec 2017 Standardized architectures and important standards defining organizations

More information

Lecture 04 Introduction: IoT Networking - Part I

Lecture 04 Introduction: IoT Networking - Part I Introduction to Industry 4.0 and Industrial Internet of Things Prof. Sudip Misra Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture 04 Introduction: IoT Networking

More information

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017 mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM mbed: Connecting chip to cloud Device software Device services Third-party cloud services IoT device application mbed Cloud Update IoT cloud

More information

The smart choice for industrial switches

The smart choice for industrial switches The smart choice for industrial switches Help your customers transform their smart cities, automated factories and wireless outdoor environments. A healthy margin and full support Specify D-Link industrial

More information

The onem2m standard Horizontal Service Layer

The onem2m standard Horizontal Service Layer The onem2m standard Horizontal Service Layer June 8 th 2017, Bordeaux Nicolas Damour, Chairman of the onem2m WG2-Architecture group ndamour@sierrawireless.com Sierra Wireless is building the Internet of

More information

Internet of Things: An Introduction

Internet of Things: An Introduction Internet of Things: An Introduction IoT Overview and Architecture IoT Communication Protocols Acknowledgements 1.1 What is IoT? Internet of Things (IoT) comprises things that have unique identities and

More information

System Architecture Challenges in the Home M2M Network

System Architecture Challenges in the Home M2M Network System Architecture Challenges in the Home M2M Network Michael Starsinic InterDigital Communications M2M Background M2M Communications Machine-to-Machine or Machine-to-Man The Machine usually includes

More information

Loosely Coupled Actor Systems

Loosely Coupled Actor Systems Loosely Coupled Actor Systems for the Internet of Things Raphael Hiesgen Internet Technologies Group Hamburg University of Applied Sciences Agenda Introduction Where We Are Next Steps Risks and Conclusion

More information

ETSI M2M workshop Nov 2013

ETSI M2M workshop Nov 2013 Promoting the use of IP in networks of Smart Objects ETSI M2M workshop Nov 2013 Patrick Wetterwald IPSO President pwetterw@cisco.com IPSO Alliance use only @2013 Enabling the Internet of Things The IPSO

More information

Study of Internet of Things using Simulator

Study of Internet of Things using Simulator International Journal Network and Computer Engineering. ISSN 0975-6485 Volume 8, Number 1 (2017) pp. 7-16 Research India Publications http://www.ripublication.com Study of Internet of Things using Simulator

More information

Internet of Things. Sungkyunkwan University. Mobile Computing. Hyunseung Choo

Internet of Things. Sungkyunkwan University. Mobile Computing. Hyunseung Choo Sungkyunkwan University Internet of Things Mobile Computing Sungkyunkwan University Hyunseung Choo choo@skku.edu Mobile Computing Copyright 2000-2016 Networking Laboratory 1/32 Contents Introduction Characteristics

More information

The Smart Urban Platform

The Smart Urban Platform The Smart Urban Platform M2M Forum 2014, Milan Filippo Murroni, CTO Abo Data 20 May 2014 A Smart City What makes a city smart An efficient technological network that connect people and things Generation

More information

Cyber, An Evolving Ecosystem: Creating The Road For Tomorrows Smart Cities

Cyber, An Evolving Ecosystem: Creating The Road For Tomorrows Smart Cities SESSION ID: SBX3-W1 Cyber, An Evolving Ecosystem: Creating The Road For Tomorrows Smart Cities Gary Hayslip Deputy Director, CISO City of San Diego, CA @ghayslip City of San Diego by the Numbers 11,000+

More information

Implementation of 6LoWPAN Border Router (6BR) in Internet of Things

Implementation of 6LoWPAN Border Router (6BR) in Internet of Things Implementation of 6LoWPAN Border Router (6BR) in Internet of Things Mrs. Snehal Deshmukh-Bhosale, Research Scholar, Raisoni College of Engg. & Management, Wagholi Asst. Professor, RMD Sinhgad School of

More information

Internet of things. F r o m t h e n e t w o r k t o. Ing. Patrizia Macrina Ericsson

Internet of things. F r o m t h e n e t w o r k t o. Ing. Patrizia Macrina Ericsson Internet of things F r o m t h e n e t w o r k t o NETWORKED Ing. Patrizia Macrina Ericsson agenda Introduction IoT Technologies Challenges IoT Market Potential IoT Benefits for Society Conclusion Military

More information

Network Connectivity and Mobility

Network Connectivity and Mobility Network Connectivity and Mobility BSAD 141 Dave Novak Topics Covered Lecture is structured based on the five elements of creating a connected world from the text book (with additional content) 1. Network

More information

Smart City Solution & Case Study. LG Uplus

Smart City Solution & Case Study. LG Uplus Smart City Solution & Case Study LG Uplus LG Group & LGU+ LG Group Overview LG Group Founded in 1947, LG Group now has 3 main business domains Portfolio Revenue (USD) 9.6 B 10.2 B 11.0 B 2015 2016 2017

More information

INTERNATIONAL JOURNAL OF COMPUTATIONAL AND MATHEMATICAL IDEAS [IJCMI] ISSN:

INTERNATIONAL JOURNAL OF COMPUTATIONAL AND MATHEMATICAL IDEAS [IJCMI] ISSN: An Appraisal on: Internet Of Things for Smart Cities M VIJAY KUMAR 1 K GOPALA REDDY 2 1 Assistant Professor Department of Computer Science and Engineering 2 Associate Professor and Head of Department of

More information

Towards a Zero-Configuration Wireless Sensor Network Architecture for Smart Buildings

Towards a Zero-Configuration Wireless Sensor Network Architecture for Smart Buildings Towards a Zero-Configuration Wireless Sensor Network Architecture for Smart Buildings By Lars Schor, Philipp Sommer, Roger Wattenhofer Computer Engineering and Networks Laboratory ETH Zurich, Switzerland

More information

Building the Future. New ICT Enables Smart Cities. Yannis Liapis Oct 25 th,

Building the Future. New ICT Enables Smart Cities. Yannis Liapis Oct 25 th, Building the Future New ICT Enables Smart Cities Yannis Liapis Oct 25 th, 2017 1 Why Do We Need Smart City? Rapid population growth, urbanization acceleration Major issues Global population growth will

More information

Mobile based Text Image Translation System for Smart Tourism. Saw Zay Maung Maung UCSY, Myanmar. 23 November 2017, Brunei

Mobile based Text Image Translation System for Smart Tourism. Saw Zay Maung Maung UCSY, Myanmar. 23 November 2017, Brunei Mobile based Text Image Translation System for Smart Tourism Saw Zay Maung Maung UCSY, Myanmar. 23 November 2017, Brunei 1 Smart Tourism Tourism is cultural and economic phenomenon which entails the movement

More information

IOT Deployed PPI. Montgomery County, MD Thingstitute A case study of three test environments

IOT Deployed PPI. Montgomery County, MD Thingstitute A case study of three test environments IOT Deployed PPI Montgomery County, MD Thingstitute A case study of three test environments What problems exist in IoT? Scalability How many devices can be communicating? Sustainability How long can a

More information

Moving Beyond AMI with the Internet of Things. Paul Nelsen Senior Director, Smartgrid Solutions APAC

Moving Beyond AMI with the Internet of Things. Paul Nelsen Senior Director, Smartgrid Solutions APAC Moving Beyond AMI with the Internet of Things Paul Nelsen Senior Director, Smartgrid Solutions APAC A CHANGING LANDSCAPE Increasing Demand Rising Fuel Costs New Energy Sources Moving beyond AMI with IOT

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

The Integrated Smart & Security Platform Powered the Developing of IOT

The Integrated Smart & Security Platform Powered the Developing of IOT The Integrated Smart & Security Platform Powered the Developing of IOT We Are Entering A New Era- 50million connections Smart-Healthcare Smart-Wearable VR/AR Intelligent Transportation Eco-Agriculture

More information

onem2m ADAPTED FOR SMART CITIES ETSI IOT M2M WORKSHOP 2016 NOV 15 TH 2016

onem2m ADAPTED FOR SMART CITIES ETSI IOT M2M WORKSHOP 2016 NOV 15 TH 2016 onem2m ADAPTED FOR SMART CITIES ETSI IOT M2M WORKSHOP 2016 NOV 15 TH 2016 Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell Labs and CTO group omar.elloumi@nokia.com onem2m www.onem2m.org 2016 onem2m

More information

Smart Islands, Intelligent Nations. Carlyle Roberts, Bahamas Telecommunications Company August 1 st, 2016

Smart Islands, Intelligent Nations. Carlyle Roberts, Bahamas Telecommunications Company August 1 st, 2016 Smart Islands, Intelligent Nations Carlyle Roberts, Bahamas Telecommunications Company August 1 st, 2016 Technology: Constantly Evolving Evolutionary Path Technology: Creating a new world Evolutionary

More information

Unlocking Intelligent Communities with connected lighting and beyond

Unlocking Intelligent Communities with connected lighting and beyond Unlocking Intelligent Communities with connected lighting and beyond Nishit Shah Director, Public Segment nishit.shah@philips.com Philips Lighting Nov 16, 2017 1 Proprietary Philips Lighting, 2017-2018.

More information

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7 IP storage: A review of iscsi, FCIP, ifcp SNIA IP Storage Forum With the advent of new IP storage products and transport protocol standards iscsi, FCIP,

More information

IoT Standardization Process and Smart IoT

IoT Standardization Process and Smart IoT IoT Standardization Process and Smart IoT Reporter: Linpei Li Joint BUPT-Eurecom Open5G Lab 2017.4.29 Table of contents ⅠIoT Standards Ⅱ Our ITU-T Standardization Process Ⅲ Smart IoT Table of contents

More information

Smart Waste Management using Internet of Things Architecture

Smart Waste Management using Internet of Things Architecture Smart Waste Management using Internet of Things Architecture Alexandru Costin AVRAM Department of Economic Informatics and Cybernetics The Bucharest University of Economic Studies ROMANIA alexanderavram@gmail.com

More information

Innovative use of big data - Investing in the Danish smart city sector

Innovative use of big data - Investing in the Danish smart city sector Innovative use of big data - Investing in the Danish smart city sector The liveable city, Glasgow November 10, 2016 Practical Examples of Danish Smart City and IOT Deployments Jeanette Carlsson, CEO newmedia2.0

More information

Enabling Smart Lighting for Smart Cities. How Cheen Ng 18 August 2017

Enabling Smart Lighting for Smart Cities. How Cheen Ng 18 August 2017 Enabling Smart Lighting for Smart Cities How Cheen Ng 18 August 2017 Infineon at a glance Business Segments Automotive 17% (ATV) 31% 41% 11% Revenue FY 2016 Industrial Power Control (IPC) Power Management

More information

Cisco & Sprint Smart City Venture. Stephanie Steele Cisco Systems - Connected City Venture August 2015

Cisco & Sprint Smart City Venture. Stephanie Steele Cisco Systems - Connected City Venture August 2015 Cisco & Sprint Smart City Venture Stephanie Steele Cisco Systems - Connected City Venture August 2015 Agenda Introductions Sprint Strategic Direction Cisco Strategic Direction Venture Overview Kansas City

More information

Clouds and Things. Implications of the Cloud and Internet-of-Things for SCADA/ICS. April 25, 2018

Clouds and Things. Implications of the Cloud and Internet-of-Things for SCADA/ICS. April 25, 2018 Clouds and Things Implications of the Cloud and Internet-of-Things for SCADA/ICS April 25, 2018 Agenda for this presentation Overview of the Cloud, Fog & Internet-of-Things IoT device capabilities IoT

More information

Our Changing Infrastructure

Our Changing Infrastructure Our Changing Infrastructure Meeting the Needs of Customers Today, and Preparing for the 5G Future Rick Woidyla Manager, Connected Cities Global Network & Technology 6/29/18 2017 Verizon. This document

More information

Introduction to Mobile Ubiquitous Computing Systems

Introduction to Mobile Ubiquitous Computing Systems CPET 565 Mobile Computing Systems CPET/ITC 499 Mobile Computing Lecture 1 Introduction to Mobile Ubiquitous Computing Systems Paul I-Hai Lin, Professor Spring 2016 A Specialty Course Purdue University

More information

Kepware Whitepaper. IIoT Protocols to Watch. Aron Semle, R&D Lead. Introduction

Kepware Whitepaper. IIoT Protocols to Watch. Aron Semle, R&D Lead. Introduction Kepware Whitepaper IIoT Protocols to Watch Aron Semle, R&D Lead Introduction IoT is alphabet soup. IIoT, IoE, HTTP, REST, JSON, MQTT, OPC UA, DDS, and the list goes on. Conceptually, we ve discussed IoT

More information

Cisco Wireless Video Surveillance: Improving Operations and Security

Cisco Wireless Video Surveillance: Improving Operations and Security Cisco Wireless Video Surveillance: Improving Operations and Security What You Will Learn Today s organizations need flexible, intelligent systems to help protect people and assets as well as streamline

More information

SMART CITIES. The Gateway to a New India

SMART CITIES. The Gateway to a New India SMART CITIES The Gateway to a New India Contents Urban India A Changing Landscape Smart Cities Mission Spotlight on BSNL BSNL Presence in Smart Cities BSNL Case Studies India is experiencing Rapid Urbanization

More information

Chapter 16 Networking

Chapter 16 Networking Chapter 16 Networking Outline 16.1 Introduction 16.2 Network Topology 16.3 Network Types 16.4 TCP/IP Protocol Stack 16.5 Application Layer 16.5.1 Hypertext Transfer Protocol (HTTP) 16.5.2 File Transfer

More information

Virginia Tech Research Center Arlington, Virginia, USA

Virginia Tech Research Center Arlington, Virginia, USA SMART BUILDINGS AS BUILDING BLOCKS OF A SMART CITY Professor Saifur Rahman Virginia Tech Advanced Research Institute Electrical & Computer Engg Department University of Sarajevo Bosnia, 06 October, 2016

More information

Lesson 10. Circuit Boards and Devices Ethernet and Wi-Wi Connectivity with the Internet

Lesson 10. Circuit Boards and Devices Ethernet and Wi-Wi Connectivity with the Internet Lesson 10 Circuit Boards and Devices Ethernet and Wi-Wi Connectivity with the Internet 1 Connecting Arduino USB to Internet Arduino board IDE supports USB. USB port connects to a mobile or computer or

More information

IOT Accelerator. October, 2017

IOT Accelerator. October, 2017 IOT Accelerator October, 2017 Connected Devices in 2021 28 BILLION 7.1 Billion in 2015 8,7 billion MOBILE PHONES 3.7 Billion in 2015 4,2 billion PC/TABLET/LAPTOOP/FIXED PHONES 4.6 Billion in 2015 15,3

More information

Part I: Future Internet Foundations: Architectural Issues

Part I: Future Internet Foundations: Architectural Issues Part I: Future Internet Foundations: Architectural Issues Part I: Future Internet Foundations: Architectural Issues 3 Introduction The Internet has evolved from a slow, person-to-machine, communication

More information

Chapter 2 Communication for Control in Heterogeneous Power Supply

Chapter 2 Communication for Control in Heterogeneous Power Supply Chapter 2 Communication for Control in Heterogeneous Power Supply The need to modernize the power grid infrastructure, and governments commitment for a cleaner environment, is driving the move towards

More information

Create a smarter environment where information becomes insight

Create a smarter environment where information becomes insight Create a smarter environment where information becomes insight How a seamless network can turn data into intelligence for your smart city or factory Contents Introduction 3 Smart city surveillance: From

More information

Smart Waste Management using Internet-of-Things (IoT)

Smart Waste Management using Internet-of-Things (IoT) Smart Waste Management using Internet-of-Things (IoT) Gopal Kirshna Shyam 1, Sunilkumar S. Manvi 2, Priyanka Bharti 3 School of Computing & Information Technology REVA University, Bengaluru 560 064 Email:

More information

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print,

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print, ANNEX B - Communications Protocol Overheads The OSI Model is a conceptual model that standardizes the functions of a telecommunication or computing system without regard of their underlying internal structure

More information

Jonas Green, Björn Otterdahl HMS Industrial Networks AB. February 22, 2017

Jonas Green, Björn Otterdahl HMS Industrial Networks AB. February 22, 2017 Resource-constrained Industrial Things Proposal for the Adaptation of CoAP to EtherNet/IP Jonas Green, Björn Otterdahl HMS Industrial Networks AB February 22, 2017 Connect all devices in a factory to EtherNet/IP

More information

ICTs for inclusive social and economic development in Japan

ICTs for inclusive social and economic development in Japan ICTs for inclusive social and economic development in Japan 3 December, 2013 Mari ICHIKAWA Ministry of Internal Affairs and Communications (MIC), Japan 1. Overview of Japan's ICT policies Basic Act on

More information

Smart Sustainable Cities. Trends and Real-World Opportunities

Smart Sustainable Cities. Trends and Real-World Opportunities Smart Sustainable Cities Trends and Real-World Opportunities Role Of The GSMA WE ARE THE GLOBAL INDUSTRY VOICE SHAPING THE FUTURE OF MOBILE INDUSTRY FORUM POLICY ADVOCATE MARKET THINK TANK BUSINESS CATALYST

More information

TELECOM & ENERGY «Collaborating to Power the Smart Grids for Digital Growth«

TELECOM & ENERGY «Collaborating to Power the Smart Grids for Digital Growth« REPUBLIC OF ALBANIA ELECTRONIC AND POSTAL COMMUNICATIONS AUTHORITY - AKEP TELECOM & ENERGY «Collaborating to Power the Smart Grids for Digital Growth« SUMMARY What is Smart Grid Communications Networks

More information

Freescale Helps Ease Interoperability Challenges for the Internet of Things

Freescale Helps Ease Interoperability Challenges for the Internet of Things Freescale Helps Ease Interoperability Challenges for the Internet of Things Arnaud Van den Bossche EMEA Marketing and Business Development, Freescale Microcontroller Business Unit TM External Use Freescale

More information

Trends for Smart Grid Automation and Industry 4.0 Integration. presented by Detlef Raddatz Managing Director SystemCORP Embedded Technology

Trends for Smart Grid Automation and Industry 4.0 Integration. presented by Detlef Raddatz Managing Director SystemCORP Embedded Technology Trends for Smart Grid Automation and Industry 4.0 Integration presented by Detlef Raddatz Managing Director SystemCORP Embedded Technology Agenda Introduction Short History of Utility Communication Utility

More information

Internet of Things. Transforming How We Live and Work. Chris Perera Senior Director, AT&T International External & Regulatory Affairs.

Internet of Things. Transforming How We Live and Work. Chris Perera Senior Director, AT&T International External & Regulatory Affairs. 27 April 2016 Internet of Things Transforming How We Live and Work Chris Perera Senior Director, AT&T International External & Regulatory Affairs 2016 AT&T Intellectual Property. All rights reserved. AT&T,

More information

Testimony of Benjamin Aron Director, State Regulatory and External Affairs CTIA Support for Arizona House Bill 2365 February 7 th, 2017

Testimony of Benjamin Aron Director, State Regulatory and External Affairs CTIA Support for Arizona House Bill 2365 February 7 th, 2017 Testimony of Benjamin Aron Director, State Regulatory and External Affairs CTIA Support for Arizona House Bill 2365 February 7 th, 2017 Before the Arizona House Commerce Committee Chair Weninger, Vice-Chair

More information

Smart Organization. Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India

Smart Organization. Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India 2017 IEEE 7th International Advance Computing Conference Smart Organization Vivek Ghule Department of Computer Engineering Vishwakarma Institute of Information Technology Pune, India vivekgghule@gmail.com

More information

Internet of Things Towards a more collaborative model

Internet of Things Towards a more collaborative model i Internet of Things Towards a more collaborative model Brahim GHRIBI Head of Government Relations MEA NOKIA 1 Nokia 2017 Past has been about connecting people, the future is about connecting things Improving

More information