- 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.
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- iOS Game Programming Cookbook
- Docker and Kubernetes for Java Developers
- Delphi程序設計基礎:教程、實驗、習題
- Android項目開發入門教程
- Java從入門到精通(第5版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Learn WebAssembly
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- NGINX Cookbook
- 編程菜鳥學Python數據分析
- Android玩家必備
- Practical Game Design with Unity and Playmaker
- Oracle GoldenGate 12c Implementer's Guide
- C++程序設計教程(第2版)