WO2006121283A1 - Routing method in wireless network and communication apparatus of using the same - Google Patents

Routing method in wireless network and communication apparatus of using the same Download PDF

Info

Publication number
WO2006121283A1
WO2006121283A1 PCT/KR2006/001736 KR2006001736W WO2006121283A1 WO 2006121283 A1 WO2006121283 A1 WO 2006121283A1 KR 2006001736 W KR2006001736 W KR 2006001736W WO 2006121283 A1 WO2006121283 A1 WO 2006121283A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
address
route
recorded
packet
Prior art date
Application number
PCT/KR2006/001736
Other languages
French (fr)
Inventor
Jianliang Zheng
Myung-Jong Lee
Original Assignee
Samsung Electronics Co., Ltd.
The Research Foundation Of The City University Of New York
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
Priority claimed from KR1020060034538A external-priority patent/KR100781369B1/en
Application filed by Samsung Electronics Co., Ltd., The Research Foundation Of The City University Of New York filed Critical Samsung Electronics Co., Ltd.
Priority to EP06757676A priority Critical patent/EP1875673A4/en
Priority to JP2008508761A priority patent/JP2008541505A/en
Publication of WO2006121283A1 publication Critical patent/WO2006121283A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/34Modification of an existing route
    • 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
    • H04L45/04Interdomain routing, e.g. hierarchical routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/48Routing tree calculation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • H04L45/742Route cache; Operation thereof
    • 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

