Next Article in Journal
Commercial Off-the-Shelf IoT-Based Infant Car Seat Application for Preventing the Forgotten Baby Syndrome
Next Article in Special Issue
Toward the Theoretical Foundations of Industry 6.0: A Framework for AI-Driven Decentralized Manufacturing Control
Previous Article in Journal
Healing Intelligence: A Bio-Inspired Metaheuristic Optimization Method Using Recovery Dynamics
Previous Article in Special Issue
Deep Reinforcement Learning for Adaptive Robotic Grasping and Post-Grasp Manipulation in Simulated Dynamic Environments
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Opportunities for Adapting Data Write Latency in Geo-Distributed Replicas of Multicloud Systems

1
AFOREHAND Studio, 61072 Kharkiv, Ukraine
2
MEtRICs Research Centre, School of Engineering, University of Minho, Campus of Azurém, 4800-058 Guimarães, Portugal
3
Department of Electronic Computers, Kharkiv National University of Radio Electronics, 61166 Kharkiv, Ukraine
4
Computer Engineering and Programming Department, National Technical University Kharkiv Polytechnic Institute, 61002 Kharkiv, Ukraine
5
Department of Mechanical Engineering Technology and Metal-Cutting Machines, National Technical University Kharkiv Polytechnic Institute, 61002 Kharkiv, Ukraine
*
Authors to whom correspondence should be addressed.
Future Internet 2025, 17(10), 442; https://doi.org/10.3390/fi17100442
Submission received: 20 August 2025 / Revised: 17 September 2025 / Accepted: 22 September 2025 / Published: 28 September 2025
(This article belongs to the Special Issue Artificial Intelligence and Control Systems for Industry 4.0 and 5.0)

Abstract

This paper proposes an AI-based approach to adapting the data write latency in multicloud systems (MCSs) that supports data consistency across geo-distributed replicas of cloud service providers (CSPs). The proposed approach allows for dynamically forming adaptation scenarios based on the proposed model of multi-criteria optimization of data write latency. The generated adaptation scenarios are aimed at maintaining the required data write latency under changes in the intensity of the incoming request flow and network transmission time between replicas in CSPs. To generate adaptation scenarios, the features of the algorithmic Latord method of data consistency, are used. To determine the threshold values and predict the external parameters affecting the data write latency, we propose using learning AI models. An artificial neural network is used to form rules for changing the parameters of the Latord method when the external operating conditions of MCSs change. The features of the Latord method that influence data write latency are demonstrated by the results of simulation experiments on three MCSs with different configurations. To confirm the effectiveness of the developed approach, an adaptation scenario was considered that allows reducing the data write latency by 13% when changing the standard deviation of network transmission time between DCs of MCS.

1. Introduction

Interest in multicloud systems (MCSs), which make it possible to create and manage copies of data—replicas—in independent geo-distributed databases or storage systems, has been steadily growing [1]. A distinctive feature of MCSs for cloud service customers is the ability to use resources from multiple CSPs, which allows clients to remain independent of the terms of cooperation with any single CSP [2]. In addition, the advantages of MCSs include flexible management of cloud service costs across multiple CSPs, whose data centers (DCs) can be located as close as possible to end users.
When organizing the functioning of MCSs, all issues related to coordinating and managing interactions between services and data hosted in different CSPs fall under the responsibility of cloud service customers [3]. The trade-off between data consistency in MCS replicas and application response latency, incurred during data writes and reads, represents a fundamental principle of any distributed system [4]. At the same time, the development of methods to ensure the relevance and consistency of data within the limits acceptable from the point of view of business logic in each replica of any CSP in a given MCS remains an unresolved scientific and practical problem.
Traditionally, in the literature, the advantages of a new method of data consistency or replication in cloud systems are confirmed by the result of a numerical comparison of write/read delays arising when using the proposed method and a reference method. In most cases, real experiments are conducted on the resources of one CSP, with explanations of the difficulties that may occur when using the obtained results for MCSs. This way of presenting data consistency methods does not allow for estimating the latency that may arise when implementing these methods in other cloud system configurations, especially in MCSs. This significantly reduces the likelihood of the practical use of the presented developments. In addition, it limits the possibility of a priori assessment or control of data write and read latency in the MCS required for switching to another data consistency method.
A reasonable assessment of switching to a new and faster data consistency method in MCSs requires long-term and expensive test implementation and validation, and the process of its implementation may lead to changes in the overall architecture or in the interaction between existing services. Thus, managing data write latency in replicas by switching to new data consistency methods may be difficult to implement in practice. A more realistic option, in this case, is the possibility of initially using such a data consistency method that allows managing data write latency in changing operating conditions for the MCS.
Our main contribution is an approach to adapting the data write latency in geo-distributed MCSs based on the use of AI models and internal parameters of the method Latord of data consistency, in replicas of different CSPs.
Unlike non-algorithmic data consistency methods in cloud systems, the interval parameters of the Latord method determine the data write latency in replicas. The proposed approach to adapting the data write latency in MCSs combines the interval parameters of data reconciliation in replicas, the significance vector of DCs in the MCS, the properties of global communication channels, and incoming request flows into a multi-criteria model.
The results of simulation experiments in three MCSs with different configurations demonstrate a significant effect of the parameters of data reconciliation on individual components of the data write latency, even with a 50-fold increase in the intensity of the incoming write request flow. Using the results of simulation experiments, we propose an example of the formation of adaptation scenarios, the use of which reduces the data write latency in replicas by approximately 13% when changing the properties of global communication channels between DCs of the MCS.
Features of the data consistency the Latord method which define the distinct components of data write latency, the multi-criteria model of the data write optimization, and the approach to the formation of adaptation scenarios on AI models, are presented in Section 3. Section 4 describes the results of simulated experiments. A scenario of the data write latency adaptation based on the experimental results is discussed in Section 5. Section 6 provides our conclusions and outlines the focus of our future work.

2. Related Work

In single-provider cloud systems, the problem of reducing data replication latency can be solved by choosing the optimal number and location of replicas to work with the selected volume of data [5,6]. In geo-distributed systems, when a client requests a read operation, long tail latency may occur, to reduce which a predictive replica selection strategy was developed in [7]. In [8], the authors proved that a machine learning (ML) method can be effective in automatic threshold-based mechanisms of data placement and replication activation.
To mitigate the well-known conflict between the cost and latency of read requests, the geo-distributed cloud storage GeoCol was proposed in [9]. GeoCol integrates AI-based methods for request partitioning and storage planning. GeoCol uses an ML technique to predict request latency and a reinforcement learning (RL) model to ensure that each sub-request is sent in parallel to the optimally located DC of the CSP.
In [10], based on a comparison of various principles for classifying data replication strategies, a conclusion was made about the advisability of using not only the response time to requests but also an assessment of the economic effect as the goal of replication in single-provider cloud systems.
In [11], the authors propose making decisions about the need to create or delete replicas in single-provider cloud systems based on the assessment of the response time to read requests and the costs that affect the profitability of the cloud provider. The paper’s approach to calculating the response time to read requests allocates the maintenance of an up-to-date list of replicas in the cloud system to the internal mechanisms of a database, which would be difficult for MCSs.
A dynamic replica placement strategy in MCSs based on predefined service level agreement (SLA) thresholds for the response time to read requests, cost, and data popularity is proposed in [12]. This approach can be very effective in achieving tenant performance objectives, given their economic constraints.
Data processing involves distributed execution and partitioning, even within a single-provider cloud system. SLA-defined limit request response time, as a parameter of the quality of service of one provider, can be used as an inter-region delay only within one CSP. If the query execution plan contains data from replicas in other CSPs, it is necessary to determine the data transfer time between different CSPs, which is not regulated by SLA.
The average backbone network latency between Azure datacenters [13] and the AWS regions’ latency matrix [14] demonstrates that there can be a tenfold difference in the average inter-region latency, even for single providers. The average network latency of packet transmission between replicas of different CPSs can differ significantly from the average inter-region latency in one CSP, which must be taken into account when calculating request response time in MCSs.
The strategy of data placement in DCs of various CSPs was analyzed in [15]. The authors demonstrated that placing data as close as possible to the location of data users reduces the response time to read requests by more than 20%, but in this case, it is necessary to replicate and check data consistency across all CSPs.
Various groups of methods were used to ensure data consistency in geo-distributed replicas belonging to different CSPs. The largest group comprised replication protocols that are variations of the Paxos protocol [16,17,18,19], differing in the way that a leader replica is chosen.
It is also possible to identify a group of replication protocols in which data consistency is achieved using timestamps and various methods for synchronizing physical and logical clocks [20,21,22]. However, the data reconciliation methods of this group are effective when applied to the resources of a single CSP, but they lose their advantages when implemented in the MCSs.
In [23], the VIP-Grab data replication protocol based on an algorithmic method of data consistency in MCSs was proposed. However, principles of the formation of a complete ordered sequence of numbers to data write requests in this protocol can be the cause of long response time to data write requests.
The above methods do not contain parameters whose change could affect the latency of data write and read requests in geo-distributed replicas of different CSPs of the MCS. At the same time, the interval method of ordering data write requests proposed in [24] contains such parameters.
AI models are used to address various problems that arise in cloud services: from adapting infrastructure to traffic times [25] to forecasting workload demand and dynamically managing multiple resources [26,27]. In [28], the authors developed a deep learning algorithm that predicts Round-Trip delay Time (RTT) and the availability of cloud services. Real-time live data from Amazon Web Services, Alibaba Cloud, and Tencent Cloud serve as historical data for the real-time analysis and prediction of RTT between the DCs of CSPs. The article discusses how the research results can help cloud service customers choose CSPs to create more efficient MCSs without reducing the data write latency in them.
As far as we know, AI models have not been applied to adapt data write delay based on the data consistency method in MCSs. Predictions of external factors for MCSs together with the use of our method to coordinate data write requests will allow the data write delay to be adapted to them in advance. We note that our work is novel to the best of our knowledge in that it demonstrates the feasibility of adapting data write latency in MCSs based on a query consistency method and AI models.

