When working with MV Sense APIs, which type of protocol is MQTT based upon?
A.
publish-subscribe messaging protocol
B.
simple mail transport protocol
C.
heavyweight messaging protocol
D.
computer vision protocol
The Answer Is:
A
This question includes an explanation.
Explanation:
MQTT is a lightweight messaging protocol that uses a publish/subscribe model. This means that clients can subscribe to topics, and when a message is published to that topic, all subscribers receive the message. It’s designed for connections with remote locations where a small code footprint is required or network bandwidth is limited. References: Automating Cisco Enterprise Solutions Official Cert Guide