US20110255479A1 - Route selection in wireless networks - Google Patents

Route selection in wireless networks Download PDF

Info

Publication number
US20110255479A1
US20110255479A1 US13/173,490 US201113173490A US2011255479A1 US 20110255479 A1 US20110255479 A1 US 20110255479A1 US 201113173490 A US201113173490 A US 201113173490A US 2011255479 A1 US2011255479 A1 US 2011255479A1
Authority
US
United States
Prior art keywords
route
node
destination node
source node
destination
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/173,490
Inventor
Hang Liu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US13/173,490 priority Critical patent/US20110255479A1/en
Assigned to THOMSON LICENSING reassignment THOMSON LICENSING ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LIU, HANG
Publication of US20110255479A1 publication Critical patent/US20110255479A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/26Route discovery packet
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/32Flooding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/02Communication route or path selection, e.g. power-based or shortest path routing
    • H04W40/023Limited or focused flooding to selected areas of a network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/24Connectivity information management, e.g. connectivity discovery or connectivity update
    • H04W40/248Connectivity information update
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/02Communication route or path selection, e.g. power-based or shortest path routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/24Connectivity information management, e.g. connectivity discovery or connectivity update
    • H04W40/28Connectivity information management, e.g. connectivity discovery or connectivity update for reactive routing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Definitions

  • the present invention relates to wireless networks and, in particular, to wireless mesh networks. Very specifically the present invention relates processing of route request messages in on-demand routing protocols.
  • On-demand routing protocols for example, the Ad Hoc On-demand Distance Vector (AODV) routing protocol defined by the MANET working group in IETF, use a Route Request and Route Reply mechanism to establish routes between two nodes in wireless mesh/ad hoc networks.
  • AODV Ad Hoc On-demand Distance Vector
  • a source node wants to send data packets/frames to a destination node, the source node discovers the route to the destination by flooding a Route Request (RREQ) message over the network if the source node does not have and needs a valid route to the destination node.
  • RREQ Route Request
  • a reverse route back to the source is created by the nodes in the network as they receive and forward the RREQ.
  • a node When a node receives a RREQ, the receiving node replies to this request by generating a Route Reply (RREP) message if either: (1) the receiving node is itself the destination, or (2) the receiving node has a valid route to the destination and the “destination only” (‘D’) flag in the RREQ is NOT set.
  • the RREP is forwarded in unicast to the source node through the established reverse route and a forward route to the destination in the intermediate nodes and eventually in the source node is thus created.
  • the established routes expire if they are not used within a given route lifetime.
  • the “destination only” flag of the RREQ message is set by the source node and is not changed by the intermediate nodes. If the “destination only” flag is set in the RREQ by the source node, the intermediate node does not respond to the RREQ with a RREP message even if the intermediate/receiving node has a valid route to the destination node. It forwards/re-floods the RREQ to its neighbors. Only the destination node responds to this RREQ. In this mode of operation, the route discovery latency may be large although the up-to-date best route between the source node and the destination node is eventually discovered in the process. Low latency is very important for real-time applications such as voice and video communications.
  • any intermediate node with a valid route to the destination node responds to the RREQ with an RREP message.
  • the RREP message is sent back to the source node in unicast and establishes a forward route to the destination node.
  • G Gratuitous RREP
  • this intermediate node also unicasts a gratuitous RREP to the destination node so that the destination node learns of routes to the source node.
  • the intermediate node discards the RREQ.
  • the source node can discover a route to the destination node more quickly because the source node does not have to wait for the destination node's reply.
  • the best end-to-end route may not be discovered because the route cached in the intermediate node may not be the best route to the destination node.
  • the metrics may have changed due to the dynamics of wireless networks making the cached route less desirable. That is, because of changes in the network topology, routing metrics, etc. it is possible that the route cached in the intermediate node may become worse or that other routes with a better end-to-end metric may become available making other routes more desirable.
  • the problem solved by the present invention is how to use the RREQ and RREP mechanism to quickly discover the best route between a source node and one or more destination nodes.
  • the present invention discloses a method and system for processing/forwarding Route Request (RREQ) messages and generating Route Reply (RREP) messages in on-demand routing protocols, of which AODV is an example, so that the best route can be discovered without incurring significant route discovery delay/latency in wireless mesh/ad hoc networks.
  • RREQ Route Request
  • RREP Route Reply
  • a source node wants to discover the route to a destination node, the source node floods the network with a RREQ message with the destination node specified in the destination list and the metric field initialized to 0.
  • the RREQ message contains a new flag “Intermediate Reply (IR)” for each destination node.
  • the source node sets the flag corresponding to the destination node in the RREQ when it initiates the RREQ flooding to discover a route to the destination node(s).
  • the first intermediate node with a valid route to the destination node responds to the RREQ with an RREP message.
  • the RREP message is sent in unicast towards the source node and thereby quickly establishes a temporary forward route to the destination.
  • the source node can use this temporary forward route to send data packets/frames with a low route discovery delay/latency.
  • the first intermediate node resets/clears the “IR” flag in the RREQ message and forwards the updated RREQ message downstream towards the destination node.
  • the downstream intermediate nodes would not respond to this RREQ and only propagate it even if the downstream intermediate nodes have a valid route to the destination node(s).
  • the RREQs eventually reach the destination node(s).
  • the destination node(s) can select the best route/path based on the end-to-end metrics and send a new RREP back to the source node to establish the best route between the source node and this destination node. If the best path is different from the temporary forward path that was established via the RREP from the intermediate node, the source node will switch to the best path once the best path is established.
  • a system and method for discovering a route between a source node and a destination node in a wireless network including setting an intermediate reply flag of an route request message by the source node, flooding the wireless network with the route request message and responding to the route request message with a route reply message by a first intermediate node having a valid route to the destination node, are described.
  • the system and method then updating the route request message and re-flooding the wireless network with the route request message.
  • the responding act said responding act thereby establishes a temporary forward route between the source node and the destination node of the wireless network.
  • Also described are a system and method for discovering a best route in which case the route reply message becomes a first route reply message.
  • the system and method for discovering a best route includes selecting by the destination node the best route between itself and the source node based on cumulative metrics received in route request messages received by the destination node, creating a further route reply message and unicasting the further route reply message to the source node. If the temporary forward route is the best route then the further route reply message serves as a confirmation and if the temporary forward route is not the best route then the further route reply message serves to establish the best route upon receipt of the further route reply message by the source node.
  • FIG. 1 is an exemplary RREQ message format.
  • FIG. 2 is schematic diagram of a wireless mesh network in accordance with the principles of the present invention.
  • FIG. 3 is schematic diagram of a wireless mesh network in accordance with the principles of the present invention.
  • FIG. 4 is a flowchart of an on-demand routing protocol showing where the present invention is used.
  • FIG. 5 is a flowchart of the method of the present invention.
  • FIG. 6 is a block diagram of a node in accordance with the principles of the present invention.
  • a source node/mesh point When a source node/mesh point wants to send data packets/frames to some destination node, it checks its routing table for a route. If there is a valid route, it transmits the packets/frames to the next hop specified in the routing table for this destination node. If there is no valid route, the source node initiates route discovery by flooding a Route Request (RREQ) message over the wireless mesh/ad hoc network.
  • RREQ Route Request
  • the data packets/frames may have originated in/with the node or from the stations associated with the node if the node is a wireless access point. It is possible that a source node needs to discover routes/paths to multiple destination nodes.
  • the source node may disseminate a RREQ for each of destinations or, to reduce the routing overhead, flood the network with a single RREQ message having a list of multiple destination node addresses embedded therein.
  • FIG. 1 is an exemplary RREQ message format with other formats possible.
  • the RREQ message contains, for example, the origination/source node address, the originator's sequence number, the destination node address and the destination sequence number (or the number of destinations and the list of destination addresses and their sequence numbers), the RREQ ID, the message ID, the message length, the time-to-live (TTL), the hop count, the routing metric, the flags, and other information.
  • TTL time-to-live
  • IR Intermediate Reply flag herein, is contained in the RREQ message.
  • ‘D’ and ‘G’ flags are carried as a legacy of the conventional AODV. These two flags are not set/used by the source node and are ignored by the intermediate and destination nodes.
  • One alternative embodiment is that the RREQ message does not contain ‘D’ and ‘G’ flags at all. If the RREQ message carries a list of destination addresses, then multiple “Intermediate Reply” flags are included in the RREQ message, each corresponding to a destination address. When the source node wants to discover a route to one or more destination addresses, it sets the “Intermediate Reply” (IR) flag(s) corresponding to the destination address(es).
  • IR Intermediate Reply
  • each active source node may optionally flood the wireless mesh/ad hoc network with a periodic RREQ message (maintenance RREQ) for the destination address(es) with which it is communicating.
  • the “IR” flag in the maintenance RREQ is not set.
  • the intermediate and destination nodes process the maintenance RREQ following the same rules as are used to process a non-maintenance RREQ in the discovery phase.
  • dissemination of non-maintenance and maintenance RREQ messages in a wireless mesh/ad hoc network results in establishing/updating a reverse route to the originator (source node) of the RREQ at the intermediate nodes and the destination nodes.
  • Dissemination of non-maintenance RREQ messages also triggers RREP messages from the destination nodes and probably the intermediate nodes.
  • Dissemination of maintenance RREQ messages triggers RREP messages from the destination nodes.
  • an intermediate or destination node When an intermediate or destination node receives an RREQ message, it creates a reverse route to the source node or updates its current reverse route if the RREQ message passed through a route/path that offered a better metric than the current reverse route to the source node. It should be noted that each node may receive multiple copies of the same RREQ message (originating with the same source node and having the same RREQ ID), each RREQ message traversing a different path from the source node to the receiving/intermediate/destination node. If a reverse route is created or modified or this is the “first copy” of a RREQ message, the RREQ message is forwarded (re-flooded).
  • a “first copy” is used herein to mean that this copy of this RREQ message is the first copy or time that this receiving/intermediate/destination node has received or seen this particular RREQ message identified by its originator address and RREQ ID.
  • the metric field in the RREQ message is updated to reflect the cumulative metric of the route to the RREQ's source node from the intermediate node. Furthermore, if the “IR” flag for a destination node in the destination node list of the received RREQ message is set and the intermediate node has a valid route to the destination node, the intermediate node responds to the RREQ message with a route reply RREP message. This route reply message is sent to the source node in unicast and establishes a forward path to the destination node. The source node can then use this route to send data frames/packets to the destination node immediately.
  • the intermediate node If the intermediate node responds to the RREQ message with an RREP message for a destination node in the RREQ destination node list, it resets/clears the “IR” flag for this destination node in the RREQ message before re-flooding the network with the updated RREQ message.
  • the reason to reset the “IR” flag after a RREP message is sent is to suppress any RREP messages from the downstream intermediate nodes. Only the first intermediate node with a valid route to the destination node along the route traversed by the RREQ message flooding replies with an RREP message for this destination node. If the “IR” flag for a destination is reset/cleared in the RREQ message, an intermediate node should not respond with an RREP message even if it has a valid route to the destination node.
  • the destination node After creating/establishing or updating a reverse route to the source node, the destination node sends a unicast RREP message back to the source node. Intermediate nodes create forward routes to the destination node(s) upon receiving the RREP message, and also forward the RREP message toward the source node. When the source node receives the RREP message, it creates a forward route to the destination node. If the destination node receives further RREQ messages with better metrics, then the destination node updates its route to the source node to the new route and also sends a new RREP message back to the source node along the updated route.
  • the new RREP message establishes a better (updated) forward route from the source node to the destination node in the intermediate nodes and eventually the source node. Once this better forward route is established, the source node uses it to send data. Eventually, a bidirectional, best end-to-end metric route is established between the source node and destination node. Using this approach, the source node can quickly obtain a route to the destination node that is established with the RREP message replied to by the intermediate node with a valid route to the destination node. If this route is not the best end-to-end metric route between the source node and destination node, the route is updated to the best route thereafter.
  • FIG. 2 which depicts the flooding of the wireless mesh/ad hoc network with the Route Request (RREQ) message and the intermediate node B, with a valid route to the destination node E, responding to the RREQ message with an RREP message.
  • RREQ Route Request
  • Source node A floods Route Request (RREQ) messages with the “IR” flag set in the wireless mesh/ad hoc network.
  • IR Route Request
  • intermediate node B When intermediate node B receives the RREQ, it creates a reverse route to the source node from which it receives the RREQ as the next hop (source node A) of the reverse route/path. Intermediate node B responds to the RREQ with a unicast RREP because it has a valid route to the destination E and the “IR” flag in the RREQ is set. The RREP establishes a forward route to destination node E in source node A. As soon as source node A creates the route/path to destination node E with the RREP from intermediate node B, source node A can start sending data packets/frames to destination node E via route A-B-C-D-E.
  • Intermediate node B resets the “IR” flag in the RREQ message and forwards it further.
  • the reason to reset the “IR” flag is to limit responses to the RREQ flood to only the first intermediate node with a valid path to the destination node.
  • the other intermediate nodes downstream, e.g. C and D need not reply to this RREQ with a RREP because the “IR” flag is not set.
  • intermediate nodes F, G and H do not have valid routes to the destination node E.
  • intermediate nodes F, G and H receive the flooded RREQ messages, they create the reverse route to the source node A with the node from which each of the intermediate nodes F, G and H receives the RREQ as the next hop of the reverse route.
  • Each of the intermediate nodes F, G and H then forwards the RREQ messages further.
  • destination node E receives two copies of this RREQ each traversing a different path: A-B-C-D-E, A-F-G-H-E. Assuming that the two RREQs reached destination node E in the following order: A-B-C-D-E and then A-F-F-G-E, destination node E first creates a route to source node A through intermediate node D as soon as destination node E receives the RREQ along route/path A-B-C-D-E. At this point, the reverse route to the source node A has been established in intermediate nodes B, C and D. Destination node E sends a RREP along the route E-D-C-B-A.
  • the RREP just refreshes the route A-B-C-D-E. If there are any other destination node(s) in the RREQ destination list, for example, node I, destination node E removes itself from the destination list and then forwards the RREQ further (e.g., on to node I). If there are no other destination node(s) in the RREQ's destination list, then the RREQ is not forwarded.
  • FIG. 3 depicts a wireless local area mesh network showing the destination node E replying with a RREP ( 1 ) upon receiving the RREQ through A-B-C-D-E and sends a new RREP ( 2 ) to establish a better forward route/path after receiving the RREQ through A-F-G-H-E.
  • destination node E receives the RREQ that came along A-F-G-H-E
  • destination node E determines that this RREQ came along a path with a better metric to A than the temporary forwarding route/path A-B-C-D-E. Therefore, destination node E modifies/updates the next hop from intermediate node D to intermediate node H and updates the metric.
  • Destination node E then sends a unicast RREP back to source node A through intermediate node H, as well updating and forwarding the RREQ if there are one or more other destination node(s) in the RREQ destination list.
  • the RREP establishes the route to source node A via the intermediate nodes H, G and F.
  • source node A receives this RREP, it modifies/updates the next hop for destination node E from intermediate node B to intermediate node F.
  • the route to destination node E is changed to A-F-G-H-E.
  • FIG. 4 is a flowchart for processing an RREQ message.
  • a node When a node receives an RREQ message, it first creates/establishes or updates a reverse route to the previous hop from which the node received the RREQ message if necessary at 410. The intermediate/receiving node may then create or update the reverse route to the originator of the RREQ as follows. If a reverse route to the originator of the RREQ message does not exist in the routing table or is invalid at 415 and 420, it is created or updated. The next hop in the routing table for the reverse route for the RREQ originator becomes the previous hop (the node from which the RREQ message was received).
  • the source sequence number in the RREQ message is compared to the sequence number of the route entry in the routing table at 425 for the reverse route. If the sequence number in the RREQ message is older, it is dropped and no further processing is done at 445. Otherwise, the current reverse route to the originator is modified if the new metric is better than the metric of the current route to the originator in the routing table at 430.
  • the new metric is defined as the metric in the RREQ message plus the link metric between the node from which it received RREQ message and itself.
  • the intermediate node checks whether the optional processing functions of hysteresis and best candidate route caching are supported by the mesh network at 450. If these optional processing functions are not supported, the reverse route to the RREQ originator is updated at 455.
  • the sequence number in the routing table for the reverse rote is set to the source sequence number in the RREQ message, the next hop becomes the node from which the RREQ message was received, the metric is set to the new metric, and the hop count is set to one more than the hop count in the RREQ message.
  • the RREQ forwarding and RREP generation routine described herein is executed at 475.
  • the RREQ messages may be stored in a wait queue with a timer during the candidate route caching. When the wait queue timer expires, the RREQ forwarding and RREP generation routine is executed.
  • the source node may send periodic maintenance RREQ messages to refresh its active forward and reverse routes. Each time the source sends a maintenance RREQ message is called a route refresh round. It is possible that nodes already having the best reverse route to the source node receive a RREQ message with a newer sequence number but a worse metric route to the source node before receiving the RREQ message through the current best metric route. Additionally, the copy of RREQ message propagated along the current best metric route may be lost during the flooding. These events may result in route flapping. To reduce route flapping and select the best route during each route refresh round, a type of hysteresis and best candidate route caching mechanism may be used.
  • an intermediate node updates the routing table and modifies the reverse route if the source sequence number in the RREQ message is greater (newer) than the sequence number in the routing table entry by a value greater than a threshold. Otherwise, the reverse route may be cached as a potential candidate alternative route at 365.
  • the present invention describes a method and system to forward an RREQ message and generate an RREP message for discovering the best route without incurring a large route discovery delay/latency in wireless mesh networks.
  • the method of the present invention works with or without hysteresis and best-candidate/alternative route caching.
  • a node determines if it is a destination node, i.e. if one or more address of the node (self_addr) matches the requested destination addresses in the destination list of the RREQ message rreq.dest at 505.
  • a node itself may have multiple addresses or it may be a proxy for the other nodes.
  • a node may be an access point and generate/manage routing messages on behalf of legacy stations associated with it (a proxy for the stations). The functionality for this case is similar to the situation when a node has multiple addresses.
  • the destination addresses of associated stations may be treated as alias addresses for the access point.
  • a node is a destination node if one or more of the addresses specified in the RREQ message destination list belong to it or one of the nodes using it as the proxy.
  • a node receives a RREQ message in which the destination node is that of the node proxied by it, it should process the RREQ message as if the destination node address is its own address.
  • a node may be a destination node for a requested addresses in the RREQ message destination list, but the intermediate node for another requested address in the RREQ message destination list.
  • the node If one or more addresses of the node matches the requested destination addresses in the destination list of the RREQ message, the node generates and sends uncast RREP message to the originator of the RREQ message for these matched destination addresses at 510.
  • a destination node removes its own/proxied address(s) from the RREQ message destination list at 515. After that, if there are no remaining requested addresses in the RREQ message destination list at 520, the RREQ message is discarded at 525. If the node is not a destination node for any requested address in the RREQ message destination list (505) or there are other requested destination addresses in the RREQ message destination list other than the addresses of the node, i.e.
  • the node is an intermediate node for one or more addresses in the RREQ message destination list
  • the node checks the remaining addresses in the RREQ message destination list as follows. Assume that rreq.dest[i] represents the (i+1)th address in the RREQ message destination list.
  • the node initializes an index (e.g., i) at 545 and checks rreq.dest[i], i.e. the first address in the RREQ message destination list to determine if there is an active forward route to the destination node represented by rreq.dest[i] at 550.
  • the intermediate node If an intermediate node has an active route to the destination, the route to the destination node is valid (555), the sequence number at least as great as that indicated in the original RREQ message (560) and the “Intermediate Reply (IR)” flag is set (570), the intermediate node generates an RREP message for this requested destination address at 575 and sends the generated RREP message in unicast to the originator of the RREQ message along the current reverse route.
  • the “IR” flag for this requested destination in the RREQ message is reset at 580.
  • the node increments the index (for example, by one) and checks if there are any additional addresses in the RREQ message destination list at 590.
  • execution of the above-described loop repeats starting at 550. That is, the loop is repeated if an RREP message needs to be sent for next requested destination. The loop is repeated until all the addresses in the RREQ message destination list have been checked.
  • the original incoming RREQ message is checked to determine if the time-to-live (TTL) value is greater than 1 at 530. If the TTL value is greater than one, then the information in the original RREQ message is updated, including decreasing the TTL value in the outgoing RREQ message, for example, by one at 535. The source sequence number, metric and hop count are also set to the corresponding information in the updated route entry for the source at 535. The updated RREQ message is forwarded at 540.
  • TTL time-to-live
  • a destination node may possess/proxy one or more address and an intermediate node may have valid route(s) to one or more destination addresses.
  • An RREQ message may carry one or more destination addresses in its destination address list.
  • a processing/intermediate/destination node may satisfy the above conditions and send an RREP message for multiple requested addresses in the RREQ message destination list. If a node sends an RREP message for multiple destinations, it may send multiple RREP messages, one for each destination, or it may send a single aggregated RREP message with multiple destination addresses in the address list.
  • FIG. 6 is a block diagram illustrating the details of a node 600 of the present invention.
  • the node includes a link quality and load measurement module 605, a routing metric calculation module 610, a route selection module 615 and a communications module 620.
  • the link quality and load measurement module 605 measures the quality and the load of the link/channel to each of its neighbors. It provides the measurement results to the routing metric calculation module 610 so that the routing metric calculation module 610 can determine the link cost/metric to each of its neighbors.
  • a node may have multiple neighbors, multiple radio interfaces, and multiple physical/logical channels/links All of them need to be measured.
  • the routing metric calculation module 610 of each node uses the measurements made by the link quality and load measurement module along with other information to calculate the routing metric for each node with which it communicates. The routing metric is updated periodically.
  • the route selection module 615 determines/selects a route/path to forward/communicate data to a destination node based on the calculated routing metrics. Route selection module 615 exchanges the routing control messages and data with other nodes in the mesh network via the communications module 620.
  • a node may have one or more radio communication interfaces and other communication interfaces. It is understood that the route selection module may actually be made up of several smaller units or combined with other modules herein described. It is further understood that the processes described herein (especially with respect to FIGS. 3 and 4 ) may be software, hardware, firmware or any combination thereof executed in or by the route selection module.
  • the present invention may be implemented in various forms of hardware, software, firmware, special purpose processors, or a combination thereof, for example, within a mobile terminal, access point, or a cellular network.
  • the present invention is implemented as a combination of hardware and software.
  • the software is preferably implemented as an application program tangibly embodied on a program storage device.
  • the application program may be uploaded to, and executed by, a machine comprising any suitable architecture.
  • the machine is implemented on a computer platform having hardware such as one or more central processing units (CPU), a random access memory (RAM), and input/output (I/O) interface(s).
  • the computer platform also includes an operating system and microinstruction code.
  • various processes and functions described herein may either be part of the microinstruction code or part of the application program (or a combination thereof), which is executed via the operating system.
  • various other peripheral devices may be connected to the computer platform such as an additional data storage device and a printing device.

