- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 141字
- 2021-07-02 18:59:36
Disadvantages to CoAP
There are also some disadvantages to CoAP:
- Message unreliability: UDP does not guarantee the delivery of datagrams. CoAP adds a method to request a confirmation acknowledgement to confirm the message was received. This does not verify that it was received in its entirety and decoded properly.
- Standards are still maturing: CoAP is still evolving, although there is a lot of market momentum behind it. It is likely to mature quickly as use becomes more widespread.
- NAT issues: Network Address Translation (NAT) devices are commonly used in enterprise networks and cloud environments. CoAP can have problems communicating with devices behind a NAT since the IP can be dynamic over time.
- Security: Like MQTT, CoAP is unencrypted by default. This makes it natively unsecure and you need to take additional steps to make sure communication is not open to hackers.
推薦閱讀
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Arduino by Example
- arc42 by Example
- 算法精粹:經典計算機科學問題的Java實現
- SQL for Data Analytics
- 編程與類型系統
- Unity 2018 Shaders and Effects Cookbook
- D3.js By Example
- Apache Camel Developer's Cookbook
- Android應用開發實戰
- Android應用開發實戰(第2版)
- Python預測之美:數據分析與算法實戰(雙色)
- C++服務器開發精髓
- Extending Docker
- 軟件再工程:優化現有軟件系統的方法與最佳實踐