Definitions

  • the present invention relates to a routing method in the wireless network and a communication device using the same. More particularly, the present invention relates to a routing method in the wireless network to efficiently transmit and receive data by tree-based mesh routing and a communication device using the same.
  • a route discovery in wireless networks which is used to set a routing path, is performed for one node.
  • the wireless networks have all the devices in the area cluster-tree structured. Devices joining with the cluster tree structure are allocated with an address according to the tree structure. The allocated address is used for routing in each network environment.
  • FIG. 1 is a tree structure of a conventional wireless network.
  • the conventional network includes a parent node A I lO and a child node
  • the child node B 112 has the parent node A I lO thereof and has the child nodes E,
  • each node may be implemented as a device, and each parent node has table-form address information on the child nodes thereof.
  • the H node 130 is a source node and the F node 122 is a destination node.
  • a data packet transmitted from the H node 130 is transmitted along the only tree structure to the F node 122.
  • the data packet is transmitted necessarily through the parent node thereof, so that it can be transmitted to neighbor nodes thereof along the tree structure.
  • the data packet is transmitted along the tree structure from the source node to the destination node, resulting in inconveniently lengthened routing path and subsequent rise in the communication costs.
  • an aspect of embodiments of the present invention is to provide a routing method tree-based mesh routing in the wireless network to efficiently search for and set a route from a source node to a destination node.
  • a routing method in a tree-based wireless network comprising acquiring an optimal route using a table which is recorded based on received information on neighbor nodes and received information on lower nodes of the neighbor nodes, and transmitting a packet through the optimal route.
  • the table may be searched to acquire the optimal route. That is, when an address of a node to receive the packet matches one of beginning addresses recorded in the table, a route through an address of a next hop corresponding to the beginning address recorded in the table is acquired as the optimal route.
  • the route through the address of the next hop corresponding to the beginning address recorded in the table may be acquired as the optimal route.
  • Acquiring the optimal route may comprise transmitting the acquired optimal route to the node to transmit the packet; and transmitting the packet through the auxiliary route.
  • the routing method in the tree-based wireless network may further comprise acquiring an auxiliary route using the table recorded based on the received information on the neighbor nodes and the received information on the lower nodes of the neighbor nodes.
  • the auxiliary route when an address of a node to receive the packet does not match one of the beginning addresses recorded in the table, the auxiliary route may be acquired by determining if the address of the node is between an address which is added with " 1 " to the beginning address recorded in the table, and a last address corresponding to the beginning address.
  • auxiliary route if the address of the node to receive the packet is between an address which is added with " 1 " to the beginning address recorded in the table, and the last address corresponding to the beginning address, a route through a node corresponding to the beginning address recorded in the table, and lower nodes of the node corresponding to the beginning address may be acquired as the auxiliary route.
  • the auxiliary route when the address of the node to transmit the packet does not match one of the beginning addresses recorded in the table, the auxiliary route may be acquired by determining if the address of the node is between an address which is added with " 1 " to the beginning address recorded in the table, and a last address corresponding to the beginning address.
  • auxiliary route if the address of the node to receive the packet is between an address which is added with " 1 " to the beginning address recorded in the table, and the last address corresponding to the beginning address, a route through a node corresponding to the beginning address recorded in the table, and lower nodes of the node corresponding to the beginning address may be acquired as the auxiliary route.
  • acquiring the auxiliary route may further comprise transmitting the acquired auxiliary route to the node to transmit the packet.
  • the table may comprise topology information on the plurality of nodes.
  • the topology information comprises at least one of a beginning address of the node, an ending address of the node, a next hop via which the node can be routed, hops to the beginning address of the node, costs to the beginning address of the node, and time when the node is created or refreshed.
  • tree-based mesh routing which performs route discovery block by block is used in order to increase the efficiency of route discovery, and a packet is transmitted through an optimal route so that communication costs can be reduced.
  • FIG. 1 is a view describing an example of a tree structure of a conventional wireless network
  • FIG. 2 is a flow chart describing a method of allocating an address in the wireless network according to an exemplary embodiment of the present invention
  • FIG. 3 is a figure chart describing a route discovery process in the wireless network according to an exemplary embodiment of the present invention
  • FIGs. 4 and 5 are views describing an exemplary route request (RREQ) and route replay (RREP) used to set a routing route according to an exemplary embodiment of the present invention
  • FIG. 6 is a view describing an exemplary non-tree-table (NTT) written during the route discovery process of FIG. 3
  • FIG. 7 is a viewt describing method of set a routing route between a source node and a destination node after route discovery according to an exemplary embodiment of the present invention
  • FIG. 8 is a view describing a routing method when a "source node" already knows an optimal route to a "destination node”after route discovery; [30] FIG.
  • FIGs. 10 and 11 are views describing a recovery process when connection between nodes is broken in the wireless network according to an exemplary embodiment of the present invention.
  • FIG. 2 is a flow chart describing a method of allocating an address in the wireless network according to an exemplary embodiment of the present invention.
  • FIG. 2 in the initialization phase, a plurality of nodes are connected to each other to form a cluster-tree structure (S210). More specifically, if node A which is a root node start connection, a neighbor node transmits an association request to node A. If node A intends to be connected to the neighbor node, node A replies to the neighbor node. As a result, node A and each node are connected. Each node can be connected to its lower nodes in the same way. [35] If the cluster-tree structure is formed this way, each node in the bottom level or next upper level bottom-up requests an address block of a certain size to its upper node
  • a node which receives the address block of a certain size determines whether to be in the top level (S230). If the node is not in the top level, the node notifies its upper node of a certain size of the address block to use (S240). [37] The root node allocates address blocks of the requested size to each branch (S250).
  • the address blocks are sequentially allocated according to the connection order of lower nodes corresponding to each branch.
  • each lower node is not in the bottom level (S260)
  • the address block allocated to itself is allocated again to its lower node (S270).
  • the address blocks of a certain size that its lower nodes requested are sequentially allocated. Accordingly, addresses can be allocated down to each node in the bottom level. Consequently, each node writes an adaptive robust tree table (ARTT) using the address allocated to itself, and performs the routing operation according to the ARTT.
  • the ARTT includes topology information.
  • FIG. 3 is a figure chart describing a route discovery process in the wireless network according to an exemplary embodiment of the present invention
  • FIGs. 4A and 4B are views describing an exemplary route request (RREQ) and route reply (RREP) used to set a routing route according to an exemplary embodiment of the present invention.
  • RREQ route request
  • RREP route reply
  • source node I when a packet is transmitted from source node I to destination node O, source node I unicasts an RREQ to destination node O to set a route to destination node O. That is, the routing route of the RREQ is I-H-K-0.
  • the RREQ is a message type used in order for a source node to find a destination node, that is, to request to generate a route.
  • the RREQ includes a routejype, dst_beg_addr, src_beg_addr, src_end_addr, max_link_cost, hopsjxaveled, cost_accumed, and time to live (TTL). Description on each of the fields of the RREQ is shown in FIG. 4.
  • destination node O receives the RREQ from source node I, destination node O broadcasts the RREQ to find an optimal route to source node I.
  • source node I receives the RREQ broadcasted from destination node
  • source node I transmits an RREP through the optimal route to destination node O. That is, the optimal route to transmit the RREP from source node I to destination node O becomes I-L-O.
  • destination node O can also know the optimal route to source node I.
  • the RREP is a reply to the RREQ.
  • the RREP includes a routejype, dst_beg_addr, dst_end_addr, src_beg_addr, src_end_addr, hopsjxaveled, hops Jotal, cost_accumed, total_cost, and TTL. Description on each of the fields of the RREP is shown in FIG. 5.
  • source node I which receives the RREQ broadcasted from destination node O can also find routes to child nodes of destination node O.
  • the broadcasted RREQ includes information such as the beg_addr and end_addr of destination node O. Accordingly, source node I can find auxiliary routes to child nodes of destination node O.
  • the auxiliary route is a second best route, instead of the optimal route from a source node to a destination node.
  • FIG. 6 is a view describing an exemplary non-tree-table (NTT) written during the route discovery process of FIG. 3.
  • each node writes the NTT to record the optimal route and auxiliary route between each node through route discovery using the RREQ and RREP, and the NTT is used for performing a routing operation.
  • Each node searches for the optimal route and auxiliary route by referring to the information in its NTT, and performs the routing operation along the searched route.
  • NTT is the optimal route of node I, and the auxiliary routes are from beg_addr + 1 to end_addr .
  • FIG. 7 is a flow chart describing method of set a routing route between a source node and a destination node after route discovery according to an exemplary embodiment of the present invention.
  • the source node determines if an optimal route to the destination node is recorded in its NTT generated upon route discovery (S610).
  • the source node determines if the address of the destination node to transmit a packet matches one of a plurality of beg_addr recorded in the NTT of the source node. If the address of the destination node matches one of a plurality of beg_addr recorded in the NTT, the source node determines that an optimal route to the destination node is recorded.
  • the source node determines if an optimal route to the destination node is recorded in the ARTT initially generated upon generating a tree (S620). That is, the source node determines if the address of the destination node matches one of a plurality of beg_addr recorded in the ARTT of the source node. If the address of the destination node matches one of a plurality of beg_addr recorded in the ARTT, the source node determines that an optimal route to the destination node is recorded.
  • the source node determines if an auxiliary route to the destination node is recorded in the NTT (S630).
  • the source node determines if an auxiliary route to the destination node is recorded in the NTT. That is, the source node determines if the address of the destination node is between beg-addr +1 recorded in the NTT of the source node and end-addr . If the address of the destination node is between beg-addr +1 recorded in the NTT of the source node and end-addr , the source node determines that an auxiliary route to the destination node is recorded in the NTT. [55] If an optimal route or auxiliary route to the destination node is searched in the step of S610, S620 or S630, the source node transmits the packet through the optimal route or auxiliary route to the destination node (S640).
  • the source node transmits the packet through the optimal route to the destination node. That is, the source node transmits the packet through the address of the next hop corresponding to the beg_addr searched in the step of S610 as the optimal route.
  • an optimal route to the destination node is not recorded in its NTT in the step of S610, it is determined if an optimal route to the destination node is recorded in the ARTT as in the step of S630. If an optimal route to the destination node is recorded in the ARTT, the source node transmits the packet through the optimal route to the destination node.
  • the source node determines if an auxiliary route to the destination node is recorded in the NTT as in the step of S630. If an auxiliary route to the destination node is recorded in the NTT, the source node transmits the packet through the auxiliary route to the destination node.
  • the source node uses the tree route (S650).
  • source node I transmits the packet to destination node O using the tree route (ART/MART) generated when the address is initially allocated. That is, the route is I-H-K-0.
  • step of S650 if neither an optimal nor auxiliary route to the destination node is recorded in the ARTT and NTT, the source node performs the route discovery again to record an optimal route to the destination node in the NTT.
  • the process of the steps of S610 ⁇ 650 to set an optimal route between the source node and destination node can be performed in the destination node as well as in the source node.
  • the destination node can transmit the packet through an optimal or auxiliary route to the source node by performing the steps of S610-S650.
  • the destination node determines if an optimal or auxiliary route to the source node is recorded in the NTT and ARTT of the destination node. If an optimal or auxiliary route to the source node is in the tables of the destination node, the packet is transmitted through the searched route to the source node. If an optimal or auxiliary route to the source node is not in the tables of the destination node, the destination node uses either the tree route or the route discovery to transmit the packet from the destination node to the source node, as described in step of S650.
  • FIGs. 8 and 9 are views describing in detail a routing method according to an exemplary embodiment of the present invention in FIG. 7.
  • FIG. 8 is a view describing a routing method when a "source node" already knows an optimal route to a "destination node” after route discovery. The case of not knowing an optimal route is that an optimal or auxiliary route to the "destination node” or the "source node” is not recorded in the NTT and ARTT.
  • source node F determines if an optimal route to destination node I is recorded in its NTT. As an optimal route to destination node I is already recorded in the NTT of source node F generated upon route discovery, the routing route to transmit the packet from source node F is F-G-I.
  • connection of source node F and destination node I is not tree- based, but source node F can transmit a packet through an optimal route to destination node I using neighbor node G.
  • Node G exchanges information on lower nodes of neighbor nodes F and I with its neighbor nodes F and I. That is, node G provides information on its connection with nodes E and F to node I, and node I provides information on its connection with nodes L and M to node G. Accordingly, source node F can transmit the packet to destination node I along the optimal route F-G-I recorded in the NTT.
  • FIG. 9 is a view describing a routing method when a "destination node” already knows an optimal route to a "source node” after route discovery.
  • source node F determines if an optimal or auxiliary route to destination node I is recorded in its ARTT and NTT. It is determined that an optimal or auxiliary route to destination node I is not recorded in the ARTT and NTT of source node F.
  • Source node F unicasts an RREQ to destination node I.
  • destination node I which received the RREQ knows an optimal route to source node F. That is, an optimal route to source node F is recorded in the NTT of destination node I. Accordingly, destination node I transmits an RREP through the optimal route to source node F.
  • the routing route to transmit the RREP is I-G-F.
  • Destination node I provides information on the optimal route from destination node I to source node F to source node F. Accordingly, a source node can know an optimal route to a destination node, and the source node can transmit a packet through the optimal route to the destination node.
  • Figs. 10 and 11 are views describing a recovery process when connection between nodes is broken in the wireless network according to an exemplary embodiment of the present invention.
  • source node C first transmits the packet to destination node M along the route C-B-J-K-L-M.
  • destination node M can not receive the packet transmitted from source node C.
  • Node J detects that node K is broken, and broadcasts an RREQ to its lower nodes.
  • node J receives an RREP from its lower nodes, connection between node J and lower nodes of node K is recovered. If node J first receives the RREP from one of node I and node L which are upper nodes of destination node M, connection to destination node M is recovered.
  • node J first receives the RREP from node L of upper nodes I and L of destination node M, node J recovers connection to node L and destination node M.
  • Node L changes and records its parent node from node K to node H in the tree. That is, the parent node of node L becomes newly-connected node H instead of broken node K.
  • node J receives the RREP from its lower nodes, node J selects as a routing route the node closest to node K among nodes which has transmitted the RREP, and can recover connection to destination node M. That is, if node J receives the RREP from nodes I and L, node J selects as a routing route node L closer to node K, and can recover connection to destination node M.
  • node J when node J detects that node K is broken, node J receives the RREP only from lower nodes of node K, so that connection to destination node M can be recovered. That is, node J receives the RREP only from node L, a lower node of node K, instead of all the lower nodes of node J, so that connection to destination node M and lower nodes of node K can be recovered.
  • the present invention is applicable to a wireless network, and especially to a wireless device having a tree-based mesh structure.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