Abstract

A method and apparatus are described for locating a route between a source node and a destination node in an on-demand wireless network including flooding the wireless network with a route request message by the source node and receiving a route reply message responsive to the route request message from a first intermediate node having a valid route to the destination node, wherein the first intermediate node responds to the route request message based on a condition of a flag in the route request message. Also described are a method and apparatus for locating a route between a source node and a destination node in an on-demand wireless network including receiving a route request message from the source node and responding to the route request message with a route reply message by a first intermediate node having a valid route to the destination node, wherein the intermediate node responds to the route request message based on a condition of a flag in the route request message.

Description

    FIELD OF THE INVENTION
  • The present invention relates to wireless networks and, in particular, to wireless mesh networks. Very specifically the present invention relates processing of route request messages in on-demand routing protocols.
  • BACKGROUND OF THE INVENTION
  • On-demand routing protocols, for example, the Ad Hoc On-demand Distance Vector (AODV) routing protocol defined by the MANET working group in IETF, use a Route Request and Route Reply mechanism to establish routes between two nodes in wireless mesh/ad hoc networks. When a source node wants to send data packets/frames to a destination node, the source node discovers the route to the destination by flooding a Route Request (RREQ) message over the network if the source node does not have and needs a valid route to the destination node. A reverse route back to the source is created by the nodes in the network as they receive and forward the RREQ. When a node receives a RREQ, the receiving node replies to this request by generating a Route Reply (RREP) message if either: (1) the receiving node is itself the destination, or (2) the receiving node has a valid route to the destination and the “destination only” (‘D’) flag in the RREQ is NOT set. The RREP is forwarded in unicast to the source node through the established reverse route and a forward route to the destination in the intermediate nodes and eventually in the source node is thus created. The established routes expire if they are not used within a given route lifetime.
  • In the AODV, the “destination only” flag of the RREQ message is set by the source node and is not changed by the intermediate nodes. If the “destination only” flag is set in the RREQ by the source node, the intermediate node does not respond to the RREQ with a RREP message even if the intermediate/receiving node has a valid route to the destination node. It forwards/re-floods the RREQ to its neighbors. Only the destination node responds to this RREQ. In this mode of operation, the route discovery latency may be large although the up-to-date best route between the source node and the destination node is eventually discovered in the process. Low latency is very important for real-time applications such as voice and video communications.
  • If the “destination only” flag is not set by the source node, then any intermediate node with a valid route to the destination node responds to the RREQ with an RREP message. The RREP message is sent back to the source node in unicast and establishes a forward route to the destination node. If the “Gratuitous RREP” (‘G’) flag in the RREQ is set, this intermediate node also unicasts a gratuitous RREP to the destination node so that the destination node learns of routes to the source node. However, in the AODV, if an intermediate node does generate a RREP (because the intermediate node has a valid route to the destination node), then the intermediate node discards the RREQ. With this approach, the source node can discover a route to the destination node more quickly because the source node does not have to wait for the destination node's reply. However, the best end-to-end route may not be discovered because the route cached in the intermediate node may not be the best route to the destination node. The metrics may have changed due to the dynamics of wireless networks making the cached route less desirable. That is, because of changes in the network topology, routing metrics, etc. it is possible that the route cached in the intermediate node may become worse or that other routes with a better end-to-end metric may become available making other routes more desirable.
  • The problem solved by the present invention is how to use the RREQ and RREP mechanism to quickly discover the best route between a source node and one or more destination nodes.
  • SUMMARY OF THE INVENTION
  • The present invention discloses a method and system for processing/forwarding Route Request (RREQ) messages and generating Route Reply (RREP) messages in on-demand routing protocols, of which AODV is an example, so that the best route can be discovered without incurring significant route discovery delay/latency in wireless mesh/ad hoc networks. Specifically, when a source node wants to discover the route to a destination node, the source node floods the network with a RREQ message with the destination node specified in the destination list and the metric field initialized to 0. The RREQ message contains a new flag “Intermediate Reply (IR)” for each destination node. The source node sets the flag corresponding to the destination node in the RREQ when it initiates the RREQ flooding to discover a route to the destination node(s). During the RREQ flooding, the first intermediate node with a valid route to the destination node responds to the RREQ with an RREP message. The RREP message is sent in unicast towards the source node and thereby quickly establishes a temporary forward route to the destination. Thus, the source node can use this temporary forward route to send data packets/frames with a low route discovery delay/latency. The first intermediate node resets/clears the “IR” flag in the RREQ message and forwards the updated RREQ message downstream towards the destination node. Since the “IR” flag in the RREQ has been reset, the downstream intermediate nodes would not respond to this RREQ and only propagate it even if the downstream intermediate nodes have a valid route to the destination node(s). The RREQs eventually reach the destination node(s). The destination node(s) can select the best route/path based on the end-to-end metrics and send a new RREP back to the source node to establish the best route between the source node and this destination node. If the best path is different from the temporary forward path that was established via the RREP from the intermediate node, the source node will switch to the best path once the best path is established.
  • A system and method for discovering a route between a source node and a destination node in a wireless network including setting an intermediate reply flag of an route request message by the source node, flooding the wireless network with the route request message and responding to the route request message with a route reply message by a first intermediate node having a valid route to the destination node, are described. The system and method then updating the route request message and re-flooding the wireless network with the route request message. The responding act said responding act thereby establishes a temporary forward route between the source node and the destination node of the wireless network. Also described are a system and method for discovering a best route in which case the route reply message becomes a first route reply message. The system and method for discovering a best route includes selecting by the destination node the best route between itself and the source node based on cumulative metrics received in route request messages received by the destination node, creating a further route reply message and unicasting the further route reply message to the source node. If the temporary forward route is the best route then the further route reply message serves as a confirmation and if the temporary forward route is not the best route then the further route reply message serves to establish the best route upon receipt of the further route reply message by the source node.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention is best understood from the following detailed description when read in conjunction with the accompanying drawings. The drawings include the following figures briefly described below:
  • FIG. 1 is an exemplary RREQ message format.
  • FIG. 2 is schematic diagram of a wireless mesh network in accordance with the principles of the present invention.
  • FIG. 3 is schematic diagram of a wireless mesh network in accordance with the principles of the present invention.
  • FIG. 4 is a flowchart of an on-demand routing protocol showing where the present invention is used.
  • FIG. 5 is a flowchart of the method of the present invention.
  • FIG. 6 is a block diagram of a node in accordance with the principles of the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • When a source node/mesh point wants to send data packets/frames to some destination node, it checks its routing table for a route. If there is a valid route, it transmits the packets/frames to the next hop specified in the routing table for this destination node. If there is no valid route, the source node initiates route discovery by flooding a Route Request (RREQ) message over the wireless mesh/ad hoc network. The data packets/frames may have originated in/with the node or from the stations associated with the node if the node is a wireless access point. It is possible that a source node needs to discover routes/paths to multiple destination nodes. The source node may disseminate a RREQ for each of destinations or, to reduce the routing overhead, flood the network with a single RREQ message having a list of multiple destination node addresses embedded therein.
  • FIG. 1 is an exemplary RREQ message format with other formats possible. The RREQ message contains, for example, the origination/source node address, the originator's sequence number, the destination node address and the destination sequence number (or the number of destinations and the list of destination addresses and their sequence numbers), the RREQ ID, the message ID, the message length, the time-to-live (TTL), the hop count, the routing metric, the flags, and other information. Besides the flags “Destination Only” (‘D’) and “Gratuitous RREP” (‘G’), a new flag, called “Intermediate Reply” (IR) flag herein, is contained in the RREQ message. ‘D’ and ‘G’ flags are carried as a legacy of the conventional AODV. These two flags are not set/used by the source node and are ignored by the intermediate and destination nodes. One alternative embodiment is that the RREQ message does not contain ‘D’ and ‘G’ flags at all. If the RREQ message carries a list of destination addresses, then multiple “Intermediate Reply” flags are included in the RREQ message, each corresponding to a destination address. When the source node wants to discover a route to one or more destination addresses, it sets the “Intermediate Reply” (IR) flag(s) corresponding to the destination address(es). It should be noted that the destination node address(es) can be internet protocol (IP) address(es) or layer 2 (media access control—MAC) address(es). To adapt to changes in network conditions and to maintain the best metric route between nodes, each active source node may optionally flood the wireless mesh/ad hoc network with a periodic RREQ message (maintenance RREQ) for the destination address(es) with which it is communicating. The “IR” flag in the maintenance RREQ is not set. The intermediate and destination nodes process the maintenance RREQ following the same rules as are used to process a non-maintenance RREQ in the discovery phase.
  • Thus, it can be seen that dissemination of non-maintenance and maintenance RREQ messages in a wireless mesh/ad hoc network results in establishing/updating a reverse route to the originator (source node) of the RREQ at the intermediate nodes and the destination nodes. Dissemination of non-maintenance RREQ messages also triggers RREP messages from the destination nodes and probably the intermediate nodes. Dissemination of maintenance RREQ messages triggers RREP messages from the destination nodes.
  • When an intermediate or destination node receives an RREQ message, it creates a reverse route to the source node or updates its current reverse route if the RREQ message passed through a route/path that offered a better metric than the current reverse route to the source node. It should be noted that each node may receive multiple copies of the same RREQ message (originating with the same source node and having the same RREQ ID), each RREQ message traversing a different path from the source node to the receiving/intermediate/destination node. If a reverse route is created or modified or this is the “first copy” of a RREQ message, the RREQ message is forwarded (re-flooded). A “first copy” is used herein to mean that this copy of this RREQ message is the first copy or time that this receiving/intermediate/destination node has received or seen this particular RREQ message identified by its originator address and RREQ ID. When an intermediate node forwards an
  • RREQ message, the metric field in the RREQ message is updated to reflect the cumulative metric of the route to the RREQ's source node from the intermediate node. Furthermore, if the “IR” flag for a destination node in the destination node list of the received RREQ message is set and the intermediate node has a valid route to the destination node, the intermediate node responds to the RREQ message with a route reply RREP message. This route reply message is sent to the source node in unicast and establishes a forward path to the destination node. The source node can then use this route to send data frames/packets to the destination node immediately. If the intermediate node responds to the RREQ message with an RREP message for a destination node in the RREQ destination node list, it resets/clears the “IR” flag for this destination node in the RREQ message before re-flooding the network with the updated RREQ message. The reason to reset the “IR” flag after a RREP message is sent is to suppress any RREP messages from the downstream intermediate nodes. Only the first intermediate node with a valid route to the destination node along the route traversed by the RREQ message flooding replies with an RREP message for this destination node. If the “IR” flag for a destination is reset/cleared in the RREQ message, an intermediate node should not respond with an RREP message even if it has a valid route to the destination node.
  • After creating/establishing or updating a reverse route to the source node, the destination node sends a unicast RREP message back to the source node. Intermediate nodes create forward routes to the destination node(s) upon receiving the RREP message, and also forward the RREP message toward the source node. When the source node receives the RREP message, it creates a forward route to the destination node. If the destination node receives further RREQ messages with better metrics, then the destination node updates its route to the source node to the new route and also sends a new RREP message back to the source node along the updated route. The new RREP message establishes a better (updated) forward route from the source node to the destination node in the intermediate nodes and eventually the source node. Once this better forward route is established, the source node uses it to send data. Eventually, a bidirectional, best end-to-end metric route is established between the source node and destination node. Using this approach, the source node can quickly obtain a route to the destination node that is established with the RREP message replied to by the intermediate node with a valid route to the destination node. If this route is not the best end-to-end metric route between the source node and destination node, the route is updated to the best route thereafter.
  • Referring now to FIG. 2, which depicts the flooding of the wireless mesh/ad hoc network with the Route Request (RREQ) message and the intermediate node B, with a valid route to the destination node E, responding to the RREQ message with an RREP message. Consider an example in which source node A attempts to discover a route to destination node E. Source node A floods Route Request (RREQ) messages with the “IR” flag set in the wireless mesh/ad hoc network. Assume that intermediate node B already has a valid route B-C-D-E to the destination node E. When intermediate node B receives the RREQ, it creates a reverse route to the source node from which it receives the RREQ as the next hop (source node A) of the reverse route/path. Intermediate node B responds to the RREQ with a unicast RREP because it has a valid route to the destination E and the “IR” flag in the RREQ is set. The RREP establishes a forward route to destination node E in source node A. As soon as source node A creates the route/path to destination node E with the RREP from intermediate node B, source node A can start sending data packets/frames to destination node E via route A-B-C-D-E. Intermediate node B resets the “IR” flag in the RREQ message and forwards it further. The reason to reset the “IR” flag is to limit responses to the RREQ flood to only the first intermediate node with a valid path to the destination node. The other intermediate nodes downstream, e.g. C and D, need not reply to this RREQ with a RREP because the “IR” flag is not set. Assume that intermediate nodes F, G and H do not have valid routes to the destination node E. When intermediate nodes F, G and H receive the flooded RREQ messages, they create the reverse route to the source node A with the node from which each of the intermediate nodes F, G and H receives the RREQ as the next hop of the reverse route. Each of the intermediate nodes F, G and H then forwards the RREQ messages further.
  • In this example, destination node E receives two copies of this RREQ each traversing a different path: A-B-C-D-E, A-F-G-H-E. Assuming that the two RREQs reached destination node E in the following order: A-B-C-D-E and then A-F-F-G-E, destination node E first creates a route to source node A through intermediate node D as soon as destination node E receives the RREQ along route/path A-B-C-D-E. At this point, the reverse route to the source node A has been established in intermediate nodes B, C and D. Destination node E sends a RREP along the route E-D-C-B-A. The RREP just refreshes the route A-B-C-D-E. If there are any other destination node(s) in the RREQ destination list, for example, node I, destination node E removes itself from the destination list and then forwards the RREQ further (e.g., on to node I). If there are no other destination node(s) in the RREQ's destination list, then the RREQ is not forwarded.
  • Referring now to FIG. 3, which depicts a wireless local area mesh network showing the destination node E replying with a RREP (1) upon receiving the RREQ through A-B-C-D-E and sends a new RREP (2) to establish a better forward route/path after receiving the RREQ through A-F-G-H-E. When destination node E receives the RREQ that came along A-F-G-H-E, destination node E determines that this RREQ came along a path with a better metric to A than the temporary forwarding route/path A-B-C-D-E. Therefore, destination node E modifies/updates the next hop from intermediate node D to intermediate node H and updates the metric. Destination node E then sends a unicast RREP back to source node A through intermediate node H, as well updating and forwarding the RREQ if there are one or more other destination node(s) in the RREQ destination list. The RREP establishes the route to source node A via the intermediate nodes H, G and F. When source node A receives this RREP, it modifies/updates the next hop for destination node E from intermediate node B to intermediate node F. The route to destination node E is changed to A-F-G-H-E.
  • Referring now to FIG. 4, which is a flowchart for processing an RREQ message. When a node receives an RREQ message, it first creates/establishes or updates a reverse route to the previous hop from which the node received the RREQ message if necessary at 410. The intermediate/receiving node may then create or update the reverse route to the originator of the RREQ as follows. If a reverse route to the originator of the RREQ message does not exist in the routing table or is invalid at 415 and 420, it is created or updated. The next hop in the routing table for the reverse route for the RREQ originator becomes the previous hop (the node from which the RREQ message was received). If a valid reverse route to the RREQ originator exists, the source sequence number in the RREQ message is compared to the sequence number of the route entry in the routing table at 425 for the reverse route. If the sequence number in the RREQ message is older, it is dropped and no further processing is done at 445. Otherwise, the current reverse route to the originator is modified if the new metric is better than the metric of the current route to the originator in the routing table at 430. The new metric is defined as the metric in the RREQ message plus the link metric between the node from which it received RREQ message and itself. If the new metric is not better than the metric of the current reverse route in the routing table entry, but the source sequence number in the RREQ is greater (newer) than the sequence number in the routing table for the reverse route at 435, the intermediate node checks whether the optional processing functions of hysteresis and best candidate route caching are supported by the mesh network at 450. If these optional processing functions are not supported, the reverse route to the RREQ originator is updated at 455. When a reverse route is created or modified, the sequence number in the routing table for the reverse rote is set to the source sequence number in the RREQ message, the next hop becomes the node from which the RREQ message was received, the metric is set to the new metric, and the hop count is set to one more than the hop count in the RREQ message.
  • If a reverse route to the source node was created or modified, or the RREQ message was the first copy of a new RREQ message (the RREQ ID was not seen from the source before) at 420 and 440, the RREQ forwarding and RREP generation routine described herein is executed at 475. There may be other cases when the RREQ forwarding and RREP generation routine described herein is executed by a node. For example, in some best candidate route caching method, the RREQ messages may be stored in a wait queue with a timer during the candidate route caching. When the wait queue timer expires, the RREQ forwarding and RREP generation routine is executed.
  • The source node may send periodic maintenance RREQ messages to refresh its active forward and reverse routes. Each time the source sends a maintenance RREQ message is called a route refresh round. It is possible that nodes already having the best reverse route to the source node receive a RREQ message with a newer sequence number but a worse metric route to the source node before receiving the RREQ message through the current best metric route. Additionally, the copy of RREQ message propagated along the current best metric route may be lost during the flooding. These events may result in route flapping. To reduce route flapping and select the best route during each route refresh round, a type of hysteresis and best candidate route caching mechanism may be used. If it is determined at 460 that the hysteresis and best candidate route caching option is implemented by a mesh network, an intermediate node updates the routing table and modifies the reverse route if the source sequence number in the RREQ message is greater (newer) than the sequence number in the routing table entry by a value greater than a threshold. Otherwise, the reverse route may be cached as a potential candidate alternative route at 365.
  • If the node subsequently learns that the current reverse route has degraded and becomes worse than the candidate reverse route, it is able to change to the candidate route learned earlier in the same refresh round. The present invention describes a method and system to forward an RREQ message and generate an RREP message for discovering the best route without incurring a large route discovery delay/latency in wireless mesh networks. The method of the present invention works with or without hysteresis and best-candidate/alternative route caching.
  • Referring now to FIG. 5, which is a flowchart depicting the RREQ forwarding and RREP generation method of the present invention, a node determines if it is a destination node, i.e. if one or more address of the node (self_addr) matches the requested destination addresses in the destination list of the RREQ message rreq.dest at 505. It should be noted that a node itself may have multiple addresses or it may be a proxy for the other nodes. For example, a node may be an access point and generate/manage routing messages on behalf of legacy stations associated with it (a proxy for the stations). The functionality for this case is similar to the situation when a node has multiple addresses. The destination addresses of associated stations may be treated as alias addresses for the access point. A node is a destination node if one or more of the addresses specified in the RREQ message destination list belong to it or one of the nodes using it as the proxy. When a node receives a RREQ message in which the destination node is that of the node proxied by it, it should process the RREQ message as if the destination node address is its own address. Furthermore a node may be a destination node for a requested addresses in the RREQ message destination list, but the intermediate node for another requested address in the RREQ message destination list.
  • If one or more addresses of the node matches the requested destination addresses in the destination list of the RREQ message, the node generates and sends uncast RREP message to the originator of the RREQ message for these matched destination addresses at 510. A destination node removes its own/proxied address(s) from the RREQ message destination list at 515. After that, if there are no remaining requested addresses in the RREQ message destination list at 520, the RREQ message is discarded at 525. If the node is not a destination node for any requested address in the RREQ message destination list (505) or there are other requested destination addresses in the RREQ message destination list other than the addresses of the node, i.e. the node is an intermediate node for one or more addresses in the RREQ message destination list, the node checks the remaining addresses in the RREQ message destination list as follows. Assume that rreq.dest[i] represents the (i+1)th address in the RREQ message destination list. The node initializes an index (e.g., i) at 545 and checks rreq.dest[i], i.e. the first address in the RREQ message destination list to determine if there is an active forward route to the destination node represented by rreq.dest[i] at 550. If an intermediate node has an active route to the destination, the route to the destination node is valid (555), the sequence number at least as great as that indicated in the original RREQ message (560) and the “Intermediate Reply (IR)” flag is set (570), the intermediate node generates an RREP message for this requested destination address at 575 and sends the generated RREP message in unicast to the originator of the RREQ message along the current reverse route. The “IR” flag for this requested destination in the RREQ message is reset at 580. The node increments the index (for example, by one) and checks if there are any additional addresses in the RREQ message destination list at 590. If there are any additional addresses in the RREQ message destination list then execution of the above-described loop repeats starting at 550. That is, the loop is repeated if an RREP message needs to be sent for next requested destination. The loop is repeated until all the addresses in the RREQ message destination list have been checked.
  • The original incoming RREQ message is checked to determine if the time-to-live (TTL) value is greater than 1 at 530. If the TTL value is greater than one, then the information in the original RREQ message is updated, including decreasing the TTL value in the outgoing RREQ message, for example, by one at 535. The source sequence number, metric and hop count are also set to the corresponding information in the updated route entry for the source at 535. The updated RREQ message is forwarded at 540.
  • Notice that a destination node may possess/proxy one or more address and an intermediate node may have valid route(s) to one or more destination addresses. An RREQ message may carry one or more destination addresses in its destination address list. A processing/intermediate/destination node may satisfy the above conditions and send an RREP message for multiple requested addresses in the RREQ message destination list. If a node sends an RREP message for multiple destinations, it may send multiple RREP messages, one for each destination, or it may send a single aggregated RREP message with multiple destination addresses in the address list.
  • FIG. 6 is a block diagram illustrating the details of a node 600 of the present invention. The node includes a link quality and load measurement module 605, a routing metric calculation module 610, a route selection module 615 and a communications module 620. The link quality and load measurement module 605 measures the quality and the load of the link/channel to each of its neighbors. It provides the measurement results to the routing metric calculation module 610 so that the routing metric calculation module 610 can determine the link cost/metric to each of its neighbors. Note that a node may have multiple neighbors, multiple radio interfaces, and multiple physical/logical channels/links All of them need to be measured. The routing metric calculation module 610 of each node uses the measurements made by the link quality and load measurement module along with other information to calculate the routing metric for each node with which it communicates. The routing metric is updated periodically. The route selection module 615 determines/selects a route/path to forward/communicate data to a destination node based on the calculated routing metrics. Route selection module 615 exchanges the routing control messages and data with other nodes in the mesh network via the communications module 620. It should be noted that a node may have one or more radio communication interfaces and other communication interfaces. It is understood that the route selection module may actually be made up of several smaller units or combined with other modules herein described. It is further understood that the processes described herein (especially with respect to FIGS. 3 and 4) may be software, hardware, firmware or any combination thereof executed in or by the route selection module.
  • It is to be understood that the present invention may be implemented in various forms of hardware, software, firmware, special purpose processors, or a combination thereof, for example, within a mobile terminal, access point, or a cellular network. Preferably, the present invention is implemented as a combination of hardware and software. Moreover, the software is preferably implemented as an application program tangibly embodied on a program storage device. The application program may be uploaded to, and executed by, a machine comprising any suitable architecture. Preferably, the machine is implemented on a computer platform having hardware such as one or more central processing units (CPU), a random access memory (RAM), and input/output (I/O) interface(s). The computer platform also includes an operating system and microinstruction code. The various processes and functions described herein may either be part of the microinstruction code or part of the application program (or a combination thereof), which is executed via the operating system. In addition, various other peripheral devices may be connected to the computer platform such as an additional data storage device and a printing device.
  • It is to be further understood that, because some of the constituent system components and method steps depicted in the accompanying figures are preferably implemented in software, the actual connections between the system components (or the process steps) may differ depending upon the manner in which the present invention is programmed. Given the teachings herein, one of ordinary skill in the related art will be able to contemplate these and similar implementations or configurations of the present invention.

