You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
IoT-For-Beginners/1-getting-started/lessons/4-connect-internet/assignment.md

15 lines
1.2 KiB

# Compare and contrast MQTT with other communication protocols
## Instructions
This lesson covered MQTT as a communication protocols. There are others, including AMQP and HTTP/HTTPS.
Research these both and compare/contract them with MQTT. Think about power usage, security, and message persistence if connections are lost.
## Rubric
| Criteria | Exemplary | Adequate | Needs Improvement |
| -------- | --------- | -------- | ----------------- |
| Compare AMQP to MQTT | Is able to compare and contrast AMQP to MQTT and covers power, security, and message persistance. | Is partly able to compare and contrast AMQP to MQTT and covers two of power, security, and message persistance. | Is partly able to compare and contrast AMQP to MQTT and covers one of power, security, and message persistance. |
| Compare HTTP/HTTPS to MQTT | Is able to compare and contrast HTTP/HTTPS to MQTT and covers power, security, and message persistance. | Is partly able to compare and contrast HTTP/HTTPS to MQTT and covers two of power, security, and message persistance. | Is partly able to compare and contrast HTTP/HTTPS to MQTT and covers one of power, security, and message persistance. |