A routing method in the wireless network and a communication device using the same is provided. The routing method in the tree-based wireless network includes acquiring an optimal route using a table which is recorded based on received information on neighbor nodes and received information on lower nodes of the neighbor nodes, and transmitting a packet through the optimal route. Accordingly, tree-based mesh routing which performs route discovery block by block is used in order to increase the efficiency of route discovery, and a packet is transmitted through an optimal route so that communication costs can be reduced.

Description

Description
ROUTING METHOD IN WIRELESS NETWORK AND COMMUNICATION APPARATUS OF USING THE SAME
Technical Field
[1] The present invention relates to a routing method in the wireless network and a communication device using the same. More particularly, the present invention relates to a routing method in the wireless network to efficiently transmit and receive data by tree-based mesh routing and a communication device using the same. Background Art
[2] Generally, a route discovery in wireless networks, which is used to set a routing path, is performed for one node. Recently, the wireless networks have all the devices in the area cluster-tree structured. Devices joining with the cluster tree structure are allocated with an address according to the tree structure. The allocated address is used for routing in each network environment.
[3] FIG. 1 is a tree structure of a conventional wireless network.
[4] In FIG. 1, the conventional network includes a parent node A I lO and a child node
B through J 112 through 142.
[5] The child node B 112 has the parent node A I lO thereof and has the child nodes E,
F and G 120, 122 and 124 thereof. The child node C 114 has the parent node A I lO thereof and has the child node H 130 thereof. The child node D 116 has the parent node A thereof and has the child nodes I and J 140 and 142 thereof. In FIG. 1, each node may be implemented as a device, and each parent node has table-form address information on the child nodes thereof.
[6] When the data is transmitted from the H node 130 to F node 122 in the wireless network of FIG.1, the H node 130 is a source node and the F node 122 is a destination node. A data packet transmitted from the H node 130 is transmitted along the only tree structure to the F node 122. The data packet is transmitted necessarily through the parent node thereof, so that it can be transmitted to neighbor nodes thereof along the tree structure.
Disclosure of Invention
Technical Problem
[7] Accordingly, the data packet transmitted from the H node 130 is sent to the F node
122 via the C, A and B nodes 114, 110 and 112 along the tree structure. In the tree structure of the conventional wireless network, the data packet is transmitted along the tree structure from the source node to the destination node, resulting in inconveniently lengthened routing path and subsequent rise in the communication costs. Technical Solution
[8] Accordingly, an aspect of embodiments of the present invention is to provide a routing method tree-based mesh routing in the wireless network to efficiently search for and set a route from a source node to a destination node.
[9] In order to achieve the above-described and other aspects of embodiments of the present invention, a routing method in a tree-based wireless network is provided, comprising acquiring an optimal route using a table which is recorded based on received information on neighbor nodes and received information on lower nodes of the neighbor nodes, and transmitting a packet through the optimal route.
[10] In acquiring the optimal route, the table may be searched to acquire the optimal route. That is, when an address of a node to receive the packet matches one of beginning addresses recorded in the table, a route through an address of a next hop corresponding to the beginning address recorded in the table is acquired as the optimal route.
[11] Additionally, in acquiring the optimal route, when an address of a node to transmit the packet matches one of the beginning addresses recorded in the table, the route through the address of the next hop corresponding to the beginning address recorded in the table may be acquired as the optimal route.
[12] Acquiring the optimal route may comprise transmitting the acquired optimal route to the node to transmit the packet; and transmitting the packet through the auxiliary route.
[13] The routing method in the tree-based wireless network may further comprise acquiring an auxiliary route using the table recorded based on the received information on the neighbor nodes and the received information on the lower nodes of the neighbor nodes.
[14] Additionally, in acquiring the auxiliary route, when an address of a node to receive the packet does not match one of the beginning addresses recorded in the table, the auxiliary route may be acquired by determining if the address of the node is between an address which is added with " 1 " to the beginning address recorded in the table, and a last address corresponding to the beginning address.
[15] Additionally, in acquiring the auxiliary route, if the address of the node to receive the packet is between an address which is added with " 1 " to the beginning address recorded in the table, and the last address corresponding to the beginning address, a route through a node corresponding to the beginning address recorded in the table, and lower nodes of the node corresponding to the beginning address may be acquired as the auxiliary route.
[16] Additionally, in acquiring the auxiliary route, when the address of the node to transmit the packet does not match one of the beginning addresses recorded in the table, the auxiliary route may be acquired by determining if the address of the node is between an address which is added with " 1 " to the beginning address recorded in the table, and a last address corresponding to the beginning address.
[17] Additionally, in acquiring the auxiliary route, if the address of the node to receive the packet is between an address which is added with " 1 " to the beginning address recorded in the table, and the last address corresponding to the beginning address, a route through a node corresponding to the beginning address recorded in the table, and lower nodes of the node corresponding to the beginning address may be acquired as the auxiliary route.
[18] Additionally, acquiring the auxiliary route may further comprise transmitting the acquired auxiliary route to the node to transmit the packet.
[19] Furthermore, in acquiring the optimal route, the table may comprise topology information on the plurality of nodes. The topology information comprises at least one of a beginning address of the node, an ending address of the node, a next hop via which the node can be routed, hops to the beginning address of the node, costs to the beginning address of the node, and time when the node is created or refreshed.
Advantageous Effects
[20] According to an exemplary embodiment of the present invention, tree-based mesh routing which performs route discovery block by block is used in order to increase the efficiency of route discovery, and a packet is transmitted through an optimal route so that communication costs can be reduced.
[21] In addition, by using the auxiliary route recorded in the NTT, there is no need to perform the route discovery again when transmitting the packet from the destination node and the lower nodes thereof to the souce node, so that the packet can be transmitted through the optimal route. Brief Description of the Drawings
[22] The above and other aspects and other features of embodiments of the present invention will become more apparent by describing in detail exemplary embodiments thereof with reference to the attached drawing figures, wherein;
[23] FIG. 1 is a view describing an example of a tree structure of a conventional wireless network;
[24] FIG. 2 is a flow chart describing a method of allocating an address in the wireless network according to an exemplary embodiment of the present invention;
[25] FIG. 3 is a figure chart describing a route discovery process in the wireless network according to an exemplary embodiment of the present invention;
[26] FIGs. 4 and 5 are views describing an exemplary route request (RREQ) and route replay (RREP) used to set a routing route according to an exemplary embodiment of the present invention; [27] FIG. 6 is a view describing an exemplary non-tree-table (NTT) written during the route discovery process of FIG. 3; [28] FIG. 7 is a viewt describing method of set a routing route between a source node and a destination node after route discovery according to an exemplary embodiment of the present invention; [29] FIG. 8 is a view describing a routing method when a "source node" already knows an optimal route to a "destination node"after route discovery; [30] FIG. 9 is a view describing a routing method when a "destination node" already knows an optimal route to a "source node" after route discovery; and [31] FIGs. 10 and 11 are views describing a recovery process when connection between nodes is broken in the wireless network according to an exemplary embodiment of the present invention.
Best Mode for Carrying Out the Invention [32] Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawing figures. [33] In a routing method in the wireless network according to an exemplary embodiment of the present invention, there are an adaptive robust tree (ART) and meshed ART (MART) methods for a tree-based routing method, and is a non-tree routing method. Each of the nodes used for routing communicates bi-directionally. [34] FIG. 2 is a flow chart describing a method of allocating an address in the wireless network according to an exemplary embodiment of the present invention. Referring to
FIG. 2, in the initialization phase, a plurality of nodes are connected to each other to form a cluster-tree structure (S210). More specifically, if node A which is a root node start connection, a neighbor node transmits an association request to node A. If node A intends to be connected to the neighbor node, node A replies to the neighbor node. As a result, node A and each node are connected. Each node can be connected to its lower nodes in the same way. [35] If the cluster-tree structure is formed this way, each node in the bottom level or next upper level bottom-up requests an address block of a certain size to its upper node
(S220). [36] Meanwhile, a node which receives the address block of a certain size determines whether to be in the top level (S230). If the node is not in the top level, the node notifies its upper node of a certain size of the address block to use (S240). [37] The root node allocates address blocks of the requested size to each branch (S250).
In this case, the address blocks are sequentially allocated according to the connection order of lower nodes corresponding to each branch.
[38] If each lower node is not in the bottom level (S260), the address block allocated to itself is allocated again to its lower node (S270). In this case, the address blocks of a certain size that its lower nodes requested are sequentially allocated. Accordingly, addresses can be allocated down to each node in the bottom level. Consequently, each node writes an adaptive robust tree table (ARTT) using the address allocated to itself, and performs the routing operation according to the ARTT. The ARTT includes topology information.
[39] FIG. 3 is a figure chart describing a route discovery process in the wireless network according to an exemplary embodiment of the present invention, and FIGs. 4A and 4B are views describing an exemplary route request (RREQ) and route reply (RREP) used to set a routing route according to an exemplary embodiment of the present invention.
[40] Referring to FIGs. 3 and 5, for example, when a packet is transmitted from source node I to destination node O, source node I unicasts an RREQ to destination node O to set a route to destination node O. That is, the routing route of the RREQ is I-H-K-0. The RREQ is a message type used in order for a source node to find a destination node, that is, to request to generate a route.
[41] As shown in FIG. 4, the RREQ includes a routejype, dst_beg_addr, src_beg_addr, src_end_addr, max_link_cost, hopsjxaveled, cost_accumed, and time to live (TTL). Description on each of the fields of the RREQ is shown in FIG. 4.
[42] If destination node O receives the RREQ from source node I, destination node O broadcasts the RREQ to find an optimal route to source node I.
[43] Subsequently, source node I receives the RREQ broadcasted from destination node
O, so that the optimal route to destination node O can be found. Accordingly, source node I transmits an RREP through the optimal route to destination node O. That is, the optimal route to transmit the RREP from source node I to destination node O becomes I-L-O. In this case, as source node I and destination node O can exchange route information each other, destination node O can also know the optimal route to source node I.
[44] The RREP is a reply to the RREQ. As shown in FIG. 5, the RREP includes a routejype, dst_beg_addr, dst_end_addr, src_beg_addr, src_end_addr, hopsjxaveled, hops Jotal, cost_accumed, total_cost, and TTL. Description on each of the fields of the RREP is shown in FIG. 5.
[45] Additionally, source node I which receives the RREQ broadcasted from destination node O can also find routes to child nodes of destination node O.
[46] To be more specific, the broadcasted RREQ includes information such as the beg_addr and end_addr of destination node O. Accordingly, source node I can find auxiliary routes to child nodes of destination node O. The auxiliary route is a second best route, instead of the optimal route from a source node to a destination node.
[47] FIG. 6 is a view describing an exemplary non-tree-table (NTT) written during the route discovery process of FIG. 3.
[48] Referring to FIG. 6, each node writes the NTT to record the optimal route and auxiliary route between each node through route discovery using the RREQ and RREP, and the NTT is used for performing a routing operation. Each node searches for the optimal route and auxiliary route by referring to the information in its NTT, and performs the routing operation along the searched route. The beg_addr recorded in the
NTT is the optimal route of node I, and the auxiliary routes are from beg_addr + 1 to end_addr .
[49] FIG. 7 is a flow chart describing method of set a routing route between a source node and a destination node after route discovery according to an exemplary embodiment of the present invention.
[50] Referring to FIG. 7, first the source node determines if an optimal route to the destination node is recorded in its NTT generated upon route discovery (S610).
[51] That is, the source node determines if the address of the destination node to transmit a packet matches one of a plurality of beg_addr recorded in the NTT of the source node. If the address of the destination node matches one of a plurality of beg_addr recorded in the NTT, the source node determines that an optimal route to the destination node is recorded.
[52] Subsequently, if an optimal route to the destination node is not recorded in the
NTT, the source node determines if an optimal route to the destination node is recorded in the ARTT initially generated upon generating a tree (S620). That is, the source node determines if the address of the destination node matches one of a plurality of beg_addr recorded in the ARTT of the source node. If the address of the destination node matches one of a plurality of beg_addr recorded in the ARTT, the source node determines that an optimal route to the destination node is recorded.
[53] If an optimal route to the destination node is not recorded in the ARTT, the source node determines if an auxiliary route to the destination node is recorded in the NTT (S630).
[54] More specifically, if the address of the destination node does not match one of a plurality of beg_addr recorded in the NTT and ARTT of the source node, the source node determines if an auxiliary route to the destination node is recorded in the NTT. That is, the source node determines if the address of the destination node is between beg-addr +1 recorded in the NTT of the source node and end-addr . If the address of the destination node is between beg-addr +1 recorded in the NTT of the source node and end-addr , the source node determines that an auxiliary route to the destination node is recorded in the NTT. [55] If an optimal route or auxiliary route to the destination node is searched in the step of S610, S620 or S630, the source node transmits the packet through the optimal route or auxiliary route to the destination node (S640).
[56] In detail, if an optimal route to the destination node is recorded in its NTT in the step of S610, the source node transmits the packet through the optimal route to the destination node. That is, the source node transmits the packet through the address of the next hop corresponding to the beg_addr searched in the step of S610 as the optimal route.
[57] However, if an optimal route to the destination node is not recorded in its NTT in the step of S610, it is determined if an optimal route to the destination node is recorded in the ARTT as in the step of S630. If an optimal route to the destination node is recorded in the ARTT, the source node transmits the packet through the optimal route to the destination node.
[58] Meanwhile, if an optimal route to the destination node is not recorded in the ARTT in the step of S620, the source node determines if an auxiliary route to the destination node is recorded in the NTT as in the step of S630. If an auxiliary route to the destination node is recorded in the NTT, the source node transmits the packet through the auxiliary route to the destination node.
[59] Next, if neither an optimal nor auxiliary route to the destination node is recorded in the ARTT and NTT, the source node uses the tree route (S650).
[60] More specifically, for example, when a packet is transmitted from source node I to destination node O, if neither an optimal nor auxiliary route to destination node O is recorded in the NTT and ARTT of source node I, source node I transmits the packet to destination node O using the tree route (ART/MART) generated when the address is initially allocated. That is, the route is I-H-K-0.
[61] In the step of S650, if neither an optimal nor auxiliary route to the destination node is recorded in the ARTT and NTT, the source node performs the route discovery again to record an optimal route to the destination node in the NTT.
[62] Meanwhile, in the routing method in the wireless network, the process of the steps of S610~650 to set an optimal route between the source node and destination node can be performed in the destination node as well as in the source node.
[63] More specifically, when the source node performs the steps of S610-S650, if the source node does not transmit a packet through an optimal route, the destination node can transmit the packet through an optimal or auxiliary route to the source node by performing the steps of S610-S650.
[64] That is, the destination node determines if an optimal or auxiliary route to the source node is recorded in the NTT and ARTT of the destination node. If an optimal or auxiliary route to the source node is in the tables of the destination node, the packet is transmitted through the searched route to the source node. If an optimal or auxiliary route to the source node is not in the tables of the destination node, the destination node uses either the tree route or the route discovery to transmit the packet from the destination node to the source node, as described in step of S650.
[65] FIGs. 8 and 9 are views describing in detail a routing method according to an exemplary embodiment of the present invention in FIG. 7. FIG. 8 is a view describing a routing method when a "source node" already knows an optimal route to a "destination node" after route discovery. The case of not knowing an optimal route is that an optimal or auxiliary route to the "destination node" or the "source node" is not recorded in the NTT and ARTT.
[66] First, referring to FIG. 8, for example, when a packet is transmitted from source node F to destination node I, source node F determines if an optimal route to destination node I is recorded in its NTT. As an optimal route to destination node I is already recorded in the NTT of source node F generated upon route discovery, the routing route to transmit the packet from source node F is F-G-I.
[67] More specifically, connection of source node F and destination node I is not tree- based, but source node F can transmit a packet through an optimal route to destination node I using neighbor node G. Node G exchanges information on lower nodes of neighbor nodes F and I with its neighbor nodes F and I. That is, node G provides information on its connection with nodes E and F to node I, and node I provides information on its connection with nodes L and M to node G. Accordingly, source node F can transmit the packet to destination node I along the optimal route F-G-I recorded in the NTT.
[68] FIG. 9 is a view describing a routing method when a "destination node" already knows an optimal route to a "source node" after route discovery.
[69] Referring to FIG. 9, for example, when a packet is transmitted from source node F to destination node I, source node F determines if an optimal or auxiliary route to destination node I is recorded in its ARTT and NTT. It is determined that an optimal or auxiliary route to destination node I is not recorded in the ARTT and NTT of source node F. Source node F unicasts an RREQ to destination node I.
[70] Meanwhile, destination node I which received the RREQ knows an optimal route to source node F. That is, an optimal route to source node F is recorded in the NTT of destination node I. Accordingly, destination node I transmits an RREP through the optimal route to source node F. The routing route to transmit the RREP is I-G-F. Destination node I provides information on the optimal route from destination node I to source node F to source node F. Accordingly, a source node can know an optimal route to a destination node, and the source node can transmit a packet through the optimal route to the destination node. [71] That is, if an optimal route to each node is recorded in the NTT or ARTT of the source node or destination node, the destination node provides information on the optimal route to the source node without performing route discovery again, so that the packet can be transmitted through the optimal route.
[72] Figs. 10 and 11 are views describing a recovery process when connection between nodes is broken in the wireless network according to an exemplary embodiment of the present invention.
[73] Referring to FIG. 10, for example, if node K is broken and source node C transmits a packet to destination node M, source node C first transmits the packet to destination node M along the route C-B-J-K-L-M. However, as node K is broken and connection between node J and node K is broken, destination node M can not receive the packet transmitted from source node C.
[74] Node J detects that node K is broken, and broadcasts an RREQ to its lower nodes.
As node J receives an RREP from its lower nodes, connection between node J and lower nodes of node K is recovered. If node J first receives the RREP from one of node I and node L which are upper nodes of destination node M, connection to destination node M is recovered.
[75] That is, if node J first receives the RREP from node L of upper nodes I and L of destination node M, node J recovers connection to node L and destination node M. Node L changes and records its parent node from node K to node H in the tree. That is, the parent node of node L becomes newly-connected node H instead of broken node K.
[76] In addition, if node J receives the RREP from its lower nodes, node J selects as a routing route the node closest to node K among nodes which has transmitted the RREP, and can recover connection to destination node M. That is, if node J receives the RREP from nodes I and L, node J selects as a routing route node L closer to node K, and can recover connection to destination node M.
[77] Meanwhile, referring to FIG. 11, when node J detects that node K is broken, node J receives the RREP only from lower nodes of node K, so that connection to destination node M can be recovered. That is, node J receives the RREP only from node L, a lower node of node K, instead of all the lower nodes of node J, so that connection to destination node M and lower nodes of node K can be recovered. Industrial Applicability
[78] The present invention is applicable to a wireless network, and especially to a wireless device having a tree-based mesh structure.

