Computer Science, asked by csmohit, 1 year ago

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

Answers

Answered by Arslankincsem
0

d. All of these are the correct answer.


The MQTT publish-subscribe protocol is Event driven, Broker driven and Client driven.


Quote-driven market is electronic stock exchange system with price determined from bid along with quotations on market makers, specialists or dealers.


In the quote-driven market, it is known as the price driven market and dealers fill orders from own inventory.

Answered by topanswers
0

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.

Read more on Brainly.in - https://brainly.in/question/5128046

Similar questions