Claims (34)

1. A method, said method comprising:
receiving a route reply message responsive to a route request message from a first intermediate node in a wireless network, wherein a first intermediate node having a valid route responds to a route request message based on a condition of a flag in said route request message;
establishing communications between a source node and a destination node using said valid route;
receiving in unicast a further route reply message from said destination node, said further route reply message including a best route selected by said destination node based on cumulative metrics received in route request messages received by said destination node;
establishing communications between said source node and said destination node by replacing said valid route with said best route.
2. The method according to claim 1, wherein said valid route is a temporary route and if said temporary route is said best route then said further route reply message serves as confirmation of use of said temporary route as said best route.
3. The method according to claim 1, further comprising:
setting said flag of a route request message by said source node; and
forwarding said route request message over said wireless network.
4. The method according to claim 1, further comprising forwarding a maintenance route request message over said wireless network, wherein forwarding further comprises flooding said wireless network with said maintenance route request message in order to maintain said best route between said source node and said destination node and to adapt to changes in wireless network conditions.
5. The method according to claim 4, further comprising receiving a response to said maintenance route request message as if it is said route request message.
6. The method according to claim 1, wherein said valid route is a best route and further wherein said route reply message is a first route reply message.
7. An apparatus, comprising:
means for receiving a route reply message responsive to a route request message from a first intermediate node in a wireless network, wherein a first intermediate node having a valid route responds to a route request message based on a condition of a flag in said route request message;
means for establishing communications between a source node and a destination node using said valid route;
means for receiving in unicast a further route reply message from said destination node, said further route reply message including a best route selected by said destination node based on cumulative metrics received in route request messages received by said destination node;
means for establishing communications between said source node and said destination node by replacing said valid route with said best route.
8. The apparatus according to claim 7, wherein said valid route is a temporary route and if said temporary route is said best route then said further route reply message serves as confirmation of use of said temporary route as said best route.
9. The apparatus according to claim 7, further comprising:
means for setting said flag of a route request message by said source node; and
means for forwarding said route request message over said wireless network.
10. The apparatus according to claim 7, further comprising means for forwarding a maintenance route request message over said wireless network, wherein said means for forwarding further comprises means for flooding said wireless network with said maintenance route request message in order to maintain said best route between said source node and said destination node and to adapt to changes in wireless network conditions.
11. The apparatus according to claim 10, further comprising means for receiving a response to said maintenance route request message as if it is said route request message.
12. The apparatus according to claim 7, wherein said valid route is a best route and further wherein said route reply message is a first route reply message.
13. A method for discovering a route between a source node and a destination node in a wireless network, said method comprising:
receiving a route request message from said source node;
responding to said route request message with a route reply message by a first intermediate node having a valid route to said destination node, wherein said first intermediate node responds to a route request message based on a condition of a flag in said route request message, and further wherein said first intermediate node resets said flag;
receiving, by said first intermediate node, a further route reply message from said destination node, said further route reply message including a best route between said source node and said destination node based on cumulative metrics in route request messages received by said destination node; and
forwarding, by said first intermediate node, said further route reply message to said source node, wherein if said valid route between said source node and said destination node is not said best route between said source node and said destination node then said further route reply message serves to establish communications using said best route between said source node and said destination node upon receipt of said further route reply message by said source node.
14. The method according to claim 13, further comprising:
updating said route request message; and
re-flooding said wireless network with said updated route request message.
15. The method according to claim 14, wherein said responding act thereby establishes communications between said source node and said destination node of said wireless network using said valid route as a temporary forward route.
16. The method according to claim 14, wherein said updating act further comprises updating a metric in said route request message with a cumulative metric of said route between said source node and said destination node of said wireless network.
17. The method according to claim 13, wherein said wireless network is a wireless mesh network.
18. The method according to claim 13, wherein said route reply message of said responding act is unicast to said source node.
19. The method according to claim 13, wherein an address of said destination node is one of an internet protocol address and a media access control address.
20. The method according to claim 13, wherein said destination node includes destination nodes that are associated with one of a proxy and an access point.
21. The method according to claim 15, wherein said temporary forward route between said source node and said destination node is available for transmission of data upon receipt of said route reply message by said source node.
22. The method according to claim 15, wherein said temporary forward route between said source node and said destination node is a best route between said source node and said destination node and further wherein said route reply message is a first route reply message.
23. The method according to claim 13, wherein if said valid route between said source node and said destination node is said best route between said source node and said destination node then said further route reply message serves as a confirmation.
24. An apparatus for discovering a route between a source node and a destination node in a wireless network, comprising:
means for receiving a route request message from said source node;
means for responding to said route request message with a route reply message by a first intermediate node having a valid route to said destination node, wherein said first intermediate node responds to a route request message based on a condition of a flag in said route request message, and further wherein said first intermediate node resets said flag;
means for receiving, by said first intermediate node, a further route reply message from said destination node, said further route reply message including a best route between said source node and said destination node based on cumulative metrics in route request messages received by said destination node; and
means for forwarding said further rote reply message to said source node, wherein if said valid route between said source node and said destination node is not said best route between said source node and said destination node then said further route reply message serves to establish communications using said best route between said source node and said destination node upon receipt of said further route reply message by said source node.
25. The apparatus according to claim 24, further comprising:
means for updating said route request message; and
means for re-flooding said wireless network with said updated route request message.
26. The apparatus according to claim 25, wherein said means for responding thereby establishes communications between said source node and said destination node of said wireless network using said valid route as a temporary forward route.
27. The apparatus according to claim 25, wherein said means for updating further comprises updating a metric in said route request message with a cumulative metric of said route between said source node and said destination node of said wireless network.
28. The apparatus according to claim 24, wherein said wireless network is a wireless mesh network.
29. The apparatus according to claim 24, wherein said route reply message of said means for responding is unicast to said source node.
30. The apparatus according to claim 24, wherein an address of said destination node is one of an internet protocol address and a media access control address.
31. The method according to claim 24, wherein said destination node includes destination nodes that are associated with one of a proxy and an access point.
32. The method according to claim 26, wherein said temporary forward route between said source node and said destination node is available for transmission of data upon receipt of said route reply message by said source node.
33. The method according to claim 26, wherein said temporary forward route is a best route between said source node and said destination node and further wherein said route reply message is a first route reply message.
34. The method according to claim 24, wherein if said valid route between said source node and said destination node is said best route between said source node and said destination node then said further route reply message serves as a confirmation.
US13/173,490 2005-11-09 2011-06-30 Route selection in wireless networks Abandoned US20110255479A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/173,490 US20110255479A1 (en) 2005-11-09 2011-06-30 Route selection in wireless networks

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US12/084,600 US8064416B2 (en) 2005-11-09 2005-11-09 Route selection in wireless networks
PCT/US2005/040699 WO2007055689A1 (en) 2005-11-09 2005-11-09 Route selection in wireless networks
US13/173,490 US20110255479A1 (en) 2005-11-09 2011-06-30 Route selection in wireless networks

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/084,600 Division US8064416B2 (en) 2005-11-09 2005-11-09 Route selection in wireless networks

