CN113747536A - QoS-aware multi-path routing algorithm of WSNs in mobile environment - Google Patents

QoS-aware multi-path routing algorithm of WSNs in mobile environment Download PDF

Info

Publication number
CN113747536A
CN113747536A CN202111124253.6A CN202111124253A CN113747536A CN 113747536 A CN113747536 A CN 113747536A CN 202111124253 A CN202111124253 A CN 202111124253A CN 113747536 A CN113747536 A CN 113747536A
Authority
CN
China
Prior art keywords
path
node
qos
wsns
area
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.)
Granted
Application number
CN202111124253.6A
Other languages
Chinese (zh)
Other versions
CN113747536B (en
Inventor
张泽赟
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.)
Tengyun Yuezhi Technology Shenzhen Co ltd
Original Assignee
Tengyun Yuezhi Technology Shenzhen Co ltd
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 Tengyun Yuezhi Technology Shenzhen Co ltd filed Critical Tengyun Yuezhi Technology Shenzhen Co ltd
Priority to CN202111124253.6A priority Critical patent/CN113747536B/en
Publication of CN113747536A publication Critical patent/CN113747536A/en
Application granted granted Critical
Publication of CN113747536B publication Critical patent/CN113747536B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/12Communication route or path selection, e.g. power-based or shortest path routing based on transmission quality or channel quality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/18Self-organising networks, e.g. ad-hoc networks or sensor networks

Landscapes

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

Abstract

The invention discloses a QoS-aware multi-path routing algorithm of WSNs in a mobile environment, which is characterized in that a routing cost function is constructed by acquiring real-time data of a plurality of QoS parameters of nodes, a path with the minimum cost is calculated to be used as a preferred path, then the area of an area surrounded by other paths and the preferred path is calculated, and a maximum area is found out, so that the path with the minimum interference with the preferred path is confirmed, therefore, QoS constraint and path interference are fully considered in a mobile WSNs multi-constraint multi-path routing model and algorithm, and the performance is ensured not to be influenced.

Description

