1.
Introduction
The pattern of connections between components in a parallel computer system is called the interconnection network of that system. Current massively parallel processing systems are connected by interconnection networks with tens of thousands of processors, compute nodes, storage units, etc., thus achieving spatial parallelism. As the number of processors in a parallel computer continues to increase, the overhead of communicating between processors through interconnections is also increasing. Therefore, the implementation of parallel computer system functions depends heavily on the performance of the system interconnection network.
An interconnection network is a network in which multiple processors or functional components within a computer are interconnected by switching elements according to a certain topology and control method. The topology of an interconnection network is the main structural characteristic of an interconnection network. From a graph theory perspective, the topology of an interconnection network can be represented as a graph, with the vertices of the graph representing the processors in the system, and the edges of the graph representing the communication links between the components.
Traditionally, the reliability of interconnection networks has been measured in terms of connectivity of a graph. In the late 1980s, in the study of the network reliability, it was found that there were some obvious shortcomings in measuring the reliability of interconnected networks in terms of edge connectivity and connectivity of a graph: first, both parameters are analyzed and applied with the implicit assumption that all neighbors of each node would fail at the same time. However, a network application practice shows that this is almost impossible. Second, when nodes fail simultaneously and the remaining network does not remain connected, no further consideration is given to whether each connected component still retains certain necessary properties.
Inspired by the classical connectivity defect, Harary[13] proposed the conditional connectivity, which is the minimum number of vertices removed to make the graph disconnected and placing some requirements on the components. Among all kinds of conditional connectivities, the g-extra connectivity proposed by Fàbrega and Fiol [3,4] is one of the most studied conditional connectivity. Let S be a vertex set of a graph G. If S is called a g-extra cut, then G−S is disconnected and each component of G−S has at least g+1 vertices. The cardinality of a minimum g-extra cut of G, denoted by κg(G), is the g-extra connectivity of G. Obviously, κ0(G)=κ(G), so the g-extra connectivity can be regarded as a generalization of classical connectivity and it can more accurately measure the reliability of a network. Determining the general g-extra connectivity of a graph is not easy work, so there are many results when g is a small parameter and there are also some general results, refer to [5,9,11,12,14,19,21]. What fails in an interconnection network is often a specific structure, not just individual vertices. The concepts of the structure connectivity and the substructure connectivity were proposed by Lin et al.[10]. Let H be a connected subgraph of G and F be a set of subgraphs of a graph G such that every element in F is isomorphic to H (resp. the subgraph of H). If G−V(F) is disconnected, then F is called an H-structure cut (resp. H-substructure cut). The minimum cardinality of H-structure cuts (resp. H-substructure cuts) is called the H-structure connectivity (resp. H-substructure connectivity) of G, denoted by κ(G;H) (resp. κs(G;H)). The results of the structure connectivity and substructure connectivity of many network graphs have been studied[6,7,8,17,18].
In order to more accurately measure the reliability of a network, we combine the concepts of the g-extra connectivity and the structure connectivity and substructure connectivity to propose two novel kinds of connectivity: g-extra H-structure connectivity and g-extra H-substructure connectivity. The two novel connectivities not only retain each connected component property after deleting the faulty vertices, but also take into account the structure of the deleted vertices, which is a more general conditional connectivity.
In this paper, we use G−F to represent the subgraph obtained from G by deleting all vertices in F. The following are definitions of the g-extra H-structure connectivity and g-extra H-substructure connectivity.
Definition 1.1. Let H be a connected subgraph of G and g be a nonnegative number. If F is a set of subgraphs of G such that every element in F is isomorphic to H, then F is called a g-extra H-structure cut satisfying that G−F is disconnected and each component of G−F has at least g+1 vertices. The g-extra H-structure connectivity of G, denoted by κg(G;H), is defined as κg(G;H) = min{|F||F is a g-extra H-structure cut of G}, where |F| is the number of elements in F.
Definition 1.2. Let H be a connected subgraph of G and g be a nonnegative number. If F is a set of subgraphs of G such that every element in F is isomorphic to a connected subgraph H, then F is called a g-extra H-substructure cut satisfying that G−F is disconnected and each component of G−F has at least g+1 vertices. The g-extra H-substructure connectivity of G, denoted by κsg(G;H), is defined as κsg(G;H) = min{|F||F is a g-extra H-substructure cut of G}, where |F| is the number of elements in F.
Obviously, κsg(G;H)≤κg(G;H).
2.
Preliminaries
2.1. Basic notations and definitions
Table 1 gives some of the notations that will be used in this paper. For relevant concepts and notations which are not mentioned in this Table 1 below may refer to [1].
2.2. The hypercube
The hypercube is the most dominant interconnection network topology used by computer systems today, for example, the famous parallel computing systems Cray T3D, Cray T3E, IBM Blue Gene, etc., are built with it as the interconnection network topology. The hypercube Qn has n2n−1 edges and 2n vertices. For every vertex v in Qn, it is represented as v=x1x2…xn for xi∈{0,1} and 1≤i≤n. If two vertices differ in only one position, then they are adjacent. Noting that vi=x1x2…¯xi…xn as the neighbor of v with position i different from v. Denoting vi,j as the vertex that position i and position j are different from v and the other positions are the same. Similarly, v1,2,…,k denotes a vertex that is not identical to vertex v at position from 1 to k, for 1≤k≤n. We set Qin be the subgraph of Qn induced by the bit n being i, where i∈{0,1}. Obviously, Qin is isomorphic to Qn−1 for i∈{0,1} (See Figure 1). Note that Qn is a bipartite graph, so there is no odd cycles in Qn.
The following are some useful lemmas in this paper.
Lemma 2.1. [20] There is no 3-cycle in Qn and the cardinality of cycle in Qn is at least four.
Lemma 2.2. [15] Any two vertices in Qn (n≥3) have exactly two common neighbors, if they have any.
Lemma 2.3. [16] Let C be a subgraph of Qn with |V(C)|=g+1 for n≥4. Then |NQn(C)|≥(g+1)n−2g−(g2).
Lemma 2.4. [16] For n≥4,
Lemma 2.5. [16] For H⊆V(Qn) and Qn−H is disconnected, if |H|≤2n−2 for n≥3, then Qn−H has an isolated vertex (or an isolated edge) and a large component. Moreover, when |H|=2n−2, we have that Qn−H has an isolated edge.
Lemma 2.6. Let Pk(k≥3) be a path with k vertices in Qn. For any edge (u,v)∈E(Qn) and {u,v}⊆V(Qn−Pk), |N({u,v})∩V(Pk)|≤⌈2k3⌉.
Proof. For any three consecutive vertices, denoted by x,y and z, on a path Pk in Qn with {(x,y),(y,z)}⊆E(Qn). We claim that |N({u,v})∩{x,y,z}|≤2. We prove this result by contradiction. Suppose that |N({u,v})∩{x,y,z}|=3. If there exist two adjacent vertices of x,y,z such that both are adjacent to either u or v, then there is a 3-cycle, a contradiction to Lemma 2.1 (See Figure 2(a, b)). Otherwise, by symmetry, we may assume that x and z are adjacent only to u and y is adjacent only to v. Then, N(u)∩N(y)={x,z,v}, contradicting with Lemma 2.2 (See Figure 2(c)).
Lemma 2.7. Let Pk(k≥4) be a path with k vertices in Qn. For any P3 in Qn, denoted by uvw and {u,v,w}⊆V(Qn−Pk), then |N({u,v,w})∩V(Pk)|≤⌈3k4⌉.
Proof. For any four consecutive vertices, denoted by t,x,y,z, on a path Pk in Qn with {(t,x),(x,y), (y,z)}⊆E(Qn). We claim that |N({u,v,w})∩{t,x,y,z}|≤3. Prove this result with a contradiction. Suppose that |N({u,v,w})∩{t,x,y,z}|=4. By Lemma 2.6, at most two of the three consecutive vertices on a path Pk are neighbors of {u,v} and |N({u,v})∩{t,x,y,z}|≤3. By symmetry, two cases need to be considered: (1) u is adjacent to t and v is adjacent to x and z; (2) u is adjacent to x and z and v is adjacent to t. If |N({u,v,w})∩{t,x,y,z}|=4, then w is adjacent to y. In Case (1), N(v)∩N(y)={x,z,w}, contradicting with Lemma 2.2. In Case (2), there is a 5-cycle, a contradiction (See Figure 3).
In the following section 3, we will give the main results of this paper.
3.
Main results
Lemma 3.1. κ1(Qn;P2)≤n−1 for n≥4.
Proof. For any two vertices u and v in Qn and (u,v)∈E(Qn), without loss generality, suppose that u=00⋯0 and v=10⋯0. By the structure of Qn, we know that ui and vi are adjacent for 2≤i≤n. Hence, (ui,vi)∈E(Qn) and uivi≅P2. It follows that there are (n−1) P2′s to be adjacent to uv (See Figure 4). Let F={uivi|2≤i≤n}. Then |F|=n−1 and |V(F)|=2n−2. By Lemma 2.5, Qn−F has an isolated edge (u,v) and a large component. Thus, κ1(Qn;P2)≤n−1.
Lemma 3.2. κs1(Qn;P2)≥n−1 for n≥4.
Proof. Let F be a 1-extra P2-substructure cut. Then the elements in F are either isolated vertices or P2′s. It suffices to show that Qn−F is connected when |F|≤n−2. This lemma is pvoved by contradiction. Suppose that Qn−F is disconnected and C is the smallest component of Qn−F. Since F is a 1-extra P2-substructure cut, |V(C)|≥2, furthermore,
|V(F)|≤2(n−2)=2n−4<2n−2=κ1(Qn), a contradiction.
Thus, we have |F|≥n−1. This proof is complete. □
By Lemma 3.1 and Lemma 3.2, we can easily obtain the following theorem.
Theorem 3.3. κ1(Qn;P2)=κs1(Qn;P2)=n−1 for n≥3.
The following will prove the result when 3≤k≤3n−4.
Lemma 3.4. Let m, n and k be positive integers and n≥5, 3≤k≤3n−4.
Proof. For any two vertices u and v in Qn and (u,v)∈E(Qn), without loss generality, suppose that u=00⋯0 and v=10⋯0. By the structure of Qn, we know that ui and vi are adjacent for 2≤i≤n. Furthermore, the vertex vj,j+1(resp. uj,j+1) is a common neighbor of vj(resp. uj) and vj+1(resp. uj+1) for 2≤j≤n−1. It follows that (uj,vj)∈E(Qn), (vj,vj,j+1)∈E(Qn)(resp. (uj,uj,j+1)∈E(Qn)) and (vj,j+1,vj+1)∈E(Qn)(resp.(uj,j+1,uj+1)∈E(Qn)) (See Figure 5). In the following, we find a path formed a cut set F and every element in F is isomorphic to Pk such that Qn−F is disconnected and the smallest component has at least two vertices. The discussion is divided into three cases:
Case 1. k=3m.
Let 3n−4=k⋅q+r where q and r are nonnegative integers with 0≤r<k. When k=3m, we have that 3n−4 is not divisible by k, so r≠0. In the following proof, we assume that q is odd and the proof that q is even is similar.
Case 1.1 m is odd.
When m is odd, we can construct the following set of path cuts where each element is isomorphic to Pk:
P1k=u2v2v2,3⋯⋯uk+33vk+33vk+33,k+63,
P2k=vk+63uk+63uk+63,k+93⋯⋯v2k+33v2k+33u2k+33,2k+63,
⋮
Pqk=u(q−1)k+63v(q−1)k+63v(q−1)k+63,(q−1)k+93⋯⋯uqk+33vqk+33vqk+33,qk+63,
Pq+1k=vqk+63⋯vnunun,2un,2,3⋯un,2,3,⋯(k(q+1)−3n+4).
Case 1.2 m is even.
When m is even, we can construct the following set of path cuts where each element is isomorphic to Pk:
P1k=u2v2v2,3⋯⋯vk+33uk+33uk+33,k+63,
P2k=uk+63vk+63vk+63,k+93⋯⋯u2k+33u2k+33v2k+33,2k+63,
⋮
Pqk=v(q−1)k+63u(q−1)k+63u(q−1)k+63,(q−1)k+93⋯⋯vqk+33uqk+33uqk+33,qk+63,
Pq+1k=uqk+63⋯unvnvn,2vn,2,3⋯vn,2,3,⋯(k(q+1)−3n+4).
In Case 1, whether m is odd or even, we can construct a set F={P1k,P2k,⋯,Pq+1k} such that Qn−F is disconnected because {(u,v)} is a component of Qn−F. In this case, q+1=⌈3n−4k⌉.
Case 2. k=3m+1.
Let 3n−4−⌊3n−42k⌋=k⋅q+r where q and r are nonnegative integers with 0≤r<k.
Case 2.1 m is odd.
When m is odd, we can construct the following set of path cuts where each element is isomorphic to Pk:
Case 2.1.1 r=0.
P1k=u2v2v2,3⋯⋯vk+23vk+23,k+53vk+53,
P2k=uk+53uk+53,k+63uk+63⋯⋯u2k+13,2k+43u2k+43v2k+43,
P3k=v2k+73u2k+73u2k+73,2k+103⋯⋯u3k+33u3k+33,3k+63u3k+63,
⋮
Pqk=v(q−1)k+2q+13⋯⋯v(n−1),nvnun. (or Pqk=u(q−1)k+2q+13⋯⋯u(n−1),nunvn.)
Case 2.1.2 r≠0.
P1k=u2v2v2,3⋯⋯vk+23vk+23,k+53vk+53,
P2k=uk+53uk+53,k+63uk+63⋯⋯u2k+13,2k+43u2k+43v2k+43,
P3k=v2k+73u2k+73u2k+73,2k+103⋯⋯u3k+33u3k+33,3k+63u3k+63,
⋮
Pqk=v(q−1)k+2q+13⋯⋯uqk+2q3, (or Pqk=u(q−1)k+2q+13⋯⋯vqk+2q3, )
Pq+1k=vqk+2q3⋯⋯unvnvn,2⋯⋯vn,2,⋯(q+1)k−3n+2q−1.
(or Pq+1k=uqk+2q3⋯⋯vnunun,2⋯⋯un,2,⋯(q+1)k−3n+2q−1.)
Case 2.2 m is even.
When m is even, we can construct the following set of path cuts where each element is isomorphic to Pk:
Case 2.2.1 r=0.
P1k=v2u2u2,3⋯⋯uk+23uk+23,k+53uk+53,
P2k=vk+53vk+53,k+63vk+63⋯⋯v2k+13,2k+43v2k+43u2k+43,
P3k=u2k+73v2k+73v2k+73,2k+103⋯⋯v3k+33v3k+33,3k+63v3k+63,
⋮
Pqk=u(q−1)k+2q+13⋯⋯u(n−1),nunvn. (or Pqk=v(q−1)k+2q+13⋯⋯v(n−1),nvnun.)
Case 2.2.2 r≠0.
P1k=v2u2u2,3⋯⋯uk+23uk+23,k+53uk+53,
P2k=vk+53vk+53,k+63vk+63⋯⋯v2k+13,2k+43v2k+43u2k+43,
P3k=u2k+73v2k+73v2k+73,2k+103⋯⋯v3k+33v3k+33,3k+63v3k+63,
⋮
Pqk=u(q−1)k+2q+13⋯⋯vqk+2q3, (or Pqk=v(q−1)k+2q+13⋯⋯uqk+2q3, )
Pq+1k=uqk+2q3⋯⋯vnunun,2⋯⋯un,2,⋯(q+1)k−3n+2q−1.
(or Pq+1k=vqk+2q3⋯⋯unvnvn,2⋯⋯vn,2,⋯(q+1)k−3n+2q−1.)
In Case 2, when m is odd or even and r=0, we construct a set F={P1k,P2k,⋯,Pqk} with q elements; when m is odd or even and r≠0, we construct a set F={P1k,P2k,⋯,Pqk,Pq+1k} with q+1 elements. Then Qn−F is disconnected since {(u,v)} is a component of Qn−F. In this case, when r=0, q=⌈3n−4−⌊3n−42k⌋k⌉; when r≠0, q+1=⌈3n−4−⌊3n−42k⌋k⌉.
Case 3. k=3m+2.
Let 3n−4−⌊3n−4k⌋=k⋅q+r where q and r are nonnegative integers with 0≤r<k.
Case 3.1 m is odd.
When m is odd, we can construct the following set of path cuts where each element is isomorphic to Pk:
Case 3.1.1 r=0.
P1k=u2v2v2,3⋯⋯uk+43, P2k=uk+73⋯⋯u2k+53, P3k=u2k+83⋯⋯u3k+63,
⋮
Pqk=u(q−1)k+5+q3⋯⋯vnun.
Case 3.1.2 r≠0.
P1k=u2v2v2,3⋯⋯uk+43, P2k=uk+73⋯⋯u2k+53, P3k=u2k+83⋯⋯u3k+63,
⋮
Pqk=u(q−1)k+5+q3⋯⋯uqk+q+33,
Pq+1k=uqk+6+q3⋯⋯vnunun,2⋯⋯un,2,⋯(q+1)k−3n+q+4.
Case 3.2 m is even.
In the following proof, we assume that q is odd and the proof that q is even is similar. When m is even, we can construct the following set of path cuts where each element is isomorphic to Pk:
Case 3.2.1 r=0.
P1k=u2v2v2,3⋯⋯vk+43, P2k=vk+73⋯⋯u2k+53, P3k=u2k+83⋯⋯v3k+63,
⋮
Pqk=u(q−1)k+5+q3⋯⋯unvn.
Case 3.2.2 r≠0.
P1k=u2v2v2,3⋯⋯vk+43, P2k=vk+73⋯⋯u2k+53, P3k=u2k+83⋯⋯v3k+63,
⋮
Pqk=u(q−1)k+5+q3⋯⋯vkq+q+33,
Pq+1k=v(k+1)q+63⋯⋯vnunun,2⋯⋯un,2,⋯(q+1)k−3n+q+4.
In Case 3, when m is odd or even and r=0, we construct a set F={P1k,P2k,⋯,Pqk} with q elements; when m is odd or even and r≠0, we construct a set F={P1k,P2k,⋯,Pqk,Pq+1k} with q+1 elements. Then Qn−F is disconnected since {(u,v)} is a component of Qn−F. In this case, when r=0, q=⌈3n−4−⌊3n−4k⌋k⌉; when r≠0, q+1=⌈3n−4−⌊3n−4k⌋k⌉. □
Lemma 3.5. Let m, n and k be positive integers and n≥5.
Proof. Let F={Pjii|1≤ji≤ni,1≤i≤k} be a 1-extra Pk-substructure cut, and such that each element Pjii is isomorphic to Pi, where ni indicates the number of pi.
Case 1. k=3m.
In this case, it suffices to prove that if |F|≤⌈3n−4k⌉−1, then Qn−F is connected. This proof is by contradiction. Assume that Qn−F is disconnected, then
Since F is a 1-extra Pk-substructure cut, the smallest component S of Qn−F with |V(S)|≥2. Hence, it follows that |V(S)|=2. Let V(S)={u,v}, and (u,v)∈E(Qn). By Lemma 2.6, we have
a contradiction.
Case 2. k=3m+1.
In this case, it suffices to prove that if |F|≤⌈3n−4−⌊3n−42k⌋k⌉−1, then Qn−F is connected. This proof is by contradiction. Assume that Qn−F is disconnected, then
Since F is a 1-extra Pk-substructure cut, the smallest component S of Qn−F with |V(S)|≥2. Hence, divided into two subcases.
Case 2.1. |V(S)|=2.
Let V(S)={u,v}, and (u,v)∈E(Qn). By Lemma 2.6, we have
a contradiction.
Case 2.2. |V(S)|=3.
Let V(S)={u,v,w}. There is no 3-cycle in Qn, so G[S] is a P3. By Lemma 2.7, we have
a contradiction.
Case 3. k=3m+2.
In this case, it suffices to prove that if |F|≤(⌈3n−4−⌊3n−4k⌋k⌉−1), then Qn−F is connected. This proof is by contradiction. Assume that Qn−F is disconnected, then
Since F is a 1-extra Pk-substructure cut, the smallest component S of Qn−F with |V(S)|≥2. Hence, divided into two subcases.
Case 3.1. |V(S)|=2.
Let V(S)={u,v}, and (u,v)∈E(Qn). By Lemma 2.6, we have
a contradiction.
Case 3.2. |V(S)|=3.
Let V(S)={u,v,w}. There is no 3-cycle in Qn, so G[S] is a P3. By Lemma 2.7, we have
a contradiction. □
By Lemma 3.4 and Lemma 3.5, we can easily obtain the following theorem.
Theorem 3.6. Let m, n and k be positive integers and n≥4.
4.
Comparative analysis
In this section, we do two sets of comparison to compare the structure connectivity results of the hypercube with the 1-extra structure connectivity results of the hypercube. In [2], the authors determined the structure connectivity and substructure connectivity of the hypercube: Let 3≤k≤n. Then κ(Qn,Pk)=κs(Qn,Pk)=⌈2nk+1⌉ if k is odd and κ(Qn,Pk)=κs(Qn,Pk)=⌈2nk⌉ if k is even. The value of the structure connectivity of the hypercube is equal to the value of the substructure connectivity and the value of the 1-extra-structure connectivity of the hypercube is equal to the value of the 1-extra substructure connectivity, here we compare only the structure connectivity of the hypercube with the 1-extra structure connectivity. In the first set of comparisons, we obtain the results for the number of Pk′s when the dimension of the hypercube is 30 and the length of the Pk′s ranges from 4 to 25. In Figure 6(a), it is clear that the results for 1-extra structure connectivity are better than the results for structure connectivity. In comparison 2, we obtain the results for the number of Pk′s when the hypercube has dimension n={10,15,20,25} and the length of the Pk′s goes from 4 to 10. From the comparative results (Figure 6(b)), it is seen that the 1-extra structure connectivity is better than the structure connectivity when the dimensions n is the same and the lengths of the Pk′s are the same.
5.
Conclusions
In this paper, we propose two new parameters for measuring the network reliability: g-extra H-structure connectivity and g-extra H-substructure connectivity, and obtain some results for Qn:
The experiments show that our results are better than those of structure connectivity and substructure connectivity. Therefore, the proposed two new parameters are meaningful. One can further consider the results for the hypercube when g is larger. Of course, the results of some other well-known networks can be considered.
Use of AI tools declaration
The authors declare they have not used artificial intelligence (AI) tools in the creation of this article.
Acknowledgments
This work is supported by the Science Foundation of Qinghai Province (No. 2021-ZJ-703), the National Science Foundation of China (Nos.11661068, 12261074 and 12201335).
Conflict of interest
The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.