6LoWPAN


6LoWPAN is an acronym of IPv6 over Low -Power Wireless Personal Area Networks. 6LoWPAN is the name of a concluded working group in the Internet area of the IETF.
The 6LoWPAN concept originated from the idea that "the Internet Protocol could and should be applied even to the smallest devices," and that low-power devices with limited processing capabilities should be able to participate in the Internet of Things.
The 6LoWPAN group has defined encapsulation and header compression mechanisms that allow IPv6 packets to be sent and received over IEEE 802.15.4 based networks. IPv4 and IPv6 are the work horses for data delivery for local-area networks, metropolitan area networks, and wide-area networks such as the Internet. Likewise, IEEE 802.15.4 devices provide sensing communication-ability in the wireless domain. The inherent natures of the two networks though, are different.
The base specification developed by the 6LoWPAN IETF group is . The problem statement document is. IPv6 over Bluetooth Low Energy is defined in.

Application areas

The target for IP networking for low-power radio communication is applications that need wireless internet connectivity at lower data rates for devices with very limited form factor. An example is automation and entertainment applications in home, office and factory environments. The header compression mechanisms standardized in RFC6282 can be used to provide header compression of IPv6 packets over such networks.
IPv6 is also in use on the smart grid enabling smart meters and other devices to build a micro mesh network before sending the data back to the billing system using the IPv6 backbone. Some of these networks run over IEEE 802.15.4 radios, and therefore use the header compression and fragmentation as specified by RFC6282.

Thread

is an effort of over 50 companies to standardize on a protocol running over 6LoWPAN to enable home automation. The specification is available at no cost, subject to adherence to an EULA stipulating that Thread Group membership is required to implement the protocol. It is to be launched in the. The protocol will most directly compete with Z-Wave and Zigbee IP.

Functions

As with all link-layer mappings of IP, RFC4944 provides a number of functions. Beyond the usual differences between L2 and L3 networks,
mapping from the IPv6 network to the IEEE 802.15.4 network poses additional design challenges.
;Adapting the packet sizes of the two networks: IPv6 requires the maximum transmission unit to be at least 1280 octets. In contrast, IEEE 802.15.4's standard packet size is 127 octets. A maximum frame overhead of 25 octets spares 102 octets at the media access control layer. An optional but highly recommended security feature at the link layer poses an additional overhead. For example, 21 octets are consumed for AES-CCM-128 leaving only 81 octets for upper layers.
;Address resolution: IPv6 nodes are assigned 128 bit IP addresses in a hierarchical manner, through an arbitrary length network prefix. IEEE 802.15.4 devices may use either of IEEE 64 bit extended addresses or, after an association event, 16 bit addresses that are unique within a PAN. There is also a PAN-ID for a group of physically collocated IEEE 802.15.4 devices.
;Differing device designs: IEEE 802.15.4 devices are intentionally constrained in form factor to reduce costs, reduce power consumption and allow flexibility of installation. On the other hand, wired nodes in the IP domain are not constrained in this way; they can be larger and make use of mains power supplies.
;Differing focus on parameter optimization: IPv6 nodes are geared towards attaining high speeds. Algorithms and protocols implemented at the higher layers such as TCP kernel of the TCP/IP are optimized to handle typical network problems such as congestion. In IEEE 802.15.4-compliant devices, energy conservation and code-size optimization remain at the top of the agenda.
;Adaptation layer for interoperability and packet formats: An adaptation mechanism to allow interoperability between IPv6 domain and the IEEE 802.15.4 can best be viewed as a layer problem. Identifying the functionality of this layer and defining newer packet formats, if needed, is an enticing research area. proposes an adaptation layer to allow the transmission of IPv6 datagrams over IEEE 802.15.4 networks.
;Addressing management mechanisms: The management of addresses for devices that communicate across the two dissimilar domains of IPv6 and IEEE 802.15.4 is cumbersome, if not exhaustingly complex.
;Routing considerations and protocols for mesh topologies in 6LoWPAN: Routing per se is a two phased problem that is being considered for low-power IP networking:
Several routing protocols have been proposed by the 6LoWPAN community such as LOAD, DYMO-LOW, HI-LOW. However, only two routing protocols are currently legitimate for large-scale deployments: LOADng standardized by the ITU under the recommendation and RPL standardized by the IETF ROLL working group.
;Device and service discovery: Since IP-enabled devices may require the formation of ad hoc networks, the current state of neighboring devices and the services hosted by such devices will need to be known. IPv6 neighbour discovery extensions is an internet draft proposed as a contribution in this area.
;Security: IEEE 802.15.4 nodes can operate in either secure mode or non-secure mode. Two security modes are defined in the specification in order to achieve different security objectives: Access Control List and Secure mode

Pop culture references

, a popular cult film in the hacking community, features a villain named Lo Pan. This may be a backronym reference to that movie.