<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Destruction of Expired Packets in Intermediate Nodes</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Vladimir Bogatyrev</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stanislav Bogatyrev</string-name>
          <email>stanislav@nspcc.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anatoly Bogatyrev</string-name>
          <email>anatoly@nspcc.ru</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>ITMO University</institution>
          ,
          <addr-line>Kronverksky Pr. 49, bldg. A, Saint-Petersburg, 197101</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>JSC NEO Saint Petersburg Competence Center</institution>
          ,
          <addr-line>1-Ya Sovetskaya, house 6 str. St. Petersburg</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Saint-Petersburg State University of Aerospace Instrumentation</institution>
          ,
          <addr-line>67, Bolshaya Morskaia str. St Petersburg</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>The possibilities of increasing the probability of timely service and reducing the average waiting time for requests for machine-to-machine exchange in distributed computer systems are investigated. Improving the reliability, timeliness and error-free transmission in automated distributed control systems focused on intelligent and cognitive methods of data and image analysis is fundamental in their real-time operation. The effect is achieved as a result of the reserved multipath transfers of packets critical to delays, at which their replication is provided with a task for each replica of the path (route) of sequential passage of network nodes. An analytical model is proposed for estimating the probability of timely delivery and the average total waiting time in the queues of route nodes with reserved and non-reserved packet transmission. The communication nodes that make up the data transmission route are represented by single-channel queuing systems with an infinite queue. The influence of the multiplicity of redundancy (replication) of transmissions on the probability of their timely maintenance is analyzed. The condition for the success of reserved transfers is that the accumulated total waiting in the queues of nodes that make up the path for at least one of the replicas of the packet should not exceed the given maximum allowed time. The efficiency of destroying expired packets in the intermediate nodes that make up the data transmission paths is shown. The existence of an optimal redundancy multiplicity critical to the total delay in the queues of packets is shown. Fault tolerance, duplicate computer, reliability, redundancy, real time, probability of timely.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The intellectualization of real-time application solutions in automated distributed control systems
requires the support of high reliability and fault tolerance [
        <xref ref-type="bibr" rid="ref1 ref2">1,2</xref>
        ] with low service delays in data
transmission and processing systems. The concept of Ultrareliable and Low-Latency
Wireless
Communication is aimed at solving these problems [
        <xref ref-type="bibr" rid="ref3 ref4">3-4</xref>
        ]. Improving the reliability, timeliness and
error-free transmission in distributed systems focused on the implementation of intelligent and
cognitive methods of data and image analysis is fundamental when they operate in real time.
      </p>
      <p>
        A special feature of real-time image transmission and processing is the limitation of acceptable
network delays and transmission delay spread (jitter), which significantly reduce the stability of
communication and the quality of image perception, including video streams. Various methods are used
to deal with transmission errors, the main ones being noise-tolerant coding (including transport coding)
and retransmissions. Retransmissions lead to increased delays, which makes it advisable to use
realtime protocols without delivery confirmations. Solutions to these problems are particularly important
for real-time cyber-physical systems [
        <xref ref-type="bibr" rid="ref5 ref6 ref7 ref8 ref9">5-9</xref>
        ].
      </p>
      <p>2021 Copyright for this paper by its authors.</p>
      <p>
        Transport coding [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ] allows to reduce the average network latency, which implements message
fragmentation with the transmission of encoded fragments in different ways. If a part of the fragments
is returned or not delivered, the message can be restored as a result of encoding. At the same time,
transport encoding, allowing to reduce retransmissions, complicates the processing of packets on the
receiving and transmitting sides, in connection with decoding and restoring the message.
      </p>
      <p>
        The Real-Time Transport Protocol (RTP) and the Resource Reservation Protocol (RSVP) jointly
used with it are aimed at ensuring the timeliness of transfers without delivery confirmations and
retransmissions. RSVP allows you to reserve network resources to implement the required quality of
real-time transmissions over the RTP protocol [
        <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
        ].
      </p>
      <p>For distributed real-time systems, including image transmission, transmission efficiency is
characterized by the average delivery time and the variance of this time. For real-time transmissions,
the key quality indicator is the probability of error-free delivery within the maximum allowed time.</p>
      <p>
        The reliability and timeliness of request execution in structurally redundant infocommunication
