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. amazeui学习笔记--css(常用组件14)--缩略图Thumbnail

    amazeui学习笔记--css(常用组件14)--缩略图Thumbnail 一.总结 1.基本样式:在 <img> 添加 .am-thumbnail 类:也可以在 <img> ...

  2. jvisualvm 工具使用

    VisualVM 是Netbeans的profile子项目,已在JDK6.0 update 7 中自带(java启动时不需要特定参数,监控工具在bin/jvisualvm.exe). https:// ...

  3. HTML 5 中FileReader的使用

    FileReader 接口主要用来把文件读入到内存中,而且读取文件里的数据.FileReader接口提供了一个异步API,使用该API能够在浏览器主线程中异步訪问文件系统 ,读取文件里的数据. Fil ...

  4. 基于深度学习的人脸识别系统(Caffe+OpenCV+Dlib)【二】人脸预处理

    前言 基于深度学习的人脸识别系统,一共用到了5个开源库:OpenCV(计算机视觉库).Caffe(深度学习库).Dlib(机器学习库).libfacedetection(人脸检测库).cudnn(gp ...

  5. orabbix 报错No suitable driver found for

     orabbix报错如下:   2018-07-11 14:35:20,119 [main] ERROR Orabbix - Error on Configurator for database qa ...

  6. 10.5 android输入系统_Reader线程_使用EventHub读取事件和核心类及配置文件_实验_分析

    4. Reader线程_使用EventHub读取事件 使用inotify监测/dev/input下文件的创建和删除 使用epoll监测有无数据上报 细节: a.fd1 = inotify_init(& ...

  7. 基于PHP实现一个简单的在线聊天功能(轮询ajax )

    基于PHP实现一个简单的在线聊天功能(轮询ajax ) 一.总结 1.用的轮询ajax 二.基于PHP实现一个简单的在线聊天功能 一直很想试着做一做这个有意思的功能,感觉复杂的不是数据交互和表结构,麻 ...

  8. Linux 下配置 Python IDE——Emacs

    工欲善其事,必先利其器.Python作为高级语言,因为其简介.灵活已经被越来越多的程序员所青睐.在尝试了众多IDE之后,终于找到了自己的挚爱.废话少说,下面开始说一下如何在linux下安装配置Emac ...

  9. SpringCloud微服务学习笔记

    SpringCloud微服务学习笔记 项目地址: https://github.com/taoweidong/Micro-service-learning 单体架构(Monolithic架构) Mon ...

  10. 【t043】成绩查询

    Time Limit: 1 second Memory Limit: 128 MB [问题描述] 说起测试计算机的软件,排在第一位的就应当是SuperPi 了.它不但能良好的体现机器的整体水平,而且还 ...