6LoWPAN covered topics include the following:

 

  • Frame format for transmission of IPv6 packets
  • Method of forming IPv6 link-local addresses
  • Statelessly autoconfigured addresses on IEEE 802.15.4 networks
  • Simple header compression scheme using shared context
  • Provisions for packet delivery in IEEE 802.15.4 meshes

 

IEEE 802.15.4 Mode for IP

 

  • IEEE 802.15.4 defines four types of frames: beacon frames, MAC command frames, acknowledgement frames, and data frames.
  • IPv6 packets MUST be carried on data frames.
  • IEEE 802.15.4 networks can either be nonbeacon-enabled or beaconenabled.
  • 6LoWPAN does not require that IEEE networks run in beacon-enabled mode.
  • Beacons are still useful for link-layer device discovery to aid in association and disassociation events.
  • 6LoWPAN requires both source and destination addresses be included in the IEEE 802.15.4 frame header.
  • The source or destination PAN ID fields may also be included.

 

Addressing Modes

 

  • IEEE 802.15.4 defines several addressing modes: IEEE 64-bit extended addresses or 16-bit short addresses unique within the PAN.
  • 6LoWPAN supports both 64-bit extended addresses, and 16-bit short addresses.
  • 6LoWPAN assumes that a PAN maps to a specific IPv6 link.
  • Multicast is not supported natively in IEEE 802.15.4.
  • IPv6 level multicast packets MUST be carried as link-layer broadcast frames in IEEE 802.15.4 networks.
  • Broadcast frames are only heeded by devices within the specific PAN of the link:
    • A destination PAN identifier is included in the frame, and it MUST match the PAN ID of the link in question.
    • A short destination address is included in the frame, and it MUST match the broadcast address (0xffff).
  • Hosts learn IPv6 prefixes via router advertisements.

 

Maximum Transmission Unit

 

  • IEEE 802.15.4 frame sizes:
    • Maximum physical layer packet size of 127 octets (aMaxPHYPacketSize) –
    • Maximum frame overhead of 25 (aMaxFrameOverhead) –
    • Link-layer security overhead (21 octets in AES-CCM-128, 9 and 13 in AES-CCM-32 and AES-CCM-64)
    • leaves only 81 octets for IPv6 -
    • IPv6 header of 40 octets
    • leaves only 41 octets for upper-layer protocols, like UDP
    • UDP uses 8 octets in the header
    • leaves only 33 octets for application data.
    • fragmentation and reassembly layer will use even more octets.
  • Fragmention and reassembly adaptation layer must be provided at the layer below IP.

 

LoWPAN Adaptation Layer and Frame Format

 

  • All LoWPAN encapsulated datagrams transported over IEEE 802.15.4 are prefixed by an encapsulation header stack.
  • LoWPAN header sequence is mesh (L2) addressing, hop-by-hop options (including L2 broadcast/multicast), fragmentation, and finally payload.

 

  • When more than one LoWPAN header is used in the same packet, they MUST appear in the following order:
    • Mesh Addressing Header
    • Broadcast Header
    • Fragmentation Header

Dispatch Type and Header

Mesh Addressing Type and Header

Fragmentation Type and Header

 

  • All link fragments for a datagram except the last one MUST be multiples of eight bytes in length.

 

Stateless Address Autoconfiguration

 

  • All 802.15.4 devices have an IEEE EUI-64 address, but 16-bit short addresses are also possible.
  • Interface Identifier is formed from the EUI-64 according to the "IPv6 over Ethernet" specification.
  • When 16-bit short addressing is used, a "pseudo 48-bit address" is formed as follows:
    • First, the left-most 32 bits are formed by concatenating 16 zero bits to the 16-bit PAN ID (or 16 zero bits) - 16_bit_PAN:16_zero_bits.
    • Then, these 32 bits are concatenated with the 16-bit short address - 32_bits_as_specified_previously:16_bit_short_address.
  • A different MAC address set manually or by software MAY be used to derive the Interface Identifier.

 

IPv6 Link Local Address

 

Unicast Address Mapping

 

  • The Source/Target Link-layer Address option has the following forms when the link layer is IEEE 802.15.4 and the addresses are EUI-64 or 16-bit short addresses, respectively.

Multicast Address Mapping

 

  • An IPv6 packet with a multicast destination address (DST), consisting of the sixteen octets DST[1] through DST[16], is transmitted to the following 802.15.4 16-bit multicast address:

 

Header Compression

Encoding of IPv6 Header Fields

  • A packet is compressible via the LOWPAN_HC1 format by using a Dispatch value of LOWPAN_HC1 followed by a LOWPAN_HC1 header "HC1 encoding" field (8 bits) to encode the different combinations as shown below.
  • This header may be preceded by a fragmentation header, which may be preceded by a mesh header.\

 

Encoding of UDP Header Fields