systems can be improved as a result of redundant servicing of packet transfer requests. In the case of
redundant service, in the case of a request for the transmission of a packet, its copies (replicas) are
formed, delivered to the addressee along different routes (paths). A request to transmit a packet is
considered successful if at least one of the generated replicas is delivered to the addressee in a timely
and error-free manner. When multiple replicas are delivered, all but one is destroyed and not issued to
the addressable subscriber [
        <xref ref-type="bibr" rid="ref15 ref16">15,16</xref>
        ].
      </p>
      <p>
        Multi-path redundant service, provides for the replication of requests with the assignment for each
of them of the path (route) of the sequential passage of nodes, networks [
        <xref ref-type="bibr" rid="ref15 ref16">15-18</xref>
        ]. With redundant
transmissions, a step-by-step route formation is possible, when for each replica, when it passes through
the next communication node, the addresses of the next node that makes up the path are assigned.
      </p>
      <p>
        The condition for the success of reserved transfers is that the accumulated total waiting in the queues
of nodes that make up the path, for at least one of the copies, should not exceed the specified maximum
allowed time [
        <xref ref-type="bibr" rid="ref15 ref16">15-18</xref>
        ].
      </p>
      <p>The organization and models for estimating the probability of timely error-free delivery of packets
to the addressee with multipath transmission redundancy during the passage of replicas of transmitted
packets of the sequence of switching nodes that make up the path are proposed in [17,18].</p>
      <p>
        Software models [
        <xref ref-type="bibr" rid="ref15 ref16">15-18</xref>
        ] are focused on transfers in which the intermediate communication nodes
do not provide for the elimination of expired replicas of the transmitted packet. It should be noted that
non-destroyed replicas that have lost their relevance create unproductive loading on switching nodes,
and this leads to additional delays in the delivery of transmitted data.
      </p>
      <p>The destruction of out-of-date replicas, implemented in intermediate switching links along the
replica delivery path, can potentially increase the efficiency of multipath canned transmissions. This
article is devoted to the study of this possibility.</p>
      <p>The purpose of the article is to study the possibilities of increasing the reliability of timely delivery
of packets to the addressee as a result of the elimination of irrelevant packets in the intermediate
communication nodes that make up the packet delivery paths.</p>
      <p>The study of the effectiveness of the destruction of expired replicas includes the construction of
models and estimates of the probability of timely delivery of packets to the addressee through the
sequence of communication nodes that make up the path, for cases with and without replication of
transmitted packets with and without destruction of expired packets.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Assessing the probability of timely delivery without reserving transfers</title>
      <p>Let's consider a system that provides for the formation of a single path for the sequential passage of
the communication nodes of the network when requesting a packet to be sent. In this section, we will
assume that no transfer reservations are made.</p>
      <p>The communication nodes that make up the data transmission route are represented by
singlechannel mass service systems with an infinite queue of the M/M/1 type [19, 20].</p>
      <p>For the transmission option without destroying expired packets, the intensity of sequential requests
to all nodes that make up the path will not change. In this case, expired packets will create an
unproductive load on the nodes of the path.</p>
      <p>When a packet of nodes composing a path passes sequentially, its waiting time accumulates in the
outlines of the passed nodes. As a result, the margin of acceptable waiting time t0 is reduced on average
by the total average waiting time in the queues of passed nodes.</p>
      <p>If there are n possible non-overlapping routes in the network, then with a uniform distribution of the
flow of intensity  s requests between routes, the intensity of requests sent along each route will be
  s n .</p>
      <p>The probability of not exceeding the allowed waiting time of the packet when passing the i-th node,
taking into account the delays in the queues of the nodes involved in the transmission, is defined as
Pi  1  viev1i t0 ai ij11 wj  
 
  ,</p>
      <p>1, if i  1,
ai  </p>
      <p>0, if i  1,
wj 
 v 2</p>
      <p>j .</p>
      <p>1  v j
where vi is the average time of packet transmission through the i-th node of the path without taking into
account waiting in its queue, Λ is the intensity of the input stream of requests for packet transmission,
and wj is the average time of packet waiting in the queue of the j-th node</p>
      <p>The probability of timely delivery when passing all m nodes that make up the path is defined as
