midterm 1 Flashcards
(70 cards)
Define duty-cycling and its benefits.
Duty-cycling is the process of turning sensor node components (especially radios) on and off periodically to conserve energy.
Benefits include prolonged battery life, reduced energy consumption, and extended network lifetime.
What are mobile sensor nodes, and how are they used?
Mobile sensor nodes are sensors with the ability to move, either autonomously or controlled, to cover larger or dynamic areas.
Use cases include wildlife monitoring, mobile robot sensors, or smart vehicles.
What is the role of a base station in a WSN?
A base station (or sink node) collects data from sensor nodes, processes or forwards it to external networks or cloud services.
Compare static, mobile, and UAV-based base stations.
Static: Fixed in location; reliable but limited coverage.
Mobile: Moves (e.g., on robots); improves coverage and adaptability.
UAV-based: Uses drones; ideal for hard-to-reach or disaster zones; fast deployment, flexible.
How do energy-harvesting base stations operate?
They collect energy from external sources (solar, wind, vibration) to power themselves, reducing dependency on batteries and enabling long-term deployment in remote areas.
Explain the relationship between IoT and WSNs.
WSNs are a core component of IoT, providing the sensing and data collection capabilities.
Provide two examples where WSNs are used in healthcare.
- Patient monitoring (heart rate, body temperature)
- Wearable sensors for elderly fall detection or chronic disease tracking
List two applications of WSNs in agriculture.
- Soil moisture and temperature monitoring for irrigation
- Crop disease detection using environmental data sensors
What are the primary uses of WSNs in disaster management?
- Early warning systems (earthquakes, floods)
- Real-time monitoring of disaster zones
- Search and rescue assistance via mobile/UAV sensors
What are some challenges faced by WSNs?
- Limited energy supply
- Data security
- Harsh environmental conditions
- Scalability and coverage
- Network reliability and latency
What are the four main hardware components in a sensor node?
- Sensing unit
- Processing unit
- Transceiver (communication unit)
- Power unit
How does a temperature sensor work?
It measures temperature changes and converts them into electrical signals using thermistors, thermocouples, or semiconductor-based sensors.
Give an example of a resistive sensing mechanism.
Thermistors – their resistance changes with temperature and can be measured to infer temperature.
Describe the function of the processing unit in a WSN.
Processes sensor data, manages tasks like data filtering, compression, and communication.
Compare microcontrollers and FPGAs used in sensor nodes.
Microcontrollers: Low power, simpler, cost-effective, good for basic tasks.
FPGAs: More powerful, reconfigurable, suitable for parallel processing and complex computations.
What is the purpose of data filtering in processing units?
Reduces redundant/noisy data, saves bandwidth and power, and improves data accuracy before transmission.
What is edge processing, and how does it differ from centralized processing?
Edge processing: Data is processed locally on the sensor node.
Centralized processing: Data is sent to a central server for processing.
List three wireless communication technologies used in WSNs.
- Zigbee
- Bluetooth Low Energy (BLE)
- LoRaWAN
What power sources are commonly used in WSNs?
- Batteries
- Energy harvesting (solar, thermal, vibration)
- Supercapacitors
What is the role of memory units in WSNs?
Store sensor data, program instructions, and buffering for communication.
Compare RAM and Flash memory in sensor nodes.
RAM: Volatile, fast, used for temporary data.
Flash: Non-volatile, stores firmware and sensor readings.
Why is clock synchronization important?
To ensure accurate timestamping, event coordination, and data consistency across nodes.
What are real-time clocks (RTC)?
Low-power clocks used to maintain time when the main processor is off.
How do actuators enhance interaction?
By converting signals into physical actions (e.g., movement, light, sound) for environmental interaction.