- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 125字
- 2021-07-02 18:59:34
QoS levels
There is a trade-off inherent to QoS levels. QoS is the MQTT terminology for message delivery reliability requirements. It is a common term in networking, and we will review how it is implemented specifically for MQTT.
The trade-off is between bandwidth used and reliability of message delivery. More back and forth messaging is required to ensure higher reliability, which increases bandwidth requirements for the same message packet. MQTT gives you some options to choose between.
QoS is set separately for both the ends of the communication. There is a QoS that is set for the publisher to broker messaging connection and a separate QoS that is set for the broker to subscriber connection. Often, QoS is the same for both, but not always.
推薦閱讀
- VMware View Security Essentials
- 潮流:UI設計必修課
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Java應用開發技術實例教程
- Linux操作系統基礎案例教程
- 小學生C++創意編程(視頻教學版)
- Visual C#.NET程序設計
- Python算法指南:程序員經典算法分析與實現
- HTML5秘籍(第2版)
- MySQL程序員面試筆試寶典
- SpringBoot從零開始學(視頻教學版)
- 測試架構師修煉之道:從測試工程師到測試架構師
- Java Web開發基礎與案例教程
- Beginning C# 7 Hands-On:The Core Language
- 精益軟件開發管理之道