m (4)
P   Pi ,</p>
      <p>i1
where Pi is the conditional probability that the delay in the queue at the i-th node, taking into account
the accumulation of waiting at the previous nodes, will not exceed the total allowable delay in the
queues t0.</p>
      <p>When expired packets are destroyed in intermediate nodes, the intensity of requests to the nodes will
decrease as they continue along the route. Destroying expired packets reduces the unproductive load of
nodes that make up the packet delivery path to the destination.</p>
      <p>The probability of not exceeding the allowed waiting time of the packet during the passage of the
ith node, taking into account the reduction in the load of nodes on the meta of the packet promotion and
the margin of the allowed total waiting time t0, is defined as</p>
      <p> i1  (5)</p>
      <p>Pi  1 iviei v1i t0 ai j1 wj  ,
where ai is calculated by (2).</p>
      <p>For i=1, 1   and for i&gt;1</p>
      <p>i1 (6)
i   Pi ,</p>
      <p>j1
wj   jv j2 . (7)
1   v</p>
      <p>j j</p>
      <p>The probability of timely delivery when passing all m nodes that make up the path is determined by
(4) when calculating Pi by (5).</p>
      <p>As an additional indicator of the effectiveness of the systems under study, the average delay W in
queues when passing m nodes that make up the route can be used. In the case when the destruction of
expired packets in intermediate nodes does not occur</p>
      <p>m v j2
W   .</p>
      <p>j1 1  v j
If the expired packets in the intermediate nodes are destroyed, then
(1)
(2)
(3)
expressing the mathematical expectation of the margin until the maximum allowable delay t0 is reached,
the average time of total waiting in the queues of nodes that make up the route for randomly delivered
packets.</p>
      <p>When calculating, we will assume that the path passes through m=3 nodes, the average transmission
time through which (without taking into account waiting in queues), v1= v2= v3=0.1 s, and the maximum
allowable total waiting time in the queues of all nodes that make up the path is t0 =0.8 s.</p>
      <p>Figure 1 shows the dependence of the probability of timely service of requests for the delivery of
packets to the destination, and Figure 2 shows the average waiting time for transmitted packets in the
queues of the nodes of the path on the intensity of the input stream of requests Λ. In Fig.1, curves 1-3
correspond to the passage of the path with the destruction of expired packages, and curves 4-6 without
their destruction at t0=0.8, 1, 1.5 s. In Fig.2, curves 1 correspond to the total average delay in points
when passing the path without destroying expired packets, and curves 2-4 with their destruction at
t0=0.8, 1, 1.5 s.</p>
      <p>Figure 3 shows the dependence of the complex efficiency indicator Z on the intensity of the input
stream of requests Λ. Curves 1-3 correspond to the passage of the path with the destruction of expired
packages, and curves 4-6 without their destruction at t0=0.8, 1, 1.5 s.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Estimates of the probability of timely delivery of packages with redundant transfers</title>
      <p>When reserving transfers (with the creation of k replicas of each transmitted packet), we assume that
all paths include m nodes. At the i-th stage (section) of the path, one of the ni nodes with identical
characteristics can be used in its formation, the load of which is assumed to be the same. Thus, the
probability of timely delivery of a single replica of a packet when passing through all m nodes that make
up one of the paths, while not destroying expired replicas of packets in intermediate nodes is calculated
as
where</p>
      <p>P  m 1  skvi e nsik v1i t0 ai ij11 wj   ,
i1  ni 
wj </p>
      <p>sk nj v j2
1  sk nj v j
,
the probability of timely delivery of a single replica of a packet when passing through all m nodes that
make up one of the paths, when destroying expired replicas of packets in intermediate nodes, is
calculated by (4) when finding Pi according to the formula (5) with substitution for i=1, and for i&gt;1
 k i1 (8)
i  s  Pi .</p>
      <p>ni j1
In the formula (5) wj is calculated by the formula (7) in the calculation according to the formula (8).</p>
      <p>The probability of not exceeding the allowable time t0 of walking all nodes in the path, at least one
of the k replicas of the packages, provided that the number of nodes that make up all the way is equal
to m, and their characteristics are the same, calculate as</p>
      <p>R 1 (1 P)k .</p>
      <p>The dependence of the probability of timely reserved service on the intensity of the input stream of