QoS-aware multi-path routing algorithm of WSNs in mobile environment
Technical Field
The invention relates to the technical field of mobile WSNs, in particular to a QoS-aware multi-path routing algorithm of WSNs in a mobile environment.
Background
Typical multi-constraint and multi-path routing algorithms are mainly:
1. a multi-path routing algorithm MP-OLSR in a mobile environment is based on a classic single-path OLSR algorithm, a single path is selected through a Dijkstra algorithm, a constructed cost penalty function is adopted to carry out 'penalty' on links on a selected path, the cost of the links is increased, and node disjoint multi-path routing is constructed. Simulation results show that compared with the traditional single-path routing algorithm OLSR, the algorithm has the advantages that the network life cycle, the packet receiving rate, the time delay, the throughput and other performances are greatly improved, but the link cost adopted in the algorithm is a preset value, and the network state cannot be truly reflected.
2. A QoS routing model suitable for WSNs comprises four QoS indexes, namely time delay, packet loss rate, remaining energy and available buffer area related to nodes or links. And based on the improved ant colony algorithm, providing the ant colony-based multi-QoS routing algorithm. In order to meet the transmission of data traffic with different QoS requirements, a hierarchical structure of a network is firstly constructed, and then an appropriate route is selected, so that the network is utilized to the maximum extent to improve the performance. Meanwhile, the video packet scheduling is carried out by using multiple paths, so that the video transmission distortion is minimized. Simulation results show that the algorithm has better convergence than the traditional routing algorithm and ant colony algorithm, and can provide better QoS for different types of services. However, this document does not consider the situation where there is interference between multiple paths, which makes it difficult to guarantee the various QoS constraints mentioned above, and even leads to a severe performance degradation.
Theoretical research and technical application of WSNs in the prior art in the market are still in exploration and demonstration stages, and QoS constraint and path interference cannot be fully considered in a mobile WSNs multi-constraint multi-path routing model and algorithm.
Accordingly, the prior art is deficient and needs improvement.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provide a QoS-aware multi-path routing algorithm of WSNs in a mobile environment.
The technical scheme of the invention is as follows: a QoS-aware multi-path routing algorithm for WSNs in a mobile environment is provided, which comprises the following steps:
step 1: acquiring real-time data of a plurality of QoS parameters of a node, and giving corresponding weight factors to different QoS parameters;
step 2: constructing a routing cost function;
and step 3: selecting a path with the minimum cost by applying an improved Dijkstra algorithm, and taking the found path with the minimum cost as a preferred path;
and 4, step 4: searching other paths by using an improved Dijkstra algorithm and a cost function;
and 5: respectively calculating the area of the region surrounded by the other paths and the preferred path;
step 6: and finding the area with the largest area from the data obtained in the step 5, wherein the path on the area is the path with the smallest interference with the optimal path.
Further, the QoS parameters of claim 1 include: the distance from the node to the sink, the reliability of the link, the residual energy of the node and the queue length of the node.
Further, the routing cost function constructed in step 2 is:
Figure BDA0003278118770000021
the node j is a neighbor node of the node i, COSTij represents a routing cost between the node i and the node j, rij represents reliability of a link between the node i and the node j, ej represents residual energy of the node j, lenj represents a queue length of the node j, α, β, γ and λ are weighting factors, and α + β + γ + λ is 1.
Further, when searching for other paths in step 4, nodes selected by different paths are different, and different paths are not intersected.
By adopting the scheme, the invention constructs the routing cost function by acquiring the real-time data of a plurality of QoS parameters of the nodes, calculates the path with the minimum cost as the preferred path, then calculates the area of the area surrounded by other paths and the preferred path, finds the area with the maximum area, and confirms the path with the minimum interference with the preferred path, thereby fully considering QoS constraint and path interference in a mobile WSNs multi-constraint multi-path routing model and algorithm and ensuring that the performance is not influenced.
Drawings
FIG. 1 is a schematic structural diagram of the present invention.
FIG. 2 is a schematic diagram of constructing multiple paths.
Fig. 3 is a schematic diagram of region division.
Fig. 4 is a schematic diagram comparing the area of the regions.
Detailed Description
The invention is described in detail below with reference to the figures and the specific embodiments.
Referring to fig. 1, the present invention provides a QoS-aware multi-path routing algorithm for WSNs in a mobile environment.
The technical scheme of the invention is as follows: a QoS-aware multi-path routing algorithm for WSNs in a mobile environment is provided, which comprises the following steps:
step 1: and acquiring real-time data of a plurality of QoS parameters of the node, and giving corresponding weight factors to different QoS parameters. The QoS parameters include: the distance from the node to the sink, the reliability of the link, the residual energy of the node and the queue length of the node.
Step 2: constructing a routing cost function:
Figure BDA0003278118770000031
the node j is a neighbor node of the node i, COSTij represents a routing cost between the node i and the node j, rij represents reliability of a link between the node i and the node j, ej represents residual energy of the node j, lenj represents a queue length of the node j, α, β, γ and λ are weighting factors, and α + β + γ + λ is 1. The method is characterized in that a multi-path routing decision is made at a node i, j is a neighbor node of i, and i selects a node closest to a sink in a neighbor table of i, so that a routing loop can be effectively avoided; in order to improve the reliability of data transmission, i always selects the neighbor node with the highest reliability as a next hop node; in order to prolong the life cycle of the whole network and avoid the generation of 'route black holes', i always selects the neighbor node with the maximum residual energy as the next hop node; and the shorter the queue length of the selected next hop node is, and the shorter the queue length of the selected next hop node is.
And step 3: the method comprises the steps of firstly finding out a path with the minimum cost from a Source node to a Sink node by applying improved Dijkstra, and using the path as a preferred path to transmit data.
And 4, step 4: referring to fig. 2, other paths are found using the modified Dijkstra algorithm and the cost function. When other paths are searched, nodes selected by different paths are different, and the different paths are not intersected. According to the proposed routing cost function, an optimal Path1 is searched by utilizing a Dijkstra algorithm, and meanwhile, the link cost on the Path is increased by utilizing a cost penalty function, at the moment, when the 2 nd Path is searched, the node on the Path1 is not selected, so that node disjointness is realized. Suppose that the algorithm has found 3 disjoint paths Path1, Path2 and Path3, where Path1 is the optimal Path and Path1 is preferred for sending packets. However, considering that interference is avoided as much as possible, when selecting the Path with the least interference with Path1, the Path should be selected as far away from Path1 as possible.
And 5: and respectively calculating the area of the region surrounded by the other paths and the preferred path. First, the area of the region 2 surrounded by Path1 and Path2 and the area of the region 3 surrounded by Path1 and Path3 were calculated, respectively. Referring to fig. 3, when calculating the area of the region, the region may be decomposed into a plurality of triangles or trapezoids around the coordinate line, and the total area of the region is calculated according to the node coordinates. Referring to fig. 4, finally, comparing the areas of the two regions, it is apparent that the area of region 3 is larger than the area of region 2, so that i select Path3 as the sub-optimal Path for data transmission, i.e. Path1 and Path3 are node-disjoint paths with the least interference.
Step 6: and finding the area with the largest area from the data obtained in the step 5, wherein the path on the area is the path with the smallest interference with the optimal path.
In summary, the invention constructs a routing cost function by obtaining real-time data of a plurality of QoS parameters of nodes, calculates a path with the minimum cost as a preferred path, then calculates the area of the area surrounded by other paths and the preferred path, finds the area with the maximum area, and confirms the path with the minimum interference with the preferred path, thereby fully considering QoS constraint and path interference in a mobile WSNs multi-constraint multi-path routing model and algorithm and ensuring that the performance is not influenced.
The present invention is not limited to the above preferred embodiments, and any modifications, equivalent substitutions and improvements made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (4)

