I am trying to understand HTTP protocol for internet of things. As I understand there may be one server and many clients in the communication. Client send the http request to the server and server return the response to the client.
Suppose we created server and storeing record of humidity and temperature in server so that any client can access it from anywhere.
I have read in many places that TCP/IP, HTTP, MQTT protocols are used in this kind of communication.
Which protocol's will be used in this whole process? Is only TCP/IP used or are multiple protocols used for this?
Suppose we created server and storeing record of humidity and temperature in server so that any client can access it from anywhere.
I have read in many places that TCP/IP, HTTP, MQTT protocols are used in this kind of communication.
Which protocol's will be used in this whole process? Is only TCP/IP used or are multiple protocols used for this?

