InterviewSolution
Saved Bookmarks
| 1. |
How many messages will HTTP will send per hour?(a) 1,708(b) 160,278(c) 3,628(d) 263,314I got this question in an interview for job.Origin of the question is HTTP Protocol topic in chapter Internet Principles of IOT |
|
Answer» RIGHT answer is (a) 1,708 Easiest explanation: When we COMPARE HTTP with MQTT, HTTP is LOT SLOWER, HTTP will send 1,708 messages/hour WHEREAS MQTT sends 160,278 messages/hour. |
|