requests is shown in Figure 4. Curves 1-3 correspond to the option with the destruction of expired
replicas in intermediate nodes, and curves 4-6 correspond to the option without their destruction,
respectively, with a redundancy multiplicity of 1, 2, 3. The calculation is performed at t0=0.3 s. The
dependence of the probability of timely reserved service on the multiplicity of reserved requests is
shown in Figure 5. Curves 1-3 correspond to the variant with the destruction of expired replicas in
intermediate nodes, and curves 4-6 correspond to the variant without their destruction, respectively, at
t0=0.8, 1, 1.4 s. The calculation is performed at Λ=6 1/s.</p>
      <p>The presented graphs confirm the high efficiency of destroying expired packets in intermediate
nodes and the existence of an optimal multiplicity of packet redundancy critical to the total delay in the
queues of the transmitting nodes. With a decrease in the system load, the recommended redundancy
rate for waiting-critical packets, at which the maximum probability of timely delivery of at least one of
the replicas of packets is achieved, increases.</p>
      <p>Figure 4 shows the feasibility of adaptive changes in the multiplicity of reservation requests as the
intensity of the input stream increases. So, for the example under consideration, when the request
intensity is low, the transmitted packets should be reserved with a multiplicity of three, as it increases,
with a multiplicity of two, and finally, there is a limit on the request intensity above which it is not
advisable to reserve packets.</p>
      <p>Figure 5 shows the existence of an optimal redundancy multiplicity for requests critical to the total
delay in the queues. Moreover, when the expired requests are destroyed, the effect of reserving transfers
increases.</p>
      <p>The proposed models and technical solutions for ensuring the reliability and timeliness of multipath
transmission of packets critical to queue delays are supposed to be adapted for use within the framework
of the concept of Ultrareliable and Low-Latency Wireless Communication [21-23].</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>For requests critical to delays in queues, the influence of the multiplicity of reservation (replication)
requests on the probability of their timely service is analyzed.</p>
      <p>It is shown that there is an optimal multiplicity of reserving requests critical to the total delay in
queues, taking into account options with and without destroying expired packets in the intermediate
nodes that make up the paths.</p>
    </sec>
    <sec id="sec-5">
      <title>5. References</title>
      <p>[17] V.A. Bogatyrev, S.V. Bogatyrev, A.V. Bogatyrev, Inter-machine exchange of real time in
distributed computer systems. CEUR Workshop Proceedings. - 2020. - Vol. 2744.
[18] V.A. Bogatyrev, A.V. Bogatyrev, S.V. Bogatyrev, The probability of timeliness of a fully
connected exchange in a redundant real-time communication system. Wave Electronics and its
Application in Information and Telecommunication Systems (WECONF 2020). - 2020. - №
Access mode: https://ieeexplore.ieee.org/document/9131517. doi:
10.1109/WECONF48837.2020.9131517.
[19] L. Kleinrock, Queueing Systems: Volume I. Theory. New York: Wiley Interscience.1975 p. 417.</p>
      <p>ISBN 978-0471491101.
[20] L. Kleinrock, Queueing Systems: Volume II. Computer Applications. New York:Wiley</p>
      <p>Interscienc.e. 1976 p. 576. ISBN 978-0471491118.
