What is the primary advantage of MQTT protocol over HTTP for IIoT device communications?
-
A
MQTT provides stronger encryption than HTTPS
-
B
MQTT uses a lightweight publish-subscribe model with minimal overhead, ideal for constrained devices and unreliable networks
-
C
MQTT is faster because it uses UDP instead of TCP
-
D
MQTT supports binary data natively while HTTP only handles text