Claims

Claims
[1] A routing method in a tree-based wireless network is provided, comprising: acquiring an optimal route using a table which is recorded based on received information on neighbor nodes and received information on lower nodes of the neighbor nodes; and transmitting a packet through the optimal route.
[2] The method of claim 1, wherein in acquiring the optimal route, the table is searched to acquire the optimal route.
[3] The method of claim 2, wherein in acquiring the optimal route, when an address of a node to receive the packet matches one of beginning addresses recorded in the table, a route through an address of a next hop corresponding to the beginning address recorded in the table is acquired as the optimal route.
[4] The method of claim 2, wherein in acquiring the optimal route, when an address of a node to transmit the packet matches one of the beginning addresses recorded in the table, the route through the address of the next hop corresponding to the beginning address recorded in the table is acquired as the optimal route.
[5] The method of claim 4, comprising: transmitting the acquired optimal route to the node to transmit the packet; and transmitting the packet through the auxiliary route.
[6] The method of claim 1, further comprising, acquiring an auxiliary route using the table recorded based on the received information on the neighbor nodes and the received information on the lower nodes of the neighbor nodes.
[7] The method of claim 6, wherein in acquiring the auxiliary route, when an address of a node to receive the packet does not match one of the beginning addresses recorded in the table, the auxiliary route is acquired by determining if the address of the node is between an address which is added with " 1 " to the beginning address recorded in the table, and a last address corresponding to the beginning address.
[8] The method of claim 7, wherein in acquiring the auxiliary route, if the address of the node to receive the packet is between an address which is added with " 1 " to the beginning address recorded in the table, and the last address corresponding to the beginning address, a route through a node corresponding to the beginning address recorded in the table, and lower nodes of the node corresponding to the beginning address is acquired as the auxiliary route.
[9] The method of claim 6, wherein in acquiring the auxiliary route, when the address of the node to transmit the packet does not match one of the beginning addresses recorded in the table, the auxiliary route is acquired by determining if the address of the node is between an address which is added with " 1 " to the beginning address recorded in the table, and a last address corresponding to the beginning address.
[10] The method of claim 9, wherein in acquiring the auxiliary route, if the address of the node to receive the packet is between an address which is added with " 1 " to the beginning address recorded in the table, and the last address corresponding to the beginning address, a route through a node corresponding to the beginning address recorded in the table, and lower nodes of the node corresponding to the beginning address is acquired as the auxiliary route.
[11] The method of claim 9, further comprising, transmitting the acquired auxiliary route to the node to transmit the packet.
[12] The method of claim 1 , wherein in acquiring the optimal route, the table comprises topology information on the plurality of nodes.
[13] The method of claim 12, wherein the topology information comprises; at least one of a beginning address of the node, an ending address of the node, a next hop via which the node can be routed, hops to the beginning address of the node, costs to the beginning address of the node, and time when the node is created or refreshed.
PCT/KR2006/001736 2005-05-10 2006-05-09 Routing method in wireless network and communication apparatus of using the same WO2006121283A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP06757676A EP1875673A4 (en) 2005-05-10 2006-05-09 Routing method in wireless network and communication apparatus of using the same
JP2008508761A JP2008541505A (en) 2005-05-10 2006-05-09 Routing method in wireless network and communication apparatus using the method

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US67922505P 2005-05-10 2005-05-10
US60/679,225 2005-05-10
US68001405P 2005-05-12 2005-05-12
US60/680,014 2005-05-12
KR1020060034538A KR100781369B1 (en) 2005-05-10 2006-04-17 Routing method in wireless network and communication apparatus of using the same
KR10-2006-0034538 2006-04-17

