Abstract
Nowadays, a lot of attention is given to autonomous underwater exploration. To reduce the time of such explorations groups of networked underwater vehicles are used. The implementation of such communication is rather problematic because of low message transfer speed and other factors related to the underwater environment. In such networks, messages often pass through a chain of relay nodes to reach their destination point. Moreover, vehicles can form queues of messages to be transmitted. The order of messages in the queue can influence the total transmission time. In complex information exchange scenarios, it is crucial to order the messages that should be delivered to ensure optimal management of the process. The proposed article discusses an optimization of messaging in a network of autonomous underwater vehicles. The authors propose algorithms for scheduling information exchanges in an underwater network. These algorithms are suboptimal. Algorithms that satisfy the criteria of the minimum upper bounds for either the total or average delivery time have been proposed. The authors considered situations when messages are unordered, as well as when messages are partially pre-ordered.
1. Introduction
Problems and advances in underwater robotics have been in the focus of specialists’ attention in recent decades [1,2]. These issues are also widely discussed in the modern scientific and technical literature. Significant interest in this field is explained by the fact that nowadays autonomous underwater underwater vehicles (AUVs) are used for a multitude of applications, among which are geological exploration, prospecting, and oceanographic and other kinds of works and research that are often conducted in extreme conditions. To reduce the time, such works are often carried out by a group of vehicles based on a certain multi-agent concept, which implies information exchange between the agents to coordinate joint actions. In this case, AUVs are considered as a network, in which the vehicles exchange information using underwater sonar communication [3,4,5,6,7]. The implementation of such communication is rather problematic in view of a low speed of sound propagation in water, the frequency dependence of the attenuation coefficient of a hydroacoustic signal, multipath propagation, and signal detection under conditions of a priori uncertainty in the noise–signal environment. As a consequence, these problems lead to a significant limitation of both the rate (kilobits per second) and radius of information exchange between the AUVs. As a result, in the general case, instead of reaching the destination node directly, a message passes via a chain of relay nodes. In addition, due to the AUV mobility, the message delivery route may change following the changes in the AUV network topology. These restrictions significantly increase the requirements for organizing information exchanges. Therefore, it necessary to optimize the routes and sequences of the messages to be transmitted.
This article addresses one of the theoretical aspects of the practical developments in AUV networking carried out at the Concern CSRI Elektropribor, JSC, namely, the organization of information exchanges in an AUV network. Ways of optimizing the sequence of message transmissions, i.e., scheduling information exchanges, are proposed and discussed. The problem statement is given in Section 1. The proposed scheduling algorithms are considered in Section 2 and Section 3.
2. Problem Statement
For scheduling algorithms development, we will assume that the considered network has the following properties:
- The network is an undirected and connected graph;
- The network is stationary [8];
- The nodes are identic and use the same operating algorithm;
- Every node has information about all another nodes location;
- The routing algorithm uses routing tables that are assumed to be known [9];
- The nodes emit messages periodically.
The property of stationarity provides a constant value of the intensity of the flow of information exchanges in the network. The coordinates of all network nodes are contained in routing tables, which update in the process of information interaction between network nodes. We assume that during the information exchange the devices do not move significantly, so the messages are transmitted along the planned routes and always reach the addressees. The sequence of messages transmitted by nodes includes messages generated by the node itself, as well as messages relayed from other nodes.
Generally, the order of messages transmitted by a node affects on the effectiveness of message delivery. In what follows, the criterion of efficiency is represented either by the total delivery time of all messages from the sequence being transmitted, or the average delivery time for messages. In this case, the delivery time of a message at the k-th position in the queue of the node involved is taken to mean the sum of the waiting time in the queue of the transmitting node and the message transmission time (from the moment the message transmission starts to the end of its reception) between the transmitting and destination nodes:
In a general case, the message does not reach the destination node directly, but through a chain of relay nodes; therefore, the message transmission route is multi-hop. Then, the message delivery time is calculated by the formula:
where is the number of route steps for the message at the k-th position in the queue, and i is the number of the route step.
This expression can be represented in the following form:
While planning a multi-hop route, it is impossible to estimate in advance the size of the message queue at each of the relay nodes. Therefore, it is assumed that the waiting time in the queue at each relay node will have a maximum or minimum value. This article considers algorithms under conditions when each relay node considers the waiting time in the queue to be maximum, then instead of the message delivery time , the upper bound on the delivery time is estimated:
where is the maximum of the queue length and E is maximum message duration.
To solve the problem of optimizing information exchanges in the network of underwater vehicles in terms of reducing the message time delivery, we use the known scheduling algorithms [10,11,12,13,14] and develop new ones, which are presented below.
3. Scheduling Unordered Messages
In the simplest case, messages to be transmitted are not pre-ordered. The scheduling algorithm for such messages uses an upper bound on the total delivery time of all messages as an optimality criterion. The expression for it is given below:
(1):
Then, we can prove the optimality of the following scheduling algorithms.
Algorithm 1 can be described by the following expression:
| Algorithm 1 Scheduling unordered messages |
|
If some priorities need to be set on a sequence of messages, the optimality criterion may be the upper bound for the total weighted message delivery time :
where is the weight of a message at the k-th position in the queue.
Then, the optimal Algorithm 2 has the following form.
| Algorithm 2 Scheduling unordered prioritised messages |
|
This algorithm can be described by the following expression:
4. Scheduling Partially Ordered Messages
Consider the situation when the messages to be transmitted are divided into p disjoint groups with a strict order of messages inside them. The size of group is . In this case, interruptions in a groups are prohibited, so the task of message scheduling is reduced to the scheduling groups of pre-ordered messages.
The optimal scheduling algorithm for these conditions with a criterion is presented below (Algorithm 3).
| Algorithm 3 Scheduling partially ordered messages with a criterion (interruptions in a groups are prohibited) |
|
This algorithm can be described by the following expression:
If some priorities need to be set on a sequence of message groups, and if is the upper bound on the delivery time for the group at the k-th position, the optimality criterion should be minimized:
where is the upper bound for the message group delivery time.
Algorithm 3 is transformed as follows (Algorithm 4).
| Algorithm 4 Scheduling prioritised message groups with a criterion (interruptions in a groups are prohibited) |
|
This algorithm can be described by the following expression:
Obviously, all the results described above are also valid if the optimality criterion is represented by an upper bound of message-averaged delivery time (Algorithms 1 and 2) or the upper bound of message group-averaged delivery time (Algorithm 3), as well as (2) rather than the upper bound of the total delivery time.
In some cases, it is required to use the upper bound of the message-averaged delivery time as an optimization criterion. Then, the following optimal Algorithm 5 is true.
| Algorithm 5 Scheduling partially ordered messages with a criterion (interruptions in a groups are prohibited) |
|
This algorithm can be described by the following expression:
Consider the situation where interrupts of message groups are allowed. For such a case, Algorithm 6 is valid.
| Algorithm 6 Scheduling partially ordered messages with a criterion (interruptions in a groups are allowed) |
|
Example 1.
Let us form queues for groups of messages . Upper bounds for message delivery times are shown in Table 1.
Table 1.
The upper bound of the message delivery time.
While interrupts are prohibited, in accordance to Algorithm 5, we will compute for each group:
.
The optimal queue: .
While interrupts are allowed, we will use Algorithm 6.
We order messages in the queue in eight steps, which are shown in Table 2.
Table 2.
The upper bound of the message delivery time.
The optimal queue: .
5. Conclusions
This paper is devoted to the scheduling of information exchanges in AUV networks. Algorithms for scheduling exchanges, which are suboptimal for the current network topology and satisfy the criteria of minimum of upper bounds for either the total or average delivery time, have been proposed.
Author Contributions
Conceptualization, A.M.G., N.V.K., E.G.L. and I.M.S.; formal analysis, A.M.G. and N.V.K.; investigation, I.M.S.; methodology, A.M.G. and N.V.K.; software, E.G.L.; writing—original draft, N.V.K.; writing—review and editing, E.G.L. All authors have read and agreed to the published version of the manuscript.
Funding
This research was funded by the Russian Science Foundation, project no. 22-29-00339.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
The data presented in this study are available on request from the corresponding author.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Inzartsev, A.V.; Kiselev, L.V.; Kostenko, V.V.; Matvienko, Y.V.; Pavin, A.M.; Shcherbatyuk, A.F. Underwater Robotic Systems: Systems, Technologies, Applications; Dal’nauka: Vladivostok, Russia, 2018. [Google Scholar]
- Giger, G.; Kandemir, M.; Dzielski, J. Graphical Mission Specification and Partitioning for Unmanned Underwater Vehicles. J. Softw. (JSW) 2008, 3, 42–54. [Google Scholar] [CrossRef]
- Fedosov, V.P.; Tarasov, S.P.; Pivnev, P.P.; Voronin, V.V.; Kucheryavenko, S.V.; Legin, A.A.; Lomakina, A.V.; Frants, V.A. Communication Networks for Underwater Autonomous Robotic Complexes; YuFU: Taganrog, Russia, 2018. (In Russian) [Google Scholar]
- Pankratov, F.S.; Malakhov, I.M. Actual and perspective methods of constructing wireless access networks in underwater acoustic communication. Large-Scale Syst. Control 2021, 91, 120–143. [Google Scholar]
- Hamilton, A.; Holdcroft, S.; Fenucci, D.; Mitchell, P.; Morozs, N.; Munafò, A.; Sitbon, J. Adaptable Underwater Networks: The Relation between Autonomy and Communications. Remote Sens. 2020, 12, 3290. [Google Scholar] [CrossRef]
- Tuphanov, I.; Scherbatyuk, A. Some marine trial results of centralized control system for marine robot group. Large-Scale Syst. Control 2020, 59, 233–246. [Google Scholar]
- Kebkal, K.G.; Mashoshin, A.I.; Morozs, N.V. Solutions for underwater communication and positioning network development. Gyroscopy Navig. 2019, 10, 161–179. [Google Scholar] [CrossRef]
- Kleinrock, L. Queueing Systems. Volume 1: Theory; Wiley: Hoboken, NJ, USA, 1979. [Google Scholar]
- Tel, G. Introduction to Distributed Algorithms; Cambridge University Press: New York, NY, USA, 1994. [Google Scholar]
- Conway, R.W.; Maxwell, W.L.; Miller, L.W. Theory of Scheduling; Dover Publications: Mineola, NY, USA, 1967. [Google Scholar]
- Malashenko, Y.E.; Nazarova, I.A.; Novikova, N.M. Analysis of two-layer resource supply flow networks. J. Comput. Syst. Sci. Int. 2020, 59, 387–399. [Google Scholar] [CrossRef]
- Lazarev, A.A.; Gafarov, E.R. Schedule Theory. Tasks and Algorithms; Lomonosov Moscow State University: Moscow, Russia, 2011. [Google Scholar]
- Liu, J.W.S. Real-Time Systems; Prentice Hall: Hoboken, NJ, USA, 2000. [Google Scholar]
- Cottet, F.; Delacroix, J.; Mammeri, Z.; Kaiser, C. Scheduling in Real-Time Systems; Wiley: Hoboken, NJ, USA, 2002. [Google Scholar]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).