0
1.1kviews
Explain communication layer in IOT Architecture.
1 Answer
| written 3.0 years ago by |
Solution:
Communication layer :
The communication layer supports the connectivity of the devices. There are multiple potential protocols for communication between the devices and the cloud.
The most well-known three potential protocols are,
HTTP/HTTPS (and RESTful approaches on those)
MQTT 3.1/3.1.1(Message Queuing Telemetry Transport)
Constrained application protocol (CoAP)
HTTP is …