3. Materials and Methods

3.1. MCS Configuration

Our goal is to investigate the possibility of managing data write latency in geo-distributed replicas of different CSPs when there are changes in the external operating parameters of the MCS. The interaction between hardware and software resources (servers, virtual machines, databases, and services), as well as the methods of data replication within each CSP, is carried out by means of the CSP itself and can differ significantly, in principle, from each other. Meanwhile, interactions between CSPs are performed via identical instances of the middleware, located in a single DC of each CSP, referred to as a broker Brx, x = 1… BrMax, BrMax—the number of brokers in an MCS. Thus, we consider an MCS as a network of geo-distributed brokers containing data replicas. Each broker serves as the geographical center of a virtual cluster of end users whose requests are directed to it. Figure 1, Figure 2 and Figure 3 show geographical maps of broker locations as red dots and their corresponding virtual user clusters as red ovals for the three MCSs whose parameters are used in this study.
  • MCS A contains brokers in Brazil, South Africa, China, and Malaysia;
  • MCS B contains brokers in India, Canada, Israel, and the United Kingdom;
  • MCS C contains brokers in China, Japan, Malaysia, and South Korea.
The green lines in these figures depict the conditional connections between brokers, illustrating the distances between them.

3.2. General Principles of Interval-Based Coordination of the Data Write Requests with the Latord Method in Geo-Distributed Replicas

Each broker, upon receiving a data request from a user, appends a key packet PR(Brx(to), Ngl(to)) [29] in the form of a tuple of elements (Table 1) and forwards it to all other brokers via the TCP protocol.
At that moment, a broker Brx(from) can be considered an active replication node. Upon receiving a key packet from another broker, a broker Brx(to) is considered a passive node. Thus, each broker functions as both a leader and a follower in MCS replication at different points in time.
It is assumed that all passive nodes receive the packet sent by the active node only once during the specified time interval. In this case, the order in which key packets are received by each broker may not correspond to the order in which these packets were sent by the active node. As a result, each broker eventually receives copies of all requests handled by the MCS, but according to its own observed chronology, i.e., the order of receipt. The main task of the Latord method is to assign, in each broker, specific numbers to all packets (i.e., user requests and key packets), in accordance with the common order sequence within the established acceptable interval. These idempotently consistent numbers determine the order of data writes across all replicas, thereby defining the degree of data consistency in the MCS.
For packet identification by monotonically increasing natural numbers that form the common order sequence, the incoming stream at each broker is treated as a sequence of closed intervals I(to) with a fixed duration. Sorting packets within a closed interval, i.e., sorting a finite subset of packets from an otherwise infinite incoming packet stream, eliminates the problem of sorting elements of an infinite set [30]. Sorting the packet numbers within each interval creates, in each of them, a complete partially ordered set, in which, for any pair of numbers a and b, the condition a < b holds. The Latord method determines the minimum number Nfree(Ix(to)) of the first packet received by the broker in the current adjustment interval Ix(to) as one greater than the maximum packet number in the sequence formed in the previous interval Ix(to − 1). Such a linear alignment of numbers between adjacent intervals makes it possible to treat the tuple of ordered packet numbers from the incoming stream as a total order sequence.
The correct number of the current packet in a common order sequence is determined immediately upon its arrival at any broker. This means that, from all packets previously received by a given broker, a common order sequence has already been formed, in which the correct position for the current packet must be determined. The rules for determining the correct position, i.e., the number in a common order sequence, of the current packet are implemented in our Corr algorithm. In this case, inserting the current packet into the correct position within the sequence of numbers results in the adjustment of the numbers previously assigned to earlier packets, whereas adding the current packet with a new maximum number in the sequence does not.
Accordingly, the use of the Latord method for interval-based coordination of data write requests at each broker, for any packet received within the current interval, can be divided into two consecutive steps:
  • Formation of the tuple Mlate of prior time intervals, whose packets may be adjusted, and the tuple Mcor of packet numbers previously received by this broker from Mlate;
  • Sorting the packet numbers from Mcor, with the consideration of the parameters of the currently received packet, using the Corr algorithm.

3.2.1. Formation of the Mlate Time Interval Tuple and the Mcor Packet Tuple

In the MCS, global network channels are used for packet transmission, both between users and brokers and among brokers themselves, with uncontrolled fluctuations in signal transmission speed. This implies that all time intervals describing packet transmission should be treated as random variables.
For each broker Brx, the interval Ix, in which packet numbers are sorted, is represented as a tuple consisting of the availability window Wx and the residual window ∆Ix. The duration of the sorting interval equals the sum of the corresponding windows [24]:
I x = W x + Δ I x .
The duration of the availability window Wx depends on the area of the notional user cluster of the current broker Brx and can be estimated numerically as the average time required for a request to reach the corresponding nearest broker [24]. This implies that for a notional cluster of active MCS users distributed over a larger geographical area, the availability window must be larger than for a cluster with a more compact distribution of active users. The duration of the residual window ∆Ix should be no less than the average time of packet transmission between the current broker and the most distant broker within the given MCS [24].
The sorting interval Ix differs across brokers; therefore, a single value, referred to as the adjustment interval I, is selected for all brokers to synchronize the packet coordination process in the MCS [24]:
I = max x = 1 B r M a x I x .
Thus, the time axis is represented as a sequence of non-overlapping adjustment intervals I, consecutively numbered with natural numbers. Meanwhile, the adjustment interval I at each broker preserves its structure, remaining a tuple consisting of the availability window Wx, defined for each broker, and the residual window ∆Ix.
Using a global network to transmit packets between brokers may result in a key packet being sent from interval I(from) and arriving at another broker after the end of the same interval I(from). In other words, a packet may “arrive late” relative to the end of the interval from which it was sent and will be received during the following adjustment intervals I(to). We will consider it a delay when a single key packet contains I(to) > I(from). The maximum allowable packet delay, MaxLate, is determined by the following relationship [24]:
M a x L a t e = K L a t e I ,
where KLate is a positive integer. For example, if a packet is sent by a broker from window Wx of interval I(to), and MaxLate equals 2⸱I, then the latest, i.e., the final, window in which this packet can be received by another broker will be Wx of interval I(to + 2).
The value of MaxLate is used in the Latord method to determine the order of packet transmission without relying on timestamps. Knowing the window type and the interval number of the current packet’s arrival, for example, ∆Ix from I(to), and assuming that the packet is maximally delayed, we consider the source of this packet to be the corresponding window ∆Ix of interval I(toKLate). If this assumption is correct, the number of the current packet should be smaller than the number of all previously received packets that were sent by other brokers after the current packet was sent. In other words, the number of the current packet should be smaller than the number of previously received packets that were sent from the tuple of windows Mlate, ranging from ∆Ix of interval I(toKLate) to ∆Ix of interval I(to). Such a tuple of windows, Mlate, will contain 2·KLate + 1 windows, while the tuple Mcor will include all packets that have already arrived at the current broker from these 2·KLate + 1 windows. Representing the arrays Mlate and Mcor as tuples emphasizes the need to arrange both the windows and the packets within them in ascending order of their previously assigned sequence numbers. The hypothesis regarding the transmission order of the current packet among the packets in the tuple Mcor is verified according to the rules of the Corr sorting algorithm.
Let us consider an example of the formation of the tuples Mlate and Mcor in the MCS consisting of three brokers, for which the maximum allowable packet delay MaxLate is 2·I. Let the current packet, marked in red in Figure 4, have arrived at broker Br2 during availability window ∆I2 of adjustment interval I(57).
For such a packet, the Mlate window tuple contains 5 elements:
M l a t e = Δ I 2 ( 55 ) , W 2 ( 56 ) , Δ I 2 ( 56 ) , W 2 ( 57 ) , Δ I 2 ( 57 ) ,
while the Mcor packet tuple contains 6 packets previously received by Br2, marked in green in Figure 4. The Mcor tuple contains both packets sent by other brokers from the windows of the Mlate tuple and packets received from users during the same windows.

3.2.2. The Corr Algorithm for Determining the Correct Packet Number in the Common Order Sequence of Numbers

The sorting conditions according to the Corr algorithm are checked between the currently received packet and each packet in the Mcor tuple by iterating through all elements of Mcor sequentially, starting from the first.
In the Corr algorithm, the conditions for the pairwise agreement of packet numbers correspond not to the actual chronology of packet arrivals at the brokers, but rather to the chronology of the windows in the Mlate tuple. This implies that all packets sent from earlier windows must be assigned smaller numbers in the sequence than those sent from later windows. For requests received from users in a key packet, the broker that received the request will be considered the source broker of the packet; that is, Brx(from) and Brx(to) in the key packet will be equal.
When comparing packets sent from the same window of a given adjustment interval but originating from different brokers, the packet from the broker with a higher priority is assigned the smaller sequence number. A broker priority corresponds to the duration of its availability window Wx: a broker with a longer Wx is assigned a higher service priority than a broker with a shorter Wx [24]. This allows packets sent by users who are theoretically farther from their broker in larger clusters to be “moved ahead” of packets sent by users who are closer to the broker in smaller clusters.
When comparing packets sent by the same broker from a single window Wx or ∆Ix, the packet sent earlier—that is, the packet with the smaller number NWtemp(from) or Ntemp(from), respectively—receives the smaller sequence number.