Publications (1)

Publication Number Publication Date
WO2006121283A1 true WO2006121283A1 (en) 2006-11-16

Family

ID=37396749

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2006/001736 WO2006121283A1 (en) 2005-05-10 2006-05-09 Routing method in wireless network and communication apparatus of using the same

Country Status (2)

Country Link
EP (1) EP1875673A4 (en)
WO (1) WO2006121283A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009200768A (en) * 2008-02-21 2009-09-03 Oki Electric Ind Co Ltd Communication path setting method, communication path setting program, communication terminal, wireless network system
JP2013243721A (en) * 2008-01-30 2013-12-05 Qualcomm Inc Management of wireless relay nodes using routing table
US9118593B2 (en) 2010-10-07 2015-08-25 Enghouse Networks Limited System and method for best value routing

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6130881A (en) * 1998-04-20 2000-10-10 Sarnoff Corporation Traffic routing in small wireless data networks
US6385174B1 (en) * 1999-11-12 2002-05-07 Itt Manufacturing Enterprises, Inc. Method and apparatus for transmission of node link status messages throughout a network with reduced communication protocol overhead traffic

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1475927A3 (en) * 2003-05-09 2005-12-14 Samsung Electronics Co., Ltd. Apparatus and method for setting up of optimum route using tree-topology
WO2004107679A2 (en) * 2003-06-03 2004-12-09 Casient Ltd System and method for wireless mesh networking

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6130881A (en) * 1998-04-20 2000-10-10 Sarnoff Corporation Traffic routing in small wireless data networks
US6385174B1 (en) * 1999-11-12 2002-05-07 Itt Manufacturing Enterprises, Inc. Method and apparatus for transmission of node link status messages throughout a network with reduced communication protocol overhead traffic

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
See also references of EP1875673A4 *
STOJMENOVIC I. ET AL.: "Design guidelines for routing protocols in ad hoc and sensor networks with a realistic physical layer", COMMUNICATIONS MAGAZINE, IEEE, vol. 43, no. 3, March 2005 (2005-03-01), pages 101 - 106, XP011127743 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013243721A (en) * 2008-01-30 2013-12-05 Qualcomm Inc Management of wireless relay nodes using routing table
JP2009200768A (en) * 2008-02-21 2009-09-03 Oki Electric Ind Co Ltd Communication path setting method, communication path setting program, communication terminal, wireless network system
US9118593B2 (en) 2010-10-07 2015-08-25 Enghouse Networks Limited System and method for best value routing

