Important Notice:

Course Content
Types of Networks
0/1
Fog Computing
0/1
Introduction To IoT (Chapter-1) M4-R5.1
About Lesson
2. Publish-Subscribe Communication Model:-

यह एक प्रकार का कम्युनिकेशन मॉडल होता है जिसमें publisher, broker और consumer सम्मिलित रहते हैं। इसमें publishers डाटा को collect करते हैं और इस data को publish करते हैं। Broker के द्वारा इस data को manage किया जाता है। इस data को consumer के द्वारा subscribe किया जाता है जब भी broker को publisher से कोई data मिलता है तो वह इस data को subscribe किये हुए consumer को भेज देता है

Note:- publish subscribe model का प्रयोग MQTT, AMQP, XMPP आदि protocols में किया जाता है।

2. Publish-Subscribe Communication Model:-

This is a type of communication model in which publisher, broker and consumer are included. In this, publishers collect data and publish this data. This data is managed by the broker. This data is subscribed by the consumer. Whenever the broker receives any data from the publisher, it sends this data to the subscribed consumer.

Note:- publish subscribe model is used in protocols like MQTT, AMQP, XMPP etc.

error: Content is protected !!