Round-robin Networks
   HOME

TheInfoList



OR:

A wireless mesh network (WMN) is a
communications network A telecommunications network is a group of nodes interconnected by telecommunications links that are used to exchange messages between the nodes. The links may use a variety of technologies based on the methodologies of circuit switching, messa ...
made up of
radio Radio is the technology of signaling and communicating using radio waves. Radio waves are electromagnetic waves of frequency between 30 hertz (Hz) and 300 gigahertz (GHz). They are generated by an electronic device called a transmit ...
nodes In general, a node is a localized swelling (a "knot") or a point of intersection (a Vertex (graph theory), vertex). Node may refer to: In mathematics *Vertex (graph theory), a vertex in a mathematical graph *Vertex (geometry), a point where two ...
organized in a
mesh A mesh is a barrier made of connected strands of metal, fiber, or other flexible or ductile materials. A mesh is similar to a web or a net in that it has many attached or woven strands. Types * A plastic mesh may be extruded, oriented, ex ...
topology In mathematics, topology (from the Greek language, Greek words , and ) is concerned with the properties of a mathematical object, geometric object that are preserved under Continuous function, continuous Deformation theory, deformations, such ...
. It can also be a form of
wireless ad hoc network A wireless ad hoc network (WANET) or mobile ad hoc network (MANET) is a decentralized type of wireless network. The network is ad hoc because it does not rely on a pre-existing infrastructure, such as routers in wired networks or access points ...
.
Chai Keong Toh Chai Keong Toh is a Singaporean computer scientist, engineer and professor. He is currently an Expert Consultant to the Gerson Lehrman Group. He has performed research on wireless ad hoc networks, mobile computing, Internet Protocols, and mult ...
Ad Hoc Mobile Wireless Networks, Prentice Hall Publishers, 2002.
A mesh refers to rich interconnection among devices or nodes. Wireless mesh networks often consist of mesh clients, mesh routers and gateways. Mobility of nodes is less frequent. If nodes constantly or frequently move, the mesh spends more time updating routes than delivering data. In a wireless mesh network, topology tends to be more static, so that routes computation can converge and delivery of data to their destinations can occur. Hence, this is a low-mobility centralized form of wireless ad hoc network. Also, because it sometimes relies on static nodes to act as gateways, it is not a truly all-wireless ad hoc network. Mesh clients are often laptops, cell phones, and other wireless devices. Mesh routers forward traffic to and from the gateways, which may or may not be connected to the Internet. The coverage area of all radio nodes working as a single network is sometimes called a mesh cloud. Access to this mesh cloud depends on the radio nodes working together 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. Wireless mesh networks can self form and self heal. Wireless mesh networks work with different wireless technologies including
802.11 IEEE 802.11 is part of the IEEE 802 set of local area network (LAN) technical standards, and specifies the set of media access control (MAC) and physical layer (PHY) protocols for implementing wireless local area network (WLAN) computer com ...
, 802.15,
802.16 IEEE 802.16 is a series of wireless broadband standards written by the Institute of Electrical and Electronics Engineers (IEEE). The IEEE Standards Board established a working group in 1999 to develop standards for broadband for wireless metro ...
, cellular technologies and need not be restricted to any one technology or protocol.


History

Wireless mesh radio networks were originally developed for military applications, such that every node could dynamically serve as a router for every other node. In that way, even in the event of a failure of some nodes, the remaining nodes could continue to communicate with each other, and, if necessary, serve as uplinks for the other nodes. Early wireless mesh network nodes had a single
half-duplex A duplex communication system is a point-to-point system composed of two or more connected parties or devices that can communicate with one another in both directions. Duplex systems are employed in many communications networks, either to allow ...
radio that, at any one instant, could either transmit or receive, but not both at the same time. This was accompanied by the development of shared mesh networks. This was subsequently superseded by more complex radio hardware that could receive packets from an upstream node and transmit packets to a downstream node simultaneously (on a different frequency or a different CDMA channel). This allowed the development of
switched mesh A switched mesh is a wireless mesh network that uses multiple radios to communicate via dedicated mesh backhaul links to each neighboring node in the mesh. Here all of the available bandwidth of each separate radio channel is dedicated to the l ...
networks. As the size, cost, and power requirements of radios declined further, nodes could be cost-effectively equipped with multiple radios. This, in turn, permitted each radio to handle a different function, for instance, one radio for client access, and another for backhaul services. Work in this field has been aided by the use of
game theory Game theory is the study of mathematical models of strategic interactions among rational agents. Myerson, Roger B. (1991). ''Game Theory: Analysis of Conflict,'' Harvard University Press, p.&nbs1 Chapter-preview links, ppvii–xi It has appli ...
methods to analyze strategies for the allocation of resources and routing of packets.


