Sunday, July 12, 2020

IoT

Q What is the difference between wireless sensor networks and IOT networks?

Ans : IoT exists at a higher level then WSN. In other words, WSN is often a technology used within an IoT system. A large collection of sensors, as in a mesh network, can be used to individually gather data and send data through a router to the internet in an IoT system.

No comments:

Post a Comment

Recursion

Q What do you understand by a Recursive  Programme? Recursion Is the process of repeating items in a self similar way. In programming langua...