Background technology
The purpose of communication is that information is in time transmitted between receiving-transmitting sides reliably.And in wireless communication system, the accurate transmitting-receiving of digital information is often very difficult.Particularly for wireless mobile environment, be subjected to such as abominable influences such as channel quality, as shadow effect, multipath fading etc. will cause tangible receptivity to reduce.And diversity technique is to anti-fading, improves one of effective technical means of reception.
Multi-hop wireless communication is meant that communication jumping figure between origination node and destination node is more than or equal to double bounce, be communication between the two be not directly by origination node to destination node, but need by finishing to the relaying (relay) of the via node between the destination node (relay node) between origination node.Therefore for multi-hop wireless communication system, because a communication process needs repeatedly (〉=1) transmitting-receiving operation, the accurate transmission difficulty of end-to-end digital information is bigger.
In multi-hop wireless communication system, according to whether have Centroid to multi-hop relay behavior control, can be divided into two kinds of division center is arranged (with infrastructure) and no division centers (withoutinfrastructure).Involved in the present invention is the multihop system that division center is arranged.Present some broadband wireless MAN standards that occur, comprise IEEE 802.16 line of specifications, high-performance metropolitan area network (HiperMAN) line of specifications, all introduced the multi-hop wireless communication technology, for example the mesh network (mesh) in IEEE 802.16a standard and high-performance metropolitan area network (HiperMAN) standard.
For multi-hop wireless communication system, route (routing), the also i.e. selection of the information transmission path from the origination node to the destination node is a major issue that is related to communication efficiency, systematic function.Good Route Selection can improve throughput, the balance sysmte of link and load, and guarantees that system high efficiency stably moves.
In multi-hop communication system, route implementing method commonly used comprises:
1. minimum hop count method: promptly choose from origination node to the minimum path of destination node jumping figure;
2. minimum bit energy method: promptly choose from the origination node to the destination node efficiency of transmission
(, abbreviate EPB as and calculate) the highest path with every bit transfer energy needed;
More existing broadband wireless metropolitan area communication systems, in IEEE802.16a standard and high-performance metropolitan area network (HiperMAN) standard, all multihop network (calling the Mesh network in IEEE802.16a standard and high-performance metropolitan area network (HiperMAN) standard, i.e. mesh network) but obtain system gain as a selecting technology.
In multi-hop communication system, route implementing method commonly used comprises:
1. minimum hop count method: promptly choose from origination node to the minimum path of destination node jumping figure;
This method realizes simple, and major defect is the difference that does not fully take into account link-quality, and network throughput is lower;
2. minimum bit energy method: promptly choose from the origination node to the destination node the highest path of efficiency of transmission (calculating) with every bit transfer energy needed;
This method has fully taken into account the difference of link-quality, and the network throughput performance is good.But owing to do not consider what influence of jumping figure, often the path jumping figure of Xuan Zeing is too much, and repeatedly the network overhead of relaying and propagation delay time are bigger.
The multi-hop wireless communication technology can be expanded the coverage area, and increases the throughput of system.But because in the wireless communication system, the accurate transmitting-receiving of digital information is often very difficult, for multi-hop wireless communication system, because a communication process needs repeatedly (〉=1) transmitting-receiving operation, the accurate transmission difficulty of end-to-end digital information is bigger.
For multi-hop wireless communication system, route (routing), the also i.e. selection of the information transmission path from the origination node to the destination node is a major issue that is related to communication efficiency, systematic function.Good Route Selection can improve throughput, the balance sysmte of link and load, and guarantees that system high efficiency stably moves.
Embodiment
The present invention proposes a kind of method for routing based on energy per bit of jumping figure under limited that be applicable to.
In multi-hop communication system, route implementing method commonly used comprises:
1. minimum hop count method (representing): promptly choose from origination node to the minimum path of destination node jumping figure with HOPS_MIN;
This method realizes simple, and major defect is the difference that does not fully take into account link-quality, and network throughput is lower.
2. minimum bit energy method (representing): promptly choose from the origination node to the destination node the highest path of efficiency of transmission (calculating) with every bit transfer energy needed with EPB_MIN;
This method has fully taken into account the difference of link-quality, and the network throughput performance is good.But owing to do not consider what influence of jumping figure, often the path jumping figure of Xuan Zeing is too much, and repeatedly the network overhead of relaying and propagation delay time are bigger.
Owing in the real system, generally can limit to some extent, with the implementation complexity of constrained system and the propagation delay time of data, so pure minimum bit energy method for routing and impracticable for jumping figure.Though and the minimum hop count method realizes simply, do not make full use of the load capacity of network, can't give play to the advantage on the multi-hop communication transmission capacity, effect is also also unsatisfactory.Therefore we have proposed the method for routing of " under jumping figure is limited based on energy per bit " on the basis of the performance that has taken into full account real system and complexity requirement.
Basic thought of the present invention is: at first use " minimum bit energy method " to carry out the Route Selection between all nodes in the network, if the jumping figure in selected path is less than or equal to maximum hop count (constant, represent with MAX_HOPS), then Route Selection finishes; If the jumping figure in selected path greater than maximum hop count MAX_HOPS, then on the basis as a result that above-mentioned " minimum bit energy method " selected, is selected further, the method for selection has two kinds:
A. present path (jumping figure is greater than maximum hop count MAX_HOPS) got rid of, carries out minimum EPB again and select, the path of satisfied up to finding out " jumping figure is less than or equal to maximum hop count MAX_HOPS " constraints, with this path as selection result;
B. with present path (jumping figure is greater than maximum hop count MAX_HOPS) as goal set, under the constraints of maximum hop count MAX_HOPS, carry out combinatory analysis for its link that comprises, the path of therefrom selecting the EPB minimum is as selection result.
The jumping figure (representing) of the destination node that obtains according to EpB_Min with Node.Hops;
If (Node.Hops<=MAX_HOPS)
The path that obtains is exactly final result path;
}
Otherwise
Further select according to the path that EpB_Min obtains, system of selection can utilize A or B;
}
A. operation (present path is got rid of, carried out minimum EPB again and select)
Up to (finding out that satisfied " jumping figure is less than or equal to maximum hop count
MAX_HOPS " path of constraints, with this path as selecting knot
Really);
B. the link to current path makes up, and carries out combinatory analysis for its link that comprises, and the path of therefrom selecting the EPB minimum is as selection result;
The advantage of method A is to select the path of satisfying constraints of EPB minimum, but amount of calculation is bigger; The advantage of method B is to select path preferably faster, but not necessarily optimum path.
Be exemplified below: for the path of node 2 to node 0, the path that the minimum bit energy method obtains is node 2 → node 5 → node 8 → node 1 → node 0, is expressed as: P
EPB_MIN(Node2)={ Node2 → Node5 → Node8 → Node1 → Node0}; Because jumping figure is 4, greater than MAX_HOPS (being made as 3), we need further to select and handle.
Method A:
0 path, reject P from all nodes 2 to node
EPB_MIN(Node2)={ Node2 → Node5 → Node8 → Node1 → Node0}; Reusing the minimum bit energy method, satisfy the requirement of " being less than or equal to maximum hop count MAX_HOPS " up to resulting path, for example is { Node2 → Node7 → Node1 → Node0}.
Method B:
We according to above-mentioned path Node2 → Node5 → Node8 → Node1 → Node0} obtains the link combinations that may select, and the jumping figure that makes up resulting path be less than or equal to maximum hop count MAX_HOPS:{Node2 → Node5 → Node8 → Node0},
{Node2→Node5→Node1→Node0}、
{Node2→Node8→Node1→Node0}、
{Node2→Node8→Node1→Node0}、{Node2→Node5→Node0}、
{Node2→Node8→Node0}、{Node2→Node1→Node0}、{Node2→Node0};
Among above-mentioned path, select the path of EPB minimum.So selected path is exactly:
P(Node2)={Node2→Node8→Node1→Node0}。
The jumping figure of this paths is 3, can satisfy the requirement of maximum hop count, and its efficiency of transmission (calculating with every bit transfer energy needed) is higher simultaneously.
Embodiment
Shown in Fig. 1,2,3A and 3B, be multi-hop wireless communication sub-district (radius is 3200 a meters) schematic diagram that comprises 30 nodes.
In this sub-district each node distribution as shown in Figure 1, wherein, node 0 is represented the base station, the base station is positioned at center of housing estate, other node random distribution in the sub-district.
The minimum hop count method is applied to the resulting route in this sub-district as shown in Figure 2.There is transmission relation between the line representation node between the node.
Proposed by the invention " under jumping figure is limited based on energy per bit " is applied to this sub-district, and resulting route as shown in Figure 3.Wherein, Fig. 3 .A is the resulting routing diagram of application process A; Fig. 3 .B is the resulting routing diagram of application process B.