6LoWPAN - Transmission of IPv6 Packets over IEEE 802.15.4 Networks的更多相关文章

  1. 蓝牙(Bluetooth) IEEE 802.15.1 协议学习

    catalogue . 蓝牙概念 . 配对和连接 . 机密安全性 . 蓝牙协议分类 . 蓝牙协议栈 1. 蓝牙概念 蓝牙(Bluetooth)是一种无线技术标准,可实现固定设备.移动设备和楼宇个人域网 ...

  2. IEEE 802.15介绍

    1. 无线通信 无线通信主要是利用无线电(Radio)射频(RF)技术的通信方式,无线网络是采用无线通信技术实现的网络无线网络可为两种: 近距离无线网络和远距离无线网络 近距离无线网络主要可分为如下两 ...

  3. IEEE 802.15.4协议学习之物理层

    在详细讲述IEEE 802.15.4协议之前,谈谈自己这两个星期看协议过程中的一点心得,或者是收获吧. 看协议文档,一定要看有书签的,边看边在旁边做些备注,以便于后期整理.对于协议层次相关的,最好在纸 ...

  4. IEEE 802.15.4协议学习之MAC层

        MAC负责建立于网络的同步,支持关联和取消关联.MAC层的安全以及控制物理信道访问机制.信道访问机制主要有以下几种:       1. 有序的物理无线信道访问机制     2. 协调器启动和维 ...

  5. 计算机网络六:无线局域网、IEEE 802.11、WIFI和蓝牙

    无线局域网.IEEE 802.11.WIFI和蓝牙 ㈠无线局域网 1.定义       无线局域网络(Wireless Local Area Networks),简称WLAN.它是相当便利的数据传输系 ...

  6. XBee 802.15.4/Digimesh FAQs:如何为2.4G模块选择合适的信道

    XBee 802.15.4模块和XBee Digimesh模块在硬件上完全相同,只是出厂带有不同固件,如果测试需要,这两个固件可以都可以互换烧入模块中. 如何为2.4G模块选择合适的信道 IEEE 8 ...

  7. IEEE 802.3 Ethernet

    Introduction Ethernet 是过去30年以来最为成功的局域网(local area networking)技术. 1. First widely used LAN technology ...

  8. IEEE 802.11p (WAVE,Wireless Access in the Vehicular Environment)

    IEEE 802.11p(又称WAVE,Wireless Access in the Vehicular Environment)是一个由IEEE 802.11标准扩充的通讯协定.这个通讯协定主要用在 ...

  9. IEEE 802.11 标准列表

    IEEE 802.11 标准列表 IEEE 802.11,1997年,原始标准(2Mbit/s,播在2.4GHz). IEEE 802.11a,1999年,物理层补充(54Mbit/s,播在5GHz) ...

随机推荐

  1. Android检测网络状态,判断当前网络是否可用

    用户手机当前网络可用:WIFI.2G/3G网络,用户打开与不打开网络,和是否可以用是两码事.可以使用指的是:用户打开网络了并且可以连上互联网进行上网. 检测当前网络是否可用,代码如下: /** * 检 ...

  2. node event中 on emit off 的封装

    事件绑定一个事件名称对应多个事件函数 应此它们的关系是一对多的关系 数据类型采用对象的形式 key:val 因为函数有多个 所以val选用数组 事件仓库 eventList = { key:val, ...

  3. Nginx TCP代理

    nginx 在1.9.0 版本发布以前如果要想做到基于TCP的代理及负载均衡需要通过打名为nginx_tcp_proxy_module的第三方patch来实现,该模块的代码托管在github上 网址: ...

  4. [Angular] Stagger animation v4.3.3

    For example, when we open a form, we want to see all the inputs fields comes into one by one. Code f ...

  5. mootools常用特性和示例(基础篇2)

    接着上一篇:mootools常用特性和示例(基础篇1) 1.表单操作 html: <form id="myForm" action="submit.php" ...

  6. SQLite header and source version mismatch解决方案

    SQLite header and source version mismatch 最近需要用到sqlite,去官网下了一个编译安装后打开sqlite3出现SQLite header and sour ...

  7. AE要素选择(点选和拉框选择)

    原文 AE要素选择(点选和拉框选择) 选择一个要素或者一个要素集(FeatureSelection)的方法很多,如IMap::SelectByShape.ILayer::search.IFeature ...

  8. android5.0 BLE 蓝牙4.0+浅析demo搜索(一)

    作者:Bgwan链接:https://zhuanlan.zhihu.com/p/23341414来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处. 作者:Bgwan 莳萝花 ...

  9. 修改SVN中文件的可执行属性

    博文来自下面路径,转载请注明原出处: http://bigwhite.blogbus.com/logs/74568031.html 修改SVN中文件的可执行属性 - [开源世界] Tag:开源世界 S ...

  10. 23、V4L2应用编写及各个ioctl涉及结构体说明分析

    常用的结构体在内核目录include/linux/videodev2.h中定义 struct v4l2_requestbuffers  //申请帧缓冲,对应命令VIDIOC_REQBUFSstruct ...