The Internet of Things (IoT)

Slides:



Advertisements
Similar presentations
Network+ Guide to Networks, Fourth Edition
Advertisements

Content  Overview of Computer Networks (Wireless and Wired)  IP Address, MAC Address and Workgroups  LAN Setup and Creating Workgroup  Concept on.
Mgt 20600: IT Management & Applications Telecommuncations and Networks Tuesday March 28, 2006.
INTRANET SECURITY Catherine Alexis CMPT 585 Computer and Data Security Dr Stefan Robila.
Wi-Fi Structures.
Network+ Guide to Networks, Fourth Edition Chapter 1 An Introduction to Networking.
Computer Networks IGCSE ICT Section 4.
Boris Tshibangu. What is a proxy server? A proxy server is a server (a computer system or an application) that acts as an intermediary for requests from.
For more notes and topics visit:
IT 210 The Internet & World Wide Web introduction.
PowerPoint Presentation to Accompany Chapter 9 Networks & Communications Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice.
Network+ Guide to Networks, Fourth Edition Chapter 1 An Introduction to Networking.
Chapter 7: Using Windows Servers to Share Information.
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications The client requested data.
Chapter 4 Computer Networks – Part 1
Common Devices Used In Computer Networks
INSTALLING MICROSOFT EXCHANGE SERVER 2003 CLUSTERS AND FRONT-END AND BACK ‑ END SERVERS Chapter 4.
Computer Networks Unit 1 – BTA 3O Ms. Chytra. Introduction to Networks Most people working in an office with more than a few computers will be using some.
1.1 What is the Internet What is the Internet? The Internet is a shared media (coaxial cable, copper wire, fiber optics, and radio spectrum) communication.
Networks QUME 185 Introduction to Computer Applications.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
Connectivity Devices. Network Interface Card (NIC) Allow user to connect to networks via Ethernet cable or Wi-Fi Nowadays integrally fitted into the.
A machine that acts as the central relay between computers on a network Low cost, low function machine usually operating at Layer 1 Ties together the.
Kuliah Pengantar Teknologi Informasi Coky Fauzi Alfi cokyfauzialfi.wordpress.com Internet (2)
Mohammed F & Aya. Peer-to-peer network are usually common in homes and small businesses and are not necessarily expensive. On a peer-to-peer network each.
Network Components David Blakeley LTEC HUB A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN.
Term 2, 2011 Week 2. CONTENTS Communications devices – Modems – Network interface cards (NIC) – Wireless access point – Switches and routers Communications.
Introduction TO Network Administration
INTERNET AND PROTOCOLS For more notes and topics visit: eITnotes.com.
.  Hubs send data from one computer to all other computers on the network. They are low-cost and low-function and typically operate at Layer 1 of the.
VPN. CONFIDENTIAL Agenda Introduction Types of VPN What are VPN Tokens Types of VPN Tokens RSA How tokens Work How does a user login to VPN using VPN.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
Assignment # 3 Networking Components By: Jeff Long.
Introduction to Networking. What is a Network? Discuss in groups.
VPN Alex Carr. Overview  Introduction  3 Main Purposes of a VPN  Equipment  Remote-Access VPN  Site-to-Site VPN  Extranet Based  Intranet Based.
2.2 Interfacing Computers MR JOSEPH TAN CHOO KEE TUESDAY 1330 TO 1530
Internet The internet is the largest computer network system in the world. It consists of many smaller networks connected together by a global public.
BUILDING AND IMPLEMENT A EMBEDDED WEB SERVER BASE ON TCP/IP STACK WITH A SoC PLATFORM Professor : CHI-JO WANG Name : Bui Quang Hoa (M982b211)
Chapter 7: Using Windows Servers
Understanding Web Server Programming
Computer network Ch.5.
Contents Software components All users in one location:
Unit 5 Introduction to Networking
WHAT IS A NETWORK TYPES OF NETWORK NETWORK HARDWARE
Instructor Materials Chapter 5 Providing Network Services
Building a conference attendee tracking system using DNN and MQTT
Cloud Architecture Internet of Everything Meetup
Components of information systems
Configuring and Troubleshooting Routing and Remote Access
3.1 Types of Servers.
CHAPTER 1 INTRODUCTION NETWORKING
The “Internet”.
Unit 27: Network Operating Systems
Topic 5: Communication and the Internet
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Network Models, Hardware, Protocols and number systems
Firewalls Routers, Switches, Hubs VPNs
Purdue University Fort Wayne
Networked Door Locking System
Networking and Security
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Lesson 3: Introduction to Internet Technology
Intelligent HVAC Control
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Teacher Monica Herrera
Chapter 7 Network Applications
Computer Networks Protocols
Network programming Lecture 1 Prepared by: Dr. Osama Mokhtar.
Presentation transcript:

The Internet of Things (IoT)

Objects connect to the Internet They talk to each other Basic Concepts Objects connect to the Internet They talk to each other Enabled by low cost electronics and Open Source Software (free)

The Equipment Raspberry Pi Over 5 million sold Raspberry Pi Zero Ethernet WiFi Bluetooth 4 Standard USB Ports WiFi Bluetooth 1 Micro USB Port

The Equipment

The Equipment

The Equipment

The Equipment

The Equipment

The Equipment

The Equipment

and 4 channel relay controller The Equipment An Electronic HIU together with a Raspberry Pi and 4 channel relay controller

Ethernet Local Area Network (LAN)

Node-RED Visual Programming / Wiring

Node-RED JavaScript Programming

Node-RED User Interface

Node-RED Web Server Web pages can be served depending on the URL request. This is an example of an open-source graphing library used to detail hot water load over 86,400 data points (every second of a day) on the address http://heatweb.ddns.net/diversity

Email Email provides a simple and well established means of communication. Messages can be both sent and received. Files can be easily attached to emails. Credentials are required to access email server, stored locally in hashed format.

MQTT Communications MQTT Server acts as a public or password protected post office, typically running Mosquito on a Raspberry Pi. Messages are distributed by their topic, and can be stored on server for new subscribers. Messages have three levels of Quality of Service (QoS): 0. once only – receive if available 1. at least once – guarantees receipt, possibly more than once 2. exactly once – guarantees receipt one time only Wildcards can be used to subscribe to multiple topics: Topic = nodehiu/thermalint/sudbury/outsideTemperature Topic = nodehiu/thermalint/sudbury/HIU/rig1/flowTemperature Topic = nodehiu/thermalint/sudbury/#

VPN Virtual Private Network OpenVPN can be installed on a Raspberry Pi within a Local Area Network to provide secure remote access. Software is available for all computing platforms to enable remote connection using generated certificates. Once connected, devices on LAN become available.