SlideShare uma empresa Scribd logo
1 de 27
Internet of Things 
mindfiresolutions 
- connecting everything.
Introduction 
Kevin Ashton, World Economic Forum [1999] 
- “ Today's information technology is so dependent on data, originated by people that our 
computers know more about ideas than things. 
If we had computers that knew everything about things—using data they gathered without 
any help from us—we would be able to track and count everything, and greatly reduce waste, loss and 
cost. 
We would know when things needed replacing, repairing or recalling, and whether they were 
fresh or past their best. 
The Internet of Things has the potential to change the world, just as the Internet did. Ideas and 
information are important, but things matter much more. ” 
mindfiresolutions
Need and Implementation 
- The IoT can be seen as billions of connected “things”, (a sort of “universal global neural 
network” in the cloud) comprised of smart machines interacting and communicating with other 
machines, people or environment. 
- According to Cisco by 2020, there be 50 billion active Smart devices connected to the 
Web, reaching a market of over 7 trillion dollars. 
- Huge volumes of data will be generated and processed into useful actions that can “command 
and control” things to make lives much easier and safer, reducing our impact on environment. 
- It can be implemented with RFIDs/WSNs, Mobile Networks with Event driven/Data driven 
architecture. 
mindfiresolutions
Framework of IoT mindfiresolutions
Features 
- It is an overlay on internet of computers (machine to machine networks) 
- A universal identity GUID [Global Unique Identification] for each and every device. 
- It can be an ubiquitous computing platform connecting the physical objects to the living beings to the 
internet. 
- Every object will have its digital copy in the cloud which can only be accessed by its respective 
owners. 
- Loose coupling within space, time and synchronization. 
- Communication is triggered on change of state of the connected devices. 
mindfiresolutions
Features [Contd.] 
mindfiresolutions 
- Smart devices with a microcontroller to process data and sensors/communication processors to keep 
a track of online devices and push/pull information to/from them. 
- Embedded OS or Real Time Operating Systems to run the devices 
- Semantic middleware to deal with the heterogeneity of the devices and to allow the creation of self-managed 
systems 
- Semantic Web Approach to build relationships between data. Store Web data in Semantic links and 
discover data with Semantic query. 
- Context Aware Services based on Ambient Intelligence with Bluetooth Low Energy, Sensors, 
Biometrics or RFIDs. 
- Cloud storage & Big Data to store and analyse the data, changes in state, logs of devices.
Knowledge Hierarchy of IoTs mindfiresolutions
An abstract design of IoTs 
mindfiresolutions 
EcoSystem Mapping 
- People using devices in the EcoSystem 
- Person 1, Person 2, Person 3 
- Devices frequently used by the above people 
- Smartphone, Tablet, Laptop, PC, Smart TV, Thermostat, Fitness Band, Car 
- Services used on the above devices by people 
- Streaming Media, Cloud Locker, Internet Radio/Audio, Social Media, Google Maps
EcoSystem Mapping 
Devices based on the frequency of access by the Person 
mindfiresolutions
EcoSystem Mapping 
Sensors which provide data about the Person 
mindfiresolutions
EcoSystem Mapping 
Services available for the devices 
mindfiresolutions
EcoSystem Mapping mindfiresolutions 
Relationship between the devices
Functional View of IoTs 
mindfiresolutions 
- Event driven - In response to a physical event by a person or by an object. 
- Data Driven - Responses are generated on Cloud Data Analytics when a threshold is reached.
Example: 
mindfiresolutions
Device Identification 
mindfiresolutions 
- IPv6 can be used for identification. They are well-defined sequence of 32 hex digits grouped into 
chunks of 8-4-4-4-12. This gives us 2^128 or about 10^38 numbers/identifiers. [GUID creator] 
- RFID[ Radio frequency Identification ] is based on radio-frequency electromagnetic fields to transfer 
data and for identification & tracking of tags attached to objects. 
- Digital Watermarking is a way of embedding noise-tolerant signal such as audio or image data in a 
carrier signal. Digital watermarks may be used to verify the authenticity or integrity of the carrier signal 
or to show the identity of its owners. 
- Object Name Service [ONS] developed by GS1 enables the objects using GS1 identification keys to 
be located via Internet. 
- UDI (Unique Device Identification) consisting of Device Identifier (DI) and Product Identifier (PI)
Naming Schemes mindfiresolutions 
Project/ Architecture Naming Scheme Method(s) Applied to make the Identifier 
IPv6 URI hierarchy identifier, encoding additional 
Information 
Global IP Protocol AAID (Address Access 
Identifier) 
encoding additional Information 
GS1 GS1 Identification Keys random data, encoding additional information 
SWE (Sensor Web 
Enablement) 
Sensor UID encoding additional information 
IoT@Work Name of a node within a 
namespace 
hierarchy identifier, encoding additional 
information 
NDN (Named Data 
Networking) 
Name of the data hierarchy identifier, encoding additional 
information, cryptographic operations 
Mobility First GUID encoding additional information, cryptographic 
operations
mindfiresolutions 
Middle Layer Architecture 
- In a ubiquitous computing environment, it is not possible to impose standards and make everyone 
comply. Middleware offers common services for applications and eases application development and 
also provides transparency in the application layer. 
- Pub/Sub (Publish/Subscribe) Systems are designed to deliver events from a publishing source to 
clients asynchronously, which means that the interacting objects need not know each other. 
- Programming Languages Approach: 
Spatial Views is a language extension to Java that is designed for resource constrained devices 
in WSNs (Wireless Sensor Networks). Devices providing the same services and residing in the same 
location are collectively represented as a spatial view. The language runtime takes care of discovery, 
communication and migration of computations amongst nodes. 
Many-to-Many Invocation (M2MI) enables building applications that run in MANETs (Mobile ad-hoc 
Networks) and provides language abstractions for broadcasting messages to multiple devices. 
Messages are broadcasted to objects of a specified type, within a defined communication range. But it 
can only be applied to small applications like chat and printer services.
Networks 
mindfiresolutions 
- Wireless Sensor Network (WSN) consists of distributed autonomous sensors to monitor 
physical and environmental conditions based on sensor nodes which are sent to a centralized system 
for analytics and monitoring. It consists of : 
WSN hardware - Typically a node consists of sensor interfaces, processing units, transceiver units 
and power supply. Modern sensor nodes can even communicate using one frequency band. 
WSN communication stack - The nodes are deployed in an ad-hoc manner for most applications. 
Designing an appropriate topology, routing and MAC layer is critical for scalability and longevity of the 
deployed network. 
Middleware - It is a combination of cyber infrastructure with a Service Oriented Architecture (SOA) 
and sensor networks to provide access to heterogeneous sensor resources in an independent 
manner. 
Secure Data aggregation - An efficient and secure data aggregation method is required for extending 
the lifetime of the network as well as ensuring reliable data collected from sensors.
mindfiresolutions 
Data Storage & Analytics 
- Cloud computing will enable end-to-end service provisioning for businesses and users to access 
applications on demand from anywhere. It can also offer Infrastructures, Platforms or Software as a 
service where the full potential of human creativity can be utilized. 
Automatic management of clouds for hosting and delivering IoT services as SaaS (Software-as-a- 
Service) applications will be the integrating platform of the Future Internet. 
To manage SaaS applications on a large scale, the Platform as a Service (PaaS) layer needs to 
coordinate with the cloud without impacting the Quality of Service (QoS) requirements of the 
application. 
This coordination requires the PaaS layer to support autonomic management capabilities, required to 
handle the scheduling of applications and provisioning of resource such that the user QoS 
requirements are satisfied. 
Therefore the cloud centric architecture can be used best where cost based services are required.
Growth of Applications mindfiresolutions
mindfiresolutions 
Applications 
- The GeoWeb and Digital Earth are promising applications which could help to organise the physical 
objects based on their location. 
- Control of CO2 emissions of factories, pollution emitted by cars and toxic gases generated in farms, 
monitoring of combustion gases and preemptive fire conditions to define alert zones. 
- Monitoring of conditions of patients inside hospitals and old age homes.Measurement of UV sun rays 
to warn people not to be exposed in certain hours. 
- Energy and water supply consumption monitoring to obtain advice on how to save cost and 
resources. Switching on and off remotely appliances to avoid accidents and save energy. 
- Study of weather conditions in fields to forecast ice formation, rain, drought, snow or wind changes. 
Selective irrigation in dry zones to reduce the water resources required in the green. 
- Information collection & sending real time alarms to emergencies or provide advice to drivers.
Applications [Contd.] 
- Monitoring of toxic gas and oxygen levels inside chemical plants to ensure workers and goods safety. 
Machine auto-diagnosis and assets control. 
- Control of rotation of products in shelves and warehouses to automate restocking processes. 
- Getting advices in the point of sale according to customer habits, preferences, presence of allergenic 
components for them or expiring dates. 
- Distributed measurement of radiation levels in nuclear power stations surroundings to generate 
leakage alerts in power plants. 
- Monitoring of soil moisture, vibrations and earth density to detect dangerous patterns in land 
conditions and predict earthquakes. 
- Monitoring of vehicles and pedestrian levels to optimize driving and walking routes. 
mindfiresolutions
Drawbacks 
- According to Hewlett-Packard 70% of the Internet of things are Hackable. 
- Lack of standards to handle the Middleware.Various interfaces in different devices could make our 
life difficult and could take considerable time to adjust. 
- The IoT could lead to users being continuously monitored by health devices, traffic management, 
security controls and other sensors, therefore leaving no room for privacy. 
- Over-relying on technology on a daily basis, making decisions by the information from it could lead to 
devastation. No system is robust and can have severe repercussions when it crashes. 
- The automation of IoT will have a critical impact on the employment prospects of less-educated 
workers and could largely devastating to society as a whole. 
- Complete Autonomy in some hands is definitely not commendable. 
mindfiresolutions
Conclusion 
mindfiresolutions 
- The proliferation (growth) of devices with communicating- actuating capabilities is bringing closer the 
vision of an Internet of Things. 
- Middleware which is still being standardised will play a crucial role in keeping the applications on 
resource-constrained devices optimized and providing a seamless experience for the solution 
developers as well as the end user. 
- With the help of Internet of Things engineers and scientists are transforming cities into living 
organisms where everything is interconnected. 
Example: Songdo International Business District (SIBD), South Korea 
- Though the Internet of Things had a slow start compared to its predecessor(Internet), it will play a 
very important role in the way we interact with our environment. So, as long as the privacy of users is 
preserved, it could act as a boon for this Tech-savvy generation, else it could be just another 
necessary evil which can neither be accepted holistically nor be rejected of its existence.
mindfiresolutions 
Questions?
References 
http://en.wikipedia.org/wiki/Internet_of_Things 
http://www.sciencedirect.com/science/article/pii/S0167739X13000241 
mindfiresolutions 
http://www.academia.edu/285681/Third_International_DisCoTec_Workshop_on_Context- 
Aware_Adaptation_Mechanisms_for_Pervasive_and_Ubiquitous_Services_CAMPUS_2010_ 
http://www.freescale.com/files/32bit/doc/white_paper/INTOTHNGSWP.pdf 
http://www.cse.wustl.edu/~jain/cse570-13/ftp/iot_name/index.html 
http://mobilityfirst.winlab.rutgers.edu/documents/IoT_SoS_paper_final_4.12.pdf 
http://www.raritan.com/blog/detail/the-internet-of-things-will-make-a-dcim-solution-a-necessity
Thanks! 
- Ansuraj Khadanga 
mindfiresolutions

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Internet of things(IoT)
Internet of things(IoT)Internet of things(IoT)
Internet of things(IoT)
 
FUTURE OF IOT
FUTURE OF IOTFUTURE OF IOT
FUTURE OF IOT
 
Iot internet-of-things-ppt
Iot internet-of-things-pptIot internet-of-things-ppt
Iot internet-of-things-ppt
 
Internet of Things and its applications
Internet of Things and its applicationsInternet of Things and its applications
Internet of Things and its applications
 
IoT
IoTIoT
IoT
 
Internet of Things Overview
Internet of Things OverviewInternet of Things Overview
Internet of Things Overview
 
iot seminar topic
iot seminar topic iot seminar topic
iot seminar topic
 
Internet of things (IoT)
Internet of things (IoT)Internet of things (IoT)
Internet of things (IoT)
 
Iot ppt
Iot pptIot ppt
Iot ppt
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
Artificial intelligence of things(AIoT): What is AIoT: AIoT applications
Artificial intelligence of things(AIoT): What is AIoT: AIoT applicationsArtificial intelligence of things(AIoT): What is AIoT: AIoT applications
Artificial intelligence of things(AIoT): What is AIoT: AIoT applications
 
Internet of things - challenges scopes and solutions
Internet of things - challenges scopes and solutionsInternet of things - challenges scopes and solutions
Internet of things - challenges scopes and solutions
 
Internet of things(IOT)
Internet of things(IOT)Internet of things(IOT)
Internet of things(IOT)
 