1. A QoS-aware multi-path routing algorithm for WSNs in a mobile environment, comprising the steps of:
step 1: acquiring real-time data of a plurality of QoS parameters of a node, and giving corresponding weight factors to different QoS parameters;
step 2: constructing a routing cost function;
and step 3: selecting a path with the minimum cost by applying an improved Dijkstra algorithm, and taking the found path with the minimum cost as a preferred path;
and 4, step 4: searching other paths by using an improved Dijkstra algorithm and a cost function;
and 5: respectively calculating the area of the region surrounded by the other paths and the preferred path;
step 6: and finding the area with the largest area from the data obtained in the step 5, wherein the path on the area is the path with the smallest interference with the optimal path.
2. The QoS-aware multi-path routing algorithm for WSNs in a mobile environment as claimed in claim 1, wherein the QoS parameter in claim 1 comprises: the distance from the node to the sink, the reliability of the link, the residual energy of the node and the queue length of the node.
3. The QoS-aware multi-path routing algorithm for WSNs in a mobile environment according to claim 1, wherein the routing cost function constructed in step 2 is:
Figure FDA0003278118760000011
wherein, the node j is a neighbor node of the node i, COSTijRepresents the route cost, r, between node i and node jijRepresenting the reliability of the links of node i and node j, ejRepresenting the residual energy, len, of node jjFor the queue length of node j, α, β, γ, and λ are weighting factors, and α + β + γ + λ is 1.
4. The QoS-aware multi-path routing algorithm for WSNs in a mobile environment of claim 1, wherein when other paths are searched in the step 4, nodes selected by different paths are different and the different paths are disjoint.
CN202111124253.6A 2021-09-24 2021-09-24 QoS-aware multi-path routing method of WSNs in mobile environment Active CN113747536B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111124253.6A CN113747536B (en) 2021-09-24 2021-09-24 QoS-aware multi-path routing method of WSNs in mobile environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111124253.6A CN113747536B (en) 2021-09-24 2021-09-24 QoS-aware multi-path routing method of WSNs in mobile environment

Publications (2)

Publication Number Publication Date
CN113747536A true CN113747536A (en) 2021-12-03
CN113747536B CN113747536B (en) 2022-06-21

Family

ID=78740821

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111124253.6A Active CN113747536B (en) 2021-09-24 2021-09-24 QoS-aware multi-path routing method of WSNs in mobile environment

Country Status (1)

