Informatics Practices
Define Relation between IOT and WOT?
Emerging Trends
2 Likes
Answer
The relationship between IoT (Internet of Things) and WoT (Web of Things) is that both are frameworks for connecting and managing smart devices, but they operate at different levels:
IoT allows us to interact with different devices through internet with the help of smartphones or computers, thus creating a personal network.
WoT allows the use of web services to connect anything in the physical world on the web.
Answered By
3 Likes
Related Questions
Write a Python program to calculate and display the square and cube of an inputted number.
What will be the output of the following code?
Country=["India", "Australia", "USA", "China", "Russia", "Ukraine" ] print(Country[2:5]) print(Country[-5:-2])Create a list containing 10 marks the scored by the students—
(i) Write a command to insert the marks of the student at index position 4.
(ii) Write a command to know the length of the list.
What is MySQL?