Features


Architecture

Wireless mesh architecture is a first step towards providing cost effective and low mobility over a specific coverage area. Wireless mesh infrastructure is, in effect, a network of routers minus the cabling between nodes. It is built of peer radio devices that do not have to be cabled to a wired port like traditional
WLAN A wireless LAN (WLAN) is a wireless computer network that links two or more devices using wireless communication to form a local area network (LAN) within a limited area such as a home, school, computer laboratory, campus, or office building ...
access points (AP) do. Mesh infrastructure carries data over large distances by splitting the distance into a series of short hops. Intermediate nodes not only boost the signal, but cooperatively pass data from point A to point B by making forwarding decisions based on their knowledge of the network, i.e. perform routing by first deriving the topology of the network. Wireless mesh networks is a relatively "stable-topology" network 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
wireless ad hoc networks A wireless ad hoc network (WANET) or mobile ad hoc network (MANET) is a decentralized type of wireless network. The network is ad hoc because it does not rely on a pre-existing infrastructure, such as routers in wired networks or access points ...
or client mesh networks the traffic flows between arbitrary pairs of nodes.J. Jun, M.L. Sichitiu
"The nominal capacity of wireless mesh networks"
in IEEE Wireless Communications, vol 10, 5 pp 8-14. October 2003
If rate of mobility among nodes are high, i.e., link breaks happen frequently, wireless mesh networks start to break down and have low communication performance.


Management

This type of infrastructure can be decentralized (with no central server) or centrally managed (with a central server). Both are relatively inexpensive, and can be very reliable and resilient, as each
node In general, a node is a localized swelling (a "knot") or a point of intersection (a vertex). Node may refer to: In mathematics *Vertex (graph theory), a vertex in a mathematical graph *Vertex (geometry), a point where two or more curves, lines, ...
needs only transmit as far as the next node. Nodes act as routers to transmit data from nearby nodes to
peers Peers may refer to: People * Donald Peers * Edgar Allison Peers, English academician * Gavin Peers * John Peers, Australian tennis player * Kerry Peers * Mark Peers * Michael Peers * Steve Peers * Teddy Peers (1886–1935), Welsh international ...
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 must be relatively stable, i.e., not too much mobility. 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, real-time racing-car telemetry, or self-organizing Internet access for communities. An important possible application for wireless mesh networks is VoIP. By using a quality of service scheme, the wireless mesh may support routing local telephone calls through the mesh. Most applications in wireless mesh networks are similar to those in
wireless ad hoc networks A wireless ad hoc network (WANET) or mobile ad hoc network (MANET) is a decentralized type of wireless network. The network is ad hoc because it does not rely on a pre-existing infrastructure, such as routers in wired networks or access points ...
. Some current applications: * U.S. military forces are now using wireless
mesh networking A mesh network is a local area network topology in which the infrastructure nodes (i.e. bridges, switches, and other infrastructure devices) connect directly, dynamically and non-hierarchically to as many other nodes as possible and cooperate wit ...
to connect their computers, mainly ruggedized laptops, in field operations. * Electric smart 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. * 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. * Smart home devices such as Google Wi-Fi, Google Nest Wi-Fi, and
Google OnHub Google OnHub is a residential wireless router product from Google, Inc. The two variants are manufactured by TP-Link and ASUS. Google's official tagline for the product is "We’re streaming and sharing in new ways our old routers were never bu ...
all support Wi-Fi mesh (i.e., Wi-Fi ad hoc) networking. Several manufacturers of Wi-Fi routers began offering mesh routers for home use in the mid-2010s. * Some communications satellite constellations operate 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 A ground station, Earth station, or Earth terminal is a terrestrial radio station designed for extraplanetary telecommunication with spacecraft (constituting part of the ground segment of the spacecraft system), or reception of radio waves fro ...
. This makes for a shorter travel distance for the signal, reducing latency, and also allows for the constellation to operate with far fewer earth stations than would be required for an equal number of traditional communications satellites. The
Iridium satellite constellation The Iridium satellite constellation provides L band voice and data information Pass (spaceflight), coverage to satellite phones, pagers and integrated transceivers over the entire surface of Earth. Iridium Communications owns and operates the Sa ...
, consists of 66 active satellites in a
polar orbit A polar orbit is one in which a satellite passes above or nearly above both poles of the body being orbited (usually a planet such as the Earth, but possibly another body such as the Moon or Sun) on each revolution. It has an inclination of about ...
and operates as a mesh network providing global coverage.