3.3. Data Write Latency in the MCS Implementing the Latord Method

The maximum allowable interval, MaxLate, for packet delivery between brokers effectively defines the period during which the number of the current packet can be adjusted according to the parameters of subsequent packets. After 2·KLate subsequent windows have passed, the current packet will no longer be included in the Mcor tuples created for sorting new packets. This indicates that after 2·KLate subsequent windows have elapsed, the packet number Ngl(to) in the total order sequence can be considered finally adjusted and used to establish the order of writing the corresponding user data to all replicas. We will consider LatencyWr(Ngl(to)) as the delay in writing data to the replica—the time interval between the moment it becomes impossible to adjust the Ngl(to) number of the packet and the moment the corresponding request from the user reaches the active broker Brx(from):
L a t e n c y W r N g l t o = Δ r N g l t o + M a x L a t e = Δ r N g l t o + K L a t e I ,
where ∆r(Ngl(to)) is the time interval from the moment a user request arrives until the end of the precise incoming window—Wx or ∆Ix. Thus, the latency LatencyWr(Ngl(to)) of writing data when using the Latord method is determined by the maximum allowable packet delay MaxLate, which depends on the adjustment interval I, as well as the proportion of the window Wx to the window ∆Ix in each broker. The component ∆r(Ngl(to)) contributes to the random nature of data write latency. Moreover, the procedure for writing data from a packet with the number Ngl(to) into each replica must begin immediately after the end of the interval defined by expression (5), provided that the packet with the number Ngl(to)−1 has already been written onto the current replica. In each replica, the difference between the moment of receiving a packet with the number Ngl(to) and the start of the procedure for writing data from it, even if the packet Ngl(to) − 1 has already been written earlier, is the SLA-limited available time of the corresponding resource. Available time, as a parameter of the quality of service of the database’s request response time, is included in the SLA of each CSP, which makes up the MCS and requires the presence of mechanisms for automatic verification of this productivity metric [31,32]. Confirmation of the quality of service guaranteed in the SLA is a well-known non-trivial task for MCSs [33,34] and does not depend on the method of data reconciliation in the replicas.

3.3.1. Parameters of the Latord Method for Assigning Data Write Latency in the MCS

We will consider the latency Latencyx(Ngl(to)) of forming the correct number Ngl(to) of the packet at broker Brx as the interval between the moment t x c o r N g l ( t o ) of the last adjustment of the packet number Ngl(to) and the moment t x i n N g l ( t o ) this packet arrives at Brx:
L a t e n c y x N g l ( t o ) = t x c o r N g l ( t o ) t x i n N g l ( t o ) .
The number of sorts for each packet in any broker equals the number of packets that arrive at that broker after the current packet within the current window and in the subsequent 2·KLate windows. Considering that not every sorting operation may lead to an adjustment of a previously assigned packet number, the moment t x c o r N g l ( t o ) of the last adjustment of the number Ngl(to) is a random variable. The moment t x i n when a key packet arrives at the current broker Brx, as well as the moment t x i n when a request arrives from a user, is a random variable and depends on the geographical location of the brokers. Consequently, in expression (6), both terms are determined by random events, and Latencyx(Ngl(to)) should also be considered a random variable, whose parameters are defined by the arrangement of brokers in the MCS.
Let us consider the principle of forming the latency LatencyWr(Ngl(to)) of writing data and the latency Latencyx(Ngl(to)) of forming the correct number Ngl(to) of the packet on the MCS, as illustrated in the example in Figure 4. Suppose a user request arrives at broker Br1 at moment t 1 i n during the availability window W1 of adjustment interval I(14) (Figure 5).
According to the chosen MaxLate from expression (5), writing a packet to all replicas can begin at twr(Ngl(to)), i.e., through 2 I after the completion of W1 from I(14). Therefore, the data write latency for the current packet to all replicas will be equal to
L a t e n c y W r N g l ( t o ) = t w r N g l ( t o ) t 1 i n = Δ r N g l ( t o ) + M a x L a t e = Δ r N g l ( t o ) + 2 I .
Let us assume that the key packet corresponding to the user’s input request arrived at the other brokers at moments t 2 i n and t 3 i n . Suppose that the number of sorting procedures for the packet number Ngl(to) in the brokers was different, so that the adjustments were performed independently and completed at different moments t x c o r N g l t o , x = 1 … 3. Then, the numerical values of the latencies Latencyx(Ngl(to)) in generating the correct number Ngl(to) of the packet in the brokers differ and equal, accordingly, as follows:
L a t e n c y 1 N g l t o = t 1 c o r N g l t o t 1 i n , L a t e n c y 2 N g l t o = t 2 c o r N g l t o t 2 i n , L a t e n c y 3 N g l t o = t 3 c o r N g l t o t 3 i n .
Generally, the data write latency LatencyWr(Ngl(to)) can be expressed using the varying values of the latency Latencyx(Ngl(to)) for generating the packet number Ngl(to) at different brokers:
L a t e n c y W r N g l t o = Δ t f r o m t o t r N g l t o + L a t e n c y x N g l t o + τ x , x = 1 B r M a x ,
where Δ t f r o m t o t r N g l t o = t t o i n N g l t o t f r o m i n N g l t o is the packet Ngl(to) transmission duration from the active broker Br(from) to the current broker Br(to), and τx is the interval between the data write moment twr(Ngl(to)) and the moment t x c o r N g l t o of the last adjustments of the packet Ngl(to). It is assumed that for a user request at broker Br1 (Figure 5),
Δ t f r o m t o t r N g l t o = Δ t 1 1 t r N g l t o = 0 .
The interval τx is an excessive ballast random component of the data write latency LatencyWr(Ngl(to)), since not all brokers perform the adjustment of the packet number Ngl(to) throughout the entire interval from t x i n to twr(Ngl(to)). Therefore, changes in the data recording delay, expressed by Formula (9), can be achieved by changing the duration of packet transmission between brokers Δ t f r o m t o t r N g l t o and Latencyx(Ngl(to)) of the formation of the correct packet number Ngl( to) in each broker.

3.3.2. Parameters That Determine the Latency of Forming the Correct Packet Number in Brokers

The number of sorts for the packet number Ngl(to) at each broker is determined by the number of incoming packets during the fixed interval MaxLate and, therefore, depends on the intensity of the incoming user request stream UtoBrx at each broker. In turn, the number of sorts for the packet number in the interval from t x i n to twr(Ngl(to)) affects the latency Latencyx(Ngl(to)) when generating the Ngl(to) number of this packet. The closer these moments are to each other, the smaller Latencyx(Ngl(to)) becomes. The position of twr(Ngl(to)) on the time axis depends on the a priori chosen MaxLate value; so, the latency Latencyx(Ngl(to)) is determined by the duration of the adjustment interval I.
The initial selection of the adjustment interval I, as well as subsequent modifications of its value during the operation of the MCS, leads to the problem of revising the relationship between the Wx and ∆Ix windows in each broker, i.e., the problem of secondary selection of these windows within I for all brokers.
It is also possible that an inverse case, when revising the window durations, will lead to a change in the adjustment interval I, thereby affecting both the latency Latencyx(Ngl(to)) and the data write latency.
It should be noted that difficulties in synchronizing clocks between the devices of all active MCS users and the brokers of the corresponding clusters may turn the selection of Wx based on real measurements into an empirical problem requiring ad-hoc solutions. Meanwhile, the packet transmission time between brokers, as a random variable, has a minimum limit determined by the geographical locations of the corresponding DCs of CSPs and can serve as a starting point for the secondary selection of windows. Moreover, packet transport between brokers is strongly affected by fluctuations in Internet traffic and global communication channel parameters.
Thus, the latency of generating packet numbers in each broker and write data latency are influenced by the set of internal parameters of the Latord method:
U t = W x t , Δ I x t , I x t , M a x L a t e , x = 1 B r M a x ,
and by external parameters—the intensity of the incoming user request flow UtoBr and the duration of packet transmission Δ t f r o m t o t r between brokers of the MCS.

3.4. Objective Function for Optimizing Data Write Latency in the MCS

This study assumes that information about the forecasts of fluctuations in external operating parameters of the MCS and their influence on the latency of generating packet numbers will make it possible to create a mechanism for adapting the data write latency to such fluctuations.
We define the optimal data write latency in an MCS as the set Lat(t), in which the minimum latency may be achieved not across all brokers, but only within the most significant ones. The numerical significance values Signifx of a broker can be determined based on the number of active users or the business value of the corresponding user cluster and can be represented as a vector S i g n i f x . Hence, the data write latency is the set of elements:
L a t ( t ) = L a t e n c y W r x U t o B r x ( t ) , Δ t f r o m t o t r t , t     S i g n i f x , x = 1 B r M a x   .
Expression (11) defines a set of internal parameters whose changes at time t can lead to an optimal value of data write delay in each broker.
Expressions (1) and (2) serve as constraints on the adjustment interval, similar to the probability P(Kx) of receiving packets by a passive broker after the end of the MaxLate period:
P K x U p x   ,   x = 1 B r M a x ,
where Upx denotes the maximum allowable probability of the occurrence of “late” packets in each broker Brx. The initial selection of the residual window ∆Ix(t0) for each broker must satisfy the following condition:
Δ I x ( t 0 ) max m e a n Δ t x t o t r , x = 1 B r M a x   .
Accordingly, the objective function for the multi-objective optimization of data write latency in the MCS can be defined as:
min   L a t t , U t = W x t , Δ I x t , I x t , M a x L a t e Δ I x ( t 0 ) max m e a n Δ t x t o t r I ( t 0 ) = max x = 1 B r M a x I x ( t 0 ) . I x t = W x t + Δ I x t P K x U p x x = 1 B r M a x
Any MCS can be considered a dynamic system subject to unstable external influences, including flows of incoming user requests and random disturbances on global communication channels. Fluctuations in the external parameters of UtoBr and Δ t f r o m t o t r may be caused by reasons independent of the MCS operation. The level of these fluctuations may be related to the day of the week, season, fashion, and special events in one or more user clusters.

