Difference between revisions of "IEEE 802.15.4"

From TinyOS Wiki
Jump to: navigation, search
(New page: The '''IEEE 802.15.4''' is a specification for the physical and MAC layers of wireless personal area networks.)
 
m (Compliant transceivers)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''IEEE 802.15.4''' is a specification for the physical and MAC layers of wireless personal area networks.
+
The '''IEEE 802.15.4''' is a specification for the physical and media access control layers of wireless personal area networks.
 +
 
 +
== Physical layer ==
 +
 
 +
== Media access control ==
 +
 
 +
== Security ==
 +
'''IEEE 802.15.4''' media access control layer defines different security modes based on the AES block cipher:
 +
* Null: neither encryption nor authentication. Default mode.
 +
* Counter mode ([http://en.wikipedia.org/wiki/Mode_of_operation#Counter_.28CTR.29 CTR]): Encryption only. No authentication.
 +
* Cipher Block Chaining Message Authentication Code ([http://en.wikipedia.org/wiki/CBC-MAC CBC-MAC]):  Authentication only.
 +
* Counter with CBC-MAC ([http://en.wikipedia.org/wiki/CCM_mode CCM]): Encryption and authentication.
 +
For the last two modes, the authentication tag can be 32, 64 or 128 bits.
 +
 
 +
== Compliant transceivers ==
 +
*[[CC2420]]
 +
*[[CC2520]]
 +
*[[CC2530]]
 +
*[[AT86RF230]]
 +
 
 +
== See also ==
 +
*[[Zigbee]]
 +
 
 +
==External links==
 +
* [http://standards.ieee.org/getieee802/download/802.15.4d-2009.pdf IEEE standard 802.15.4d-2009]
 +
* [http://standards.ieee.org/getieee802/download/802.15.4c-2009.pdf IEEE standard 802.15.4c-2009]
 +
* [http://standards.ieee.org/getieee802/download/802.15.4a-2007.pdf IEEE standard 802.15.4a-2007]
 +
* [http://standards.ieee.org/getieee802/download/802.15.4-2006.pdf IEEE standard 802.15.4-2006]
 +
* [http://standards.ieee.org/getieee802/download/802.15.4-2003.pdf IEEE standard 802.15.4-2003]
 +
 
 +
[[Category:Documentation]]

Latest revision as of 04:16, 17 March 2010

The IEEE 802.15.4 is a specification for the physical and media access control layers of wireless personal area networks.

Physical layer

Media access control

Security

IEEE 802.15.4 media access control layer defines different security modes based on the AES block cipher:

  • Null: neither encryption nor authentication. Default mode.
  • Counter mode (CTR): Encryption only. No authentication.
  • Cipher Block Chaining Message Authentication Code (CBC-MAC): Authentication only.
  • Counter with CBC-MAC (CCM): Encryption and authentication.

For the last two modes, the authentication tag can be 32, 64 or 128 bits.

Compliant transceivers

See also

External links