Industrial IoT in a Nutshell
Industrial IoT in a NutshellIndustrial IoT in a Nutshell
Industrial IoT in a Nutshell
 
THE INTERNET OF THINGS
THE INTERNET OF THINGSTHE INTERNET OF THINGS
THE INTERNET OF THINGS
 
Introduction to IoT Architectures and Protocols
Introduction to IoT Architectures and ProtocolsIntroduction to IoT Architectures and Protocols
Introduction to IoT Architectures and Protocols
 
IoT
IoT  IoT
IoT
 
Internet of Things (IoT) - Slide Marvels, Top PowerPoint presentation design ...
Internet of Things (IoT) - Slide Marvels, Top PowerPoint presentation design ...Internet of Things (IoT) - Slide Marvels, Top PowerPoint presentation design ...
Internet of Things (IoT) - Slide Marvels, Top PowerPoint presentation design ...
 
The IoT Advantage
The IoT AdvantageThe IoT Advantage
The IoT Advantage
 
Iot
IotIot
Iot
 

Destaque

Wirelessstandards2009 08-19final
Wirelessstandards2009 08-19finalWirelessstandards2009 08-19final
Wirelessstandards2009 08-19final
zimran02
 
Mobile Agents for the Integration of Wireless Sensor Networks and the Interne...
Mobile Agents for the Integration of Wireless Sensor Networks and the Interne...Mobile Agents for the Integration of Wireless Sensor Networks and the Interne...
Mobile Agents for the Integration of Wireless Sensor Networks and the Interne...
Teemu Leppänen
 

