Simulation of sending live sensors data on IoT Platform using MQTT Protocols and ESP8266/ESP32
1. Compare publish–subscribe and client–server models. Which statement is correct?
2. Why is MQTT preferred in battery-powered IoT devices?
3. How does QoS improve message delivery in MQTT?
4. How do MQTT topics work?
5. What happens when ESP8266 loses internet connection during MQTT publish?
6. Which is an example use case of MQTT in smart homes?
7. What is the difference between MQTT broker and subscriber?
8. How can multiple sensors send data using a single MQTT topic?
9. Why is MQTT considered lightweight?
10. How can dashboards like Node-RED or MQTT Explorer visualize MQTT data?