Operation

The principle is similar to the way
packet Packet may refer to: * A small container or pouch ** Packet (container), a small single use container ** Cigarette packet ** Sugar packet * Network packet, a formatted unit of data carried by a packet-mode computer network * Packet radio, a form ...
s travel around the wired
Internet The Internet (or internet) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a '' network of networks'' that consists of private, pub ...
—data hops from one device to another until it eventually reaches its destination. Dynamic
routing Routing is the process of selecting a path for traffic in a network or between or across multiple networks. Broadly, routing is performed in many types of networks, including circuit-switched networks, such as the public switched telephone netw ...
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 In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algorithms are used as specificat ...
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 having different radios operating at different frequencies to interconnect nodes in a mesh. This means there is a unique frequency used for each wireless hop and thus a dedicated CSMA
collision domain In physics, a collision is any event in which two or more bodies exert forces on each other in a relatively short time. Although the most common use of the word ''collision'' refers to incidents in which two or more objects collide with great f ...
. With more radio bands, communication throughput is likely to increase as a result of more available communication channels. This is similar to providing dual or multiple radio paths to transmit and receive data.


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 ** To achieve higher transmission rate requires new wideband transmission schemes other than
OFDM In telecommunications, orthogonal frequency-division multiplexing (OFDM) is a type of digital transmission and a method of encoding digital data on multiple carrier frequencies. OFDM has developed into a popular scheme for wideband digital commun ...
and UWB. * Advanced antenna processing ** Advanced antenna processing including directional,
smart Smart or SMART may refer to: Arts and entertainment * ''Smart'' (Hey! Say! JUMP album), 2014 * Smart (Hotels.com), former mascot of Hotels.com * ''Smart'' (Sleeper album), 1995 debut album by Sleeper * ''SMart'', a children's television ser ...
and multiple antenna technologies is further investigated, since their complexity and cost are still too high for wide commercialization. * Flexible
spectrum management Spectrum management is the process of regulating the use of radio frequencies to promote efficient use and gain a net social benefit.Martin Cave, Chris Doyle, William Webb, ''Modern Spectrum Management'', Cambridge University Press, 2007 The term ...
** Tremendous efforts on research of frequency-agile techniques are being performed for increased efficiency. *
Cross-layer optimization Cross-layer optimization is an escape from the pure waterfall-like concept of the OSI communications model with virtually strict boundaries between layers. Strict boundaries between layers are enforced in the original OSI networking model, where ...
** Cross-layer research is a popular current research topic where information is shared between different communications layers to increase the knowledge and current state of the network. This could facilitate development of new and more efficient protocols. A joint protocol that addresses various design problems—routing, scheduling, channel assignment etc.—can achieve higher performance since these problems are strongly co-related. Note that careless cross-layer design can lead to code that is difficult to maintain and extend. * Software-defined wireless networking ** Centralized, distributed, or hybrid? - In a new SDN architecture for WDNs is explored that eliminates the need for multi-hop flooding of route information and therefore enables WDNs to easily expand. The key idea is to split network control and data forwarding by using two separate frequency bands. The forwarding nodes and the SDN controller exchange link-state information and other network control signaling in one of the bands, while actual data forwarding takes place in the other band. * Security ** A WMN can be seen as a group of nodes (clients or routers) that cooperate to provide connectivity. Such an
open architecture Open architecture is a type of computer architecture or software architecture intended to make adding, upgrading, and swapping components with other computers easy. For example, the IBM PC, Amiga 500 and Apple IIe have an open architecture support ...
, where clients serve as routers to forward data packets, is exposed to many types of attacks that can interrupt the whole network and cause denial of service (DoS) or Distributed Denial of Service (DDoS).


Examples