Publications (1)

Publication Number Publication Date
US20110255479A1 true US20110255479A1 (en) 2011-10-20

Family

ID=35884996

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/084,600 Active 2026-05-03 US8064416B2 (en) 2005-11-09 2005-11-09 Route selection in wireless networks
US13/173,490 Abandoned US20110255479A1 (en) 2005-11-09 2011-06-30 Route selection in wireless networks

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/084,600 Active 2026-05-03 US8064416B2 (en) 2005-11-09 2005-11-09 Route selection in wireless networks

Country Status (17)

Country Link
US (2) US8064416B2 (en)
EP (3) EP1952588B1 (en)
JP (1) JP4939544B2 (en)
KR (3) KR101192937B1 (en)
CN (1) CN101305559B (en)
AT (1) ATE509448T1 (en)
AU (3) AU2005338057B2 (en)
BR (3) BRPI0520873B1 (en)
CA (1) CA2627432C (en)
ES (3) ES2366373T3 (en)
HK (1) HK1120963A1 (en)
PH (1) PH12012502208A1 (en)
PL (3) PL2296326T3 (en)
PT (2) PT2296325E (en)
RU (4) RU2544985C2 (en)
TW (3) TW201123770A (en)
WO (1) WO2007055689A1 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090003214A1 (en) * 2007-06-15 2009-01-01 Silver Spring Networks, Inc. Load management in wireless mesh communications networks
US20090003356A1 (en) * 2007-06-15 2009-01-01 Silver Spring Networks, Inc. Node discovery and culling in wireless mesh communications networks
US20110176416A1 (en) * 2009-06-30 2011-07-21 Bhatti Ghulam M Method for Discovering Multiple Routes in Sensor Networks
CN102769888A (en) * 2012-06-04 2012-11-07 上海交通大学 Method for vehicle-mounted Ad Hoc network based on improved AODV (Ad Hoc Ondemand Distance Vector) protocol
US20150003322A1 (en) * 2013-06-28 2015-01-01 Alexander Pyattaev Device-to-device contention management scheme for mobile broadband networks
US10564910B2 (en) 2010-01-28 2020-02-18 Intel Corporation Message passing framework for audio/video streaming in a topology of devices
US10944669B1 (en) 2018-02-09 2021-03-09 GoTenna, Inc. System and method for efficient network-wide broadcast in a multi-hop wireless network using packet echos
US11811642B2 (en) 2018-07-27 2023-11-07 GoTenna, Inc. Vine™: zero-control routing using data packet inspection for wireless mesh networks

