Session 07: A Reference IoT Architecture Flashcards

1
Q

Layers in Reference IoT Architecture

A
  1. Perception Layer (Sensor layer)
  2. Network layer
  3. Gateway layer (optional)
  4. Data management layer (cloud platform)
  5. Application layer
  • Perception L:
    Sensors collect raw data from the physical environment based on their design and configuration.
  • Network L:
    Ensure reliable and secure data transmission between devices and the cloud platform
  • Gateway L:
    Perform data preprocessing, protocol translation, security measures, and device management tasks.
  • Data Management L:
    Store data securely, cleans and integrates data from various sources, and provide tools for data analysis and visualization.
  • Application L:
    Use data and insights from the cloud platform to deliver specific functionalities and UX.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Considerations for designing and implementing a secure IoT architecture

A
  1. Identify security requirements
  2. Secure device provisioning and Authentication
  3. Secure communication Channel
  4. Implement Access control and Authorization
  5. Secure data storage and processing
  6. Continuous monitoring and threat detection
  7. Secure Life Cycle Management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Communication protocols in IoT?

A
  1. Wi-fi
  2. Bluetooth
  3. Satellite communication
  4. NFC and DFID
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Application layer protocols?

A
  1. MQTT (Message Queuing Telemetry Transport)
  2. CoAP (Constrained Application Protocol)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Transport layer protocol?

A
  1. UDP (User Datagram Protocol)
  2. TCP (Transmission Control Protocol)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Network layer protocols?

A
  1. IPV6 (Internet Protocol Version 6)
  2. 6LoWPAN (IPV6 over Low-Power Wireless Personal Area Network)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data Link Layer protocols?

A
  1. IEEE 802.15.4
  2. BLE (Bluetooth Low Energy)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Use Cases in each protocols?

A
  1. MQTT:
    • Bi-directional communication
    • Sensor data collection, device control, real-time monitoring
  2. CoAP:
    • Smart homes, industrial automation, and environmental monitoring
  3. UDP:
    • Low latency, real time communication
    • Video surveillance, VoIP, and gaming
  4. TCP:
    • Reliable, ordered data delivery
    • Firmware updates, file transfer and remote monitoring
How well did you know this?
1
Not at all
2
3
4
5
Perfectly