Country Link
CN (1) CN113747536B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114866459A (en) * 2022-04-18 2022-08-05 北京计算机技术及应用研究所 Path planning method under multi-constraint condition

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101325544A (en) * 2008-07-21 2008-12-17 武汉理工大学 Method for establishing multi-path route based on link multiple characteristic values in wireless sensor network
CN102158417A (en) * 2011-05-19 2011-08-17 北京邮电大学 Method and device for optimizing multi-constraint quality of service (QoS) routing selection
CN103248571A (en) * 2013-05-16 2013-08-14 湖北邮电规划设计有限公司 Computing method of optimal second route
CN104185242A (en) * 2014-09-11 2014-12-03 电子科技大学 Wireless Mesh network channel allocation and routing joint optimization system and method capable of reducing interference
CN111641557A (en) * 2020-06-02 2020-09-08 西安电子科技大学 Minimum cost backup path method for delay tolerant network

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101325544A (en) * 2008-07-21 2008-12-17 武汉理工大学 Method for establishing multi-path route based on link multiple characteristic values in wireless sensor network
CN102158417A (en) * 2011-05-19 2011-08-17 北京邮电大学 Method and device for optimizing multi-constraint quality of service (QoS) routing selection
CN103248571A (en) * 2013-05-16 2013-08-14 湖北邮电规划设计有限公司 Computing method of optimal second route
CN104185242A (en) * 2014-09-11 2014-12-03 电子科技大学 Wireless Mesh network channel allocation and routing joint optimization system and method capable of reducing interference
CN111641557A (en) * 2020-06-02 2020-09-08 西安电子科技大学 Minimum cost backup path method for delay tolerant network

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
李陶深等: "无线Mesh网络中多路径路由算法的研究", 《微电子学与计算机》 *
李雅卿等: "无线传感器网络多路径路由算法的研究", 《武汉理工大学学报(交通科学与工程版)》 *
胡耀锋等: "能量感知的无线传感器网络多路径路由研究", 《计算机工程与设计》 *
路冉等: "一种改进的多约束条件的路由算法", 《无线电工程》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114866459A (en) * 2022-04-18 2022-08-05 北京计算机技术及应用研究所 Path planning method under multi-constraint condition

Also Published As

Publication number Publication date
CN113747536B (en) 2022-06-21

Similar Documents

Publication Publication Date Title
CN104168620B (en) Method for routing foundation in wireless multi-hop return network
CN109769222A (en) Underwater sensor network method for routing based on more autonomous underwater vehicles
CN104883676B (en) Cooperative Security communication means under a kind of multiple no-manned plane environment
CN108540204A (en) Fast Convergent ant group algorithm for satellite network Topology g eneration
CN111049743A (en) Joint optimization underwater sound multi-hop cooperative communication network routing selection method
Fu et al. Reinforcement learning-based algorithm for efficient and adaptive forwarding in named data networking
CN108848541B (en) Method and system for coordinating forwarding of data association opportunistic routing among nodes
CN113747536B (en) QoS-aware multi-path routing method of WSNs in mobile environment
CN108632785B (en) Ant colony self-adaptive Internet of vehicles routing method based on link quality
Bheemalingaiah et al. Performance analysis of power-aware node-disjoint multipath source routing in mobile ad hoc networks
Baranidharan et al. Clustered geographic-opportunistic routing protocol for underwater wireless sensor networks
CN109873677B (en) Method for generating opportunistic routing candidate set of underwater acoustic sensor network
Parthiban et al. Maximizing the network life time based on energy efficient routing in ad hoc networks
CN107231261A (en) A kind of coupled modes optimization method for connected network
CN116782330A (en) Method and medium for selecting path in SD-UANET by considering load and link change
Jothi et al. Nelder mead-based spider monkey optimization for optimal power and channel allocation in MANET
Periyasamy et al. Energy optimized ad hoc on-demand multipath routing protocol for mobile ad hoc networks
Chen et al. An efficient neural network-based next-hop selection strategy for multi-hop VANETs
Coutinho et al. Stochastic modeling of opportunistic routing in multi-modal internet of underwater things
Nam et al. Energy-efficient routing protocol in underwater acoustic sensor networks
Bheemalingaiah et al. Energy aware on-demand multipath routing protocol in mobile ad hoc networks
Liu et al. An improved ant colony QoS routing algorithm applied to mobile ad hoc networks
Hajare et al. Robust Opportunistic Routing Solutions for under water Sensor Networks
Mallapur et al. Fuzzy logic-based stable multipath routing protocol for mobile ad hoc networks
Shakeel et al. Improved interference aware EEDBR protocol for underwater wireless sensor networks

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant