0
0
IOT Protocolsdevops~10 mins

IoT protocol stack overview in IOT Protocols - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to specify the protocol used at the network layer in IoT.

IOT Protocols
The network layer protocol commonly used in IoT is [1].
Drag options to blanks, or click blank then click option'
AHTTP
BMQTT
CIPv6
DCoAP
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing HTTP which is an application layer protocol.
Confusing MQTT with network layer.
2fill in blank
medium

Complete the code to identify the transport layer protocol often used in IoT for reliable communication.

IOT Protocols
The transport layer protocol used for reliable communication in IoT is [1].
Drag options to blanks, or click blank then click option'
ATCP
B6LoWPAN
CCoAP
DUDP
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing UDP which is connectionless and less reliable.
Confusing CoAP which is an application layer protocol.
3fill in blank
hard

Fix the error in the statement about the application layer protocol used in IoT.

IOT Protocols
The application layer protocol [1] is designed for lightweight messaging in IoT.
Drag options to blanks, or click blank then click option'
AHTTP
BMQTT
CFTP
DSMTP
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing HTTP which is heavier and not optimized for IoT.
Confusing FTP or SMTP which are not used in IoT messaging.
4fill in blank
hard

Fill both blanks to complete the IoT protocol stack layers and their example protocols.

IOT Protocols
The [1] layer uses [2] protocol for low-power wireless communication.
Drag options to blanks, or click blank then click option'
APhysical
BZigbee
CNetwork
DMQTT
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing network layer with physical layer.
Choosing MQTT which is an application layer protocol.
5fill in blank
hard

Fill all three blanks to complete the IoT protocol stack with layer, protocol, and function.

IOT Protocols
The [1] layer uses [2] protocol to provide [3] services in IoT.
Drag options to blanks, or click blank then click option'
AApplication
BCoAP
Cresource-constrained
DTransport
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Transport layer instead of Application.
Confusing CoAP with TCP or UDP.