Destaque (20)

Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-gInternet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
 
Environmental IoT "VasP": Environmental sensing system using business vehicle
Environmental IoT "VasP": Environmental sensing system using business vehicleEnvironmental IoT "VasP": Environmental sensing system using business vehicle
Environmental IoT "VasP": Environmental sensing system using business vehicle
 
Mobile Crowdsensing with Mobile Agents
Mobile Crowdsensing with Mobile AgentsMobile Crowdsensing with Mobile Agents
Mobile Crowdsensing with Mobile Agents
 
Wirelessstandards2009 08-19final
Wirelessstandards2009 08-19finalWirelessstandards2009 08-19final
Wirelessstandards2009 08-19final
 
Microsoft's view of the Internet of Things (IoT) by Imran Shafqat
Microsoft's view of the Internet of Things (IoT) by Imran ShafqatMicrosoft's view of the Internet of Things (IoT) by Imran Shafqat
Microsoft's view of the Internet of Things (IoT) by Imran Shafqat
 
Internet of Things for Underground Drainage and manhole Monitoring System for...
Internet of Things for Underground Drainage and manhole Monitoring System for...Internet of Things for Underground Drainage and manhole Monitoring System for...
Internet of Things for Underground Drainage and manhole Monitoring System for...
 
Environmental monitoring - surface sampling
Environmental monitoring - surface samplingEnvironmental monitoring - surface sampling
Environmental monitoring - surface sampling
 
Innovation in environmental monitoring
Innovation in environmental monitoring Innovation in environmental monitoring
Innovation in environmental monitoring
 
Iot Report
Iot ReportIot Report
Iot Report
 
Environmental monitoring - Introduction
Environmental monitoring - IntroductionEnvironmental monitoring - Introduction
Environmental monitoring - Introduction
 
Microbiology training module--finger dab& higeine
Microbiology training module--finger dab& higeine Microbiology training module--finger dab& higeine
Microbiology training module--finger dab& higeine
 
IoT introduction
IoT introductionIoT introduction
IoT introduction
 
IoT introduction 2015
IoT introduction 2015IoT introduction 2015
IoT introduction 2015
 
Effective Use of Environmental Monitoring Data Trending
Effective Use of Environmental Monitoring Data TrendingEffective Use of Environmental Monitoring Data Trending
Effective Use of Environmental Monitoring Data Trending
 
Mobile Agents for the Integration of Wireless Sensor Networks and the Interne...
Mobile Agents for the Integration of Wireless Sensor Networks and the Interne...Mobile Agents for the Integration of Wireless Sensor Networks and the Interne...
Mobile Agents for the Integration of Wireless Sensor Networks and the Interne...
 