3.5. Formation of Adaptation Scenarios of Data Write Latency in the MCS

To respond promptly to incoming request flow fluctuations, reliable forecasts of such changes are required. For this purpose, AI technologies employing machine learning for real-time data processing can be utilized. AI models should provide dynamic predictions of changes in the incoming request flow for each broker separately, based on which decisions regarding the feasibility and magnitude of adjustments in U(t) will be made. At the same time, to make a decision on how to change the elements of the set U(t) to correct changes in UtoBr, additional relevant data are required on:
  • What magnitude of change in the incoming request flow rate should be considered significant for triggering adjustments;
  • Which changes and in which broker, given the current configuration of variations in incoming request flow intensity, should be used to initiate adjustments? For example, consider a situation where, in the broker with the highest significance, a significant increase in input flow intensity is predicted, but it is twice as small as a predicted significant increase for the same time in a broker with lower significance. In such a case, it is not necessary to make an additional decision regarding which of the two significant predicted values of U(t) should be applied;
  • What duration of predicted significant changes in the intensity of the incoming request flow should be considered sufficient to trigger adjustments;
  • What magnitude of changes in user activity should prompt a revision of the significance vector S i g n i f x ?
Such data constitute a set of initial constraints or minimum gradients Y(t), which, when exceeded, trigger decision-making procedures regarding changes in U(t). The elements of Y(t) may also vary depending on current user activity trends, requiring decisions regarding their determination based on AI models employing machine learning (ML) techniques.
A similar situation occurs with the second external component, the random nature of which affects the data write latency— Δ t f r o m t o t r . In the conducted simulation experiments, it was assumed that the packet transmission time between brokers can be characterized by a single probability distribution law and a single standard deviation (SD) value. In this case, the SD of Δ t f r o m t o t r was adjusted to the same level simultaneously across all brokers. Under real conditions, changes in the mean value and SD of Δ t f r o m t o t r will occur between one or several pairs of brokers.
Changes in the parameters of the random variable Δ t f r o m t o t r can be predicted if their causes are associated with variations in user activity within clusters with limited communication line capacities, rather than with emergency events. To make decisions regarding adjustments to the values of U(t), which compensate for changes in packet transmission durations between brokers, additional up-to-date data are required on:
  • What magnitude of change in the average and SD of Δ t f r o m t o t r should be considered significant for triggering adjustments;
  • What duration of predicted significant changes in the average and SD of Δ t f r o m t o t r should be considered sufficient to trigger adjustments.
These data also form part of the set of gradients Y(t).
Thus, to determine the magnitude and specific elements of U(t) from Equation (11), which should be adjusted, it is necessary to employ an AI model for the real-time prediction of changes in the incoming request traffic and parameters of global communication channels. The output of this AI model will serve as the input for another tool, the AI classification model, which is responsible for categorizing current gradients Y(t). In this model, simulation methods or neural networks trained on historical data from a specific MCS can be employed to determine the minimum gradients within the set Y(t).
To solve the optimization problem described by expression (15), it is not enough to use simple algorithms based on “if–then” instructions [35]. The set of decisions regarding changes in U(t) will be called a scenario for adapting the data write latency. Adaptation scenarios are customized for each MCS, depending on the specific conditions of its operation. To form effective scenarios for adapting the data recording delay, we can use a neural network model, the input data for which are the output data of the previously described models. The interaction diagram among these three AI models is shown in Figure 6.

4. Experimental Setup and Results

The application of the reasonably selected parameters of the Latord method of data consistency, namely, I, Wx, and ∆Ix, will allow for adapting the data write latency LatencyWr(Ngl(to)) to changes in the external parameters UtoBr and Δ t f r o m t o t r . In accordance with expressions (15), (12), and (9), the formation of scenarios for adapting the data write latency in MCSs is based on the influence of the elements of the set U(t) on the latency Latencyx(Ngl(to)) at different values of the external parameters UtoBr and Δ t f r o m t o t r . To confirm this hypothesis, two groups of simulation experiments were carried out.
The sections above show that the latency Latencyx(Ngl(to)) of forming the correct packet number as a separate term in determining the data write latency LatencyWr(Ngl(to)) according to Formula (9) depends both on the adjustment interval I and on the ratio of the windows Wx and ∆Ix within it, as given in expression (1). The study of the effect of decreasing I on the latency Latencyx(Ngl(to)) of the packet number formation can be carried out in two ways:
  • By decreasing the residual window ∆Ix with a fixed availability window Wx. This type of change in the adjustment interval I was used in the experiments of the “var∆I” group;
  • By decreasing the availability window Wx with a fixed residual window ∆Ix. This type of change in the adjustment interval I was used in the experiments of the “varW” group.

4.1. MCS Configurations for Experiments

To study the influence of the duration of packet transmission between brokers on the delay Latencyx(Ngl(to)), independently of other terms that determine the data write latency LatencyWr(Ngl(to)) according to expression (9), simulation experiments were conducted in three MCSs: A, B, and C.
Each MCS consisted of four brokers (BrMax = 4), whose geographical locations are shown in Figure 1, Figure 2 and Figure 3 and remain unchanged throughout this study. Based on the defined user clusters, with boundaries marked by red ovals in Figure 1, Figure 2 and Figure 3, the availability window values were selected for each MCS (Table 2).
Studies [36,37,38] show that the characteristics of the duration of packet transmission on the Internet depend not only on the distance between the final destinations of the packets but also on the region, country, continent, and Internet user density. The duration of packet transmission over global communication channels in any region of the globe can be described as a random variable that takes on all possible discrete values in a certain range with equal probability. So, in simulation experiments, the packet transmission time Δ t f r o m t o t r between all pairs of brokers in all MCSs was considered a random variable with a uniform probability distribution. The selection of numerical values of the average Δ t f r o m t o t r between brokers in MCSs A, B, and C (Table 3) was carried out by taking into account the average latency between Azure DCs on the backbone network [13] and the AWS region latency matrix [14].
The average values of Δ t f r o m t o t r used in all simulation experiments were kept constant.
The long-tailed Pareto distribution, as a special case of the power-law distribution, is widely used in economics, finance, computer science, and the social sciences to describe time intervals between random events [39,40,41]. So, in simulation experiments, the inter-arrival times of user requests were modeled as independent random variable streams, following a Pareto distribution, with equal intensity across all clusters within each MCS. In this case, the average values of the incoming request flow intensity UtoBr arriving at each broker were 20.00, 50.00, 100.00, and 500.00 requests per second.
For each MCS, simulation experiments of the “var∆I” and “varW” groups were conducted, as described below.
All experiments were implemented using MATLAB R2023b, a platform for computation, data analysis, and visualization.

4.2. Group of Experiments “var∆I”

In the experiments of the “var∆I” group, the effect of changing the adjustment interval I on the latency of forming the correct packet number in each broker of each MCS was investigated. In addition, different intensities of UtoBr were used to study the adjustment interval I as the independent term determining the data write latency according to expression (9). In this case, the changes in I were performed by changing the term ∆Ix with a fixed Wx. This situation may arise when the parameters of packet transmission between brokers and from users to brokers, i.e., Δ t f r o m t o t r and Wx, are defined and considered stable, and the task is to select the optimal I, at which the data write latency will have the required value.

4.2.1. Setup of Experiments “var∆I“ in the MCSs

A distinctive feature of the experiments of the “var∆I“ group is that the values of the availability windows Wx for brokers of each MCS, given in Table 2, did not change. At the same time, the values of the adjustment interval Ix, x = 1 … 17, changed into a wide range of values, the boundary values of which are given in Table 4.
The changes in the duration of the packet transmission between brokers in the simulation experiments were achieved by using different values of its SD with constant average values (Table 3). For each MCS, two SD variants were used: variant SD1 with basic values and variant SD2 with values that were at least 10 times higher than the values of variant SD1 (Table 5).
In each experiment, the incoming flow to each broker consisted of 10,000 user requests for data write.

4.2.2. Results of Experiments “var∆I”

The mean of the packet number formation latencies with SD2 in each broker of MCS A, B, and C form the upper surface in Figure 7, Figure 8 and Figure 9, whereas with SD1, they form the lower surface.
Figure 7, Figure 8 and Figure 9 show that within each MCS, the mean of Latencyx(Ngl(to)) can vary significantly with changes in the adjustment interval I, due to variations in the residual window ∆Ix, even when the intensity of the incoming request flow UtoBr remains constant. Moreover, the magnitude of these changes is not uniform, even within a single MCS. For example, with SD1 and UtoBr = 20 req/s:
  • In MCS A, an increase of 188% in the adjustment interval I resulted in an increase in Latencyx(Ngl(to)) of 42% in Br1, 136% in Br2, 100% in Br3, and 88% in Br4;
  • In MCS B, an increase of 134% in I led to an increase in Latencyx(Ngl(to)) of 14% in Br1, 50% in Br2, 65% in Br3, and 84% in Br4;
  • In MCS C, an increase of 104% in I caused an increase in Latencyx(Ngl(to)) of 14% in Br1, 31% in Br2, 42% in Br3, and 40% in Br4.
