SESSION 02: Organization and Primary Components of IoT systems Flashcards
What are the characteristics of Layered Architecture in IoT?
- Modular Design:
Changing one layer can be made without affecting the other layers. - Scalability:
The architecture can be easily scaled by adding more resources at specific layers. - Interoperability:
Standardize protocols withing each layer can be facilitating communication and data exchange between devices from different manufactures.
What are the 6 layers of the IoT layered architecture?
(1) Perception Layer
(2) Network Layer
(3) Data Management Layer
(4) Application Layer
(5) Business Layer
(6) Security Layer
- Perception layer
(Sensor Layer):
capturing data from physical devices and sensors.
[ Sensors, Actuators, Physical objects] - Network layer
(Connectivity Layer)
Connecting devices in IoT system and transferring data between devices and cloud.
[ Wired & Wireless networks, Protocols, Gateways] - Data Management Layer
(Middleware layer)
Act as a bridge between the perception and application layers
[Databases, Cloud storage, big data platforms] - Application Layer
Providing UI and application that enable end-users to interact with IoT system.
[Mobile apps, Web apps, APIs] - Business Layer
Defining business logic and rules that govern behavior of IoT system.
[Business intelligence tools. Analytics tools, Rules engines] - Security Layer
Ensure secure data communication
What are the Key Components of an IoT system?
(1) Sensors
(2) Actuators
(3) Gateways
(4) Cloud Platforms
- Sensors:
A device that detects the changes in the environment. - Actuators:
Take electrical signals or instructions and convert them into physical actions. - Gateways
Act as intermediaries between sensors and the cloud platforms,
bridging the gap between the physical world and the digital realm. - Cloud Platforms
Provide infrastructure and services for managing and utilizing the data collected by IoT devices.
What are the two ways of categorizing sensors?
- By Measured property
- By Operating principle
What are the measured property sensors types?
- Temperature sensors
- Pressure sensors
- Motion sensors
- Light sensors
- Image sensors
- Chemical sensors
- Proximity sensors
What are Operating principal sensor types?
- Passive sensors:
Respond to the environment by ‘listening’ to what is happening. - Active sensors:
Transmit a signal into the environment and then measure the response that comes back.
What are the applications of sensors?
- Consumer electronics
- Industrial automation
- Healthcare
- Transportation
- Environmental monitoring
What are the factors that affected to the choosing the right sensors?
- Measured property
- Measurement range
- Accuracy and precision
- Sensitivity
- Cost and power consumption
- environmental Conditions
How the sensor technology constantly evolving?
- Miniaturization
- Improved sensitivity
- Lower power consumption
- Wireless connectivity
- Sensor fusion
What are the applications of Actuators?
- Smart Homes
- Solenoid valves
- Piezoelectric motors
- Shape-memory alloy actuators
- Consumer electronics
- Voice coil actuators
- Stepper motors
- Piezoelectric speakers
- Transportation
- Electric motors
- Solenoid valves
- Piezoelectric injectors
- Other applications
- Aerospace
- Medical devices
- Security system
Factors that affect selecting the appropriate actuator
- Required force or torque
- Speed and Precision
- Range of Motion
4.Operating environment - Power source and Efficiency
- Cost and Size
What are the functions of Gateway?
Data Aggregation
Protocol Translation
Filtering
Security Measures
Types of Gateways?
- Local Gateways:
Process data at the edge of the network before sending it to the cloud. - Cloud Gateways:
Offload processing tasks to the cloud platform
What are the key functionalities of IoT gateway?
- Establishing communication bridge
- Provides additional security
- Performs data aggregation
- Preprocessing and filtering of data
- Provides local storage as a cache/buffer
- Data computing at edge level
- Ability to manage entire device
- Device diagnostics
- Adding more functional capability
- Verifying protocols
Working process of IoT Gateway?
- Receives data from sensor network
- Performs preprocessing, filtering and cleaning on unfiltered data.
- Transports into standard protocols for communication.
- Sends data to cloud