Introduction to IOT
Introduction to IOTIntroduction to IOT
Introduction to IOT
 
IoT: An introduction
IoT: An introductionIoT: An introduction
IoT: An introduction
 
Mobile Ad-hoc Network (MANET) Applications
Mobile Ad-hoc Network (MANET) ApplicationsMobile Ad-hoc Network (MANET) Applications
Mobile Ad-hoc Network (MANET) Applications
 
mobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applicationsmobile ad-hoc network (MANET) and its applications
mobile ad-hoc network (MANET) and its applications
 
Environmental monitoring
Environmental monitoringEnvironmental monitoring
Environmental monitoring
 

Semelhante a Internet Of Things (IOT)

OCS352-IOT -UNIT-1.pdf
OCS352-IOT -UNIT-1.pdfOCS352-IOT -UNIT-1.pdf
OCS352-IOT -UNIT-1.pdf
gopinathcreddy
 
Telecom trends 261112
Telecom trends 261112Telecom trends 261112
Telecom trends 261112
Sharon Rozov
 

Semelhante a Internet Of Things (IOT) (20)

Energy Efficiency in Internet of Things
Energy Efficiency in Internet of ThingsEnergy Efficiency in Internet of Things
Energy Efficiency in Internet of Things
 
Iot architecture
Iot architectureIot architecture
Iot architecture
 
Emerging chapter 4.pptx
Emerging chapter 4.pptxEmerging chapter 4.pptx
Emerging chapter 4.pptx
 
iotarchitecture-190506052723.pdf
iotarchitecture-190506052723.pdfiotarchitecture-190506052723.pdf
iotarchitecture-190506052723.pdf
 
Fog Computing: Helping the Internet of Things Realize its Potential
Fog Computing: Helping the Internet of Things Realize its PotentialFog Computing: Helping the Internet of Things Realize its Potential
Fog Computing: Helping the Internet of Things Realize its Potential
 
Unit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptxUnit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptx
 
Emergence of IoT,Introduction, Evolution
Emergence of IoT,Introduction, EvolutionEmergence of IoT,Introduction, Evolution
Emergence of IoT,Introduction, Evolution
 
Emergence of IoT,Introduction, Evolution
Emergence of IoT,Introduction, EvolutionEmergence of IoT,Introduction, Evolution
Emergence of IoT,Introduction, Evolution
 
IOT_PPT1.pdf
IOT_PPT1.pdfIOT_PPT1.pdf
IOT_PPT1.pdf
 
Module 1 Internet of Things (2).ppt.pdf on iot
Module 1 Internet of Things (2).ppt.pdf on iotModule 1 Internet of Things (2).ppt.pdf on iot
Module 1 Internet of Things (2).ppt.pdf on iot
 
1570272924-3
1570272924-31570272924-3
1570272924-3
 
OCS352-IOT -UNIT-1.pdf
OCS352-IOT -UNIT-1.pdfOCS352-IOT -UNIT-1.pdf
OCS352-IOT -UNIT-1.pdf
 
SmartCity IOT Big Data SPP.pptx
SmartCity IOT Big Data SPP.pptxSmartCity IOT Big Data SPP.pptx
SmartCity IOT Big Data SPP.pptx
 
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdfHOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
HOME-AUTOMATION-SYSTEM-USING-INTERNET-OF-THINGS.pdf
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
 
Telecom trends 261112
Telecom trends 261112Telecom trends 261112
Telecom trends 261112
 
13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)
 
Iot and cloud computing on pervasive healthcare
Iot and cloud computing on pervasive healthcareIot and cloud computing on pervasive healthcare
Iot and cloud computing on pervasive healthcare
 
IOT Model An Overview
IOT Model An OverviewIOT Model An Overview
IOT Model An Overview
 
Internet of things & its insights
Internet of things & its insightsInternet of things & its insights
Internet of things & its insights
 

Mais de Mindfire Solutions

Mais de Mindfire Solutions (20)

Physician Search and Review
Physician Search and ReviewPhysician Search and Review
Physician Search and Review
 
diet management app
diet management appdiet management app
diet management app
 
Business Technology Solution
Business Technology SolutionBusiness Technology Solution
Business Technology Solution
 
Remote Health Monitoring
Remote Health MonitoringRemote Health Monitoring
Remote Health Monitoring
 