[21] H.Ji, S. Park, J. Yeo, Y. Kim, J. Lee, B. Shim, Ultra-Reliable and Low-Latency Communications
in 5G Downlink: Physical Layer Aspects. IEEE Wirel. Commun. 2018, 25, 124–130.
[22] J. Sachs, G. Wikström, T. Dudda, R. Baldemair.; K. Kittichokechai, 5G Radio Network Design for
Ultra-Reliable Low-Latency Communication. IEEE Netw. 2018, 32, 24–31.
doi:10.1109/MNET.2018.1700232.
[23] M. Bennis, M Debbah, Poor, H.V. Ultrareliable and Low-Latency Wireless Communication: Tail,
Risk and Scale. Proc. IEEE 2018, 106, 1834–1853. doi: 10.1109/JPROC.2018.2867029.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>I. Koren</surname>
          </string-name>
          ,
          <article-title>Fault tolerant systems</article-title>
          . Morgan Kaufmann publications, San Francisco,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>H.</given-names>
            <surname>Aysan</surname>
          </string-name>
          ,
          <article-title>Fault-tolerance strategies and probabilistic guarantees for real-time systems Mälardalen University</article-title>
          , Västerås, Sweden.
          <year>2012</year>
          . 190 p.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <article-title>Constraint-aware VM placement in heterogeneous computing clusters</article-title>
          .
          <source>Cluster Comput</source>
          <volume>23</volume>
          ,
          <fpage>71</fpage>
          -
          <lpage>85</lpage>
          (
          <year>2020</year>
          ). doi.org/10.1007/s10586-019-02966-6.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Siddiqi1</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Joung</surname>
          </string-name>
          , 5G
          <string-name>
            <surname>Ultra-Reliable</surname>
          </string-name>
          Low-Latency
          <source>Communication Implementation Challenges and Operational Issues with IoT Devices Electronics</source>
          <year>2019</year>
          ,
          <volume>8</volume>
          , 981; www.mdpi.com/journal/electronics. doi:
          <volume>10</volume>
          .3390/electronics8090981
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>D.A.</given-names>
            <surname>Zakoldaev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.G.</given-names>
            <surname>Korobeynikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.V.</given-names>
            <surname>Shukalov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.O.</given-names>
            <surname>Zharinov</surname>
          </string-name>
          ,
          <source>Workstations Industry 4</source>
          .
          <article-title>0 for instrument manufacturing</article-title>
          .
          <source>IOP Conf. Series: Materials Science and Engineering665</source>
          (
          <year>2019</year>
          ) 012015IOP Publishing doi:
          <volume>10</volume>
          .1088/
          <fpage>1757</fpage>
          -899X/665/1/012015.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>T. N.</given-names>
            <surname>Astakhova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. A.</given-names>
            <surname>Verzun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. V.</given-names>
            <surname>Kasatkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. O.</given-names>
            <surname>Kolbanev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Shamin</surname>
          </string-name>
          ,
          <article-title>Sensor network connectivity models</article-title>
          .
          <source>Informatsionno-upravliaiushchie sistemy [Information and Control Systems]</source>
          ,
          <year>2019</year>
          , no.
          <issue>5</issue>
          , pp.
          <fpage>38</fpage>
          -
          <lpage>50</lpage>
          . doi:
          <volume>10</volume>
          .31799/
          <fpage>16848853</fpage>
          -2019-5-
          <fpage>38</fpage>
          - 50. https://doi.org/10.31799/
          <fpage>1684</fpage>
          -8853-2019-5-
          <fpage>38</fpage>
          -50.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>B.</given-names>
            <surname>Sovetov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Tatarnikova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Cehanovsky</surname>
          </string-name>
          ,
          <article-title>Detection system for threats of the presence of hazardous substance in the environment</article-title>
          .
          <source>Proceedings of 2019 22nd International Conference on Soft Computing and Measurements</source>
          ,
          <string-name>
            <surname>SCM</surname>
          </string-name>
          <year>2019</year>
          (
          <year>2019</year>
          )
          <fpage>121</fpage>
          -
          <lpage>124</lpage>
          . doi:
          <volume>10</volume>
          .1109/SCM.
          <year>2019</year>
          .
          <volume>8903771</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.A.</given-names>
            <surname>Zakoldaev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.G.</given-names>
            <surname>Korobeynikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.V.</given-names>
            <surname>Shukalov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.O.</given-names>
            <surname>Zharinov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.O.</given-names>
            <surname>Zharinov</surname>
          </string-name>
          ,
          <article-title>Industry 4.0 vs Industry 3.0: the role of personnel in production/</article-title>
          /IOP Conference Series: Materials Science and Engineering,
          <year>2020</year>
          , Vol.
          <volume>734</volume>
          , No.
          <issue>1</issue>
          , pp.
          <fpage>012048</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.B.</given-names>
            <surname>Ya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.M.</given-names>
            <surname>Tatarnikova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.D.</given-names>
            <surname>Poymanova</surname>
          </string-name>
          ,
          <article-title>Organization of multi-level data storage (</article-title>
          <year>2019</year>
          )
          <string-name>
            <surname>Informatsionno-Upravliaiushchie Sistemy</surname>
          </string-name>
          ,
          <year>2019</year>
          (2), pp.
          <fpage>68</fpage>
          -
          <lpage>75</lpage>
          . doi:
          <volume>10</volume>
          .31799/
          <fpage>1684</fpage>
          -8853- 2019-2-
          <fpage>68</fpage>
          -75.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>E.</given-names>
            <surname>Krouk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Semenov</surname>
          </string-name>
          ,
          <article-title>Application of Coding at the Network Transport Level to Decrease the Message Delay</article-title>
          .
          <source>Proc. of 3rd Intern. Symp. on Communication Systems Networks and Digital Signal Processing</source>
          . Staffordshire University, UK,
          <year>2002</year>
          . pp.
          <fpage>109</fpage>
          -
          <lpage>112</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kabatiansky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Krouk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Semenov</surname>
          </string-name>
          ,
          <article-title>Error Correcting Coding and Security for Data Networks. Analysis of the Superchannel Concept</article-title>
          . Wiley,
          <year>2005</year>
          . 288 р
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>C.</given-names>
            <surname>Perkins</surname>
          </string-name>
          , RTP- Addison- Wesley,
          <year>2003</year>
          . - P.
          <year>414</year>
          . -
          <fpage>ISBN</fpage>
          9780672322495.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>R.</given-names>
            <surname>Zurawski</surname>
          </string-name>
          ,. RTP,
          <article-title>RTCP and RTSP protocols // The industrial information technology handbook</article-title>
          CRC Press,
          <year>2004</year>
          . - P.
          <fpage>28</fpage>
          -
          <lpage>70</lpage>
          . - ISBN 9780849319
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>V.A.</given-names>
            <surname>Bogatyrev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.V.</given-names>
            <surname>Bogatyrev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.V.</given-names>
            <surname>Bogatyrev</surname>
          </string-name>
          ,
          <article-title>Redundant Servicing of a Flow of Heterogeneous Requests Critical to the Total Waiting Time During the Multi-path Passage of a Sequence of Info-Communication Nodes</article-title>
          .
          <source>Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)</source>
          .
          <year>2020</year>
          . Vol.
          <volume>12563</volume>
          . pp.
          <fpage>100</fpage>
          -
          <lpage>112</lpage>
          . doi 10.1007/978-3-
          <fpage>030</fpage>
          -66471-89.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>V.A.</given-names>
            <surname>Bogatyrev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.V.</given-names>
            <surname>Bogatyrev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.N.</given-names>
            <surname>Derkach</surname>
          </string-name>
          ,
          <article-title>Timeliness of the Reserved Maintenance by Duplicated Computers of Heterogeneous Delay-Critical Stream</article-title>
          .
          <source>CEUR Workshop Proceedings</source>
          .
          <year>2019</year>
          . Vol.
          <volume>2522</volume>
          . pp.
          <fpage>26</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>V.A.</given-names>
            <surname>Bogatyrev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.V.</given-names>
            <surname>Bogatyrev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.V.</given-names>
            <surname>Bogatyrev</surname>
          </string-name>
          ,
          <article-title>Redundant multi-path service of a flow heterogeneous in delay criticality with defined node passage paths</article-title>
          .
          <source>Journal of Physics: Conference Series</source>
          , Volume
          <volume>1864</volume>
          ,
          <article-title>13th Multiconference on Control Problems (MCCP</article-title>
          <year>2020</year>
          )
          <article-title>6-8 October 2020</article-title>
          ,
          <string-name>
            <given-names>Saint</given-names>
            <surname>Petersburg</surname>
          </string-name>
          ,
          <source>Russia 2021 J. Phys.: Conf. Ser</source>
          .
          <year>1864</year>
          012094 -
          <fpage>2021</fpage>
          , Vol.
          <year>1864</year>
          ,
          <volume>012094</volume>
          , No.
          <issue>1</issue>
          , pp.
          <fpage>012094</fpage>
          . doi 10.1088/
          <fpage>1742</fpage>
          -
          <lpage>6596</lpage>
          /
          <year>1864</year>
          /1/012094.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>