The observed differences in the absolute values of Latencyx(Ngl(to)) among brokers within each MCS are explained by the mutual influence of the random duration of the packet transmission between brokers. Thus, the obtained results indicate that the varying interval I relative to the residual window ∆Ix is a significant factor in developing scenarios for adapting the data write latency.
The general conclusion from the results in Figure 7, Figure 8 and Figure 9 is that there exists a positive correlation between the SD of Δ t f r o m t o t r and the mean of the latency of the formation of the correct packet number. This implies that, for example, an increase in the SD of Δ t f r o m t o t r at a fixed average of Δ t f r o m t o t r leads to an increase in Latencyx(Ngl(to)). Therefore, when generating adaptation scenarios for data write latency, it becomes necessary to revise Wx, ∆Ix, and I. It should be noted that when changing the average of Δ t f r o m t o t r , new experiments must be conducted to estimate the average of latency of the formation of the correct packet numbers and the selection of the optimal interval I with the subsequent selection of the windows Wx and ∆Ix in each broker.
Finally, the comparison of the results in Figure 7, Figure 8 and Figure 9 shows that for each intensity UtoBr of the incoming request flow, there exists a distinct rate and trajectory of influence of ∆Ix within the adjustment interval I on the Latencyx(Ngl(to)). This emphasizes the importance of forecasting changes in the parameters of the incoming request flow in order to design individualized scenarios for adapting data write latency in the given MCS.

4.3. Group of Experiments “varW”

In the experiments of the “varW” group, the dependence of the latency of forming the correct packet numbers on changes in the width of the availability window Wx within the adjustment interval I was investigated at different intensities UtoBr.

4.3.1. Setup of Experiments “varW“ in the MCSs

In the experiments of the “varW” group, the values of Wx for the brokers of each MCS were organized into predefined sets. In this case, for each adjustment interval Ix, x = 1 … 7 from the range, the boundary values (Table 4) and sets of Wx, named {W0 − 50%, W0 − 25%, W0, W0 + 25%, W0 + 50%} (Table 6), were used.
In the experiment of the “varW” group, the average of Δ t f r o m t o t r between brokers, as presented in Table 3, were used, while the SD of Δ t f r o m t o t r was taken from the SD1 set from Table 5.
In each experiment, the input stream to each broker consisted of 10,000 user requests for data writing.

4.3.2. Results of Experiments “varW”

The results of the experiments of the “varW” group are presented in Figure 10, Figure 11 and Figure 12 in the form of four surfaces. The upper surface in all cases was obtained at UtoBr = 500 req/s, and all surfaces below were obtained at {100, 50, 20} req/s, respectively.
The average of the latency of generating packet numbers Latencyx(Ngl(to)) for the base set W0, as shown in Figure 10, Figure 11 and Figure 12, is equal to the results of the experiments in Figure 7, Figure 8 and Figure 9 for SD1 across all MCSs. The results in Figure 10, Figure 11 and Figure 12 demonstrate that when wider availability windows are used for the same adjustment interval I, i.e., the W0 + 50% sets, the latency Latencyx(Ngl(to)) in all MCSs is lower than with narrower windows, i.e., the W0 − 50% sets. However, the magnitude of reduction in latency Latencyx(Ngl(to)) at availability window widening is not uniform for different durations of the adjustment interval I at the same request intensity UtoBr. For example, with intensity UtoBr = 500 req/s, expanding the availability window from W0−50% to W0+50% resulted in a decrease in Latencyx(Ngl(to)):
  • In Br1 by 5% at I = 489.900 ms and by 6% at I = 169.900 ms; in Br4 by 2.5% at I = 489.900 ms and by 11% at I = 169.900 ms in MCS A;
  • In Br3 by 16% at I = 265.250 ms and by 9% at I = 113.250 ms; in Br4 by 6% at I = 265.250 ms and by 5% at I = 113.250 ms in MCS B;
  • In Br1 by 16% at I = 108.525 ms and by 8% at I = 53.125 ms; in Br4 by 10% at I = 108.525 ms and by 4% at I = 53.125 ms in MCS C.
Thus, modifying the width of the availability window Wx without altering the adjustment interval I can significantly influence Latencyx(Ngl(to)) and can therefore be employed in forming individual scenarios for adapting the data write latency in the MCSs.
The analysis of latency Latencyx(Ngl(to)) changes between the surfaces in Figure 10, Figure 11 and Figure 12 for all MCSs shows that the increase in Latencyx(Ngl(to)) with increasing incoming request intensity UtoBr is not uniform. For example, in MCS C (Figure 12), an increase in UtoBr from 100 req/s to 500 req/s (i.e., fivefold) led to a maximal increase in Latencyx(Ngl(to)) of ≈16%. In contrast, in MCS A (Figure 10), an increase in UtoBr from 20 req/s to 50 req/s (i.e., 2.5-fold) produced a maximal increase in Latencyx(Ngl(to)) of 29%. The obtained results not only emphasize the individual nature of the influence of the parameters of the incoming request flow on the brokers but also demonstrate the necessity of accounting for the rate of change in UtoBr when creating scenarios for adapting the data write latency.

5. Discussion

The analysis of the results presented in the section above confirms the hypothesis about the presence of a significant influence of the internal parameters of the Latord method of data consistency on one distinct component of the data write latency—the latency Latencyx(Ngl(to)). In addition, the results demonstrated a non-uniform influence on the Latencyx(Ngl(to)) not only of the intensity UtoBr but also of the duration of packet transmission between brokers, which is another component of LatencyWr(Ngl(to)) from expression (9). Thus, the experimental results demonstrate that the choice of the values of the internal parameters of the Latord method that provide the required level of data write latency in replicas is a multi-criteria optimization problem.
In the conducted simulation experiments, it was assumed that the user request flows to different brokers follow the same probability distribution parameters within a single MCS. Under real conditions, each broker receives a non-stationary incoming request flow, and the data write latency needs to be adapted to the fluctuations in the incoming request flow. By analogy, fluctuations in user activity in real cases may not occur simultaneously at all brokers, but only at one or several of them. This demonstrates the need to develop individual scenarios for adapting the data write latency for each MCS based on forecasts of changes in external parameters and data on the influence of elements of the set U(t) on the addenda of expression (9) separately.
Let us consider the principles of forming an adaptation scenario for the data write latency in MCS A based on the results of the experiments shown in Figure 7. Let the MCS operate with the following conditions: I = 289.90 ms, the SD of Δ t f r o m t o t r corresponds to the SD2 set from Table 5, and the intensity of the incoming request flow to each broker is 100 req/s. The average of the data write latency in each broker with such operating parameters in MCS A, calculated using Formula (5), is given in Table 7.
The average values of the duration of the formation of the correct packet number in each broker of MCS A for this configuration are presented in Table 8 and are shown as white points on the upper surfaces in Figure 7.
Suppose that the implementation of new technological solutions for dispersion compensation on one segment of the global communication line used for packet transmission between brokers in MCS A resulted in a reduction in the SD of Δ t f r o m t o t r , such that it now corresponds to the SD1 set from Table 5. All other characteristics of the external variables remained unchanged.
According to the results of the conducted experiments, a decrease in SD will lead to a decrease in the average latency of the formation of the packet number (Table 8) in each broker, resulting in values indicated by the red points on the lower surfaces in Figure 7. Consequently, this will require a secondary selection of the parameters of the Latord method, namely, I, Wx, and ∆Ix. The selection of a new adjustment interval I from the neighboring candidate values, marked by black points in Figure 7, should be based not only on the mean of the latencies of the packet number formation but also on the corresponding estimates of the ballast interval τx in each broker. Choosing the interval I, for which the mean value of τx is close to zero, may increase the likelihood of packet loss during transmission between brokers. Table 9 presents the data write latency calculated using Formula (5) based on the conditions of the “var∆I” experiment group in MCS A for SD1 and for the adjustment intervals, among which a new value of the interval I may be selected.
The analysis of the results presented in Table 9 shows that the mean data write latency in each broker decreases as I decreases. However, at I < 229.90 ms, the number of packets received by passive brokers from the active one after MaxLate is more than 3.7% of the total number of sent packets, which means that the new value of I should be equal to 249.90 ms or 269.90 ms.
It should be noted that a decrease in the data write latency in brokers due to decreasing I, considered in this adaptation scenario, is possible if, before changing the external operational parameters of the MCS, the chosen interval I value was the one that allow to its decrease, rather than the minimum acceptable interval I. This means that the decision regarding the Latord method’s parameters that affect the data write latency must be made by taking into account the forecasts of their changes.
As can be seen from Table 9, at I = 249.90 ms, the average of the data write latency for all brokers is not less than that at I = 269.90 ms. To achieve a more acceptable data write latency, the possibilities of changing Wx within these two values of I can be assessed in the next step of the adaptation scenario. The experimental results shown in Figure 10 suggest that adjusting the ratio between windows Wx and ∆Ix within these intervals I is expected to further reduce the data write latency in MCS A. The average values of the data write latency for such adjustment intervals I under different availability window sets are presented in Table 10.
The analysis of the data in Table 10 shows that using the set window W0−25% instead of the set W0 for the adjustment interval I = 249.90 ms reduces the mean of the data write latency only in broker Br1, which is highlighted in bold in Table 10, while in brokers Br2Br4, it leads to an increase. A similar situation occurs when using the W0 + 25% instead of W0: the mean of the data write latency decreases in brokers Br2Br4, which is highlighted in bold in Table 10, but increases in broker Br1. In this case, the selection of the adjustment interval I and the corresponding set of windows can be based on the vector S i g n i f x of the brokers’ significance. If reducing the average of the data write latency is more important for users from the cluster with broker Br1 than for other users, then the W0 − 25% set of the availability windows at I = 249.90 ms should be selected. If any of the Br2Br4 brokers is more important, then the W0 + 25% set at I = 249.90 ms would be more optimal.
The considered adaptation scenario will reduce the data write latency when changing the SD of Δ t f r o m t o t r in MCS A by ≈13% in all brokers when using the W0 − 25% set of availability windows or by ≈9% in broker Br1 and by 14–15% in brokers Br2Br4 when using the set W0 + 25%.
The considered adaptation scenario also emphasizes the individual nature of changes in the data write latency when the external conditions of the MCS operation fluctuate.
It should be noted, however, that in the simulation experiments, it was assumed that the packet transmission times between brokers follow the same probability distribution with a common SD value for all brokers. Moreover, the SD was varied simultaneously and to the same level in all brokers at once. Under real conditions, changes in the average and SD values may occur for one or more broker pairs and by different amounts, which should be taken into account in the predictive AI model.
In conclusion, the Latord method of data consistency demonstrates robust capabilities for generating the adaptation scenarios of the data write latency in geo-distributed MCSs, even when the intensity of incoming request flow changes by 50 times (Figure 7, Figure 8 and Figure 9). This property is particularly valuable for load scaling, making the proposed approach a promising solution for adaptive latency management in MCSs.