*
Packet radio In digital radio, packet radio is the application of packet switching techniques to digital radio communications. Packet radio uses a packet switching protocol as opposed to circuit switching or message switching protocols to transmit digital dat ...
networks or ALOHA networks were first used in Hawaii to connect the islands. Given the bulky radios, and low data rate, the network is less useful than it was envisioned to be. * In 1998–1999, a field implementation of a campus-wide wireless network using 802.11 WaveLAN 2.4 GHz wireless interface on several laptops was successfully completed. Several real applications, mobility and data transmissions were made. * Mesh networks were useful for the military market because of the radio capability, and because not all military missions have frequently moving nodes. The Pentagon launched the DoD JTRS program in 1997, with an ambition to use software to control radio functions - such as frequency, bandwidth, modulation and security previously baked into the hardware. This approach would allow the DoD to build a family of radios with a common software core, capable of handling functions that were previously split among separate hardware-based radios: VHF voice radios for infantry units; UHF voice radios for air-to-air and ground-to-air communications; long-range HF radios for ships and ground troops; and a wideband radio capable of transmitting data at megabit speeds across a battlefield. However, JTRS program was shut down in 2012 by the US Army because the radios made by
Boeing The Boeing Company () is an American multinational corporation that designs, manufactures, and sells airplanes, rotorcraft, rockets, satellites, telecommunications equipment, and missiles worldwide. The company also provides leasing and product ...
had a 75% failure rate. * Google Home, Google Wi-Fi, and Google OnHub all support Wi-Fi mesh networking. * In rural
Catalonia Catalonia (; ca, Catalunya ; Aranese Occitan: ''Catalonha'' ; es, Cataluña ) is an autonomous community of Spain, designated as a ''nationality'' by its Statute of Autonomy. Most of the territory (except the Val d'Aran) lies on the north ...
,
Guifi.net Guifi.net is a free, open and neutral, mostly wireless community network, with over 37,000 active nodes and about 71,000 km of wireless links (as of December 2021). The majority of these nodes are located in Catalonia and the Valencian Commun ...
was developed in 2004 as a response to the lack of broadband Internet, where commercial Internet providers weren't providing a connection or a very poor one. Nowadays with more than 30,000 nodes it is only halfway a
fully connected network Network topology is the arrangement of the elements ( links, nodes, etc.) of a communication network. Network topology can be used to define or describe the arrangement of various types of telecommunication networks, including command and contr ...
, but following a peer to peer agreement it remained an open, free and neutral network with extensive redundancy. * In 2004,
TRW Inc. TRW Inc., was an American corporation involved in a variety of businesses, mainly aerospace, electronics, automotive, and credit reporting.http://www.fundinguniverse.com/company-histories/TRW-Inc-Company-History.html TRW Inc. It was a pionee ...
engineers from Carson, California, successfully tested a multi-node mesh wireless network using 802.11a/b/g radios on several high speed laptops running Linux, with new features such as route precedence and preemption capability, adding different priorities to traffic service class during packet scheduling and routing, and quality of service. Their work concluded that data rate can be greatly enhanced using
MIMO In radio, multiple-input and multiple-output, or MIMO (), is a method for multiplying the capacity of a radio link using multiple transmission and receiving antennas to exploit multipath propagation. MIMO has become an essential element of wir ...
technology at the radio front end to provide multiple spatial paths. *
ZigBee Zigbee is an IEEE 802.15.4-based specification for a suite of high-level communication protocols used to create personal area networks with small, low-power digital radios, such as for home automation, medical device data collection, and othe ...
digital radios are incorporated into some consumer appliances, including battery-powered appliances. ZigBee radios spontaneously organize a mesh network, using specific routing algorithms; transmission and reception are synchronized. This means the radios can be off much of the time, and thus conserve power. ZigBee is for low power low bandwidth application scenarios. * Thread is a consumer wireless networking protocol built on open standards and IPv6/6LoWPAN protocols. Thread's features include a secure and reliable mesh network with no single point of failure, simple connectivity and low power. Thread networks are easy to set up and secure to use with banking-class encryption to close security holes that exist in other wireless protocols. In 2014 Google Inc's
Nest Labs Google Nest is a line of smart home products including smart speakers, smart displays, streaming devices, thermostats, smoke detectors, routers and security systems including smart doorbells, cameras and smart locks. The Nest brand name was ...
announced a working group with the companies
Samsung The Samsung Group (or simply Samsung) ( ko, 삼성 ) is a South Korean multinational manufacturing conglomerate headquartered in Samsung Town, Seoul, South Korea. It comprises numerous affiliated businesses, most of them united under the ...
,
ARM Holdings Arm is a British semiconductor and software design company based in Cambridge, England. Its primary business is in the design of ARM processors (CPUs). It also designs other chips, provides software development tools under the DS-5, RealView an ...
,
Freescale Freescale Semiconductor, Inc. was an American semiconductor manufacturer. It was created by the divestiture of the Semiconductor Products Sector of Motorola in 2004. Freescale focused their integrated circuit products on the automotive, embed ...
,
Silicon Labs Silicon Laboratories, Inc. (Silicon Labs) is a fabless global technology company that designs and manufactures semiconductors, other silicon devices and software, which it sells to electronics design engineers and manufacturers in Internet of Th ...
,
Big Ass Fans Big Ass Fans is an American company that manufactures fans, evaporative coolers, and controls for industrial, agricultural, commercial and residential use. The company's headquarters is in Lexington, Kentucky, with additional offices in Austra ...
and the lock company
Yale Yale University is a private research university in New Haven, Connecticut. Established in 1701 as the Collegiate School, it is the third-oldest institution of higher education in the United States and among the most prestigious in the wor ...
to promote Thread. * In early 2007, the US-based firm Meraki launched a mini wireless mesh router. The
802.11 IEEE 802.11 is part of the IEEE 802 set of local area network (LAN) technical standards, and specifies the set of media access control (MAC) and physical layer (PHY) protocols for implementing wireless local area network (WLAN) computer com ...
radio within the Meraki Mini has been optimized for long-distance communication, providing coverage over 250 metres. In contrast to multi-radio long-range mesh networks with tree-based topologies and their advantages in O(n) routing, the Maraki had only one radio, which it used for both client access as well as backhaul traffic. * The
Naval Postgraduate School The Naval Postgraduate School (NPS) is a public graduate school operated by the United States Navy and located in Monterey, California. It offers master’s and doctoral degrees in more than 70 fields of study to the U.S. Armed Forces, DOD ci ...
, Monterey CA, demonstrated such wireless mesh networks for border security. In a pilot system, aerial cameras kept aloft by balloons relayed real time high resolution video to ground personnel via a mesh network. * SPAWAR, a division of the US Navy, is prototyping and testing a scalable, secure Disruption Tolerant Mesh Network to protect strategic military assets, both stationary and mobile. Machine control applications, running on the mesh nodes, "take over", when Internet connectivity is lost. Use cases include
Internet of Things The Internet of things (IoT) describes physical objects (or groups of such objects) with sensors, processing ability, software and other technologies that connect and exchange data with other devices and systems over the Internet or other comm ...
e.g. smart drone swarms. * An
MIT Media Lab The MIT Media Lab is a research laboratory at the Massachusetts Institute of Technology, growing out of MIT's Architecture Machine Group in the School of Architecture. Its research does not restrict to fixed academic disciplines, but draws from ...
project has developed the
XO-1 XO-1 is a magnitude 11 G-type main-sequence star located approximately 536 light-years away in the constellation Corona Borealis. XO-1 has a mass and radius similar to the Sun. In 2006 the extrasolar planet XO-1b was discovered orbiting ...
laptop or "OLPC" ( One Laptop per Child) which is intended for disadvantaged schools in developing nations and uses mesh networking (based on the IEEE 802.11s standard) to create a robust and inexpensive infrastructure. The instantaneous connections made by the laptops are claimed by the project to reduce the need for an external infrastructure such as the Internet to reach all areas, because a connected node could share the connection with nodes nearby. A similar concept has also been implemented by Greenpacket with its application called SONbuddy. * In Cambridge, UK, on 3 June 2006, mesh networking was used at the “ Strawberry Fair” to run mobile live television, radio and Internet services to an estimated 80,000 people. * Broadband-Hamnet, a mesh networking project used in amateur radio, is "a high-speed, self-discovering, self-configuring, fault-tolerant, wireless computer network" with very low power consumption and a focus on emergency communication. * The
Champaign-Urbana Community Wireless Network The Independent Media Center, better known as Indymedia, is an open publishing network of activist journalist collectives that report on political and social issues. Following beginnings during the 1999 Carnival Against Capital and 1999 Seatt ...
(CUWiN) project is developing mesh networking software based on open source implementations of the Hazy-Sighted Link State Routing Protocol and Expected Transmission Count metric. Additionally, the Wireless Networking Group in the
University of Illinois at Urbana-Champaign The University of Illinois Urbana-Champaign (U of I, Illinois, University of Illinois, or UIUC) is a public land-grant research university in Illinois in the twin cities of Champaign and Urbana. It is the flagship institution of the Univ ...
are developing a multichannel, multi-radio wireless mesh testbed, called Net-X as a proof of concept implementation of some of the multichannel protocols being developed in that group. The implementations are based on an architecture that allows some of the radios to switch channels to maintain network connectivity, and includes protocols for channel allocation and routing. *
FabFi FabFi is an open-source, city-scale, wireless mesh networking system.FabFi project home
on Google Code It i ...
is an
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
, city-scale, wireless mesh networking system originally developed in 2009 in
Jalalabad, Afghanistan Jalalabad (; Dari/ ps, جلال‌آباد, ) is the list of cities in Afghanistan, fifth-largest city of Afghanistan. It has a population of about 356,274, and serves as the capital of Nangarhar Province in the eastern part of the country, about ...
to provide high-speed Internet to parts of the city and designed for high performance across multiple hops. It is an inexpensive framework for sharing wireless Internet from a central provider across a town or city. A second larger implementation followed a year later near
Nairobi, Kenya Nairobi ( ) is the Capital city, capital and largest city of Kenya. The name is derived from the Maasai language, Maasai phrase ''Enkare Nairobi'', which translates to "place of cool waters", a reference to the Nairobi River which flows throug ...
with a
freemium Freemium, a portmanteau of the words "free" and "premium," is a pricing strategy by which a basic product or service is provided free of charge, but money (a premium) is charged for additional features, services, or virtual (online) or physical (o ...
pay model to support network growth. Both projects were undertaken by the
Fablab A fab lab (''fabrication laboratory'') is a small-scale workshop offering (personal) digital fabrication. A fab lab is typically equipped with an array of flexible computer-controlled tools that cover several different length scales and var ...
users of the respective cities. * SMesh is an
802.11 IEEE 802.11 is part of the IEEE 802 set of local area network (LAN) technical standards, and specifies the set of media access control (MAC) and physical layer (PHY) protocols for implementing wireless local area network (WLAN) computer com ...
multi-hop wireless mesh network developed by the Distributed System and Networks Lab at
Johns Hopkins University Johns Hopkins University (Johns Hopkins, Hopkins, or JHU) is a private university, private research university in Baltimore, Maryland. Founded in 1876, Johns Hopkins is the oldest research university in the United States and in the western hem ...
. A fast
handoff In cellular telecommunications, handover, or handoff, is the process of transferring an ongoing call or data session from one channel connected to the core network to another channel. In satellite communications it is the process of transf ...
scheme allows mobile clients to roam in the network without interruption in connectivity, a feature suitable for real-time applications, such as
VoIP Voice over Internet Protocol (VoIP), also called IP telephony, is a method and group of technologies for the delivery of voice communications and multimedia sessions over Internet Protocol (IP) networks, such as the Internet. The terms Internet t ...
. * Many mesh networks operate across multiple radio bands. For example,
Firetide Firetide is an American, international provider of wireless mesh network technology. It is a division of UNICOM Global. Based in the Silicon Valley, Firetide designs and sells hardware and software for wireless technology. Corporate history Fir ...
and Wave Relay mesh networks have the option to communicate node to node on 5.2 GHz or 5.8 GHz, but communicate node to client on 2.4 GHz (802.11). This is accomplished using
software-defined radio Software-defined radio (SDR) is a radio communication system where components that have been traditionally implemented in analog hardware (e.g. mixers, filters, amplifiers, modulators/demodulators, detectors, etc.) are instead implemented by me ...
(SDR). * The SolarMESH project examined the potential of powering 802.11-based mesh networks using solar power and rechargeable batteries. Legacy 802.11 access points were found to be inadequate due to the requirement that they be continuously powered. The IEEE 802.11s standardization efforts are considering power save options, but solar-powered applications might involve single radio nodes where relay-link power saving will be inapplicable. * The WING project (sponsored by the Italian Ministry of University and Research and led by CREATE-NET and Technion) developed a set of novel algorithms and protocols for enabling wireless mesh networks as the standard access architecture for next generation Internet. Particular focus has been given to interference and traffic-aware channel assignment, multi-radio/multi-interface support, and opportunistic scheduling and traffic aggregation in highly volatile environments. * WiBACK Wireless Backhaul Technology has been developed by the
Fraunhofer Institute for Open Communication Systems The Fraunhofer Institute for Open Communication Systems, or FOKUS, is an organization of the Fraunhofer Society. Headquartered in Berlin (Charlottenburg), the institute is engaged in applied research and development in the field of Information an ...
(FOKUS) in Berlin. Powered by solar cells and designed to support all existing wireless technologies, networks are due to be rolled out to several countries in sub-Saharan Africa in summer 2012. * Recent standards for wired communications have also incorporated concepts from Mesh Networking. An example is
ITU-T The ITU Telecommunication Standardization Sector (ITU-T) is one of the three sectors (divisions or units) of the International Telecommunication Union (ITU). It is responsible for coordinating standards for telecommunications and Information Commu ...
G.hn G.hn is a specification for home networking with data rates up to 2 Gbit/s and operation over four types of legacy wires: telephone wiring, coaxial cables, power lines and plastic optical fiber. A single G.hn semiconductor device is able to n ...
, a standard that specifies a high-speed (up to 1 Gbit/s)
local area network A local area network (LAN) is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building. By contrast, a wide area network (WAN) not only covers a larger ...
using existing home wiring (
power lines Electric power transmission is the bulk movement of electrical energy from a generating site, such as a power plant, to an electrical substation. The interconnected lines that facilitate this movement form a ''transmission network''. This is d ...
, phone lines and
coaxial cables Coaxial cable, or coax (pronounced ) is a type of electrical cable consisting of an inner conductor surrounded by a concentric conducting shield, with the two separated by a dielectric ( insulating material); many coaxial cables also have a ...
). In noisy environments such as power lines (where signals can be heavily attenuated and corrupted by noise), it is common that mutual visibility between devices in a network is not complete. In those situations, one of the nodes has to act as a relay and forward messages between those nodes that cannot communicate directly, effectively creating a "relaying" network. In G.hn, relaying is performed at the
data link layer The data link layer, or layer 2, is the second layer of the seven-layer OSI model of computer networking. This layer is the protocol layer that transfers data between nodes on a network segment across the physical layer. The data link layer p ...
.


Protocols


Routing protocols

There are more than 70 competing schemes for routing packets across mesh networks. Some of these include: *
Associativity-Based Routing #REDIRECT Associativity-based routing {{Rcatshell, {{R from move {{R from alternative capitalization ...
(ABR) *
AODV Ad hoc On-Demand Distance Vector (AODV) Routing is a routing protocol for mobile ad hoc networks (MANETs) and other wireless ad hoc networks. It was jointly developed in July 2003 in Nokia Research Center, University of California, Santa Barbara an ...
(Ad hoc On-Demand Distance Vector) * B.A.T.M.A.N. (Better Approach To Mobile Adhoc Networking) *
Babel (protocol) The Babel routing protocol A routing protocol specifies how routers communicate with each other to distribute information that enables them to select routes between nodes on a computer network. Routers perform the traffic directing functions o ...
(a distance-vector routing protocol for IPv6 and IPv4 with fast convergence properties) *Dynamic NIx-Vector Routing, DNVR *
DSDV Destination-Sequenced Distance-Vector Routing (DSDV) is a table-driven routing scheme for ad hoc mobile networks based on the Bellman–Ford algorithm. It was developed by C. Perkins and P. Bhagwat in 1994. The main contribution of the algorithm w ...
(Destination-Sequenced Distance-Vector Routing) * DSR (Dynamic Source Routing) * HSLS (Hazy-Sighted Link State) * HWMP (Hybrid Wireless Mesh Protocol, the default mandatory routing protocol of IEEE 802.11s) *''Infrastructure Wireless Mesh Protocol'' (IWMP) for Infrastructure Mesh Networks by GRECO UFPB-Brazil * ODMRP (On-Demand Multicast Routing Protocol) *
OLSR The Optimized Link State Routing Protocol (OLSR) is an IP routing protocol optimized for mobile ad hoc networks, which can also be used on other wireless ad hoc networks. OLSR is a proactive link-state routing protocol, which uses ''hello'' ...
(Optimized Link State Routing protocol) * OORP (OrderOne Routing Protocol) (OrderOne Networks Routing Protocol) *
OSPF Open Shortest Path First (OSPF) is a routing protocol for Internet Protocol (IP) networks. It uses a link state routing (LSR) algorithm and falls into the group of interior gateway protocols (IGPs), operating within a single autonomous sys ...
(Open Shortest Path First Routing) *Routing Protocol for Low-Power and Lossy Networks (IETF ROLL RPL protocol, ) *PWRP (Predictive Wireless Routing Protocol) *
TORA Tora or TORA may refer to: People * Tora (given name), female given name * Tora (surname) * Tora people of Arabia and northern Africa * Torá language, an extinct language once spoken in Brazil Places * Tora, Benin, in Borgou Department * Tora, ...
(Temporally-Ordered Routing Algorithm) * ZRP (Zone Routing Protocol) The
IEEE The Institute of Electrical and Electronics Engineers (IEEE) is a 501(c)(3) professional association for electronic engineering and electrical engineering (and associated disciplines) with its corporate office in New York City and its operation ...
has developed a set of standards under the title
802.11s IEEE 802.11s is a wireless local area network (WLAN) standard and an IEEE 802.11 amendment for mesh networking, defining how wireless devices can interconnect to create a wireless LAN mesh network, which may be used for relatively fixed (not mobile) ...
. A less thorough list can be found at
list of ad hoc routing protocols An ad hoc routing protocol is a convention, or standard, that controls how nodes decide which way to route packets between computing devices in a mobile ad hoc network. In ad hoc networks, nodes are not familiar with the topology of their network ...
.


Autoconfiguration protocols

Standard autoconfiguration protocols, such as
DHCP The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on Internet Protocol (IP) networks for automatically assigning IP addresses and other communication parameters to devices connected to the network using a cli ...
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)


Communities and providers

* Anyfi * AWMN * CUWiN *
Freifunk Freifunk (German for: "free radio") is a non-commercial open grassroots initiative to support free computer networks in the German region. Freifunk is part of the international movement for a wireless community network. The initiative counts about ...
(DE) / FunkFeuer (AT) / OpenWireless (CH) *
Firechat FireChat was a proprietary mobile app, developed by Open Garden, which used wireless mesh networking to enable smartphones to pass messages to each other peer-to-peer via Bluetooth, Wi-Fi, or Apple's Multipeer, without an internet connection. T ...
*
Firetide Firetide is an American, international provider of wireless mesh network technology. It is a division of UNICOM Global. Based in the Silicon Valley, Firetide designs and sells hardware and software for wireless technology. Corporate history Fir ...
*
Guifi.net Guifi.net is a free, open and neutral, mostly wireless community network, with over 37,000 active nodes and about 71,000 km of wireless links (as of December 2021). The majority of these nodes are located in Catalonia and the Valencian Commun ...
*
Netsukuku Netsukuku is an experimental peer-to-peer routing system, developed by thFreakNet MediaLabin 2005, created to build up a distributed network, anonymous and censorship-free, fully independent but not necessarily separated from the Internet, without ...
* Ninux (IT) *
NYC Mesh NYC Mesh is a physical network of interconnected routers and a group of enthusiasts working to support the expansion of the project as a freely accessible, open, wireless community network. NYC Mesh is not an internet service provider (ISP), al ...
* Red Hook Wi-Fi


See also

* Ad hoc wireless distribution service *
Bluetooth mesh networking Bluetooth Mesh is a computer mesh networking standard based on Bluetooth Low Energy that allows for many-to-many communication over Bluetooth radio. The Bluetooth Mesh specifications were defined in the Mesh Profile and Mesh Model specification ...
*
Comparison of wireless data standards A wide variety of different wireless data technologies exist, some in direct competition with one another, others designed for specific applications. Wireless technologies can be evaluated by a variety of different metrics of which some are describe ...
* IEEE 802.11s *
Mesh networking A mesh network is a local area network topology in which the infrastructure nodes (i.e. bridges, switches, and other infrastructure devices) connect directly, dynamically and non-hierarchically to as many other nodes as possible and cooperate wit ...
*
Mobile ad hoc network A wireless ad hoc network (WANET) or mobile ad hoc network (MANET) is a decentralized type of wireless network. The network is ad hoc because it does not rely on a pre-existing infrastructure, such as routers in wired networks or access points ...
*
Optical mesh network An optical mesh network is a type of optical telecommunications network employing wired fiber-optic communication or wireless free-space optical communication in a mesh network architecture. Most optical mesh networks use fiber-optic communicatio ...
*
Peer-to-peer Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the network. They are said to form a peer-to-peer n ...
* Roofnet *
Wireless ad hoc network A wireless ad hoc network (WANET) or mobile ad hoc network (MANET) is a decentralized type of wireless network. The network is ad hoc because it does not rely on a pre-existing infrastructure, such as routers in wired networks or access points ...
*
Zigbee Zigbee is an IEEE 802.15.4-based specification for a suite of high-level communication protocols used to create personal area networks with small, low-power digital radios, such as for home automation, medical device data collection, and othe ...


References


External links


Wireless LAN Mesh Whitepaper
*
First, Second and Third Generation Mesh Architectures
History and evolution of Mesh Networking Architectures
Miners Give a Nod to Nodes
Article reprint from Mission Critical Magazine on Mesh in underground mining
IET
From hotspots to blankets * {{cite journal , first1 = Ian. F. , last1 = Akyildiz , author2 = Xudong Wang , title = A Survey on Wireless Mesh Networks , citeseerx = 10.1.1.133.5446 , journal = IEEE Communications Magazine , volume = 43 , issue = 9 , pages = s23–s30 , date = September 2005 , doi = 10.1109/MCOM.2005.1509968, s2cid = 815769
Mesh Networks Research Group
Projects and tutorials' compilation related to the Wireless Mesh Networks
Linux Wireless Subsystem (80211) by Rami Rosen
Radio technology Mesh networking da:Selvkonfigurerende radionet de:Ad-hoc-Netz