Families Citing this family (76)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8787350B2 (en) * 2005-12-07 2014-07-22 Meshnetworks, Inc. System and method to facilitate the use of multiple radios to increase the capacity of a wireless communication network
US9542642B2 (en) 2006-04-06 2017-01-10 Samuel F. Wood Packet data neural network system and method
US7796511B2 (en) * 2006-04-06 2010-09-14 Wood Samuel F Self-routed layer 4 packet network system and method
US8738013B2 (en) * 2006-04-24 2014-05-27 Marvell World Trade Ltd. 802.11 mesh architecture
TWI462530B (en) * 2006-05-01 2014-11-21 Koninkl Philips Electronics Nv Method of discovering an ad-hoc on-demand distance vector route having at least a minimum set of available resources in a distributed wireless communications network
JP4904396B2 (en) * 2006-07-14 2012-03-28 シーメンス アクチエンゲゼルシヤフト Method for generating extended route request message and method for generating extended route response message for route discovery procedure
DE102007031341A1 (en) * 2006-11-13 2008-05-15 Siemens Ag A method of establishing bi-directional data transmission paths in a wireless meshed communication network
US8451807B2 (en) * 2006-12-20 2013-05-28 Honeywell International Inc. Configuration aware packet routing in an ad-hoc network
US8254348B2 (en) * 2006-12-20 2012-08-28 Honeywell International Inc. Voice-over-internet protocol intra-vehicle communications
JP2008193543A (en) * 2007-02-07 2008-08-21 Fujitsu Ltd Apparatus and method of controlling ad hoc network route
DE102007029120B4 (en) * 2007-06-25 2010-06-17 Siemens Ag A method of operating a wireless, meshed data network having a plurality of network nodes
EP2034674B1 (en) * 2007-09-06 2012-07-25 Siemens Aktiengesellschaft Method and network nodes for constructing a loop-free route in a reactive ad-hoc network
EP2063584A1 (en) * 2007-11-22 2009-05-27 Thomson Licensing Method for routing and load balancing in mesh networks
JP4941397B2 (en) * 2008-04-22 2012-05-30 富士通株式会社 Route information relay method and wireless terminal
US9128202B2 (en) 2008-04-22 2015-09-08 Srd Innovations Inc. Wireless data acquisition network and operating methods
WO2009147585A1 (en) 2008-06-04 2009-12-10 Philips Intellectual Property & Standards Gmbh A network interface unit for a node in a wireless multi-hop network, and a method of establishing a network path between nodes in a wireless multi-hop network.
EP2289276A1 (en) * 2008-06-06 2011-03-02 Agency for Science, Technology And Research Communication devices and methods for scheduling and allocating of radio resources and communication devices and methods for routing in a communication network
KR100970385B1 (en) * 2008-06-09 2010-07-15 한국전자통신연구원 Method and apparatus routing for wireless network
WO2010027495A1 (en) * 2008-09-04 2010-03-11 Trilliant Networks, Inc. A system and method for implementing mesh network communications using a mesh network protocol
US8457134B2 (en) * 2008-09-22 2013-06-04 International Business Machines Corporation Method for dynamic routing using tunneling
US8982908B1 (en) * 2008-12-01 2015-03-17 Marvell International Ltd. Extension of path reply message to encode multiple route information in a mesh network
EP2230803A1 (en) * 2009-03-16 2010-09-22 BRITISH TELECOMMUNICATIONS public limited company Path characterisation in networks
EP2237504B1 (en) * 2009-03-30 2013-07-17 The Boeing Company Mobile AD HOC network
ES2473515T3 (en) 2009-03-30 2014-07-07 The Boeing Company Mobile ad hoc network
JP5293452B2 (en) * 2009-06-24 2013-09-18 富士通株式会社 Control method, control device, and storage medium
JP5246060B2 (en) * 2009-06-24 2013-07-24 富士通株式会社 Control method, control device, and storage medium
CN101990270B (en) 2009-08-06 2014-05-21 华为技术有限公司 Method, equipment and system for setting up on-demand route
US20110170443A1 (en) * 2010-01-13 2011-07-14 Ronald Gerald Murias Link sensitive aodv for wireless data transfer
CN101883048B (en) * 2010-06-25 2012-10-10 陶洋 Routing method of multi-dimensional network
WO2012009849A1 (en) * 2010-07-20 2012-01-26 Nokia Corporation A routing scheme for wireless sensor networks
WO2012025781A1 (en) * 2010-08-26 2012-03-01 West Bengal University Of Technology Systems and methods for determining routes in networks
KR20120067883A (en) * 2010-12-16 2012-06-26 한국전자통신연구원 A multi hop routing apparatus and a multi hop routing method
US9231851B2 (en) * 2011-01-31 2016-01-05 Futurewei Technologies, Inc. System and method for computing point-to-point label switched path crossing multiple domains
JP5732963B2 (en) * 2011-03-28 2015-06-10 富士通株式会社 Wireless communication terminal and route construction method
US8599759B2 (en) * 2011-04-29 2013-12-03 Cooper Technologies Company Multi-path radio transmission input/output devices, network, systems and methods with on demand, prioritized routing protocol
JP5705030B2 (en) * 2011-05-30 2015-04-22 矢崎総業株式会社 Communications system
ES2822559T3 (en) 2011-07-12 2021-05-04 Furukawa Electric Co Ltd Communication system, communication path control method and communication apparatus
CN104012049B (en) * 2011-10-13 2016-12-07 交互数字专利控股公司 For the method and apparatus providing interface between content delivery network
US9350814B2 (en) 2012-02-21 2016-05-24 Qualcomm Incorporated Internet protocol connectivity over a service-oriented architecture bus
US9621458B2 (en) * 2012-02-21 2017-04-11 Qualcomm Incorporated Internet routing over a service-oriented architecture bus
CN104205940B (en) * 2012-03-02 2018-04-13 富士通株式会社 Ad hoc network system and routing resource
CN104221433B (en) * 2012-03-02 2018-01-30 富士通株式会社 Communication equipment searching method, communication equipment, communication equipment search utility and ad hoc network system
CN102904804B (en) * 2012-10-22 2015-07-29 华为技术有限公司 Routing forwarding information adding method, message forwarding method and device, the network equipment
EP2725751B1 (en) * 2012-10-24 2014-12-10 Nxp B.V. Routing table updating
US10251202B2 (en) 2013-11-26 2019-04-02 Panasonic Intellectual Property Management Co., Ltd. Wireless communication system
US9756549B2 (en) 2014-03-14 2017-09-05 goTenna Inc. System and method for digital communication between computing devices
KR102145943B1 (en) * 2014-11-21 2020-08-19 에스케이텔레콤 주식회사 Backhaul system and apparatus and control method applied to the same
GB2537657A (en) * 2015-04-22 2016-10-26 Ge Oil & Gas Uk Ltd Subsea control system communication network
EP3320721A4 (en) * 2015-07-06 2018-08-01 Telefonaktiebolaget LM Ericsson (publ) Apparatus and method for forwarding messages
US9942934B2 (en) * 2015-11-04 2018-04-10 Motorola Mobility Llc Wireless ad hoc network assembly using network coding
US9967909B2 (en) 2015-11-04 2018-05-08 Motorola Mobility Llc Wireless ad hoc network assembly using network coding
US9936052B2 (en) 2015-11-04 2018-04-03 Motorola Mobility Llc Wireless ad hoc network assembly using network coding
JP6850801B2 (en) * 2015-12-15 2021-03-31 シグニファイ ホールディング ビー ヴィSignify Holding B.V. How to manage neighbor tables and communication devices configured to manage neighbor tables
US10111160B2 (en) * 2016-03-24 2018-10-23 Qualcomm Incorporated NAN data link multi-hop topology
US10680939B2 (en) * 2016-07-05 2020-06-09 Mediatek Inc. Hybrid flood-relaying and routing mesh networks
US20180026933A1 (en) * 2016-07-22 2018-01-25 Cisco Technology, Inc. Service aware label address resolution protocol switched path instantiation
US10193795B2 (en) * 2016-12-21 2019-01-29 Sony Corporation Robust data routing in wireless networks with directional transmissions
CN106888493B (en) * 2017-02-13 2020-10-16 深圳市联骋科技有限公司 Routing method and device of wireless MESH MESH network
US10673736B2 (en) * 2017-04-25 2020-06-02 Cisco Technology, Inc. Traffic reduction in data center fabrics
US10757011B2 (en) * 2017-05-25 2020-08-25 Zycada Networks, Inc. Context-aware path computation and selection
FI127371B (en) * 2017-05-31 2018-04-30 Robotonchip Oy Passive routing in a mesh network
US20190141616A1 (en) * 2017-11-08 2019-05-09 Carrier Corporation Mesh networking using peer to peer messages
EP3525517B1 (en) * 2018-02-12 2020-12-16 Curvalux UK Limited High-rate multihop network with beamforming
JP6738851B2 (en) * 2018-03-30 2020-08-12 古河電気工業株式会社 Network system, route switching method of network system, and communication device
CN112544056B (en) * 2018-08-08 2022-11-25 瑞典爱立信有限公司 Flow control for Integrated Access Backhaul (IAB) networks
EP3837810A1 (en) 2018-08-17 2021-06-23 Telefonaktiebolaget LM Ericsson (publ) Independent redundant path discovery for bluetooth mesh
WO2020052791A1 (en) * 2018-09-10 2020-03-19 Telefonaktiebolaget Lm Ericsson (Publ) Detecting critical links in bluetooth mesh networks
US10869256B2 (en) * 2018-12-18 2020-12-15 Sony Corporation Multi-hop routing protocol with backup routes in WLAN networks
FR3095913B1 (en) 2019-05-06 2023-10-27 Bull Sas Method for identifying a connected object in a network infrastructure
EP3675463B1 (en) 2018-12-31 2023-12-06 Bull SAS Method for identifying a connected object in a network infrastructure
KR102342348B1 (en) * 2019-10-17 2021-12-22 한국전자기술연구원 Energy harvesting system, apparatus and method for performing long distance location estimation
KR102333814B1 (en) * 2019-10-17 2021-12-01 한국전자기술연구원 Energy harvesting system, apparatus and method for performing long distance wakeup
US11770324B1 (en) * 2019-12-02 2023-09-26 Lutron Technology Company Llc Processing advertisement messages in a mesh network
CN111065095A (en) * 2020-01-08 2020-04-24 方楚持 Wireless quantum communication information transfer method
CN112533262B (en) * 2020-10-15 2022-12-30 广州大学 Multi-path on-demand routing method of rechargeable wireless sensor network
CN112867091B (en) * 2021-01-14 2022-11-08 湖南智领通信科技有限公司 Mesh gateway selection method and device based on active routing protocol