Influencer Marketing Solution
Influencer Marketing SolutionInfluencer Marketing Solution
Influencer Marketing Solution
 
ELMAH
ELMAHELMAH
ELMAH
 
High Availability of Azure Applications
High Availability of Azure ApplicationsHigh Availability of Azure Applications
High Availability of Azure Applications
 
IOT Hands On
IOT Hands OnIOT Hands On
IOT Hands On
 
Glimpse of Loops Vs Set
Glimpse of Loops Vs SetGlimpse of Loops Vs Set
Glimpse of Loops Vs Set
 
Oracle Sql Developer-Getting Started
Oracle Sql Developer-Getting StartedOracle Sql Developer-Getting Started
Oracle Sql Developer-Getting Started
 
Adaptive Layout In iOS 8
Adaptive Layout In iOS 8Adaptive Layout In iOS 8
Adaptive Layout In iOS 8
 
Introduction to Auto-layout : iOS/Mac
Introduction to Auto-layout : iOS/MacIntroduction to Auto-layout : iOS/Mac
Introduction to Auto-layout : iOS/Mac
 
LINQPad - utility Tool
LINQPad - utility ToolLINQPad - utility Tool
LINQPad - utility Tool
 
Get started with watch kit development
Get started with watch kit developmentGet started with watch kit development
Get started with watch kit development
 
Swift vs Objective-C
Swift vs Objective-CSwift vs Objective-C
Swift vs Objective-C
 
Material Design in Android
Material Design in AndroidMaterial Design in Android
Material Design in Android
 
Introduction to OData
Introduction to ODataIntroduction to OData
Introduction to OData
 
Ext js Part 2- MVC
Ext js Part 2- MVCExt js Part 2- MVC
Ext js Part 2- MVC
 
ExtJs Basic Part-1
ExtJs Basic Part-1ExtJs Basic Part-1
ExtJs Basic Part-1
 
Spring Security Introduction
Spring Security IntroductionSpring Security Introduction
Spring Security Introduction
 

Último

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 

Último (20)

Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Generic or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisionsGeneric or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisions
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 

