mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Update wireless_iot.md
This commit is contained in:
parent
48c945f847
commit
8e0097a56b
1 changed files with 12 additions and 12 deletions
|
@ -14,16 +14,16 @@
|
||||||
| MQTT | - | Depends on network | Depends on network | TLS/SSL support, username/password, ACLs for permissions | Remote sensors, home automation, messaging |
|
| MQTT | - | Depends on network | Depends on network | TLS/SSL support, username/password, ACLs for permissions | Remote sensors, home automation, messaging |
|
||||||
| CoAP | - | Depends on network | Depends on network | DTLS for security, supports TLS for TCP | Smart homes, energy management |
|
| CoAP | - | Depends on network | Depends on network | DTLS for security, supports TLS for TCP | Smart homes, energy management |
|
||||||
|
|
||||||
**Frequency**: The radio frequency at which the protocol operates.
|
- **Frequency**: The radio frequency at which the protocol operates.
|
||||||
**Range**: The typical communication range between devices.
|
- **Range**: The typical communication range between devices.
|
||||||
**Data Rate**: The maximum achievable data transmission speed.
|
- **Data Rate**: The maximum achievable data transmission speed.
|
||||||
**Security Features**:
|
- **Security Features**:
|
||||||
- **AES-128 encryption**: A symmetric key encryption standard that provides good security.
|
- **AES-128 encryption**: A symmetric key encryption standard that provides good security.
|
||||||
- **WPA3/WPA2**: Security protocols for Wi-Fi networks, with WPA3 being the latest and most secure.
|
- **WPA3/WPA2**: Security protocols for Wi-Fi networks, with WPA3 being the latest and most secure.
|
||||||
- **ECDH**: Elliptic Curve Diffie-Hellman, a secure key exchange protocol.
|
- **ECDH**: Elliptic Curve Diffie-Hellman, a secure key exchange protocol.
|
||||||
- **SIM-based security**: Utilizes the SIM card for secure key storage and authentication.
|
- **SIM-based security**: Utilizes the SIM card for secure key storage and authentication.
|
||||||
- **Secure boot**: Ensures the device boots using only software that is trusted by the device manufacturer.
|
- **Secure boot**: Ensures the device boots using only software that is trusted by the device manufacturer.
|
||||||
- **TLS/SSL**: Protocols for securing data communications over networks.
|
- **TLS/SSL**: Protocols for securing data communications over networks.
|
||||||
- **DTLS**: Datagram Transport Layer Security, a derivative of TLS designed for datagram protocols.
|
- **DTLS**: Datagram Transport Layer Security, a derivative of TLS designed for datagram protocols.
|
||||||
- **ACLs**: Access Control Lists, which specify which users or system processes are granted access to objects.
|
- **ACLs**: Access Control Lists, which specify which users or system processes are granted access to objects.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue