key: cord-0330739-c86yvrq7 authors: Wang, Tianjiao; Wang, Zengfu; Moran, Bill; Zukerman, Moshe title: Optimal Tree Topology for a Submarine Cable Network With Constrained Internodal Latency date: 2020-07-29 journal: nan DOI: 10.1109/jlt.2021.3057171 sha: 7772dd39028a7a229dc19022077b7a6e713f88ad doc_id: 330739 cord_uid: c86yvrq7 This paper provides an optimized cable path planning solution for a tree-topology network in an irregular 2D manifold in a 3D Euclidean space, with an application to the planning of submarine cable networks. Our solution method is based on total cost minimization, where the individual cable costs are assumed to be linear to the length of the corresponding submarine cables subject to latency constraints between pairs of nodes. These latency constraints limit the cable length and number of hops between any pair of nodes. Our method combines the Fast Marching Method (FMM) and a new Integer Linear Programming (ILP) formulation for Minimum Spanning Tree (MST) where there are constraints between pairs of nodes. We note that this problem of MST with constraints is NP-complete. Nevertheless, we demonstrate that ILP running time is adequate for the great majority of existing cable systems. For cable systems for which ILP is not able to find the optimal solution within an acceptable time, we propose an alternative heuristic algorithm based on Prim's algorithm. In addition, we apply our FMM/ILP-based algorithm to a real-world cable path planning example and demonstrate that it can effectively find an MST with latency constraints between pairs of nodes. We have experienced an explosive growth of internet traffic over the last several decades that is expected to continue with the rapid development of 5G, IoT and AI technologies, especially considering the current COVID-19 outbreak. Cisco's latest report that predates the COVID-19 outbreak states that global annual IP traffic will reach 4.8 ZB per year by 2022 [1] . As the COVID-19 pandemic places many countries in lock down and many people are working (and learning) from home, the consumption of internet services increases dramatically. Generally, as the result of the pandemic, internet traffic is 25% to 30% higher than usual [2] . Submarine cables form a critical component of the international data transmission system, carrying more than 99% of global IP traffic [3] . As IP traffic is growing larger, the construction of additional submarine cables and their path planning optimization are key for meeting the ever-increasing internet traffic demands and provision of cost-effective and reliable internet services. An important factor in cable path planning optimization is the cost of cable construction. While the cost may depend on several factors, such as future cost consequences of cable breakage associated with earthquakes or fishing activity, and the legal requirements to avoid certain areas, as discussed in [4] , for this paper, for simplicity, we regard it as a linear function of cable length. That is, the cost of the cable between two nodes is assumed to only be based on the length of the geodesic in an irregular 2D manifold in a 3D Euclidean space. Our simplified assumption will be applicable to areas where the above mentioned factors are not applicable. In Section V we give an example for a region the Mediterranean, to show that our solution using this assumption is almost identical to a solution based on risk consideration where all of the risk factors are taken into account in the cable path design. Based on the Fast Marching Method (FMM) [5, 6] , we find an optimal cable path between two nodes and its optimal length and cost (linear in the length). Currently, the cost of submarine cable construction is estimated at around 24,000 USD per kilometer indicating a significant cost of a long-haul submarine cable that may be in the tens or even hundreds of millions of dollars. Accordingly, a procedure to find the minimum length and/or cost of laying a cable path network, becomes an important part of constructing a submarine cable system [7, 8] . As mentioned above, in this paper, we focus on the case, where only the cable length affects the cost. Henceforth, we will use the term FMM -length only to refer to this approach. For comparison, we will also use the approach of [4] where the cable path is based on FMM involving a range of considerations such as cable survivability [9] , and this approach will be called FMM -length and other considerations. An even simpler approach than FMMlength only is the one based on the great-circle distance between any two nodes. We will use the common term of great-circle distance for this approach. Although the great-circle distance is a good approximation to the path length, it does not provide the actual cable path since it does not consider the geographic terrain. Another important criterion considered in cable path planning is latency, which is the time it takes for a data packet to travel from the sender to the receiver. Latency includes transmission time as well as propagation and queuing delays. Propagation delay which is linearly proportional to the cable length is a significant source of latency [10] . In addition, for a cable network, some pairs of nodes are not connected directly by a single cable, so the data transmitted between them need to go through other nodes which increase queuing delay and therefore latency. From the report in [11] , each 1, 000 kilometers of cable length produces approximately 10 milliseconds round trip delay. Clearly, longer cable length and more intermediate nodes will affect the users'experience of some latency-critical applications and may even inhibit the use of such applications. One example of such latency-critical applications is an autonomous-vehicle system. As autonomous-vehicle technologies evolve, the data generated by vehicles grow exponentially [12] . The execution of autonomous driving needs to be real-time, and according to [13] , the time latency must be lower than 10 ms. Processing this substantial amount of data in a fast and seamless way is one of the main challenges for the development of autonomous vehicles [13] . However, the penetration rates of autonomous vehicles may vary from region to region. Therefore, for areas/cities where autonomous driving will be heavily used, strict data transmission latency to the data center is likely to be required. Latency has also become an important performance consideration for areas such as cloud computing, finance, and content providers. For finance, in many cases, reduction of latency by few milliseconds can significantly increase trading profitability. This is especially true for high-frequency trading that requires the lowest available latency between trading centers [11, 14] . Low latency also plays important role in improving performance of internet services for users. According to reports from online search companies that include Google and Bing, increased latency adversely affects their businesses because it reduces the number of clicks and internet searches. Research done in Bing has indicated that a two-second slowdown would reduce revenue per user by 4.3%. The reduction in latency can improve performance, profitability and increase sales for customers. Amazon revealed that every latency of 100 milliseconds causes reduction of its sales by 1% [14]. Online games also have strict latency requirements. On average, if the latency is increased by 100 ms, players reduce their QoE ratings by 14% [15] . It is predicted that the sales of competitive games in 2020 will reach 11 billion and in reality this may even further increase as more people stay at home because of the COVID-19 pandemic and play games. This is evidenced by reports on increase by 70-75% in gaming activities in USA and Italy [16] . Game developers and publishers are finding methods to ensure that their users receive superior QoE. They plan to build new submarine cables to achieve 1TBper-second bandwidth [17] . According to the Submarine Cable Almanac of 2016 [18] , of all 266 submarine cable systems in the world, 246 have a tree topology (152 out of these 246 systems are point-to-point topology, and the remaining 94 cable systems use trunk-and-branch topology). In 36 cable systems that are now in the planning stage, 12 of them use point-to-point topology and 12 of them use trunk-andbranch topology. A tree topology (including both pointto-point and trunk-and-branch) is the most commonly used topology in submarine cable systems. In this paper, we aim to limit the time latency between pairs of nodes according to their requirements while minimizing the overall construction cost of the cable network. Nodes with strict latency requirements are either located near data centers, or they are heavy users of latency-critical applications that require limited latency in their communications with data centers. The contributions of this paper are as follows. We propose a new perspective to optimize cable network planning. We regard minimizing cost of cable network problem as a Minimum Spanning Tree (MST) problem and consider the latency constraints between pairs of nodes. To our best knowledge, latency constraints between pairs of nodes have not been considered in the research of cable network planning. We provide, for the first time, a new method for the MST problem over an irregular 2D manifold in 3D space with constraints that include the length as well as the number of intermediate nodes between pairs of nodes. Our new method combines the FMM -length only which is used to find the optimized cable path between pairs of two nodes and its cost, as well as a new Integer Linear Programming (ILP) formulation that provides a tree-topology cable network at minimal cost and also satisfies the latency constraints for any pair of nodes. We analyze the number of the variables and constraints in the formulation and illustrate the complexity of our ILPbased algorithm via run-times with graphs with a various number of nodes and constraint requirements. For largescale cable systems for which the ILP-based algorithm is not able to find the optimal solution within the time limit, we propose an alternative heuristic algorithm based on Prim's algorithm. The remainder of this paper is organized as follows. In section II, we review related research on cable path planning. In Section III, we model the problem of a submarine cable network with constrained latency between pairs of nodes as an MST with constraints problem. In Section IV we propose an ILP formulation to solve this problem for wide majority scale of existing cable systems, and an alternative heuristic algorithm for very few large-scale cable systems. A real-world example that uses our method to achieve optimal cable network planning is shown in Section V. Finally, Section VI concludes this paper. Many research publications on cable path planning focus on minimizing the total cable cost under the survivability constraints [4, [19] [20] [21] [22] [23] [24] . Msongaleli et al. [22] considered a set of possible routes between nodes and a set of disaster scenarios with a probability model for cable break and provided an ILP-based algorithm to design a submarine cable network to minimize the expected cost in case of a disaster. In [21] , Zhao et al. proposed a path planning method that aims to obtain a path aiming to minimize cable cost and earthquake risk to the cable using a semi-supervised model based on raster graphics. They used the Dijkstra's algorithm to minimize cost and cable break risk as a result of an earthquake. In [4, 23, 24] , the approach we call FMM -length and other considerations was used to provide a solution for a multi-objective (cost and risk) pathplanning problem on a 2D manifold in a 3D space that models the earth's surface. In addition to considering presence of earthquake-activities, various other design considerations (such as water depth, sediment hardness and human activities) were considered in the cable path design. Most of these existing work on cable path planning so far focused mainly on point-to-point path optimization. Except for point-to-point cable design, there is still remains the problem of choosing the optimal topology for the cable system, and as mentioned above, a tree is a widely used topology for cable systems. The paper closest to the present paper in terms of the cable path planning is [25] which optimizes the cable network in a tree topology. In [25] , Wang et al. considered path planning for a cable system with a trunk-and-branch tree topology on the earth's surface and formulated the problem as a Steiner Minimal Tree problem. Tran et al. [26] presented a dynamic programming method to choose new links and routes for a given network. None of these cable path planning methods considered latency constraints for different pairs of nodes which is the main contribution of this paper. The MST problem is one of the most typical combinatorial optimization problems, and it is heavily considered in this paper. Related work on the MST problem includes work on the Kruskal's algorithm which generates forests in the process of obtaining the MST and find an edge of the least possible weight that connects any two trees in the forests [27] . The computational complexity of Kruskal's algorithm is O(E * log(N )), where E and N represent the number of edges and nodes in the graph, respectively. Prim's algorithm is slightly different from Kruskal's algorithm. It starts from a node n 0 , then selects the least-cost edge e(n 0 , n x ) and adds it and the node n x to the spanning tree. The computational complexity of the Prim's algorithm is O(N 2 ). Kruskal's and the Prim's algorithms can also be used to find the MST with constraints by modification. In [28] , Jaewon and Pedram proposed a novel algorithm, named bounded path length Kruskal (BKRUS), to find MST with constraints. They assumed there is a central node in the graph. The objective is to find an MST that satisfies the distance constraint D from every other node to the central node. However, BKRUS cannot ensure that other pairs of nodes satisfy distance constraints. Over the last couple of decades, as a result of advances in high-performance computing and more efficient algorithms, ILP has achieved considerable success in obtaining optimal solutions to many combinatorial optimization problems. Existing ILP formulations for the MST problem include Martin's Formulation, the Subtour Elimination Formulation, the Cutset Formulation [29] [30] [31] . In this paper, our objective is to construct a tree-topology cable network without additional Steiner nodes at minimal cost, while satisfying constraints on certain paths between specified nodes, possibly involving more than one hop between those nodes. To this end, we consider the cable network as a spanning tree (in the sense of graph theory) in which the cost of every edge is based on the length of the geodesic between its end-nodes. Such costs can be calculated using FMM -length only. Certain pairs of nodes need different requirements of latency, as discussed in Section I, where the constraints represent a number of possible considerations including physical distance (cable length) or the number of intermediate nodes. In particular, while focusing on minimizing the cost of the entire cable network system, we ensure that cable length and number of intermediate nodes between any pair of nodes satisfy given (achievable) latency requirements. Let D be a closed and bounded path-connected region on the surface of the earth where we aim to lay the cable network, and 1, 2, . . . , n ∈ D denote the nodes to be connected in a cable network with spanning tree topology. Let V = {1, 2, . . . , n}. Let (i, j), i, j ∈ V denote the edge connects the nodes i and j on D. Let E denote the set of edges, and G = (V, E) is the graph. Let l i,j denote the length of the cable path between nodes i and j which may include one or several individual cable edges. Let N i,j denote the number of intermediate nodes between nodes i and j, and C = {(i ↔ j), i, j ∈ V } denote the set of pairs of nodes with constraints. A spanning tree T of G is a connected subgraph which does not contain any cycles. That is, T = (V, E * ), E * ⊆ E and T is a tree. Denote the total cost of T by c(T ). We aim to find the T with minimal total cost and meanwhile satisfies the constraints given by C. We formulate the problem in the following equations: subject to where l * i,j is the corresponding threshold for the length constraint, and N * i,j is the corresponding threshold for the nodes number constraint. In this section, we first formulate a new ILP for our problem based on Martin's formulation. We assess its computational burden by calculating its number of decision variables (namely, x ij , y ij , z ab ij ) and constraints and note that it is NP-complete. In addition, we propose a heuristic algorithm based on Prim's MST algorithm for cable systems for which ILP is not able to find the optimal solution within acceptable time. Our ILP-based method is derived from Martin's formulation which expresses the MST problem in terms of a number of polynomial constraints [29, 31] . For the graph G = (V, E), the formulation is given below. subject to Here, c ij represents the cost of the edge (i, j). The variables x ij and y k ij are all binary, where x ij = 1 indicates that the edge (i, j) is included in the spanning tree. The statement y k ij = 1 indicates that edge (i, j) is in the spanning tree and node k is on the side of j, i.e., the connection between nodes k and i must go through node j. Constraint (2b) is derived from the properties required of the tree topology, and provides a guarantee that the number of edges is one less than the number of nodes. Constraint (2c) for (i, j) ∈ E, k ∈ V establishes that, if (i, j) ∈ E is chosen to be a member of the tree (that is, x ij = 1), then any node k ∈ V has either to be on the same side as j (y k ij = 1) or on the same side as i (y k ji = 1). If the edge (i, j) ∈ E is not in the tree (i.e., x ij = 0), then no node (k) is on the side of j or i (y k ij = y k ji = 0). Constraint (2d) for an edge (i, j) ∈ E means that, if (i, j) ∈ E is in the tree (x ij = 1), edges (i, k) connecting to i have to be on the same side as i. If the edge (i, j) ∈ E is not in the tree (x ij = 0), then some edge (i, k) must exist so that node j is connected to node i through node k (i.e., y j ik = 1). The use of Martin's formulation for the MST problem allows us to add the following inequalities (3) and (4) to enforce the cable length and hops (i.e., the number of intermediate nodes minus one) constraints (1b), (1c), respectively. For any (a ↔ b) ∈ C, we have As in the previous definition, y a ij = 1 means that edge (i, j) is in the spanning tree and node a is on the side of node j, y b ji = 1 means that edge (i, j) is in the spanning tree and node b is on the side of i. If both y a ij = 1 and y b ji = 1 then the edge (i, j) is included in the spanning tree and, moreover, in the path between node a and node b. In this case, node a is close to node j and node b is close to node i which gives a direction to edge (i, j). However, the cable path between node a and node b does not have a preferred direction, so we need also to analyze y a ji and y b ij in the same way. The four variables y a ij , y b ji , y a ji and y b ij decide whether the edge (i, j) is included in the path between a and b, without consideration of the direction. Recall that N * a,b in (4) is the maximum number of hops between node a and node b. If the edge (i, j) is included in the path between nodes a and b, the number of hops increases by one. Unfortunately, (3) and (4) are non-linear. To apply ILP techniques, we need to replace them by linear constraints. To this end, we introduce two new variables z ab ij and z ab ji , and make z ab ij = y a ij ·y b ji and z ab ji = y a ji ·y b ij . This means that z ab ij = 1 only when both y a ij = 1 and y b ji = 1; otherwise, z ab ij = 0. Because y a ij , y b ji and z ab ij are binary variables representing Boolean values, the relationship between them can be regarded as a Boolean operation. So we can use four linear constraints to express a single Boolean constraint, as (5) shows. The analysis is the same for z ab ji . Our problem is then reformulated as: subject to Constraints (6b)-(6d) are the same as constraints (2b)-(2d) and enforce the tree topology. Constraint (6e) is used for the length constraint and constraint (6f) is used for the constraint on the number of hops. The variables in the ILP-based formulation include x ij , y k ij and z ij . For a complete graph, |E| = 1/2·|V |·(|V |− 1). For MST with one pair of latency constraint (i.e., |C| = 1), the number of variables is 1/2 · (|V | 3 − |V |). More generally, we analyze the complexity in the case of an incomplete but connected graph. In this case, the total number of variables in the formulation is the sum of the number of x (=|E|), the number of y (=|E| · (|V | − 2)), and the number of z (=2|E||C|). The number of constraints in the ILP-based formulation is one plus the sum of two times the number of x (=2|E|), according to (6b)-(6d), and plus nine times the number of latency constraints requirements (=9|C|), according to (5) and (6e)-(6f). Solution of the ILP formulation above provides a solution of the MST problem. To obtain numerical results for this ILP problem, we use the package python-pulp [32] that employs a method called "branch-and-cut", an exact algorithm based on a combination of the branch-andbound algorithm and the cutting plane method. Much research has been devoted to determining the computational complexity of ILP problems. Kannan et al. [33] showed that ILP problems are all NP-hard. More specifically, 0-1 integer linear programming, a special case of the general ILP problem, is one of Karp's wellknown 21 NP-complete problems [34] . In this paper, we consider an extension of the MST problem. In addition to the well studied problem of finding an MST in a weighted, undirected connected graph, there exist constraints (length or intermediate nodes) between pairs of nodes. Through the above statement, we can effectively explain the MST with constraints problem solved by our ILP formulation is NP-complete. In [31] , a detailed computational analysis of the different ILP formulations was described in terms of run-time. We adopt a similar approach here, and illustrate the computational complexity of our ILP-based algorithm via run-times with graphs with various number of nodes and constraints. In Figure 1 , we provide run-time of our ILP algorithm as a function of the number of nodes and constraints. This figure demonstrates that the run-time of the ILP is exponentially increasing with the number of nodes and constraints. Nevertheless, the ILP solution is applicable to most existing cable systems because the number of nodes in such systems is normally not too large, which implies that the number of latency constraints is also not too large. This is evidenced by information available in the Submarine Cable Almanac of 2020 [18] . According to this information, 93% the cable systems have less than 10 nodes. In Figure 2 , we provide a histogram based on data from [18] of the distribution of the number of nodes in each submarine cable systems. We note that the highest number of nodes for any existing cable system is 39 which is the number of nodes in the so-called South East Asia-Middle East-Western Europe 3 cable system. Therefore, our ILP solution is applicable to a realistic size cable system. Compared with our ILP-based algorithm, the heuristic algorithm that we propose, a modification of Prim's algorithm, can find a small spanning tree that satisfies the constraints if the problem is feasible, but optimality is not guaranteed. We consider a fully connected network modeled as a graph G = (V, E). The weight of each edge is the cable cost (which is linear to the cable length) between its end-nodes. At each step of Prim's algorithm, we first check that all latency constraints are not violated. If this is the case, for all steps, the final solution is obtained by Prim's algorithm. Otherwise, if the addition of an edge to the tree causes a violation of a latency constraint we choose the next least-cost edge to be added to the tree. The algorithm continues until either a feasible solution is obtained or the problem is infeasible. See Algorithm 1. As in Prim's algorithm, finding the next closest node (Line 4 in Algorithm 1) takes O(|V |) executions and the while-loop from Line 3 to Line 11 requires O(|V |) executions. The do-loop from Line 5 to Line 11 requires |C| · (|V | − 1) executions to update the path length from the start/end points in C. The total complexity of this modification of Prim's algorithm with latency constraints is O(|V | · (|V | + 1) + |C| · (|V | + 1)) which is equal to O(|V | 2 ). The advantage of the Prim-based algorithm is that it can be applied in large-scale cable network optimization where there may be many nodes. We apply the heuristic Algorithm 1 Prim-based method for MST with constraints. The graph G = (V, E), and the set of constraints requirements C. A spanning tree T . 1: Let U = {i}, i, an arbitrary node in V ; 2: Let F = ∅, used to store edges in the spanning tree; 3: while U ! = V do 4: Find the smallest edge (i, j), where the node i ∈ U and j ∈ V \ U . algorithm in a graph with 100 nodes to find the MST that satisfies the length constraints. The positions of these 100 nodes are randomly generated in the region [0, 500] × [0, 500]. The length of the edge connecting two nodes is defined as the Euclidean distance between them. The constraint requirement is that the distance between nodes 0 and 50 should be less than 300. The resultant spanning tree satisfying the constraint is shown in Figure 4 . The path between nodes 0 and 50 includes 0−−39, 39− −18, 18 − −28, 28 − −50, of which the total length is 205.99. The total length of the resultant spanning tree is 3289.37. The CPU running time is less than 0.1 ms. Note that the Prim-based algorithm cannot guarantee the spanning tree is optimal but can ensure the spanning tree satisfies the constraints while its total length is within reasonable bounds. In this section, we apply the ILP-based algorithm to a 3D realistic scenario. We use bathymetric data from the Global Multi-Resolution Topography synthesis [35] . The object region D is from a northwest corner (44.000 • N, 2.000 • E) to the southeast corner (36.000 • N, 9.000 • E), as shown in Figure 4 . We plan a submarine cable communication locations and the available links between them form a complete graph. Knowing the cost and length of each edge, we can use our ILP-based algorithm to construct a submarine cable network with minimal cost satisfying the given constraints. Firstly, we use FMM -length only to find the optimal cable path for every pair of nodes. In order to compare the difference between, on the one hand, the optimal cable paths taking account of risk and, we run FMM -length and other considerations again for every pair of nodes to find the optimal path with minimal cost. In addition, we also calculate the great-circle distance between pairs of nodes using their geographic coordinate which are the length of smooth curves. The length and cost of these cable edges calculated by different approaches are recorded in table I. The result of MST for submarine cable network based on the result of FMM -length and other considerations is shown in Figure 5 . Here, we suppose there are no constraints between any pairs of nodes. The result of MST by the other two approaches are same. From the comparison of the records in the table, the difference among FMM -length and other considerations, FMM -length only and great-circle distance is small. However, FMM -length and other considerations and FMM -length only are more close to realistic result, and in this area, the consideration of the risk in cable contribution cost makes a small contribution. Accordingly, in this area, for simplify, we can use FMM -length only to find the optimal cable path. As discussed in Section I, submarine cable network construction often needs to take account of the latency constraints for communication between different pairs of nodes. In order to clearly show our method works well on the constraints consideration, we assume that nodes B and D have a strict latency requirement that the cable length between them is less than 1100 km (d = 1100), the number of hops is no more than three (h = 3), and there is no latency requirements of other pairs of nodes. In the previously generated MST, the cable length between nodes B and D is the sum of edges length between nodes BA, AF, FE and ED (totally, 1107). We add two constraints here to achieve the requirement. In accord with (7), the two constraints are as shown below.   where E is the set of all edges between pairs of nodes, i,j ∈ {A, B, C, D, E, F}. Figure 6 shows the result of our ILP-based algorithm for finding MST for the submarine network with the constraints (d = 1100, h = 3) between nodes B and D. To show the flexibility of our algorithm, we make another example finding MST for the submarine network with tighter latency constraints (d = 800, h = 2) between nodes B and D. Figure 7 shows the result of our ILP-based algorithm for finding MST for the submarine network with tighter latency constraints between nodes B and D. We have provided a method, called FMM/ILP, for optimizing a tree-topology cable network with latency constraints in an irregular 2D manifold in a 3D Euclidean space. Specifically, in the submarine cable application, while focusing on minimizing the cost of the entire network, we ensure that cable length and number of hops between any pair of nodes satisfy latency requirements. Our FMM/ILP method is based on finding a cable path and cost between any pair of nodes using FMM and then finding an MST with latency constraints (i.e. constraints on cable length and the number of hops) for any pair of nodes, based on ILP. We have proposed a new ILP method based on Martin's formulation to solve this MST with constraints. Although, in general, ILP is not scalable, we have shown that it can find an MST with latency constraints for most realistic cable systems in a few minutes. An alternative heuristic algorithm based on the application of Prim's algorithm to finding an MST with constraints has been demonstrated to provide approximate solutions for large scale cable system. A limitation is that we have made a simplifying assumption that the cable cost is linear to its length. Such an assumption is applicable to many cable systems around the world; in particular, we have demonstrated the validity of this assumption for a potential cable system connecting six cities in the Mediterranean Sea. For this validation, we compared the path obtained by the approaches we call "FMM -length only" and "FMM -length and other considerations" and have observed only small differences in the resulting optimal paths. Consistent results have also been obtained for paths and their costs with a third approach based on the great-circle distance. Using optimal cable routing based on FMM -length only between all pairs of nodes, we applied an ILP-based algorithm to find an MST with latency constraints. Finally, we have applied our FMM/ILP-based algorithm to the cable system example in the Mediterranean and have demonstrated that it can find the MST with latency constraints between pairs of nodes. 2019 Annual Report: Defining the Future of The Internet The Network Impact of the Global COVID-19 Pandemic Submarine telecoms industry report Cost-effective path planning for submarine cable network extension Fast marching methods on triangulated domains Fast marching methods Davenport, Submarine Cables: the handbook of Law and Policy A seismic resistant design algorithm for laying and shielding of optical fiber cables Technical, commercial and regulatory challenges of QoS: An internet service model perspective Trans-atlantic network latency reduced Tailbench: a benchmark suite and evaluation methodology for latencycritical applications The biggest challenge car makers face in delivering data-driven UX The effects of latency on player performance and experience in a cloud gaming system Problematic online gaming and the COVID-19 pandemic Game companies planning for up to 1TB-per-second bandwidth on ocean cables Submarine telecoms industry report Network and risk modeling for disaster survivability analysis of backbone optical communication networks Survivable topology design of submarine networks Route selection for cabling considering cost minimization and earthquake survivability via a semi-supervised probabilistic model Disaster-aware submarine fiberoptic cable deployment for mesh networks Multiobjective path optimization for critical infrastructure links with consideration to seismic resilience Path planning of submarine cables Optimal submarine cable path planning and trunk-and-branch tree network topology design Enhancing physical network robustness against earthquake disasters with additional links On the shortest spanning subtree of a graph and the traveling salesman problem Constructing minimal spanning/steiner trees with bounded path length Using separation algorithms to generate mixed integer model reformulations Integer programming formulations for minimum spanning forests and connected components in sparse graphs Integer linear programming formulations for the minimum connectivity inference problem and model reduction principles Pulp: a linear programming toolkit for python On the computational complexity of integer programming problems Reducibility among combinatorial problems Global Multi-Resolution Topography Data Synthesis