0
0
IOT Protocolsdevops~5 mins

Azure IoT Hub overview in IOT Protocols - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Azure IoT Hub?
Azure IoT Hub is a cloud service that acts like a central message hub for bi-directional communication between IoT applications and the devices it manages.
Click to reveal answer
beginner
Name two main communication patterns supported by Azure IoT Hub.
Azure IoT Hub supports device-to-cloud telemetry and cloud-to-device messaging for commands and notifications.
Click to reveal answer
intermediate
How does Azure IoT Hub ensure secure communication?
It uses per-device security credentials and supports authentication methods like symmetric keys and X.509 certificates.
Click to reveal answer
intermediate
What is a device twin in Azure IoT Hub?
A device twin is a JSON document that stores device state information including metadata, configurations, and conditions, enabling synchronization between cloud and device.
Click to reveal answer
beginner
Why is Azure IoT Hub considered scalable?
Because it can handle millions of simultaneous device connections and messages, scaling automatically to meet demand.
Click to reveal answer
What type of communication does Azure IoT Hub NOT support?
ADevice-to-cloud telemetry
BCloud-to-device messaging
CPeer-to-peer device communication
DDevice management commands
Which authentication method is NOT supported by Azure IoT Hub?
AX.509 certificates
BOAuth tokens
CSymmetric keys
DAzure Active Directory
What is the purpose of a device twin?
ATo synchronize device state between cloud and device
BTo store device firmware
CTo manage device network settings
DTo provide device hardware specs
How does Azure IoT Hub handle scaling?
AAutomatically scaling to millions of devices
BLimiting device connections
CManually adding servers
DUsing local device clusters
Which feature allows cloud apps to send commands to devices?
ADevice provisioning
BDevice telemetry
CDevice twins
DCloud-to-device messaging
Explain how Azure IoT Hub manages secure communication with devices.
Think about how devices prove their identity to the cloud.
You got /3 concepts.
    Describe the role of device twins in Azure IoT Hub.
    Consider how the cloud keeps track of device conditions.
    You got /4 concepts.