Internet of Things (IoT)

Slides:



Advertisements
Similar presentations
SOAP: Simple Object Access Protocol CS 795/895. Reference links Video: 2-M.
Advertisements

SM3121 Software Technology Mark Green School of Creative Media.
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
Unit 1 — Computer Basics Lesson 1 — Understanding Computers and Computer Literacy.
1 The Internet of Things. 2 Agenda IntroductionWhat is the Internet of Things?What are these “things”?What is.
Dr. Michael D. Featherstone Summer 2013 Introduction to e-Commerce Web Analytics.
1 The Internet and Networked Multimedia. 2 Layering  Internet protocols are designed to work in layers, with each layer building on the facilities provided.
Unit 9: Distributing Computing & Networking Kaplan University 1.
1 Pertemuan 5 Networking Models. Discussion Topics Using layers to analyze problems in a flow of materials Using layers to describe data communication.
IoT Primer Stephen Bates | Energy Huntsville: Tues 15 Dec
Engineering Secure Software. Agenda  What is IoT?  Security implications of IoT  IoT Attack Surface Areas  IoT Testing Guidelines  Top IoT Vulnerabilities.
Internet of Things. IoT Novel paradigm – Rapidly gaining ground in the wireless scenario Basic idea – Pervasive presence around us a variety of things.
Internet of Things (IoT) Or Internet of Everythings (IoE) A very brief introduction Internet of Things1.
THE LARGEST NAME SERVICE ACTING AS A PHONE BOOK FOR THE INTERNET The Domain Name System click here to next page 1.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 1 What Is a Computer?
CloudMAC: Moving MAC frames processing of the Sink to Cloud.
Internet of Things, Are You Ready?. Contents ●Introduction ●IoT Examples? ●IoT Benefits ○For Industries ○The Internet of Things In Organizations ○The.
Internet of Things – Getting Started
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
I NTERNET OF T HINGS. 2 By, Dr. Kayarvizhy N An Introduction to Internet of Things Associate Professor BMS College of Engineering Bull Temple Road Bangalore.
Protocols and layering Network protocols and software Layered protocol suites The OSI 7 layer model Common network design issues and solutions.
Date: April. 13, Monday Evening.
IoT Developer Survey Results
CompTIA Security+ Study Guide (SY0-401)
Security in Internet of Things Begins with the Data
Simple Threat Management For IT Teams and MSPs
James Robertson 17th April 2014 #Scotrug
Internet of Things (Part 1)
IoT Integration Patterns, REST, and CoAP
HTTP and Abstraction on the Internet
HTTP and Abstraction on the Internet
HTTP AND ABSTRACTION ON THE INTERNET
Building a conference attendee tracking system using DNN and MQTT
Vision: The Case for Symbiosis in the Internet of Things
Encryption and Network Security
Cloud Architecture Internet of Everything Meetup
HTTP and Abstraction on the Internet
HTTP and Abstraction on the Internet
System Design of Internet-of-Things for Residential Smart Grid
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Academic Talent Search
Internet of Things and its applications
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Algorithms for Big Data Delivery over the Internet of Things
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Understanding the OSI Reference Model
Internet of Things.
Software Architecture in Practice
CompTIA Security+ Study Guide (SY0-401)
Internet of Things
Objectives Overview Explain why computer literacy is vital to success in today's world Describe the five components of a computer Discuss the advantages.
The Internet of Things (IoT)
Order Management For Shippers.
Mobile Commerce and the Internet of Things
Internet of Things (IoT)
Smart University utilising the concept of the Internet of Things (IoT) Simon Downes BSc MBCS Carlene Campbell March 2018.
Standards for the Internet of Things
Chapter Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of various network.
Cloud computing mechanisms
Internet of Things Farhan Malik.
IT Megatrends that shape the Digital Future…
Internet of Things (IoT) for Industrial Development and Automation
Computer Networks Topic :User datagram protocol Transmission Control Protocol -Hemashree S( )
INTERNET OF THINGS (IoT)
IoT Requirements for Networking Protocols Sadoon Azizi Department of Computer Engineering and IT.
Food Inventory Tracker
5G/IoT Technologies for Smart Metering
But wait… There are cool IoT devices too!
Presentation transcript:

Internet of Things (IoT) Amadou Diallo, Jason Bradley, Julio de Sa, Linden Haynes, Jeremy Taylor CS4622 (8PM) Team 1

