Hybrid Wireless Mesh Protocol: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Fleddy (talk | contribs)
m Fixed link
Line 1: Line 1:
{{refimprove|date=September 2014}}
{{refimprove|date=September 2014}}


'''Hybrid Wireless Mesh Protocol''' ('''HWMP''') defined in [[IEEE 802.11s]], is a basic routing protocol for a [[wireless mesh network]]. It is based on [[AODV]] (RFC 3561) and tree-based routing.<ref name="HWMP">{{cite web |url=https://mentor.ieee.org/802.11/public/06/11-06-1778-01-000s-hwmp-specification.doc |title= HWMP Protocol specification |publisher=The Working Group for WLAN Standards of the Institute of Electrical and Electronics Engineers |date=November 2006 |accessdate=2009-05-03 }}</ref> It relies on [[Peer Link Management]] protocol by which each Mesh Point discovers and tracks neighboring nodes. If any of these are connected to a wired [[backhaul (telecommunications)|backhaul]], there is no need for HWMP, which selects paths from those assembled by compiling all mesh point peers into one composite map.
'''Hybrid Wireless Mesh Protocol''' ('''HWMP''') defined in [[IEEE 802.11s]], is a basic routing protocol for a [[wireless mesh network]]. It is based on [[AODV]] (RFC 3561) and tree-based routing.<ref name="HWMP">{{cite web |url=https://mentor.ieee.org/802.11/public/06/11-06-1778-01-000s-hwmp-specification.doc |title= HWMP Protocol specification |publisher=The Working Group for WLAN Standards of the Institute of Electrical and Electronics Engineers |date=November 2006 |accessdate=2009-05-03 }}</ref> It relies on a Peer Link Management protocol by which each Mesh Point discovers and tracks neighboring nodes. If any of these are connected to a wired [[backhaul (telecommunications)|backhaul]], there is no need for HWMP, which selects paths from those assembled by compiling all mesh point peers into one composite map.


HWMP protocol "is hybrid, because it supports two kinds of path selection protocols. Although these protocols are very similar to routing protocols, but bear in mind, that in case of IEEE 802.11s these use MAC addresses for "routing", instead of IP addresses. Therefore, we use the term "path" instead of "route" and thus "path selection" instead of "routing"". [http://linuxwireless.org/en/developers/Documentation/ieee80211/802.11s]
HWMP protocol "is hybrid, because it supports two kinds of path selection protocols. Although these protocols are very similar to routing protocols, but bear in mind, that in case of IEEE 802.11s these use MAC addresses for "routing", instead of IP addresses. Therefore, we use the term "path" instead of "route" and thus "path selection" instead of "routing"". [http://linuxwireless.org/en/developers/Documentation/ieee80211/802.11s]


HWMP is intended to displace proprietary protocols used by vendors like [[Meraki]] for the same purpose, permitting peer participation by [[open source router firmware]]. The open source implementation of 802.11s has been integrated to Linux kernel by Cozybit. Inc. and can be found at <ref>https://github.com/cozybit/open80211s</ref>
HWMP is intended to displace proprietary protocols used by vendors like [[Meraki]] for the same purpose, permitting peer participation by [[List_of_router_firmware_projects|open source router firmware]]. The open source implementation of 802.11s has been integrated to Linux kernel by Cozybit. Inc. and can be found at <ref>https://github.com/cozybit/open80211s</ref>


==References==
==References==

Revision as of 14:46, 8 November 2016

Hybrid Wireless Mesh Protocol (HWMP) defined in IEEE 802.11s, is a basic routing protocol for a wireless mesh network. It is based on AODV (RFC 3561) and tree-based routing.[1] It relies on a Peer Link Management protocol by which each Mesh Point discovers and tracks neighboring nodes. If any of these are connected to a wired backhaul, there is no need for HWMP, which selects paths from those assembled by compiling all mesh point peers into one composite map.

HWMP protocol "is hybrid, because it supports two kinds of path selection protocols. Although these protocols are very similar to routing protocols, but bear in mind, that in case of IEEE 802.11s these use MAC addresses for "routing", instead of IP addresses. Therefore, we use the term "path" instead of "route" and thus "path selection" instead of "routing"". [1]

HWMP is intended to displace proprietary protocols used by vendors like Meraki for the same purpose, permitting peer participation by open source router firmware. The open source implementation of 802.11s has been integrated to Linux kernel by Cozybit. Inc. and can be found at [2]

References

  1. ^ "HWMP Protocol specification". The Working Group for WLAN Standards of the Institute of Electrical and Electronics Engineers. November 2006. Retrieved 2009-05-03.
  2. ^ https://github.com/cozybit/open80211s