Family Cites Families (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5544154A (en) * 1995-03-09 1996-08-06 Telefonaktiebolaget Lm Ericsson Method for determining the load induced by a routing verification test on a network
US5987011A (en) 1996-08-30 1999-11-16 Chai-Keong Toh Routing method for Ad-Hoc mobile networks
US6421731B1 (en) * 1996-10-29 2002-07-16 Telxon Corporation Dynamic next hop routing protocol
US6446125B1 (en) * 1997-03-28 2002-09-03 Honeywell International Inc. Ripple scheduling for end-to-end global resource management
EP1219079B1 (en) 1999-09-15 2013-10-23 Datawire Communication Networks Inc. System and method for secure transactions over a network
JP2003516034A (en) * 1999-12-06 2003-05-07 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Broadcasting as a trigger for route discovery.
US6535498B1 (en) 1999-12-06 2003-03-18 Telefonaktiebolaget Lm Ericsson (Publ) Route updating in ad-hoc networks
CA2441579A1 (en) * 2000-06-07 2002-12-13 Serge Plotkin Multi-path dynamic routing algorithm
FI112152B (en) * 2000-09-29 2003-10-31 Nokia Corp Addressing and routing in ad hoc mobility networks
US6807165B2 (en) * 2000-11-08 2004-10-19 Meshnetworks, Inc. Time division protocol for an ad-hoc, peer-to-peer radio network having coordinating channel access to shared parallel data channels with separate reservation channel
JP3947370B2 (en) 2001-06-20 2007-07-18 日本無線株式会社 Wireless communication system
RU2273098C2 (en) 2001-07-10 2006-03-27 Сименс Акциенгезелльшафт METHOD FOR RENDERING QUALITY-ORIENTED SERVICE TRANSITION BETWEEN FIRST AND SECOND IP NETWORK BASED COMMUNICATION ROUTES, INCLUDING THAT BASED ON MOBILE IPv6 PROTOCOL, BETWEEN MOBILE NETWORK CENTER (MN)
EP1467524A4 (en) * 2001-12-28 2005-03-30 Nokia Corp Routing method for mobile ad-hoc network
US7177295B1 (en) * 2002-03-08 2007-02-13 Scientific Research Corporation Wireless routing protocol for ad-hoc networks
US20040156318A1 (en) * 2002-12-23 2004-08-12 Johan Rune Bridging between a Bluetooth scatternet and an Ethernet LAN
US20040141511A1 (en) * 2002-12-23 2004-07-22 Johan Rune Bridging between a bluetooth scatternet and an ethernet LAN
US20040167988A1 (en) * 2002-12-23 2004-08-26 Johan Rune Bridging between a Bluetooth scatternet and an Ethernet LAN
US7522537B2 (en) * 2003-01-13 2009-04-21 Meshnetworks, Inc. System and method for providing connectivity between an intelligent access point and nodes in a wireless network
CN1698318A (en) * 2003-05-06 2005-11-16 三星电子株式会社 Route discovery device and method in a mobile ad-hoc network
EP1632044B1 (en) * 2003-06-06 2011-10-19 Meshnetworks, Inc. Method to improve the overall performance of a wireless communication network
US7706282B2 (en) 2003-06-25 2010-04-27 Leping Huang Bluetooth personal area network routing protocol optimization using connectivity metric
US20040264372A1 (en) 2003-06-27 2004-12-30 Nokia Corporation Quality of service (QoS) routing for Bluetooth personal area network (PAN) with inter-layer optimization
JP4023681B2 (en) * 2003-07-14 2007-12-19 Kddi株式会社 Multi-hop wireless communication system and route selection method thereof
JP4605428B2 (en) 2003-08-08 2011-01-05 ソニー株式会社 COMMUNICATION SYSTEM, COMMUNICATION TERMINAL DEVICE, COMMUNICATION METHOD, AND PROGRAM
US7415019B2 (en) 2003-08-22 2008-08-19 Samsung Electronics Co., Ltd. Apparatus and method for collecting active route topology information in a mobile ad hoc network
JP4029833B2 (en) 2003-12-24 2008-01-09 Kddi株式会社 Group management method, mobile communication device and program thereof
US7269155B2 (en) * 2004-01-13 2007-09-11 Meshnetworks, Inc. System and method for achieving continuous connectivity to an access point or gateway in a wireless network following an on-demand routing protocol, and to perform smooth handoff of mobile terminals between fixed terminals in the network
JP4392789B2 (en) 2004-03-05 2010-01-06 Kddi株式会社 Method for reestablishing route of ad hoc wireless network and wireless terminal
JP4569328B2 (en) 2004-03-18 2010-10-27 パナソニック株式会社 Wireless communication apparatus and route search method
KR100898681B1 (en) * 2004-09-07 2009-05-22 메시네트웍스, 인코포레이티드 System and method for routing data between different types of nodes in a wireless network
KR101123910B1 (en) * 2005-03-10 2012-03-26 톰슨 라이센싱 Hybrid mesh routing protocol
US7570628B2 (en) * 2005-05-06 2009-08-04 Intel Corporation Methods and apparatus for providing a dynamic on-demand routing protocol
US20070070959A1 (en) * 2005-09-23 2007-03-29 Almeroth Kevin C Infrastructure mesh networks
DE102006055662B3 (en) 2006-11-23 2008-06-26 Gfe Metalle Und Materialien Gmbh Coating material based on a copper-indium-gallium alloy, in particular for the production of sputtering targets, tube cathodes and the like
WO2010027495A1 (en) * 2008-09-04 2010-03-11 Trilliant Networks, Inc. A system and method for implementing mesh network communications using a mesh network protocol

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090003356A1 (en) * 2007-06-15 2009-01-01 Silver Spring Networks, Inc. Node discovery and culling in wireless mesh communications networks
US8233905B2 (en) 2007-06-15 2012-07-31 Silver Spring Networks, Inc. Load management in wireless mesh communications networks
US20090003214A1 (en) * 2007-06-15 2009-01-01 Silver Spring Networks, Inc. Load management in wireless mesh communications networks
US8515433B2 (en) 2007-06-15 2013-08-20 Silver Spring Networks, Inc. Load management in wireless mesh communications networks
US20110176416A1 (en) * 2009-06-30 2011-07-21 Bhatti Ghulam M Method for Discovering Multiple Routes in Sensor Networks
US8861398B2 (en) * 2009-06-30 2014-10-14 Mitsubishi Electric Research Laboratories, Inc. Method for discovering multiple routes in sensor networks
US10564910B2 (en) 2010-01-28 2020-02-18 Intel Corporation Message passing framework for audio/video streaming in a topology of devices
US11900003B2 (en) 2010-01-28 2024-02-13 Intel Corporation Message passing framework for audio/video streaming in a topology of devices
US11216235B2 (en) 2010-01-28 2022-01-04 Intel Corporation Message passing framework for audio/video streaming in a topology of devices
CN102769888A (en) * 2012-06-04 2012-11-07 上海交通大学 Method for vehicle-mounted Ad Hoc network based on improved AODV (Ad Hoc Ondemand Distance Vector) protocol
EP3014815B1 (en) * 2013-06-28 2018-07-25 Intel Corporation Device-to-device contention management scheme for mobile broadband networks
US9277439B2 (en) * 2013-06-28 2016-03-01 Intel Corporation Device-to-device contention management scheme for mobile broadband networks
US20150003322A1 (en) * 2013-06-28 2015-01-01 Alexander Pyattaev Device-to-device contention management scheme for mobile broadband networks
US10944669B1 (en) 2018-02-09 2021-03-09 GoTenna, Inc. System and method for efficient network-wide broadcast in a multi-hop wireless network using packet echos
US11750505B1 (en) 2018-02-09 2023-09-05 goTenna Inc. System and method for efficient network-wide broadcast in a multi-hop wireless network using packet echos
US11811642B2 (en) 2018-07-27 2023-11-07 GoTenna, Inc. Vine™: zero-control routing using data packet inspection for wireless mesh networks

Also Published As

Publication number Publication date
TW201001989A (en) 2010-01-01
BRPI0520670A2 (en) 2009-05-19
CN101305559B (en) 2011-11-30
BRPI0520882B1 (en) 2018-11-27
JP2009515473A (en) 2009-04-09
PH12012502208B1 (en) 2015-06-01
PH12012502208A1 (en) 2015-06-01
RU2628334C2 (en) 2017-08-16
KR20080074876A (en) 2008-08-13
AU2005338057B2 (en) 2011-04-21
ES2366373T3 (en) 2011-10-19
KR20090116808A (en) 2009-11-11
AU2009212921A1 (en) 2009-10-01
EP2296325B1 (en) 2014-04-30
HK1120963A1 (en) 2009-04-09
EP2296326A1 (en) 2011-03-16
ES2472691T3 (en) 2014-07-02
RU2013151444A (en) 2015-05-27
AU2005338057A1 (en) 2007-05-18
CN101305559A (en) 2008-11-12
CA2627432C (en) 2014-11-04
RU2017116747A3 (en) 2018-11-15
CA2627432A1 (en) 2007-05-18
TWI430619B (en) 2014-03-11
RU2017116747A (en) 2018-11-15
RU2010120573A (en) 2011-11-27
US8064416B2 (en) 2011-11-22
EP1952588A1 (en) 2008-08-06
RU2544985C2 (en) 2015-03-20
ATE509448T1 (en) 2011-05-15
PT1952588E (en) 2011-08-25
RU2010120572A (en) 2011-11-27
JP4939544B2 (en) 2012-05-30
TWI357242B (en) 2012-01-21
EP2296326B1 (en) 2013-05-01
WO2007055689A1 (en) 2007-05-18
RU2550151C2 (en) 2015-05-10
KR101183342B1 (en) 2012-09-14
KR101192937B1 (en) 2012-10-18
PL2296326T3 (en) 2013-08-30
PL2296325T3 (en) 2014-08-29
BRPI0520873B1 (en) 2018-11-27
EP2296325A2 (en) 2011-03-16
PT2296325E (en) 2014-06-24
RU2682930C2 (en) 2019-03-22
TW201123770A (en) 2011-07-01
AU2010202493B2 (en) 2013-06-20
TW200729836A (en) 2007-08-01
KR20100103678A (en) 2010-09-27
US20090135824A1 (en) 2009-05-28
AU2009212921B2 (en) 2011-09-22
ES2413433T3 (en) 2013-07-16
AU2010202493A1 (en) 2010-07-22
KR101225274B1 (en) 2013-01-22
EP2296325A3 (en) 2011-05-25
BRPI0520670B1 (en) 2018-11-27
PL1952588T3 (en) 2011-12-30
EP1952588B1 (en) 2011-05-11

Similar Documents

Publication Publication Date Title
US8064416B2 (en) Route selection in wireless networks
Huhtonen Comparing AODV and OLSR routing protocols
JP5199061B2 (en) Hybrid mesh routing protocol
WO2009115020A1 (en) Network route establishing and data transmitting method and network node
JP2009273140A (en) Hybrid type mesh routing protocol
JP4951695B2 (en) Route selection in wireless networks
JP4939579B2 (en) Route selection in wireless networks
CA2817659C (en) Route selection in wireless networks
CA2896911C (en) Route selection in wireless networks
RU2405282C2 (en) Route selection in wireless networks
Oh An adaptive routing algorithm for wireless mesh networks
JP2007129516A (en) Route search device
MX2008006093A (en) Route selection in wireless networks

Legal Events

Date Code Title Description
AS Assignment

Owner name: THOMSON LICENSING, FRANCE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LIU, HANG;REEL/FRAME:026552/0773

Effective date: 20060316

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION