- 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.
推薦閱讀
- Vue.js 2 and Bootstrap 4 Web Development
- 編譯系統透視:圖解編譯原理
- SSM輕量級框架應用實戰
- 軟件工程
- 自然語言處理Python進階
- Raspberry Pi Home Automation with Arduino(Second Edition)
- 編程菜鳥學Python數據分析
- 區塊鏈技術與應用
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Python全棧數據工程師養成攻略(視頻講解版)
- C語言從入門到精通
- 快速入門與進階:Creo 4·0全實例精講
- Zabbix Performance Tuning
- Natural Language Processing with Python Quick Start Guide
- Magento 2 Beginners Guide