- 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.
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Hyper-V 2016 Best Practices
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)教程
- Django Design Patterns and Best Practices
- INSTANT MinGW Starter
- Building a Recommendation Engine with Scala
- Mastering JavaScript Design Patterns(Second Edition)
- Mastering Android Game Development
- RealSenseTM互動(dòng)開(kāi)發(fā)實(shí)戰(zhàn)
- Creating Data Stories with Tableau Public
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點(diǎn)滴思考
- PyQt編程快速上手
- JavaScript編程精解(原書(shū)第2版)
- Elasticsearch Blueprints
- 實(shí)戰(zhàn)Python網(wǎng)絡(luò)爬蟲(chóng)