6. Conclusions and Future Work

We present an approach to creating scenarios for adapting the data write latency in geo-distributed MCSs using learning AI models to solve a multi-criteria optimization problem. The ability to control data write latency is achieved by selecting optimal parameters of the Latord method of data consistency in the presence of data on changes in incoming packet flows and in the parameters of packet transmission between brokers. Simulation experiments in three MCSs of different configurations demonstrate the need to use individual scenarios for adapting the data write latency; for its formation, a scheme of interaction between three different learning AI models is proposed.
Future work will focus on studying the impact of non-uniform external influences on the data write latency in MCSs using the algorithmic data consistency method. Non-uniform changes in the incoming user requests more closely reflect the real operating conditions of the MCSs. This will allow us to determine the structure and parameters of the AI model for determining the minimum gradients from the set Y(t) and, therefore, create more effective scenarios for adapting the data write latency in replicas to changing external conditions.

Author Contributions

Conceptualization, O.K. and M.K.; methodology and software, M.K.; validation, O.K. and M.V.; formal analysis, M.I.; resources, J.M.; writing—original draft preparation, O.K.; writing—review and editing, V.P.; visualization, H.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The data presented in this study are contained within the article.

Conflicts of Interest

Author Olha Kozina was employed by the AFOREHAND Studio. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Saili Krishna, M. Multi-Cloud Automation: A Strategic Approach to Cloud Infrastructure Management. Int. J. Sci. Res. Comput. Sci. Eng. Inf. Technol. 2024, 10, 183–190. [Google Scholar] [CrossRef]
  2. Hong, J.; Dreibholz, T.; Schenkel, J.A.; Hu, J.A. An Overview of Multi-Cloud Computing. In Web, Artificial Intelligence and Network Applications; Advances in Intelligent Systems and, Computing; Barolli, L., Takizawa, M., Xhafa, F., Enokido, T., Eds.; Springer International Publishing: Cham, Switzerland, 2019; Volume 927, pp. 1055–1068. [Google Scholar]
  3. Rafique, A.; Joosen, W.; Lagaisse, B. Middleware for Data Management in Multi-Cloud. Ph.D. Thesis, KU Leuven, Leuven, Belgium, 2019; p. 222. Available online: https://lirias.kuleuven.be/retrieve/531841 (accessed on 19 August 2025).
  4. Campêlo, R.A.; Casanova, M.A.; Guedes, D.O.; Laender, A.H.F. A Brief Survey on Replica Consistency in Cloud Environments. J. Internet Serv. Appl. 2020, 11, 1–13. [Google Scholar] [CrossRef]
  5. Mokadem, R.; Hameurlain, A. A Data Replication Strategy with Tenant Performance and Provider Economic Profit Guarantees in Cloud Data Centers. J. Syst. Softw. 2020, 159, 110447. [Google Scholar] [CrossRef]
  6. Fazlina, M.A.; Latip, R.; Ibrahim, H.; Abdullah, A. Replication Strategy with Comprehensive Data Center Selection Method In Cloud Environments. Comput. Mater. Contin. 2023, 74, 415–433. [Google Scholar]
  7. Shithil, S.M.; Adnan, M.A. A Prediction Based Replica Selection Strategy for Reducing Tail Latency in Geo-Distributed Systems. IEEE Trans. Cloud Comput. 2023, 11, 2954–2965. [Google Scholar] [CrossRef]
  8. Najjar, A.; Mokadem, R.; Pierson, J.-M. A Review of Data Placement and Replication Strategies Based on Machine Learning. In Proceedings of the 2024 IEEE 30th International Conference on Parallel and Distributed Systems (ICPADS), Belgrade, Serbia, 10–14 October 2024; IEEE: New York, NY, USA, 2024; pp. 278–285. [Google Scholar]
  9. Wang, H.; Shen, H.; Li, Z.; Tian, S. GeoCol: A Geo-Distributed Cloud Storage System with Low Cost and Latency Using Reinforcement Learning. In Proceedings of the 2021 IEEE 41st International Conference on Distributed Computing Systems (ICDCS), Washington, DC, USA, 7–10 July 2021; IEEE: New York, NY, USA, 2021; pp. 149–159. [Google Scholar]
  10. Mokadem, R.; Gil, J.M.; Hameurlain, A.; Kueng, J. A Review on Data Replication Strategies in Cloud Systems. IJGUC 2022, 13, 347. [Google Scholar] [CrossRef]
  11. Tos, U.; Mokadem, R.; Hameurlain, A.; Ayav, T.; Bora, S. A Performance and Profit Oriented Data Replication Strategy for Cloud Systems. In Proceedings of the 2016 Intnational IEEE Conferences on Ubiquitous Intelligence & Computing, Advanced and Trusted Computing, Scalable Computing and Communications, Cloud and Big Data Computing, Internet of People, and Smart World Congress (UIC/ATC/ScalCom/CBDCom/IoP/SmartWorld), Toulouse, France, 18–21 July 2016; IEEE: New York, NY, USA, 2016; pp. 780–787. [Google Scholar]
  12. Bernardin, S.H.; Mokadem, R.; Morvan, F.; Ramanana, H.; Rakotoarivelo, H. TCDRM: A Tenant Budget-Aware Data Replication Framework for Multi-Cloud Computing. JLISS 2025, 12, 3. [Google Scholar]
  13. Azure Network Round-Trip Latency Statistics. Available online: https://learn.microsoft.com/en-us/azure/networking/azure-network-latency (accessed on 8 July 2025).
  14. AWS Latency Monitoring. Available online: https://www.cloudping.co/ (accessed on 8 July 2025).
  15. Wu, Z.; Madhyastha, H.V. Understanding the Latency Benefits of Multi-Cloud Webservice Deployments. SIGCOMM Comput. Commun. Rev. 2013, 43, 13–20. [Google Scholar] [CrossRef]
  16. Eischer, M.; Straßner, B.; Distler, T. Low-Latency Geo-Replicated State Machines with Guaranteed Writes. In Proceedings of the 7th Workshop on Principles and Practice of Consistency for Distributed Data, Heraklion, Greece, 27 April 2020; Association for Computing Machinery: New York, NY, USA, 2020; pp. 1–9. [Google Scholar]
  17. Coelho, P.; Pedone, F. GeoPaxos+: Practical Geographical State Machine Replication. In Proceedings of the 2021 40th International Symposium on Reliable Distributed Systems (SRDS), Chicago, IL, USA, 20–23 September 2021; IEEE: New York, NY, USA, 2021; pp. 233–243. [Google Scholar]
  18. Whittaker, M.; Charapko, A.; Hellerstein, J.M.; Howard, H.; Stoica, I. Read-Write Quorum Systems Made Practical. In Proceedings of the 8th Workshop on Principles and Practice of Consistency for Distributed Data, Online, 26 April 2021; Association for Computing Machinery: New York, NY, USA, 2021; pp. 1–8. [Google Scholar]
  19. Charapko, A.; Ailijiang, A.; Demirbas, M. PigPaxos: Devouring the Communication Bottlenecks in Distributed Consensus. In Proceedings of the 2021 International Conference on Management of Data, Virtual, 20–25 June 2021; Association for Computing Machinery: New York, NY, USA, 2021; pp. 235–247. [Google Scholar]
  20. Song, H.; Wang, Y.; Chen, X.; Feng, H.; Feng, Y.; Fang, X.; Cui, H.; Kong, L. K2: On Optimizing Distributed Transactions in a Multi-Region Data Store with TrueTime Clocks (Extended Version). arXiv 2025, arXiv:2504.01460. [Google Scholar] [CrossRef]
  21. Lu, H.; Mu, S.; Sen, S.; Lloyd, W. NCC: Natural Concurrency Control for Strictly Serializable Datastores by Avoiding the Timestamp-Inversion Pitfall. arXiv 2023, arXiv:2305.14270. [Google Scholar] [CrossRef]
  22. Geng, J.; Sivaraman, A.; Prabhakar, B.; Rosenblum, M. Nezha: Deployable and High-Performance Consensus Using Synchronized Clocks. Proc. VLDB Endow. 2022, 16, 629–642. [Google Scholar] [CrossRef]
  23. Kozina, O.A.; Panchenko, V.I.; Kolomiitsev, O.V.; Usik, V.V.; Stratiienko, N.K.; Safoshkina, L.V.; Kucherenko, Y.F. Data Consistency Protocol for Multicloud Systems. IJCC 2024, 13, 42–61. [Google Scholar] [CrossRef]
  24. Volk, M.; Kozina, O.; Buhrii, A.; Osiievskyi, S.; Kozin, M.; Volk, D.; Diachenko, D.; Turinskyi, Y. Devising a Method for Data Consistency at Replication in Multicloud Systems. East.-Eur. J. Enterp. Technol. 2025, 4, 14–22. [Google Scholar]
  25. Seth, D.K.; Ratra, K.K.; Sundareswaran, A.P. AI and Generative AI-Driven Automation for Multi-Cloud and Hybrid Cloud Architectures: Enhancing Security, Performance, and Operational Efficiency. In Proceedings of the 2025 IEEE 15th Annual Computing and Communication Workshop and Conference (CCWC), Las Vegas, NV, USA, 6–8 January 2025; IEEE: New York, NY, USA, 2025; pp. 784–793. [Google Scholar]
  26. Rossi, A.; Visentin, A.; Carraro, D.; Prestwich, S.; Brown, K.N. Forecasting Workload in Cloud Computing: Towards Uncertainty-Aware Predictions and Transfer Learning. Clust. Comput. 2025, 28, 258. [Google Scholar] [CrossRef]
  27. Karpagam, T.; Kanniappan, J. Symmetry-Aware Multi-Dimensional Attention Spiking Neural Network with Optimization Techniques for Accurate Workload and Resource Time Series Prediction in Cloud Computing Systems. Symmetry 2025, 17, 383. [Google Scholar] [CrossRef]
  28. Xu, P.; Goteng, G.L.; He, Y. Modelling Cloud Service Latency and Availability Using a Deep Learning Strategy. Expert. Syst. Appl. 2021, 182, 115121. [Google Scholar] [CrossRef]
  29. Volk, M.; Kozina, O.; Kozin, M. Method for Synchronizing Data Write Requests in Federated Cloud Systems. IIM 2025, 1, 80–98. [Google Scholar] [CrossRef]
  30. Kleppmann, M. Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems; O’Reilly Media: Sebastopol, CA, USA, 2017. [Google Scholar]
  31. Ibrahim, A.A.Z.A.; Kliazovich, D.; Bouvry, P. Service Level Agreement Assurance between Cloud Services Providers and Cloud Customers. In Proceedings of the2016 16th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGrid), Cartagena, Colombia, 16–19 May 2016; IEEE: New York, NY, USA, 2016; pp. 588–591. [Google Scholar]
  32. Chana, I.; Singh, S. Quality of Service and Service Level Agreements for Cloud Environments: Issues and Challenges. In Cloud Computing; Computer Communications and, Networks; Mahmood, Z., Ed.; Springer International Publishing: Cham, Switzerland, 2014; pp. 51–72. [Google Scholar]
  33. Mechouche, J.; Touihri, R.; Sellami, M.; Gaaloul, W. Conformance Checking for Autonomous Multi-Cloud SLA Management and Adaptation. J. Supercomput. 2022, 78, 13004–13039. [Google Scholar] [CrossRef]
  34. Son, S.; Choi, H.-H.; Oh, B.T.; Kim, S.W.; Kim, B.S. Cloud SLA Relationships in Multi-Cloud Environment: Models and Practices. In Proceedings of the 8th International Conference on Computer Modeling and Simulation, Canberra, Australia, 20–23 January 2017; Association for Computing Machinery: New York, NY, USA, 2017; pp. 1–6. [Google Scholar]
  35. Sakurada, L.; De La Prieta, F.; Leitao, P. The Role of Multi-Agent Systems in Realizing Asset Administration Shell Type 3. Future Internet 2025, 17, 270. [Google Scholar] [CrossRef]
  36. Martínez, G.; Hernández, J.A.; Reviriego, P.; Reinheimer, P. Round Trip Time (RTT) Delay in the Internet: Analysis and Trends. IEEE Netw. 2023, 38, 280–285. [Google Scholar] [CrossRef]
  37. Coimbra, M.E.; Selimi, M.; Francisco, A.P.; Freitag, F.; Veiga, L. Gelly-Scheduling: Distributed Graph Processing for Service Placement in Community Networks. In Proceedings of the 33rd Annual ACM Symposium on Applied Computing, Pau, France, 9–13 April 2018; Association for Computing Machinery: New York, NY, USA, 2018; pp. 151–160. [Google Scholar]
  38. Landa, R.; Clegg, R.G.; Araujo, J.T.; Mykoniati, E.; Griffin, D.; Rio, M. Measuring the Relationships between Internet Geography and RTT. In Proceedings of the 2013 22nd International Conference on Computer Communication and Networks (ICCCN), Nassau, The Bahamas, 30 July–2 August 2013; IEEE: New York, NY, USA, 2013; pp. 1–7. [Google Scholar]
  39. Newman, M.E.J. Power Laws, Pareto Distributions and Zipf’s Law. Contemp. Phys. 2005, 46, 323–351. [Google Scholar] [CrossRef]
  40. Gandica, Y.; Carvalho, J.; Sampaio Dos Aidos, F.; Lambiotte, R.; Carletti, T. Stationarity of the Inter-Event Power-Law Distributions. PLoS ONE 2017, 12, e0174509. [Google Scholar] [CrossRef] [PubMed]
  41. Downey, A.B. Lognormal and Pareto Distributions in the Internet. Comput. Commun. 2005, 28, 790–801. [Google Scholar] [CrossRef]
