Computer Science, asked by saadfurqhan, 1 year ago

The MQTT publish-subscribe protocol is:
a. Event driven
b. Broker driven
c. Client driven
d. All of these


SiddSameera: welcome

Answers

Answered by SiddSameera
21
d. All of these.

HOPE THIS HELPS YOU
Answered by topanswers
1

Publish–subscribe: A messaging pattern where publishers don't send the messages directly to the subscribers.

They configure in such a way that it categorizes published messages into classes.

These classes are used by the subscribers.

This is not known to the subscribers.

It decouples the sender and the receiver.

The clients connect and communicate with a server called as the broker.  

The broker provides the messaging patterns required for communication between the client and the server in the publish subscribe system.

Hence, MQTT protocol is event driven, client driven and also broker driven.

The answer is (d) All of these.

Similar questions