Which of the following protocol is not based on publish subscribe model
Answers
Answered by
0
Answer:
UDP
Implementation of Publish/Subscribe using sockets. As we know, UDP allows directly sending and receiving messages without establishing any connection. Here, the UDP protocol is used for all the communication between the pub/sub server and the publisher/subscriber.
Answered by
0
Answer:
Let's start follow me and mark as brsinlist.
Explanation:
In software architecture, publish–subscribe is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers, but instead categorize published messages into classes without knowledge of which subscribers, if any, there may be. Similarly, subscribers express interest in one or more classes and only receive messages that are of interest, without knowledge of which publishers, if any, there are.
Publish–subscribe is a sibling of the message queue paradigm, and is typically one part of a larger message-oriented middleware system. Most messaging systems support both the pub/sub and message queue models in their API, e.g. Java Message Service (JMS).
This pattern provides greater network scalability and a more dynamic network topology, with a resulting decreased flexibility to modify the publisher and the structure of the published data.
Similar questions
English,
3 months ago
Science,
3 months ago
Math,
3 months ago
Math,
8 months ago
Political Science,
1 year ago
CBSE BOARD X,
1 year ago