A company is developing a medical wearable device that requires immediate response times for critical functions. They should likely choose which type of operating system?

  • General-Purpose Operating System
  • Mobile Operating System
  • Network Operating System
  • Real-time Operating System (RTOS)
For a medical wearable device requiring immediate response times, an RTOS is the best choice. RTOS is designed to handle real-time applications, making it ideal for critical functions. General-purpose, mobile, and network operating systems may not meet the stringent timing requirements of medical wearables.

________ attacks exploit vulnerabilities in IoT devices to gain unauthorized access.

  • DDoS
  • Firmware
  • IoT
  • Zero-Day
Zero-Day attacks target vulnerabilities in IoT devices that are not yet known to the manufacturer or the public. Exploiting these undisclosed weaknesses can lead to unauthorized access or compromise of the device, making it a significant security concern.

________ is a type of RTOS kernel which is event-driven, primarily used for embedded systems.

  • FreeRTOS
  • Java Virtual Machine
  • Linux Kernel
  • Windows 10
FreeRTOS is a real-time operating system (RTOS) kernel that is event-driven and widely used in embedded systems due to its low resource requirements and real-time capabilities.

Which of the following is a low-power wireless protocol specifically designed for short-range communication in IoT devices?

  • 5G
  • Bluetooth
  • Wi-Fi
  • Zigbee
Zigbee is a low-power wireless communication protocol designed for short-range communication in IoT (Internet of Things) devices. It is known for its energy efficiency, making it suitable for battery-operated IoT devices with limited power resources. Zigbee is often used for home automation, industrial control, and other IoT applications that require reliable, low-power communication.

In the context of IoT, actuators:

  • Are a type of IoT device
  • Collect data from the environment
  • Control and manipulate physical devices and systems
  • Convert digital signals into analog signals
Actuators in the context of IoT are devices that control and manipulate physical systems. They receive signals from a central controller or other IoT devices and perform actions like opening valves, turning motors, or adjusting settings to affect the physical world. They are essential for making automated decisions and responses in IoT applications.

In a blockchain-based IoT security system, which feature ensures that data once written cannot be altered retroactively?

  • Decentralization
  • Encryption
  • Immutability
  • Smart Contracts
Immutability is a core feature of blockchain technology. Once data is written to a blockchain, it cannot be altered retroactively, providing a tamper-proof record of information. Encryption, Decentralization, and Smart Contracts are relevant but serve different purposes.

In the context of IoT device connectivity, what is the primary advantage of using MQTT over HTTP?

  • MQTT has better support for caching
  • MQTT is better for devices with high bandwidth
  • MQTT is more secure due to its encrypted communication
  • MQTT supports bidirectional communication
MQTT (Message Queuing Telemetry Transport) is preferred in IoT because it offers a lightweight and efficient communication protocol. MQTT is known for its low overhead, which makes it suitable for devices with limited resources. Additionally, MQTT offers encrypted communication for enhanced security, which is crucial in IoT applications where data privacy is a concern.

The principle that IoT devices should have the minimal necessary permissions to perform their functions is known as:

  • Device Segregation
  • IoT Governance
  • IoT Restriction
  • Least Privilege
The principle of "Least Privilege" in IoT security dictates that devices should have only the minimum permissions necessary to perform their functions. This reduces the potential attack surface and limits the damage that could be caused if a device is compromised.

The combination of IoT and AI can lead to the creation of:

  • Low-cost IoT devices
  • Reduced network bandwidth
  • Smart predictive maintenance systems
  • Static data storage solutions
The combination of IoT and AI can lead to the creation of smart predictive maintenance systems. AI can analyze IoT data to predict when maintenance is needed, helping to prevent equipment breakdowns and reduce costs. Low-cost IoT devices and static data storage solutions are relevant in IoT but not a direct outcome of the IoT-AI combination. Reducing network bandwidth can be a result but not the primary one.

IoT can be best understood as an ecosystem where:

  • Devices both send and receive information.
  • Devices only receive information.
  • Devices only send information.
  • Devices operate independently without data exchange.
IoT is an ecosystem where devices are interconnected and can both send and receive information. This bi-directional exchange of data allows for more dynamic and responsive systems that can adjust based on the data they receive.