Internet Of Things (IOT)

  • 1. Internet of Things mindfiresolutions - connecting everything.
  • 2. Introduction Kevin Ashton, World Economic Forum [1999] - “ Today's information technology is so dependent on data, originated by people that our computers know more about ideas than things. If we had computers that knew everything about things—using data they gathered without any help from us—we would be able to track and count everything, and greatly reduce waste, loss and cost. We would know when things needed replacing, repairing or recalling, and whether they were fresh or past their best. The Internet of Things has the potential to change the world, just as the Internet did. Ideas and information are important, but things matter much more. ” mindfiresolutions
  • 3. Need and Implementation - The IoT can be seen as billions of connected “things”, (a sort of “universal global neural network” in the cloud) comprised of smart machines interacting and communicating with other machines, people or environment. - According to Cisco by 2020, there be 50 billion active Smart devices connected to the Web, reaching a market of over 7 trillion dollars. - Huge volumes of data will be generated and processed into useful actions that can “command and control” things to make lives much easier and safer, reducing our impact on environment. - It can be implemented with RFIDs/WSNs, Mobile Networks with Event driven/Data driven architecture. mindfiresolutions
  • 4. Framework of IoT mindfiresolutions
  • 5. Features - It is an overlay on internet of computers (machine to machine networks) - A universal identity GUID [Global Unique Identification] for each and every device. - It can be an ubiquitous computing platform connecting the physical objects to the living beings to the internet. - Every object will have its digital copy in the cloud which can only be accessed by its respective owners. - Loose coupling within space, time and synchronization. - Communication is triggered on change of state of the connected devices. mindfiresolutions
  • 6. Features [Contd.] mindfiresolutions - Smart devices with a microcontroller to process data and sensors/communication processors to keep a track of online devices and push/pull information to/from them. - Embedded OS or Real Time Operating Systems to run the devices - Semantic middleware to deal with the heterogeneity of the devices and to allow the creation of self-managed systems - Semantic Web Approach to build relationships between data. Store Web data in Semantic links and discover data with Semantic query. - Context Aware Services based on Ambient Intelligence with Bluetooth Low Energy, Sensors, Biometrics or RFIDs. - Cloud storage & Big Data to store and analyse the data, changes in state, logs of devices.
  • 7. Knowledge Hierarchy of IoTs mindfiresolutions
  • 8. An abstract design of IoTs mindfiresolutions EcoSystem Mapping - People using devices in the EcoSystem - Person 1, Person 2, Person 3 - Devices frequently used by the above people - Smartphone, Tablet, Laptop, PC, Smart TV, Thermostat, Fitness Band, Car - Services used on the above devices by people - Streaming Media, Cloud Locker, Internet Radio/Audio, Social Media, Google Maps
  • 9. EcoSystem Mapping Devices based on the frequency of access by the Person mindfiresolutions
  • 10. EcoSystem Mapping Sensors which provide data about the Person mindfiresolutions
  • 11. EcoSystem Mapping Services available for the devices mindfiresolutions
  • 12. EcoSystem Mapping mindfiresolutions Relationship between the devices
  • 13. Functional View of IoTs mindfiresolutions - Event driven - In response to a physical event by a person or by an object. - Data Driven - Responses are generated on Cloud Data Analytics when a threshold is reached.
  • 15. Device Identification mindfiresolutions - IPv6 can be used for identification. They are well-defined sequence of 32 hex digits grouped into chunks of 8-4-4-4-12. This gives us 2^128 or about 10^38 numbers/identifiers. [GUID creator] - RFID[ Radio frequency Identification ] is based on radio-frequency electromagnetic fields to transfer data and for identification & tracking of tags attached to objects. - Digital Watermarking is a way of embedding noise-tolerant signal such as audio or image data in a carrier signal. Digital watermarks may be used to verify the authenticity or integrity of the carrier signal or to show the identity of its owners. - Object Name Service [ONS] developed by GS1 enables the objects using GS1 identification keys to be located via Internet. - UDI (Unique Device Identification) consisting of Device Identifier (DI) and Product Identifier (PI)
  • 16. Naming Schemes mindfiresolutions Project/ Architecture Naming Scheme Method(s) Applied to make the Identifier IPv6 URI hierarchy identifier, encoding additional Information Global IP Protocol AAID (Address Access Identifier) encoding additional Information GS1 GS1 Identification Keys random data, encoding additional information SWE (Sensor Web Enablement) Sensor UID encoding additional information IoT@Work Name of a node within a namespace hierarchy identifier, encoding additional information NDN (Named Data Networking) Name of the data hierarchy identifier, encoding additional information, cryptographic operations Mobility First GUID encoding additional information, cryptographic operations
  • 17. mindfiresolutions Middle Layer Architecture - In a ubiquitous computing environment, it is not possible to impose standards and make everyone comply. Middleware offers common services for applications and eases application development and also provides transparency in the application layer. - Pub/Sub (Publish/Subscribe) Systems are designed to deliver events from a publishing source to clients asynchronously, which means that the interacting objects need not know each other. - Programming Languages Approach: Spatial Views is a language extension to Java that is designed for resource constrained devices in WSNs (Wireless Sensor Networks). Devices providing the same services and residing in the same location are collectively represented as a spatial view. The language runtime takes care of discovery, communication and migration of computations amongst nodes. Many-to-Many Invocation (M2MI) enables building applications that run in MANETs (Mobile ad-hoc Networks) and provides language abstractions for broadcasting messages to multiple devices. Messages are broadcasted to objects of a specified type, within a defined communication range. But it can only be applied to small applications like chat and printer services.
  • 18. Networks mindfiresolutions - Wireless Sensor Network (WSN) consists of distributed autonomous sensors to monitor physical and environmental conditions based on sensor nodes which are sent to a centralized system for analytics and monitoring. It consists of : WSN hardware - Typically a node consists of sensor interfaces, processing units, transceiver units and power supply. Modern sensor nodes can even communicate using one frequency band. WSN communication stack - The nodes are deployed in an ad-hoc manner for most applications. Designing an appropriate topology, routing and MAC layer is critical for scalability and longevity of the deployed network. Middleware - It is a combination of cyber infrastructure with a Service Oriented Architecture (SOA) and sensor networks to provide access to heterogeneous sensor resources in an independent manner. Secure Data aggregation - An efficient and secure data aggregation method is required for extending the lifetime of the network as well as ensuring reliable data collected from sensors.
  • 19. mindfiresolutions Data Storage & Analytics - Cloud computing will enable end-to-end service provisioning for businesses and users to access applications on demand from anywhere. It can also offer Infrastructures, Platforms or Software as a service where the full potential of human creativity can be utilized. Automatic management of clouds for hosting and delivering IoT services as SaaS (Software-as-a- Service) applications will be the integrating platform of the Future Internet. To manage SaaS applications on a large scale, the Platform as a Service (PaaS) layer needs to coordinate with the cloud without impacting the Quality of Service (QoS) requirements of the application. This coordination requires the PaaS layer to support autonomic management capabilities, required to handle the scheduling of applications and provisioning of resource such that the user QoS requirements are satisfied. Therefore the cloud centric architecture can be used best where cost based services are required.
  • 20. Growth of Applications mindfiresolutions
  • 21. mindfiresolutions Applications - The GeoWeb and Digital Earth are promising applications which could help to organise the physical objects based on their location. - Control of CO2 emissions of factories, pollution emitted by cars and toxic gases generated in farms, monitoring of combustion gases and preemptive fire conditions to define alert zones. - Monitoring of conditions of patients inside hospitals and old age homes.Measurement of UV sun rays to warn people not to be exposed in certain hours. - Energy and water supply consumption monitoring to obtain advice on how to save cost and resources. Switching on and off remotely appliances to avoid accidents and save energy. - Study of weather conditions in fields to forecast ice formation, rain, drought, snow or wind changes. Selective irrigation in dry zones to reduce the water resources required in the green. - Information collection & sending real time alarms to emergencies or provide advice to drivers.
  • 22. Applications [Contd.] - Monitoring of toxic gas and oxygen levels inside chemical plants to ensure workers and goods safety. Machine auto-diagnosis and assets control. - Control of rotation of products in shelves and warehouses to automate restocking processes. - Getting advices in the point of sale according to customer habits, preferences, presence of allergenic components for them or expiring dates. - Distributed measurement of radiation levels in nuclear power stations surroundings to generate leakage alerts in power plants. - Monitoring of soil moisture, vibrations and earth density to detect dangerous patterns in land conditions and predict earthquakes. - Monitoring of vehicles and pedestrian levels to optimize driving and walking routes. mindfiresolutions
  • 23. Drawbacks - According to Hewlett-Packard 70% of the Internet of things are Hackable. - Lack of standards to handle the Middleware.Various interfaces in different devices could make our life difficult and could take considerable time to adjust. - The IoT could lead to users being continuously monitored by health devices, traffic management, security controls and other sensors, therefore leaving no room for privacy. - Over-relying on technology on a daily basis, making decisions by the information from it could lead to devastation. No system is robust and can have severe repercussions when it crashes. - The automation of IoT will have a critical impact on the employment prospects of less-educated workers and could largely devastating to society as a whole. - Complete Autonomy in some hands is definitely not commendable. mindfiresolutions
  • 24. Conclusion mindfiresolutions - The proliferation (growth) of devices with communicating- actuating capabilities is bringing closer the vision of an Internet of Things. - Middleware which is still being standardised will play a crucial role in keeping the applications on resource-constrained devices optimized and providing a seamless experience for the solution developers as well as the end user. - With the help of Internet of Things engineers and scientists are transforming cities into living organisms where everything is interconnected. Example: Songdo International Business District (SIBD), South Korea - Though the Internet of Things had a slow start compared to its predecessor(Internet), it will play a very important role in the way we interact with our environment. So, as long as the privacy of users is preserved, it could act as a boon for this Tech-savvy generation, else it could be just another necessary evil which can neither be accepted holistically nor be rejected of its existence.
  • 26. References http://en.wikipedia.org/wiki/Internet_of_Things http://www.sciencedirect.com/science/article/pii/S0167739X13000241 mindfiresolutions http://www.academia.edu/285681/Third_International_DisCoTec_Workshop_on_Context- Aware_Adaptation_Mechanisms_for_Pervasive_and_Ubiquitous_Services_CAMPUS_2010_ http://www.freescale.com/files/32bit/doc/white_paper/INTOTHNGSWP.pdf http://www.cse.wustl.edu/~jain/cse570-13/ftp/iot_name/index.html http://mobilityfirst.winlab.rutgers.edu/documents/IoT_SoS_paper_final_4.12.pdf http://www.raritan.com/blog/detail/the-internet-of-things-will-make-a-dcim-solution-a-necessity
  • 27. Thanks! - Ansuraj Khadanga mindfiresolutions

Notas do Editor

  1. #1 avoiding jargons