IoT Questions and Answers
IoT Questions and Answers
2. Illustrate the oneM2M IoT Standardized Architecture and Explain the Layers
with a Neat Diagram.
The oneM2M architecture is a global standard designed for IoT interoperability. It consists of
three main layers:
1. Application Layer:
o Handles user-facing applications.
o Examples: Smart home apps that control devices like lights or thermostats.
2. Common Services Layer (CSL):
o Core layer that provides services like security, device management, and data
storage.
o Example: CSL ensures device interoperability by translating different data
formats.
3. Network Layer:
o Connects IoT devices to the network infrastructure using protocols like Wi-Fi,
5G, or ZigBee.
Diagram:
css
Copy code
[ Application Layer ]
[ Common Services Layer (CSL) ]
[ Network Layer ]
This layered approach ensures that devices from different manufacturers can communicate
effectively.