Figure 1. Scheme of the conditional connections (green lines) between brokers (red points) and user clusters (red ovals) for MCS A: 1—broker Br1 in São Paulo (Brazil), 2—broker Br2 in Cape Town (South Africa), 3—broker Br3 in Hong Kong (China), and 4—broker Br4 in Kuala Lumpur (Malaysia).
Figure 1. Scheme of the conditional connections (green lines) between brokers (red points) and user clusters (red ovals) for MCS A: 1—broker Br1 in São Paulo (Brazil), 2—broker Br2 in Cape Town (South Africa), 3—broker Br3 in Hong Kong (China), and 4—broker Br4 in Kuala Lumpur (Malaysia).
Futureinternet 17 00442 g001
Figure 2. Scheme of the conditional connections (green lines) between brokers (red points) and user clusters (red ovals) for MCS B: 1—broker Br1 in Hyderabad (India), 2—broker Br2 in Montreal (Canada), 3—broker Br3 in Tel Aviv (Israel), and 4—broker Br4 in London (United Kingdom).
Figure 2. Scheme of the conditional connections (green lines) between brokers (red points) and user clusters (red ovals) for MCS B: 1—broker Br1 in Hyderabad (India), 2—broker Br2 in Montreal (Canada), 3—broker Br3 in Tel Aviv (Israel), and 4—broker Br4 in London (United Kingdom).
Futureinternet 17 00442 g002
Figure 3. Scheme of the conditional connections (green lines) between brokers (red points) and user clusters (red ovals) for MCS C: 1—broker Br1 in Hong Kong (China), 2—broker Br2 in Osaka (Japan), 3—broker Br3 in Kuala Lumpur (Malaysia), and 4—broker Br4 in Seoul (South Korea).
Figure 3. Scheme of the conditional connections (green lines) between brokers (red points) and user clusters (red ovals) for MCS C: 1—broker Br1 in Hong Kong (China), 2—broker Br2 in Osaka (Japan), 3—broker Br3 in Kuala Lumpur (Malaysia), and 4—broker Br4 in Seoul (South Korea).
Futureinternet 17 00442 g003
Figure 4. Example of the formation of the Mlate window tuple and the Mcor packet tuple for the current packet (red arrow).
Figure 4. Example of the formation of the Mlate window tuple and the Mcor packet tuple for the current packet (red arrow).
Futureinternet 17 00442 g004
Figure 5. Example of the determination of the latency of forming the correct packet number and the data write latency.
Figure 5. Example of the determination of the latency of forming the correct packet number and the data write latency.
Futureinternet 17 00442 g005
Figure 6. Interaction between AI models for minimizing the data write latency in the MCS.
Figure 6. Interaction between AI models for minimizing the data write latency in the MCS.
Futureinternet 17 00442 g006
Figure 7. (a) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br1 of MCS A. (b) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br2 of MCS A. (c) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br3 of MCS A. (d) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br4 of MCS A.
Figure 7. (a) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br1 of MCS A. (b) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br2 of MCS A. (c) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br3 of MCS A. (d) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br4 of MCS A.
Futureinternet 17 00442 g007aFutureinternet 17 00442 g007b
Figure 8. (a) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br1 of MCS B. (b) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br2 of MCS B. (c) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br3 of MCS B. (d) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br4 of MCS B.
Figure 8. (a) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br1 of MCS B. (b) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br2 of MCS B. (c) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br3 of MCS B. (d) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br4 of MCS B.
Futureinternet 17 00442 g008
Figure 9. (a) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br1 of MCS C. (b) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br2 of MCS C. (c) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br3 of MCS C. (d) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br4 of MCS C.
Figure 9. (a) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br1 of MCS C. (b) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br2 of MCS C. (c) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br3 of MCS C. (d) Mean of the packet number formation latency (ms) over incoming request intensity (req/s) and adjustment interval Ix (ms) for the SD1 and SD2 sets in Br4 of MCS C.
Futureinternet 17 00442 g009
Figure 10. (a) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br1 of MCS A. (b) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br2 of MCS A. (c) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br3 of MCS A. (d) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br4 of MCS A.
Figure 10. (a) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br1 of MCS A. (b) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br2 of MCS A. (c) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br3 of MCS A. (d) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br4 of MCS A.
Futureinternet 17 00442 g010
Figure 11. (a) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br1 of MCS B. (b) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br2 of MCS B. (c) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br3 of MCS B. (d) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br4 of MCS B.
Figure 11. (a) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br1 of MCS B. (b) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br2 of MCS B. (c) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br3 of MCS B. (d) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br4 of MCS B.
Futureinternet 17 00442 g011
Figure 12. (a) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br1 of MCS C. (b) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br2 of MCS C. (c) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br3 of MCS C. (d) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br4 of MCS C.
Figure 12. (a) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br1 of MCS C. (b) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br2 of MCS C. (c) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br3 of MCS C. (d) Mean of the packet number formation latency (ms) over adjustment interval Ix (ms) and the sets of windows W for different incoming request intensities (req/s) in Br4 of MCS C.
Futureinternet 17 00442 g012
Table 1. Elements of tuple PR(Brx(to), Ngl(to)).
Table 1. Elements of tuple PR(Brx(to), Ngl(to)).
Element of TupleDescription
Brx(from)the source broker that received the data packet from the user
NWtemp(from)the sequence number of the current packet among those received by the source broker Brx(from) within the availability window Wx
Ntemp(from)the sequence number of the current packet among those received by the source broker Brx(from) within the residual window ∆Ix
Ngl(from)the packet number in the common order sequence at the source broker Brx(from) at the time of key packet formation
I(from) the number of the adjustment interval during which a packet from a user arrived at the source broker Brx(from)
NWtemp(to)the sequence number of the current packet among those received by the current broker Brx(to) within the availability window Wx
Ntemp(to)the sequence number of the current packet among those received by broker Brx(to) within the residual window ∆Ix
Ngl(to)the current packet number in the common order sequence at broker Brx(to)
I(to) the number of the adjustment interval during which the key packet was received by broker Brx(to)
Table 2. Availability windows for the MCS brokers A, B, and C.
Table 2. Availability windows for the MCS brokers A, B, and C.
MCSAvailability Window Wx (ms)
W1W2W3W4
A169.8769.7721.7510.94
B35.0927.3411.0910.73
C20.0014.0012.0010.00
Table 3. Mean of packet transmission time between brokers in MCS A, B, and C.
Table 3. Mean of packet transmission time between brokers in MCS A, B, and C.
MCSBrokersAverage of Packet Transmission Between Brokers (ms)
Br1Br2Br3Br4
ABr14.83339.73319.73334.88
Br2339.454.39242.35279.81
Br3318.30241.303.4343.73
Br4337.13279.0842.693.96
BBr18.50221.36167.63138.79
Br2226.445.11159.4492.95
Br3175.47155.754.6171.49
Br4139.7691.1173.954.30
CBr13.4349.5143.7339.94
Br251.014.8284.5729.60
Br344.7585.853.9680.65
Br441.7827.5179.985.59
Table 4. Range of changes of the adjustment interval Ix (ms) for the experiments “var∆I” in MCS A, B, and C.
Table 4. Range of changes of the adjustment interval Ix (ms) for the experiments “var∆I” in MCS A, B, and C.
MCSRange of Changes of Ix (ms)
A[169.900 … 489.900]
B[113.250 … 265.250]
C[53.125 … 108.525]
Table 5. SD values of the duration Δ t f r o m t o t r of packet transmission between brokers in the MCSs.
Table 5. SD values of the duration Δ t f r o m t o t r of packet transmission between brokers in the MCSs.
MCSBrokersStandard Deviation SD1Standard Deviation SD2
Br1Br2Br3Br4Br1Br2Br3Br4
ABr103.92293.69193.8669049.035846.149148.3358
Br23.919602.79843.231048.9954034.980240.3871
Br33.67542.786300.505045.942634.828706.3119
Br43.89283.22250.4929048.660540.28176.16180
BBr102.55601.93561.6026031.950624.195320.0326
Br22.614701.84111.073332.6838023.013213.4162
Br32.02621.798400.825525.326922.4806010.3187
Br41.61381.05200.8539020.172613.150610.67380
CBr100.57170.50500.461207.14626.31195.7648
Br20.589000.9765 0.34187.3627012.20664.2724
Br30.51670.991300.93136.459112.3914011.6408
Br40.48240.31770.923506.03043.970711.54410
Table 6. Sets of availability windows W in MCS A, B, and C for experiments “varW”.
Table 6. Sets of availability windows W in MCS A, B, and C for experiments “varW”.
MCSName
of Set
Availability Windows Wx (ms)
W1W2W3W4
AW0 − 50%84.935034.885010.87505.4700
W0 − 25%127.402552.327516.31258.2050
W0169.870069.770021.750010.9400
W0 + 25%212.337587.212527.187513.6750
W0 + 50%254.8050104.655032.625016.4100
BW0 − 50%17.545013.67005.54505.3650
W0 − 25%26.317520.50508.31758.0475
W035.090027.340011.090010.7300
W0 + 25%43.862534.175013.862513.4125
W0 + 50%52.635041.010016.635016.0950
CW0 − 50%10.00007.00006.00005.0000
W0 − 25%15.000010.50009.00007.5000
W020.000014.000012.000010.0000
W0 + 25%25.000017.500015.000012.5000
W0 + 50%30.000021.000018.000015.0000
Table 7. Average of the data write latency in MCS A for I = 289.90 ms, SD2 of Δ t f r o m t o t r , and UtoBr = 100 req/s.
Table 7. Average of the data write latency in MCS A for I = 289.90 ms, SD2 of Δ t f r o m t o t r , and UtoBr = 100 req/s.
Average of the Data Write Latency (ms)
Br1Br2Br3Br4
664.6392682.7719713.6057724.7734
Table 8. Average of the latency of the packet number formation in MCS A brokers for different SD values of packet transmission durations between brokers.
Table 8. Average of the latency of the packet number formation in MCS A brokers for different SD values of packet transmission durations between brokers.
Adjustment Interval
I (ms)
Standard Deviation (ms)Average of the Latency of the Formation of Packets Number (ms)
Br1Br2Br3Br4
289.90 SD2144.1962227.7739259.4436261.4491
SD1107.4606189.0890225.3060227.1781
209.90SD196.5219167.9406203.1084205.3815
229.9098.5903173.5104209.5391212.5863
249.90101.8672179.1206215.1092216.7648
269.90104.5551182.0716217.8441219.7127
Table 9. Average of the data write latency in MCS A for different adjustment intervals.
Table 9. Average of the data write latency in MCS A for different adjustment intervals.
Adjustment Interval I (ms)Average of the Data Write Latency (ms)Number of “Late” Packets out of 10,000
Br1Br2Br3Br4
209.90502.7898487.6762515.2307523.99866696
229.90539.7138535.8083564.8082574.16851838
249.90579.9570584.8174615.1671624.25180
269.90621.2052632.7332664.1750673.37070
289.90664.6258682.4046716.1017724.15440
Table 10. Average of the data write latency in MCS A for different adjustment intervals I and availability window sets W.
Table 10. Average of the data write latency in MCS A for different adjustment intervals I and availability window sets W.
Adjustment Interval I (ms)Name of SetAverage of the Data Write Latency (ms)
Br1Br2Br3Br4
249.90W0 − 50%578.1322604.7697627.1246627.8015
W0 − 25%571.9400594.0697621.5324625.6943
W0579.9570584.8174615.1671624.2518
W0 + 25%601.1039577.7559611.6084620.2109
W0 + 50%637.6934573.0511606.0604617.2175
269.90W0 − 50%627.0558655.2516675.6664679.8482
W0 − 25%618.0937643.8742670.4398677.5652
W0621.2052632.7332664.1750673.3707
W0 + 25%635.8850626.6528660.3239671.7383
W0 + 50%666.5338620.0096656.6366669.9980
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.

