Post Go back to editing

7/12/16: Smart Partitioning and IoT System Development

Thread Summary

The user inquires about the current IoT security paradigm and its issues. The final answer highlights that while communication link security (e.g., SSL/TLS) is a common approach, a comprehensive security strategy must include server and client authentication, identity and root-of-trust management, and provisioning. Security is often an afterthought, leading to potential risks.
AI Generated Content

What is the IoT security paradigm currently and what is the issue with it?

  • This is a pretty broad question. I am not sure that there is a single paradigm today, communication link security might be the closest i.e. using SSL or TLS to secure HTTP links from device to cloud service. During the presentation I discussed ( at a high level ) a range of different control that must be in place to ensure overall system security. These include :

    (1) Server & Client authentication: Ensuring that both the Server and Client have the correct credential to authenticate and connect to each other.

    (2) Identity and Root-of-Trust Management.

    (3) Provisioning.

    There are may other area that I also mentioned. Integrating these features into products from the ground up will be key. Today security is often considered as an afterthought which can lead to many risks.