300-435 · Question #84
When working with MV Sense APIs, which type of protocol is MQTT based upon?
The correct answer is A. publish-subscribe messaging protocol. MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol that operates on a publish-subscribe model, suitable for IoT environments.
Question
Exhibit
Options
- Apublish-subscribe messaging protocol
- Bsimple mail transport protocol
- Cheavyweight messaging protocol
- Dcomputer vision protocol
How the community answered
(52 responses)- A94% (49)
- B4% (2)
- D2% (1)
Why each option
MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol that operates on a publish-subscribe model, suitable for IoT environments.
MQTT, which stands for Message Queuing Telemetry Transport, is fundamentally a lightweight, publish-subscribe network protocol designed for constrained devices and low-bandwidth, high-latency, or unreliable networks. It enables clients to publish messages to a broker and subscribe to topics to receive messages from that broker.
Simple Mail Transport Protocol (SMTP) is used for sending and receiving email, not for real-time IoT messaging like MQTT.
MQTT is specifically known as a lightweight messaging protocol, making it suitable for resource-constrained environments, not a heavyweight protocol.
Computer vision protocol is not a recognized general protocol type; computer vision is a field of artificial intelligence, and while MV Sense APIs deal with vision data, MQTT describes the messaging transport.
Concept tested: MQTT protocol type
Source: https://developer.cisco.com/meraki/mv-sense-api/#!mqtt
Topics
Community Discussion
No community discussion yet for this question.