Share and Cite

MDPI and ACS Style

Kozina, O.; Machado, J.; Volk, M.; Heiko, H.; Panchenko, V.; Kozin, M.; Ivanova, M. Opportunities for Adapting Data Write Latency in Geo-Distributed Replicas of Multicloud Systems. Future Internet 2025, 17, 442. https://doi.org/10.3390/fi17100442

AMA Style

Kozina O, Machado J, Volk M, Heiko H, Panchenko V, Kozin M, Ivanova M. Opportunities for Adapting Data Write Latency in Geo-Distributed Replicas of Multicloud Systems. Future Internet. 2025; 17(10):442. https://doi.org/10.3390/fi17100442

Chicago/Turabian Style

Kozina, Olha, José Machado, Maksym Volk, Hennadii Heiko, Volodymyr Panchenko, Mykyta Kozin, and Maryna Ivanova. 2025. "Opportunities for Adapting Data Write Latency in Geo-Distributed Replicas of Multicloud Systems" Future Internet 17, no. 10: 442. https://doi.org/10.3390/fi17100442

APA Style

Kozina, O., Machado, J., Volk, M., Heiko, H., Panchenko, V., Kozin, M., & Ivanova, M. (2025). Opportunities for Adapting Data Write Latency in Geo-Distributed Replicas of Multicloud Systems. Future Internet, 17(10), 442. https://doi.org/10.3390/fi17100442

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop