- 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.
推薦閱讀
- Photoshop智能手機APP UI設計之道
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- C++面向對象程序設計(微課版)
- R語言游戲數據分析與挖掘
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Banana Pi Cookbook
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- KnockoutJS Starter
- C#程序設計基礎:教程、實驗、習題
- D3.js 4.x Data Visualization(Third Edition)
- Unity Game Development Scripting
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Python語言實用教程
- Python機器學習:預測分析核心算法
- Mastering Web Application Development with AngularJS