What is the Internet of Things? Recent trend in device connectivity connects several “things” Millions of devices that aren’t connected – but could be - causes us to lose a lot of potential data Gartner’s “Hype Cycle” keeps our expectations in check. Speaker should mention what “things” are Speaker should mention things that have been made to be connected that weren’t previously and things that are continuously getting more connected. (don’t go too into detail, because that’s the next two slides) Mention that we’ll come back to the hype cycle later (helps with flow) CS4622 (8PM) Team 1

Categories of “Things” Conventional devices enhanced with internet connectivity How many of these do you already use? Think mechanical things like plumbing, fridges, cars, watches.. Millions of examples. Mention that remote control functionality and automation here. CS4622 (8PM) Team 1

Categories of “Things” Conventional systems enhanced via new devices using IoT patterns. Are you aware of when these are affecting you? Talk about “smart cities” here. Make note to the class that these categories aren’t set in stone, and often overlap (like smart phones, perhaps smart cars even) CS4622 (8PM) Team 1

Accelerators for the IoT Complexity for a device to be connected is lower. Internet address space has increased. “The Cloud” allows for more data collections. Note that sensors are much, much cheaper nowadays, and there are many different types of sensors. (Maybe look up a few sensors that are commonly used for smaller things. Mention Raspberry Pi’s even?) Mention IPv6 Really hammer in how easy and accessible it is to get a server for data storage. Things like Amazon’s EC2 and AWS make this insanely cheaper than it once was. CS4622 (8PM) Team 1

Motion Detecting Sensor ~$10 Optical Sensor ~$25 These are just different sensors to give an appreciation for how small these are, and we need to describe the amount of information they can give. Pulse Rate Sensor ~$22 CS4622 (8PM) Team 1

Sensor Networks Groups of sensors that communicate with higher layered groups of more sophisticated sensors Generally have specifically designed purposes. Sensor networks have existed for a while. Can also bring up RFID, which allow tracking of sensors much more Come up with some type of sensor network example (perhaps a patient in a hospital having pulse sensors) Note that IoT cannot exist without these basic networks, but these networks can exist without the concept of IoT. CS4622 (8PM) Team 1

“Flow” of IoT Data Data is created and sent Data is stored Sent through the network using MQTT, HTTP, or CoAP The amount of data should be small and, of course, efficient Data is stored The order of the data is often important Data is analyzed Order of magnitude of data analyzed varies widely Data creation/sending: Mention that these three are the most common in IoT They’re light-weight, but HTTP isn’t suited to constrained environments (which you want smaller IoT devices to be) Data storage: The data can be large or small, but it must be ordered, because many IoT devices rely on the actual time the data is made Data analysis: Mention examples of magnitude like: a fridge knowing when its milk is expired to the thousands of cars analyzed to know traffic data CS4622 (8PM) Team 1

IoT Protocols MQTT – Message Queuing Telemetry Transport Extremely lightweight “Machine-to-machine” connectivity CoAP – Constrained Application Protocol Very simple, less lightweight Translates to HTTP Mention that MQTT works on top of the TCP/IP protocol Works under the notion that network bandwidth is very limited Mention CoAP is an application layer protocol CoAP is also defined under an RFC Mention that translating to HTTP means far easier integration into web systems CS4622 (8PM) Team 1

Challenges and Concerns Lack of standardization brings back the complexity dropped from improving the technology. Open Connectivity Foundation (Dell, Intel, Samsung) Industrial Internet Consortium (Intel, Cisco, GE, IBM) AllJoyn (Qualcomm, Linux) Security becomes an issue as complexity of sensors is intentionally reduced Continuation from “hype cycle” Standardization: Difficult to integrate systems once again, refer back to the idea of how the internet began from proprietary networks Groups below are pushing for standardization between companies, AllJoyn merging with OCF Also note that this can bottleneck everything being connected Security: note that the smaller components are left unattended in devices (think of ATM machines and card scammers) Also bring up software updates and actual network attacks on the devices sending CS4622 (8PM) Team 1

Privacy Concerns How would a user opt out of being involved in the IoT? Ethical issues of storing data indefinitely exist. CS4622 (8PM) Team 1

References https://www.forbes.com/sites/jacobmorgan/2014/05/13/simple- explanation-internet-things-that-anyone-can-understand/ https://www.zdnet.com/article/what-is-the-internet-of-things-everything- you-need-to-know-about-the-iot-right-now/ https://www.wired.com/insights/2014/11/the-internet-of-things-bigger/ https://www.gartner.com/it-glossary/internet-of-things/ http://www.wired.co.uk/article/internet-of-things-what-is-explained-iot https://www.cisco.com/c/dam/en_us/about/ac79/docs/innov/IoT_IBSG_0 411FINAL.pdf CS4622 (8PM) Team 1