What are IoT security concerns in Security+?

D3 ยท Architecture  ยท  CompTIA Security+ SY0-701
IoT (Internet of Things) devices โ€” smart thermostats, cameras, medical devices, industrial sensors โ€” present unique security challenges due to their resource constraints and often poor security design.

Key IoT security problems:
๐Ÿ”‘ Default/hardcoded credentials (never changed by users)
๐Ÿ”ง No patch mechanism or abandoned firmware
๐Ÿ“ก Insecure communications (unencrypted protocols)
๐Ÿ”“ Large attack surface (millions of devices)
๐Ÿ’Š Safety-critical (medical/industrial IoT)

Mirai botnet (2016) used IoT devices with default credentials for massive DDoS attacks.
IoT security best practices: change default credentials immediately, isolate IoT on a separate VLAN, apply firmware updates, disable unnecessary services. Network segmentation is critical โ€” don't put IoT on the same network as business systems. Medical IoT (ICS/SCADA) has additional regulatory requirements.
โ† Back to Glossary Practice Questions โ†’