Also Published As

Publication number Publication date
EP1875673A1 (en) 2008-01-09
EP1875673A4 (en) 2008-05-07

Similar Documents

Publication Publication Date Title
US20060291496A1 (en) Routing method in wireless network and communication device using the same
Jain et al. Geographical routing using partial information for wireless ad hoc networks
CN110149274B (en) Named data network comprehensive routing method based on position information and content push
US8065434B2 (en) Method and device for maintaining routes
Altayeb et al. A survey of vehicular ad hoc networks routing protocols
KR101255857B1 (en) Tree-guided distributed link state routing method
US7778235B2 (en) Compression of a routing header in a packet by a mobile router in an ad hoc network
US20090161578A1 (en) Data routing method and device thereof
US20050122955A1 (en) Method and system for route selection and method for route reconstruction
JP2005065267A (en) Method for discovering route from source node to destination node
CN103236971B (en) A kind of routing conversion of the Internet content
JP2007325261A (en) Method of establishing route
CN103763750B (en) Method for fast achieving packet forwarding in wireless ad hoc network of TDMA protocol
CN110752997B (en) Named data network forwarding method for data packet active path finding
KR20050106815A (en) Method of routing in a wireless network
KR20050076176A (en) System and method for communicating between ipv6 mobile ad-hoc network and external network
US20040233847A1 (en) Routing system for establishing optimal route in wireless personal area network (WPAN) and method thereof
EP1875673A1 (en) Routing method in wireless network and communication apparatus of using the same
KR100833506B1 (en) An Path Recovery Mechanism and Apparatus using Candidate Node in AODV
CN102573000B (en) Wireless self-organizing network protection routing generation algorithm based on direct/indirect matrixes
EP1475926A2 (en) Routing system for establishing optimal route in wireless personal area network (WPAN) and method thereof
JP5424818B2 (en) Route control method, node, and communication system
KR100733828B1 (en) Method for allocating address and providing multicast routing protocol for fast convergence and robust connectivity in ad hoc networks
KR100584088B1 (en) Method for route searching of ad hoc network
CN106973422B (en) Improved algorithm of DSR protocol

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200680015911.5

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPE2 Request for preliminary examination filed before expiration of 19th month from priority date (pct application filed from 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2006757676

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2008508761

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

WWP Wipo information: published in national office

Ref document number: 2006757676

Country of ref document: EP