Lecture 5 - IOT Architecture Flashcards

1
Q

What are the 3 IOT Architecture Layers?

A

Application layer
Network Layer
Perception Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Application Layer?

A

Responsible for delivering application services to the user, via interfaces, including dashboard, remote-control panel, and related business computing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is LoRa?

A

Stands for Long range (LoRa) and is a wireless modualtion technique dervived from Chirp Spread Spectrum (CSS) technology. It encodes information on radio waves using chirp pulses. LoRa modulated transmision is robust against distrubances and can be received across great distances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the Perception Layer?

A

Contains the sensors to gather data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the Network Layer?

A

Responsible for connecting to other devices or servers, including transmitting and processing the data from sensors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is LoRaWAN?

A

Is a Media Access Control (MAC) layer protocol built on top of LoRa modulation. It is a software layer which defines hwo devices use the LoRa hardware, for example when they transmit and format of messages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is MQTT?

A

MQQT (Message Queuing Telemetry Transport) is a machine to machine connectivity protocol that runs over TCP/IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What type of structure is MQTT based on?

A

It is based on a publish-subscribe structure:
- A publisher snds messages according to Topics to specified Brokers
- A Broker acts as a switchboard, accepting, messages from publishers on specified topics and sending them to subscribers to those Topics
- A subscriber receives messages from connected Brokers and specified Topics
- REFER TO SLIDE FOR VISUAL EXAMPLE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is MQTT the standard for IOT Messaging?

A

As it is a lightweight machine to machine communication use for IOT senarios

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is MQTT preferred for IOT?

A

Lightweight and Efficient
Reliable Message Delivery
Bi-directional Communication
Support for Unreliable Networks
Security Enabled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What the the more detailed understanding of the Application Layer?

A

Data becomes actionanble and meaningful to users
Has the ability to transfer technical data into user-friendly formats, enabling decision making, monitoring and control over IOT devices and system.
Makes the value of IOT accessible and useful in everyday applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the components of the Application Layer?

A

User Interfaces (UI) - Dashboard, mobile apps and voice interfaces
APIs - Interfaces that allow different software components tp communicate, enabling data between exchange between IOT devices, applications and external services
Application Logic - Rules and algorithms that define the behaviour of IOT applications
Data Storage and Analytics - Tools and techniques for storing and analysing IOT data to extract insights, predict trends and make informed decisions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some examples of user interfaces?

A

Graphical UI, voice controlled interface and gesture-based interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are some useful cloud platforms for IOT?

A

The Things Network - provides a set of open tools and a global network to build your next IOT application at low cost and features security and is ready to scale
Amazon IOT Core - AWS IOT Core
Azure IOT Hub
Home Assisstant
Blynk
Node-Red

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How does Constrained Application Protocol (CoAP) function?

A

CoAP functions as a sort of HTTP or restricted devices, enabling equipment such as sensors or actuators to communicate on the IOT
These sensors and actuators are controlled and conrtibute by passing along their data as part of a system
It is designed for reliability in low bandwidth and high congestion through its low power consumption and low network overhead
In a network with a lot fo congestion or limited connectivity COAP can continue to work where TCP based protocols such as MQTT fail to exchange information and communicate effectively

How well did you know this?
1
Not at all
2
3
4
5
Perfectly