Wireless mesh network

Wireless mesh network
WirelessMesh.png
Animation showing self healing wireless mesh (Click to enlarge)

A wireless mesh network (WMN) is a communications network made up of radio nodes organized in a mesh topology. Wireless mesh networks often consist of mesh clients, mesh routers and gateways.The mesh clients are often laptops, cell phones and other wireless devices while the mesh routers forward traffic to and from the gateways which may but need not connect to the Internet. The coverage area of the radio nodes working as a single network is sometimes called a mesh cloud. Access to this mesh cloud is dependent on the radio nodes working in harmony with each other to create a radio network. A mesh network is reliable and offers redundancy. When one node can no longer operate, the rest of the nodes can still communicate with each other, directly or through one or more intermediate nodes. The animation below illustrates how wireless mesh networks can self form and self heal. Wireless mesh networks can be implemented with various wireless technology including 802.11, 802.15, 802.16, cellular technologies or combinations of more than one type.

A wireless mesh network can be seen as a special type of wireless ad-hoc network. A wireless mesh network often has a more planned configuration, and may be deployed to provide dynamic and cost effective connectivity over a certain geographic area. An ad-hoc network, on the other hand, is formed ad hoc when wireless devices come within communication range of each other. The mesh routers may be mobile, and be moved according to specific demands arising in the network. Often the mesh routers are not limited in terms of resources compared to other nodes in the network and thus can be exploited to perform more resource intensive functions. In this way, the wireless mesh network differs from an ad-hoc network, since these nodes are often constrained by resources.

Contents

History

Network structure

Architecture

Wireless mesh architecture is a first step towards providing cost effective and dynamic high-bandwidth networks over a specific coverage area. Wireless mesh architectures infrastructure is, in effect, a router network minus the cabling between nodes. It's built of peer radio devices that don't have to be cabled to a wired port like traditional WLAN access points (AP) do. Mesh architecture sustains signal strength by breaking long distances into a series of shorter hops. Intermediate nodes not only boost the signal, but cooperatively make forwarding decisions based on their knowledge of the network, i.e. perform routing. Such an architecture may with careful design provide high bandwidth, spectral efficiency, and economic advantage over the coverage area.

Wireless mesh networks have a relatively stable topology except for the occasional failure of nodes or addition of new nodes. The path of traffic, being aggregated from a large number of end users, changes infrequently. Practically all the traffic in an infrastructure mesh network is either forwarded to or from a gateway, while in ad hoc networks or client mesh networks the traffic flows between arbitrary pairs of nodes.[1]

Management

This type of infrastructure can be decentralized (with no central server) or centrally managed (with a central server),[2] both are relatively inexpensive, and very reliable and resilient, as each node needs only transmit as far as the next node. Nodes act as routers to transmit data from nearby nodes to peers that are too far away to reach in a single hop, resulting in a network that can span larger distances. The topology of a mesh network is also reliable, as each node is connected to several other nodes. If one node drops out of the network, due to hardware failure or any other reason, its neighbors can quickly find another route using a routing protocol.

Applications

Mesh networks may involve either fixed or mobile devices. The solutions are as diverse as communication needs, for example in difficult environments such as emergency situations, tunnels, oil rigs, battlefield surveillance, high speed mobile video applications on board public transport or real time racing car telemetry. An important possible application for wireless mesh networks is VoIP. By using a Quality of Service scheme, the wireless mesh may support local telephone calls to be routed through the mesh.

Some current applications:

  • U.S. military forces are now using wireless mesh networking to connect their computers, mainly ruggedized laptops, in field operations.
  • Electric meters now being deployed on residences transfer their readings from one to another and eventually to the central office for billing without the need for human meter readers or the need to connect the meters with cables.[3]
  • The laptops in the one laptop per child program use wireless mesh networking to enable students to exchange files and get on the Internet even though they lack wired or cell phone or other physical connections in their area.
  • The 66-satellite Iridium constellation operates as a mesh network, with wireless links between adjacent satellites. Calls between two satellite phones are routed through the mesh, from one satellite to another across the constellation, without having to go through an earth station. This makes for a smaller travel distance for the signal, reducing latency, and also allows for the constellation to operate with far fewer earth stations that would be required for 66 traditional communications satellites.
  • The Commotion Wireless Project proposes building a 'device-as-infrastrucure' distribution crypted communications platform

