- 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.
推薦閱讀
- Java逍遙游記
- Android和PHP開發最佳實踐(第2版)
- Delphi程序設計基礎:教程、實驗、習題
- Java面向對象思想與程序設計
- 精通API架構:設計、運維與演進
- Visual C++應用開發
- Python機器學習編程與實戰
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Visual FoxPro程序設計
- WordPress 4.0 Site Blueprints(Second Edition)
- 計算機應用基礎案例教程
- Programming Microsoft Dynamics? NAV 2015
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Python Deep Learning
- MySQL 8從零開始學(視頻教學版)