IoT Device Categories
IoT encompasses any internet-connected device beyond traditional computers and phones. Smart home devices: Smart speakers (Amazon Echo, Google Home, Apple HomePod) — voice assistants, home control hubs. Smart thermostats (Nest, Ecobee) — remote temperature control, learning algorithms, HVAC integration. Smart lighting (Philips Hue, LIFX) — color-adjustable, schedule-based, voice/app controlled. Smart plugs/switches — remote power control, energy monitoring. Smart locks — keypad, app, or voice-controlled door locks. Smart cameras (Ring, Arlo, Nest Cam) — indoor/outdoor surveillance, motion detection, cloud storage. Smart TVs — internet-connected televisions with streaming apps, voice control, screen mirroring. Smart appliances — refrigerators, washers, dryers with monitoring and control via app.
Industrial and Commercial IoT
Industrial IoT (IIoT): sensors and controllers in manufacturing, utilities, agriculture, and infrastructure. SCADA systems: Supervisory Control and Data Acquisition — industrial control systems now often connected to IP networks. Building automation: HVAC, lighting, access control, fire systems connected and centrally managed. Smart grid: electricity distribution systems with real-time monitoring and demand management. Medical IoT: connected medical devices — heart monitors, insulin pumps, hospital equipment. Wearables: smartwatches (Apple Watch, Samsung Galaxy Watch), fitness trackers (Fitbit), health monitors. Environmental sensors: temperature, humidity, CO2, air quality monitors. Asset tracking: GPS/RFID trackers for vehicles, equipment, inventory.
IoT Connectivity Protocols
Wi-Fi: high bandwidth, standard protocol, but requires significant power — not ideal for battery-powered sensors. Bluetooth / Bluetooth Low Energy (BLE): short range (up to 100m), low power, peer-to-peer or mesh. Used for: fitness trackers, proximity beacons, short-range sensors. Z-Wave: mesh protocol specifically for home automation. Up to 40 devices per network, ~30m range per hop, 908 MHz (US). Low power, license required. Zigbee: IEEE 802.15.4-based mesh protocol. Competing with Z-Wave, open standard. 2.4 GHz (same band as Wi-Fi — potential interference). LoRaWAN: Long Range Wide Area Network. Very long range (2-15 km), very low power, very low bandwidth. Used for: agricultural sensors, city IoT, asset tracking. NFC (Near Field Communication): <10 cm range, contactless payment, device pairing, access control. Thread: IPv6-based mesh network for home automation — used by Matter (new interoperability standard). Matter: open standard backed by Apple, Google, Amazon, Samsung — aims to make IoT devices interoperable regardless of ecosystem.
IoT Security Concerns
IoT devices are notoriously poorly secured — often targeted by attackers. Common vulnerabilities: Default credentials: many IoT devices ship with username 'admin' and password 'admin' or 'password' — manufacturers don't force password change. Infrequent updates: IoT devices rarely receive security patches. Many have end-of-life firmware with unpatched vulnerabilities. Weak encryption: some older devices transmit data in plaintext. Large attack surface: millions of identical devices with the same vulnerabilities. IoT botnets: compromised IoT devices recruited into botnets for DDoS attacks (Mirai botnet infected 600,000+ IoT devices in 2016). Security best practices: Change default credentials immediately. Update firmware — check for updates at initial setup and periodically. Isolate IoT devices on a separate VLAN or guest network. Disable features you don't use (UPnP, Telnet, unnecessary ports). Use a router with IoT-specific security features (Eero, Firewalla).
Smart Home Hubs and Ecosystems
Smart home hubs: central controller that manages communication between different devices and protocols. Amazon Echo/Alexa: Wi-Fi + Zigbee/Z-Wave hub built in. Integrates thousands of third-party devices via Alexa Skills. Google Home/Google Nest Hub: primarily Wi-Fi and Bluetooth. Home Assistant: open-source, self-hosted home automation platform — integrates nearly any IoT protocol. Apple HomeKit: Apple's smart home framework — privacy-focused, local processing. Works with HomePod Mini, Apple TV, iPad as hub. Interoperability challenge: historically, Alexa devices don't talk to HomeKit devices. Matter standard aims to solve this — Matter devices work with any Matter-compatible hub. Cloud vs local processing: cloud-dependent devices stop working if the cloud service is discontinued or internet is down. Locally-processed devices (Home Assistant, Hubitat) work without internet.