Operation

The principle is similar to the way packets travel around the wired Internet— data will hop from one device to another until it reaches its destination. Dynamic routing algorithms implemented in each device allow this to happen. To implement such dynamic routing protocols, each device needs to communicate routing information to other devices in the network. Each device then determines what to do with the data it receives — either pass it on to the next device or keep it, depending on the protocol. The routing algorithm used should attempt to always ensure that the data takes the most appropriate (fastest) route to its destination.

Multi-radio mesh

Multi-radio mesh refers to a unique pair of dedicated radios on each end of the link. This means there is a unique frequency used for each wireless hop and thus a dedicated CSMA collision domain. This is a true mesh link where you can achieve maximum performance without bandwidth degradation in the mesh and without adding latency. Thus voice and video applications work just as they would on a wired Ethernet network. In true 802.11 networks, there is no concept of a mesh. There are only Access Points (AP's) and Stations. A multi-radio wireless mesh node will dedicate one of the radios to act as a station, and connect to a neighbor node AP radio.

Research topics

One of the more often cited papers on Wireless Mesh Networks identified the following areas as open research problems in 2005 -

  • New modulation scheme
    • In order to achieve higher transmission rate, new wideband transmission schemes other than OFDM and UWB are needed.
  • Advanced antenna processing
    • Advanced antenna processing including directional, smart and multiple antenna technologies is further investigated, since their complexity and cost are still too high for wide commercialization.
  • Flexible spectrum management
    • Tremendous efforts on research of frequency-agile techniques are being performed for increased efficiency.
  • Cross-layer design
    • Cross-layer research is a popular current research topic where information is shared between different communications layers in order to increase the knowledge and current state of the network. This could enable new and more efficient protocols to be developed. A joint protocol which combines various design problems like routing, scheduling, channel assignment etc. can achieve higher performance since it is proven that these problems are strongly co-related.[4] It is important to note that careless cross-layer design could lead to code which is difficult to maintain and extend.[5]

Protocols

Routing protocols

There are more than 70 competing schemes for routing packets across mesh networks. Some of these include:

  • AODV (Ad hoc On-Demand Distance Vector)
  • B.A.T.M.A.N. (Better Approach To Mobile Adhoc Networking)
  • Babel (protocol) (a distance-vector routing protocol for IPv6 and IPv4 with fast convergence properties)
  • DNVR (Dynamic NIx-Vector Routing)
  • DSDV (Destination-Sequenced Distance-Vector Routing)
  • DSR (Dynamic Source Routing)
  • HSLS (Hazy-Sighted Link State)
  • IWMP (Infrastructure Wireless Mesh Protocol) for Infrastructure Mesh Networks by GRECO UFPB-Brazil
  • OLSR (Optimized Link State Routing protocol)
  • OORP (OrderOne Routing Protocol) (OrderOne Networks Routing Protocol)
  • OSPF (Open Shortest Path First Routing)
  • PWRP (Predictive Wireless Routing Protocol)
  • TORA (Temporally-Ordered Routing Algorithm)

The IEEE is developing a set of standards under the title 802.11s to define an architecture and protocol for ESS Mesh Networking.

A more thorough list can be found at Ad hoc routing protocol list.

Autoconfiguration protocols

Standard autoconfiguration protocols, such as DHCP or IPv6 stateless autoconfiguration may be used over mesh networks.

Mesh network specific autoconfiguration protocols include:

  • Ad-Hoc Configuration Protocol (AHCP)
  • Proactive Autoconfiguration (Proactive Autoconfiguration Protocol)
  • Dynamic WMN Configuration Protocol (DWCP)

See also

References

  1. ^ J. Jun, M.L. Sichitiu, "The nominal capacity of wireless mesh networks", in IEEE Wireless Communications, vol 10, 5 pp 8-14. October 2003
  2. ^ S.M. Chen, P, Lin, D-W Huang, S-R Yang, "A study on distributed/centralized scheduling for wireless mesh network" in Proceedings of the 2006 International Conference on Wireless Communications and Mobile Computing, pp 599 - 604. Vancouver, British Columbia, Canada. 2006
  3. ^ ZigBee.org Smart Energy Overview.
  4. ^ Pathak, P. H.; Dutta, R. (2011). "A Survey of Network Design Problems and Joint Design Approaches in Wireless Mesh Networks". IEEE Communications Surveys & Tutorials 13 (3): 396–428. doi:10.1109/SURV.2011.060710.00062. 
  5. ^ V. Kawadia, P. R. Kumar (February 2005). A Cautionary Perspective on Cross-Layer Design in IEEE Wireless Communications. pp. 3–11. 

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Wireless mesh network — Mesh Netzwerk mit Internet Anbindung und lokalem Radio Stream Ein Ad hoc Netz (lat. ad hoc, sinngemäß „für diesen Augenblick gemacht“) ist ein Funknetz, das zwei oder mehr Endgeräte zu einem vermaschten Netz verbindet. Netze, die sich… …   Deutsch Wikipedia

  • Wireless community network — Setting up a Wi Fi connection Wireless community networks or wireless community projects are the organizations that attempt to take a grassroots approach to providing a viable alternative to municipal wireless networks for consumers. Because of… …   Wikipedia

  • Wireless sensor network — WSN redirects here. For the metasyntax, see Wirth syntax notation. Typical multi hop wireless sensor network architecture A wireless sensor network (WSN) consists of spatially distributed autonomous sensors to monitor physical or environmental… …   Wikipedia

  • History of wireless mesh networking — The core advantage of wireless mesh networks is their inherent ability to form a network on power up. Watch what happens in Fig 1, when the mesh nodes power up (green LED on box turns on). The nodes hear each other s broadcast and a network is… …   Wikipedia

  • Mesh Network — Mesh Netzwerk mit Internet Anbindung und lokalem Radio Stream Ein Ad hoc Netz (lat. ad hoc, sinngemäß „für diesen Augenblick gemacht“) ist ein Funknetz, das zwei oder mehr Endgeräte zu einem vermaschten Netz verbindet. Netze, die sich… …   Deutsch Wikipedia

  • Optical mesh network — Transport network based on SONET/SDH ring architecture Optical mesh networks are a type of telecommunications network. Transport networks, the underlying optical fiber based layer of telecommunications networks, have evolved from DCS (Digital… …   Wikipedia

  • Mesh networking — For other meanings of the word mesh, see Mesh (disambiguation). Illustration of a mesh network Mesh networking (topology) is a type of networking where each node must not only capture and disseminate its own data, but also serve as a relay for… …   Wikipedia

  • Wireless Distribution System — A Wireless Distribution System is a system that enables the wireless interconnection of access points in an IEEE 802.11 network. It allows a wireless network to be expanded using multiple access points without the need for a wired backbone to… …   Wikipedia

  • Wireless ad hoc network — A wireless ad hoc network is a decentralized wireless network. [C K Toh, [http://www.informit.com/store/product.aspx?isbn=0130078174 Ad Hoc Mobile Wireless Networks, Prentice Hall Publishers ] , 2002.] The network is ad hoc because each node is… …   Wikipedia

  • Wireless Access Points — Wireless Access Point, links per Kabel mit dem Internet (unten) und drei Endgeräten verbunden, über die Antennen drahtlos mit weiteren Endgeräten. Ein Wireless Access Point [ˈwaɪəlɪs ˈæksɛs pɔɪnt] (WAP, deutsch „Funkzugangsknoten“) ist ein… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”