A Innovative Algorithm for Verdict Least Cycle- Breaking Sets of Turns in a Graph*

19
5/18/2018 AInnovativeAlgorithmforVerdictLeastCycle-BreakingSetsofTurnsinaGrap... http://slidepdf.com/reader/full/a-innovative-algorithm-for-verdict-least-cycle-breaking-sets- ISSN: 2395-0560 International Research Journal of Innovative Engineering www.irjie.com Volume1, Issue 2 of February 2015 ________________________________________________________________________________________________ ©2015 ,I RJ IE-All Rights Reserved Page -7 A Innovative Algorithm for Verdict Least Cycle- Breaking Sets of Turns in a Graph *  S.Kalyana Kumar. Dr.B.Chellappa Research Scholar/Mathematics Professor & Head/Mathematics Dravidian Univeristy Allagappa Govt.Arts College, Kuppam Karaikudi Abstract-- In this paper we consider the problem of constructing a minimal cycle-breaking set of turns for a given non-directed graph. This problem is important for deadlock-free wormhole routing in computer and communication networks with irregular topologies, such as Networks of Workstations or NOWs. In a graph , G VE  , triple of vertices ,, abc is a turn if , , , ab bc E   . The proposed Cycle Breaking algorithm, or CB-algorithm, guarantees that the constructed set of prohibited turns is minimal (irreducible) and that the fraction of the prohibited turns will not exceed 1/3 for any graph. The computational complexity of the proposed algorithm is 2 O Nd , where  N  is the number of vertices, and d is the maximum node degree. Memory complexity of the algorithm is O Nd . As far as authors know, this is the first algorithm providing a minimal solution of the problem and a meaningful upper bound on the minimal number of turns, which should be prohibited to break all cycles in a given graph without loss of connectivity. We provide general lower bounds on minimum size of cycle-breaking sets for connected graphs. Further, we construct minimal cycle-breaking sets and establish upper and lower bounds on the minimum fraction of prohibited turns for two important classes of graphs, namely, t-partite graphs and graphs with small degrees.We also present results of computer simulations for the proposed CB-algorithm. These results illustrate the superiority of the proposed CB- algorithm as compared to the well-known and widely used Up/Down techniques. Keywords: networks of workstations, NOWs, wormhole routing, turn model, deadlock prevention 1. I NTRODUCTION  Recently, Networks of Workstations, NOWs [1, 3, 6, 9, 10], have emerged as an inexpensive alternative to massively  parallel multiprocessors [2, 3]. NOWs comprise a collection of routing switches, communication links and workstations interconnected in an ad hoc manner resulting in a graph of irregular topology. In order to minimize network latency and achieve high bandwidth communications, recent experimental and commercial switches for NOWs implement wormhole routing [3, 4]. However, because packets are allowed to hold many resources while requesting others, wormhole routing is very susceptible to deadlocks [3, 5, 6]. Thus, deadlock prevention has become an important  problem in the theory of communication networks. It was proved [13] that the absence of cycles in the channel dependency graph is a sufficient condition for deadlock-free routing. It was later shown [15] that this is also a necessary condition for deadlock-free coherent routing algorithms. The elimination of cycles in the channel dependency graph is equivalent to elimination of all cycles in the sense of Definition 3 (see Section 2, below) in the graph of original communication network. This can be accomplished by  prohibition of a carefully selected set of turns in the graph. A turn in a graph G  is a three-tuple of nodes, ,, abc , such that , ab  and , bc  are edges in G . In order to model existing switch-based networks we assume that G  is non-directed. Several routing methods using turn prohibition currently exist for regular topologies, such as 2-dimensional meshes, tori or hypercubes [2, 3, 7]. It was shown in [7] for meshes and tori and in [9, 10] for irregular topologies that reduction in the number of prohibited turns results in a decrease of average path lengths of messages and in a reduction of average delivery time, thereby increasing throughput. For a general topology, most of the existing routing strategies are based on the spanning tree approach [1]. According to this strategy, a spanning tree is constructed which is subsequently used for communication, thereby guaranteeing deadlock freedom. The main shortcomings of this approach are long message paths and congestion on the edges near the root node [1]. This approach is also very inefficient since a large number of links are not used. This method can be improved by allowing shortcuts using cross-edges that do not belong to the spanning tree. For example,

description

In this paper we consider the problem of constructing a minimal cycle-breaking set of turns for a givennon-directed graph. This problem is important for deadlock-free wormhole routing in computer and communicationnetworks with irregular topologies, such as Networks of Workstations or NOWs. In a graph G  V, E , triple ofvertices a,b,c is a turn if a,b,b,c E . The proposed Cycle Breaking algorithm, or CB-algorithm, guarantees thatthe constructed set of prohibited turns is minimal (irreducible) and that the fraction of the prohibited turns will notexceed 1/3 for any graph. The computational complexity of the proposed algorithm is ON2d  , where N  V is thenumber of vertices, and d is the maximum node degree. Memory complexity of the algorithm is ONd  . As far asauthors know, this is the first algorithm providing a minimal solution of the problem and a meaningful upper bound onthe minimal number of turns, which should be prohibited to break all cycles in a given graph without loss ofconnectivity. We provide general lower bounds on minimum size of cycle-breaking sets for connected graphs. Further,we construct minimal cycle-breaking sets and establish upper and lower bounds on the minimum fraction of prohibitedturns for two important classes of graphs, namely, t-partite graphs and graphs with small degrees.We also present resultsof computer simulations for the proposed CB-algorithm. These results illustrate the superiority of the proposed CBalgorithmas compared to the well-known and widely used Up/Down techniques.

Transcript of A Innovative Algorithm for Verdict Least Cycle- Breaking Sets of Turns in a Graph*

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -7

    A Innovative Algorithm for Verdict Least Cycle-Breaking Sets of Turns in a Graph*

    S.Kalyana Kumar. Dr.B.Chellappa

    Research Scholar/Mathematics Professor & Head/Mathematics Dravidian Univeristy Allagappa Govt.Arts College,

    Kuppam Karaikudi

    Abstract-- In this paper we consider the problem of constructing a minimal cycle-breaking set of turns for a given non-directed graph. This problem is important for deadlock-free wormhole routing in computer and communication networks with irregular topologies, such as Networks of Workstations or NOWs. In a graph ,G V E , triple of vertices , ,a b c is a turn if , , ,a b b c E . The proposed Cycle Breaking algorithm, or CB-algorithm, guarantees that the constructed set of prohibited turns is minimal (irreducible) and that the fraction of the prohibited turns will not exceed 1/3 for any graph. The computational complexity of the proposed algorithm is 2O N d , where N V is the number of vertices, and d is the maximum node degree. Memory complexity of the algorithm is O Nd . As far as authors know, this is the first algorithm providing a minimal solution of the problem and a meaningful upper bound on the minimal number of turns, which should be prohibited to break all cycles in a given graph without loss of connectivity. We provide general lower bounds on minimum size of cycle-breaking sets for connected graphs. Further, we construct minimal cycle-breaking sets and establish upper and lower bounds on the minimum fraction of prohibited turns for two important classes of graphs, namely, t-partite graphs and graphs with small degrees.We also present results of computer simulations for the proposed CB-algorithm. These results illustrate the superiority of the proposed CB-algorithm as compared to the well-known and widely used Up/Down techniques.

    Keywords: networks of workstations, NOWs, wormhole routing, turn model, deadlock prevention 1. INTRODUCTION Recently, Networks of Workstations, NOWs [1, 3, 6, 9, 10], have emerged as an inexpensive alternative to massively parallel multiprocessors [2, 3]. NOWs comprise a collection of routing switches, communication links and workstations interconnected in an ad hoc manner resulting in a graph of irregular topology. In order to minimize network latency and achieve high bandwidth communications, recent experimental and commercial switches for NOWs implement wormhole routing [3, 4]. However, because packets are allowed to hold many resources while requesting others, wormhole routing is very susceptible to deadlocks [3, 5, 6]. Thus, deadlock prevention has become an important problem in the theory of communication networks. It was proved [13] that the absence of cycles in the channel dependency graph is a sufficient condition for deadlock-free routing. It was later shown [15] that this is also a necessary condition for deadlock-free coherent routing algorithms. The elimination of cycles in the channel dependency graph is equivalent to elimination of all cycles in the sense of Definition 3 (see Section 2, below) in the graph of original communication network. This can be accomplished by prohibition of a carefully selected set of turns in the graph. A turn in a graph G is a three-tuple of nodes, , ,a b c , such that ,a b and ,b c are edges in G . In order to model existing switch-based networks we assume that G is non-directed. Several routing methods using turn prohibition currently exist for regular topologies, such as 2-dimensional meshes, tori or hypercubes [2, 3, 7]. It was shown in [7] for meshes and tori and in [9, 10] for irregular topologies that reduction in the number of prohibited turns results in a decrease of average path lengths of messages and in a reduction of average delivery time, thereby increasing throughput. For a general topology, most of the existing routing strategies are based on the spanning tree approach [1]. According to this strategy, a spanning tree is constructed which is subsequently used for communication, thereby guaranteeing deadlock freedom. The main shortcomings of this approach are long message paths and congestion on the edges near the root node [1]. This approach is also very inefficient since a large number of links are not used. This method can be improved by allowing shortcuts using cross-edges that do not belong to the spanning tree. For example,

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -8

    for the widely used the Up/Down routing [1], after a spanning tree is constructed for G , nodes are labeled preserving the partial order defined by the tree with the root having label 1. If we denote the label of a node a as al , then turn , ,a cbl l l is prohibited if abl l and cbl l . For the Up/Down approach [1, 10], given a network topology, the fraction of prohibited turns for deadlock-free routing, depends not only on the selection of a spanning tree but also on the root of the spanning tree, and could be very close to one. The problem of construction of an optimal spanning tree is NP-hard. In [16] authors used a simple turn prohibition algorithm to generalize the application of Network Calculus to arbitrary topologies in which cycles of independent packet flows were eliminated. Ordinarily, Network Calculus applies to feed-forward topologies in which packets do not create cyclic dependencies. Set of prohibited turns generated by this simpler algorithm is not necessarily irreducible. This means that if a turn is deleted from this set, the graph may still be acyclic. In this paper, we introduce the mathematical model in Section 2, followed by establishing lower bounds on the fraction of prohibited turns in Section 3. In Section 4 we describe the CB-algorithm for construction of minimal (irreducible) sets of prohibited turns with the fraction of prohibited turns not exceeding 1/3 for any graph. Then we prove that the set of prohibited turns is irreducible. Next in Section 5, we list the main properties of the CB-algorithm followed by determination of the upper and lower bounds on fractions of prohibited turns for complete bipartite and t-partite graphs in Section 6 and for graphs with small degrees in Section 7. Finally, we present experimental results for randomly generated topologies and offer our conclusions. Our simulation results for topologies with 64 nodes show that the proposed CB-algorithm reduces the number of prohibited turns significantly when compared with the Up/Down approach. The complexity of the developed algorithm is 2O N d and the required memory complexity is O Nd , where N V is the number of nodes, and d is the maximum node degree of the graph ,G V E . 2. MATHEMATICAL MODEL Let us consider a non-directed graph ,G V E , with N V vertices or nodes, denoted by , ,...a b , and M E edges, denoted by ,a b , etc. We assume that graph is connected, i.e. there is a path between any two nodes in G. If this is not the case, we consider individual components separately.

    Definition 1. A turn in a graph G is a 3-tuple of nodes , ,a b c if ,a b and ,b c are edges in G and a c .

    We note that , ,a b c denotes the same turn as , ,c b a . If the degree of node j is denoted as jd , and the total number of turns in G as T G , we have

    1 1

    122

    N Nj jj

    j j

    d ddT G

    . (1)

    Definition 2. A path 0 1 1, ,..., ,L LP v v v v from node a to node b in G is a sequence of nodes iv V such that, 0 , Lv a v b , every two consecutive nodes are connected by an edge, and that does not

    include subsequences of the type , , , ,x y x x y V . Nodes and edges in the path are not necessarily all different.

    Definition 3. Path 0 1 1 0 1, ,..., , ,k kP v v v v v v in G is called a cycle of length k, if any directed edge ,a b , appears at most once in P, except 0 1,v v that appears exactly twice.

    If no proper subset of nodes of cycle P forms a cycle, we call P a simple cycle. Examples of cycles for the graph depicted in Fig. 1 are 14,13,6,7,9,10,7,6,14,13 , 11,12,13,1,8,7,6,13,11,12 , 14,13,6,14,13 , 11,13,6,14,11,13 , 11,12,13,1,8,7,6,13,11,12 , 13,1,8,7,10,8,1,13,11,14,6,7,8,10,7,6,14,13,1 . Note that our definitions of a path and a cycle are somewhat different than the conventional definitions [8, 17-19]. It can be said that we consider cycles of directed edges, rather than cycles of nodes. The reason is that such cycles result in deadlocks in networks of workstations with computing nodes being vertices of graph G and communication links are edges of G. Breaking all cycles in G results in preventing deadlocks in the corresponding network.

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -9

    Fig. 1 Construction of Prohibited Turns Using CB-algorithm

    In Fig. 1, we show the prohibited turns constructed using the CB-algorithm. Turns that are prohibited are shown as arcs. For example, turns 13,6,7 and 13,6,14 are prohibited, but turn 6,13,14 is permitted. Special edges and delayed nodes are shown in bold. Delayed nodes are privileged since no turns are prohibited at these nodes. Definitions of special edges, delayed and forcing nodes are given in Section 4.

    Definition 4. If edges ,a b and ,b c adjacent and belong to path 0 1, ,..., LP v v v such that, 1ia v , ib v , 1ic v , 1, 2,..., 1i L , then turn , ,a b c covers P , i.e., , ,a b c P .

    Definition 5. A set W G of turns in G is called cycle-breaking if every cycle in G is covered by at least one turn from W G . Elements of W G are called prohibited turns.

    The set \A G T G W G is called the set of permitted turns. A path P in G is called permitted if all turns covering P belong to A G , otherwise path P is prohibited. For the topology in Fig. 1, cycle 13,1,8,7,6,13,1 is covered by turn 13,1,8 . As an example, one cycle-breaking set of prohibited turns for the topology presented in Fig. 1 is

    8,1,13 , 10,8,9 , 8,7,10 , 8,7,9 ,

    9,7,10 , 7,6,13 , 13,6,14 , 13,12,14 ,

    12,11,14 , 12,11,13 , 13,11,14 , 4,3,5

    W G

    .

    We say that the cycle-breaking set W G of prohibited turns preserves connectivity if for any two nodes ,a b V , there exist at least one permitted path from a to b . Given graph G representing a connected network topology, we shall consider in Section 4 the problem of finding a minimal cycle-breaking set of turns for G, which preserves connectivity of the graph. This problem was first formulated and solved for meshes by Glass and Ni [7].

    Definition 6. Path 0 1 0, ,...,P v v v in G is called a halfloop if it is permitted under a given set for prohibited turns W G .

    For example, for the topology and the set of prohibited turns shown in Fig. 1, 2,0,3, 4,5,3,0,2 is a halfloop. The number of turns in a minimum cycle-breaking set is denoted by minZ G W G .

    Definition 7. Cycle-breaking set of turns W G is minimal (irreducible), if there are no cycle-breaking proper subsets of W G . In other words, deletion of any turn from a minimal set of prohibited turns will introduce a cycle in the graph.

    We note that a minimal cycle-breaking set is not necessarily a minimum cycle-breaking set. 3. LOWER BOUNDS ON MINIMAL CYCLE-BREAKING SETS OF TURNS In this section we present two lower bounds of fractions /z G Z G T G of turns to be prohibited to break all cycles without loss of connectivity in any connected graph ,G V E where N V and M E .

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -10

    Theorem 1. If 1 2, , ...,

    RC C C C is a set of cycles in a graph G with N nodes and M edges and r is the

    maximum number of cycles in C covered by the same turn, then the fraction of prohibited turns /z G Z G T G satisfies the following inequalities:

    1 /z G M N T G , (2) and

    Rz G

    rT G . (3)

    Proof. Bound (2) follows from the fact that any cycle-breaking set of edges should contain at least 1M N

    elements, where is the cyclomatic number for G [8], and each cycle-breaking set of turns , ,a b c generates a cycle-breaking set of edges ,a b with a smaller or equal number of elements. Bound (3) follows from the fact that R cycles should be covered by at least /R r turns. For example, for complete graphs nK with 1 / 2M N N and 1 2 / 2nT K N N N selecting

    1 2 / 6R N N N triangle cycles , , , ,a b c a b we have 1r and by (3) 1/ 3nz K . Lemma 1. Consider a connected graph G with a minimum

    cycle-breaking set of turns , , ;i i iW G a b c 1,..., ( )i Z G . If there exits an edge ,a b that belongs to t prohibited turns, then

    Z G M N t . (4) Lemma 2. Proof. After removing the edge ,a b we obtain a

    graph 'G consisting of one or two connected graphs with total number of edges 1M and N nodes. By Theorem 1, the number of turns to be prohibited in 'G to break all cycles is ' 1 1Z G M N M N . Thus,

    'Z G t Z G M N t . Theorem 2. Let G be a connected graph with minimum degree . Then

    1

    12

    Z G M N

    . (5)

    Proof. Assume that, in graph G with cycle-breaking set of turns W G , there is no edge ,a b such that all turns , ,a b c are prohibited. This means that, arriving to a node b along the edge ,a b , one can always find an edge ,b c to leave the node. In other words, there exists paths of unlimited lengths in G . Since the number of edges in G is finite, the same edge in the same direction will be repeated in a path, thereby forming a cycle. This contradiction proves that there should exist an edge ,a b with all the turns , ,a b c prohibited. The number of such turns is at least 1 . By Lemma 1, we obtain 1Z G M N . Thus, for 3 , the lower bound (5) is valid:

    2

    2 12

    Z G M N M N

    .

    Now assume that the lower bound (5) is valid for all graphs with minimum degree 1 . Consider a connected graph G with minimum degree . After removing edge ,a b with all prohibited turns , ,a b c we obtain a graph 'G with minimum degree at least 1 , and the number of edges 1M . By Assumption,

    2

    ' 1 12

    Z G M N

    .

    Hence,

    2 1

    1 ' 1 1 1 12 2

    Z G Z G M N M N

    .

    As shown below in Theorem 8 and Corollary 6, bound (5) is attained for 2 and 3 . However, we believe that a stronger lower bound is valid.

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -11

    Conjecture. 13

    Z G M N

    .

    Theorem 3. If G is a connected graph and *G is a homeomorphic graph obtained by adding a node of degree 2 in the middle of one of the edges in G , then

    *Z G Z G (6) Proof. Any set of turns that breaks all cycles in G is obviously a cycle-breaking set in *G as well, which proves theorem.

    Corollary 1. For any connected graph G with M edges and N nodes there exists a homeomorphic graph G such that

    1Z G M N (7) Proof. Consider a spanning tree in G . There are 1M N edges that do not belong to the spanning tree. By adding a node of degree 2 at each of these edges and prohibiting turns at these edges, all cycles will be broken, which proves corollary(7). 4. CB-ALGORITHM FOR CONSTRUCTING IRREDUCIBLE SETS OF PROHIBITED TURNS

    In this section we describe the Cycle Breaking or CB-algorithm. Given a connected graph ,G V E with N G V nodes, the CB-algorithm constructs a minimal set of prohibited turns W G , breaking all cycles and

    preserving connectivity of G . Furthermore, the CB-algorithm guarantees that the fraction of prohibited turns will not exceed 1/3. As far as we know, this is the first algorithm providing a nontrivial upper bound for the fraction of prohibited turns breaking all cycles. The algorithm is recursive. At each run of the algorithm one node is selected and every turn at the selected node is either permitted or prohibited. For example, if, after deleting a node a with degree ad and all its edges from G , the remaining graph G a is still connected, then we prohibit all 1 / 2a ad d turns , ,c a b and permit all turns , ,a b c . Then, the CB-algorithm is invoked recursively. At every run of the algorithm labeling of a node to be deleted is done by using the smallest natural number not used at the previous runs as its label. We label a node by assigning a natural number to the node that indicates the order in which the node has been selected. Initially, all nodes are unlabelled. In the course of the algorithm, a node can also be marked as forcing or delayed. Nodes that have never been marked forcing or delayed are called ordinary nodes. An edge can be marked as special. The variable called HALFLOOP is initially cleared by assigning a value of 0 to it. When it is set, its value becomes 1 and remains set. CB-algorithm is invoked by a call CB G where the argument is the graph for which we seek to construct a minimal set of prohibited turns. Prior to the invoking the algorithm, two sets W G and A G are initialized to be empty, HALFLOOP is cleared, all nodes are marked unlabeled, and all nodes and edges of the graph are marked ordinary. Steps 1-7, 9a, and 9b comprise one run of the algorithm. Thus, at each run, exactly one node a is selected, and this run can be numbered by the label of the node l a . At step 1, algorithm tests for completion. If there is just one node left, then node is labeled and algorithm returns with the sets W G and A G containing the set of prohibited and permitted turns respectively. At step 2, if there exists a forcing node in G , we select the forcing node and label it. This run is called forced. Note that there exists either at most one forcing node, or at most one delayed node, but not both of them simultaneously in each connected component at each run of the algorithm. The given condition assures that the selected node of minimum degree has neighbors with largest sum of their degrees, i.e., the number of permitted turns. The denominator selects nodes that maximize the number of permitted turns in step 5 of the algorithm. At next step 3, we delete the selected node and its edges and index the remaining connected components. In particular, if there is a delayed node it must belong to component 1G . We then index the remaining components based on the number of edges connecting them to the selected node. Component with a smaller number of edges connecting to the selected node has a larger index. At step 4, one edge connecting the selected node to each component, excluding 1G , is marked special. (It is beneficial to choose special edge ending at the node of largest available degree). At step 5 of the algorithm, we identify all turns at the selected node that will be prohibited and make them members of the prohibited set W G . If the selected node is not a cut node, all turns at the node are prohibited. Similarly, all permitted turns are made members of the permitted set A G . Step 6 is executed only when a is a forcing node. Then the node 1x G connected to a (there

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -12

    exists exactly one such node) is marked either forcing (if it is of degree 1, or a cut node of degree 2 in G ), or delayed. At step 7, if the delayed node, after deletion of the selected node a, turns out to be of degree 1, or a cut node of degree 2, it is transformed into a forcing node. Thus, any delayed node becomes, sooner or later, a forcing node. Then, the algorithm recurses by invoking itself with the component 1G at step 8. Remaining step 9 is executed k-1 times whenever there are k connected components in G a . If the flag HALFLOOP = 0, we determine if there is any halfloop in each component. When a halfloop is detected involving the selected node and nodes in the component 1iG , HALFLOOP is set. Once the HALFLOOP flag is set, it remains set until the completion of the algorithm. Therefore, after it has been set HALFLOOP = 1, there is no need to execute step 9a (in fact, k-1 steps) in all following runs, and step 9b can be executed immediately after step 7. The algorithm then checks again if HALFLOOP flag is set, and if so we mark one node in each component iG (i is larger than the index of the component where a halfloop has been found) connecting to the selected node a as either forcing or delayed. Note that forcing nodes have the smallest labels in their components. Subsequently, we invoke the CB-algorithm for each component , 2iG i . Note that each node is selected exactly once in the course of the algorithm. Note also that no turns are ever prohibited at delayed or forcing nodes. We note that CB-algorithm results in labeling l x of nodes such that:

    All nodes have different values of l x . All nodes of component jG will have larger value l x , than any node of component iG , if j i . If node b in component iG is forcing, then l b l a for all other nodes ia G . If node b in component iG is delayed, then l b l a for all ia G that have been selected prior to b becoming a forcing node.

    It can be shown [20] that by use of the depth first search algorithm one can identify all cut nodes and the connected components of a graph in O M time. It follows that, for a graph with a maximum node degree d, the time complexity of the CB-algorithm is 2O N d and required memory is O Nd . A. Formal Description of CB-algorithm. We assume that we are given a connected graph ,G V E with N V nodes. Before the algorithm starts, we initialize the sets for prohibited and permitted turns, :W G , :A G , and the variable : 0HALFLOOP , mark all nodes and edges as ordinary and all nodes as unlabeled.

    1. If 1N G , label the node and RETURN 2. If there exists a forcing node in G , select the forcing node and label it. Otherwise, select an ordinary node

    a G with minimum degree a such that max

    m

    a bi ib Vi nbors i nbors

    , where the summation is taken over all

    neighbors of the node considered, and mV is the set of all nodes of minimum degree. If there are non cut nodes in mV that satisfy this condition, we select such a node. Label the node.

    3. Connected components of graph G a , obtained by deleting the selected node and all its edges, are indexed as 1 2, ,..., kG G G using the following criteria:

    a. If there is a delayed or a forcing node inG , it should be in 1G . b. Otherwise, component iG connected to the selected node a with smaller number of edges should

    have a larger index i. 4. For 2,...,i k , one edge that connects component iG to a is marked special. 5. All turns , ,b a c in which ,a b is special and ,i jb G c G with i j belong to the permitted set,

    : , ,A G A G b a c . Otherwise, they belong to the prohibited set W G , : , ,W G W G b a c . All turns starting with the selected node , ,a p q , where ,p q G , are permitted and belong to set A G , : , ,A G A G a p q .

    6. If 1HALFLOOP then node 1x G connected to a is marked forcing, provided that x is of degree 1 in 1G or a cut node (articulation point) of degree 2 in 1G ; otherwise, (if x is of degree 2 but is not a cut node or if it has a degree larger than 2) x is marked delayed.

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -13

    7. If 1G has a delayed node b, and, after the deletion of the selected node a, node b has degree 1 or it is a cut node of degree 2, then node b becomes a forcing node.

    8. 1CB G 9. For 2,...,i k

    a. If 0HALFLOOP and, after CB-algorithm has been applied to 1iG , there exists a halfloop 1, ,..., ,ka x x a , where 1 2 1, ,..., k ix x x G ( 1 2, ,..., kx x x are not necessarily all distinct) then

    : 1HALFLOOP b. If 1HALFLOOP then node x in iG connected to a with special edge is marked forcing, provided

    that it is of degree 1, or a cut node of degree 2. Otherwise it is marked delayed. c. iCB G

    10. RETURN

    2(2) 0(3)

    1(1)

    6(7) 7(8)

    8(9) 9(10)

    11(12)

    12(13) 13(15)

    3(4)10(11)14(14)

    4(5)

    5(6) Fig. 2 Prohibited Turns Generated by the CB-algorithm Showing Delayed

    (Solid Black) Nodes. We now illustrate the operation of the CB-algorithm with reference to graph in Fig. 2. In the figure, we show node labels in parentheses after the node numbers. Labels show the order in which nodes are selected by the CB-algorithm. At the first run, we select the ordinary node 1 of degree 2, delete it and its edges (1, 13), (1, 8), and prohibit one turn. Note that all turns such as 1,13,12 starting with node 1 are permitted. We next select node 2, which is a cut node. We prohibit no turns at node 2, and node 2 and its edges are deleted, two connected components are created. The first component 1G includes three nodes 0, 3, 4, and 5. We mark the edge (10, 2), which connects the selected node 2 to

    2G as special, shown bold in the figure. We then apply the CB-algorithm to 1G . Node 0 is selected without prohibiting any turns. After deleting node 0 and its edges, we are left with a subgraph in which all three nodes are of minimum degree 2 and neither one is a cut node. Arbitrarily, CB-algorithm selects node 3, prohibits the turn 4,3,5 , and deletes edges (3,4) and (3,4). Nodes 4 and 5 are then selected with no prohibited turns completing the handling of 1G . When we consider 2G , we discover a halfloop 2,0,3, 4,5,3,0,2 in 1G , set HALFLOOP, and mark node 10 as Delayed. We are now ready to handle subgraph 2G . When we apply CB to 2G , we find out that there is no any forcing node and therefore select node 6, which satisfies the selection criterion. Since this is a cut node we prohibit only the two turns as shown, thus maintaining the connectivity between the two components. After deleting the node and its edges, we discover two new components. The first one comprised by nodes 7, 8, 9, and a delayed node 10. The other component comprised by nodes 11, 12, 13, and 14. The first component with a delayed node becomes the new 1G , which is handled first. We see that, since node 10 is delayed, its selection is deferred until there are no other nodes left in the component. After a total of 15 iterations, a minimal set W G of prohibited turns for G is constructed. In this case, 12Z G W G turns are prohibited out of 50T G . We note that if the initial selection order were 0, 4,3,5 , or

    0, 4,5,3 , or 0,5,3,4 , or 0,5, 4,3 , the halfloop flag would not have been set at the label 4 step. All of these alternate selection orders would not have created any halfloop in the first connected component 1G . In the following table we demonstrate the operation of the algorithm, showing the status of the nodes and any related edges, their labels, and the number of prohibited turns at every step of the algorithm. Note that when the HALFLOOP flag is set when node 5 is selected, it remains set for the duration of the algorithm.

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -14

    Table 1 Step-by-Step Operation of the CB-algorithm for Topology in Fig. 2

    Selected Node

    Node Label

    Node Attribute

    Special Edge

    Delayed Node HALFLOOP Set of Prohibited Turns

    1 1 Ordinary None None 0 {(13,1,8)} 2 2 Cut (10, 2) None 0 {} 0 3 Ordinary None None 0 {} 3 4 Ordinary None None 0 {(4,3,5)} 4 5 Ordinary None None 0 {} 5 6 Ordinary None 10 1 {} 6 7 Cut (6, 13) None 1 {(13,6,14),(7,6,13)} 7 8 Ordinary None None 1 {(8,7,9),(8,7,10),(9,7,10)} 8 9 Ordinary None None 1 {(9,8,10)} 9 10 Ordinary None None 1 {} 10 11 Delayed None None 1 {} 11 12 Ordinary None 13 1 {(12,11,13),(12,11,14),(13,11,14)} 12 13 Ordinary None None 1 {(13,12,14)} 14 14 Ordinary None None 1 {} 13 15 Delayed None None 1 {}

    5. MAIN PROPERTIES OF CB-ALGORITHM Theorem 4. CB-algorithm has the following four properties. Property 1. Any cycle in G contains at least one turn from W G . Property 2. For any two nodes a and b , if there exists a path between a and b in G , then there exists a path between a and b , with no turns from W G along the path, after the CB-algorithm is applied. Property 3. / 3Z G T G , where T G is the total number of turns in graph G . Property 4. Set W G of prohibited turns generated by CB-algorithm is minimal (irreducible). Proof of Property 1. First we will prove the following lemma.

    Lemma 3. If x is a forcing or delayed node in a connected component G , then, after application of the CB algorithm to G , there is no permitted closed path (halfloop) 1, ,..., ,kP x x x x in G , where , 1,...,ix i k are not necessarily distinct, but are different from x .

    We will prove the lemma by induction. For 3N G the lemma is obviously true. Assume that the lemma is valid for any N G N . Consider G with 1N G N , and let P be a closed path in G . If x is a forcing node then, after this node is selected and deleted, in each connected component of graph G x there is a forcing or a delayed node connected to x . Let 1x be such a node belonging to P . Then P has a form 1 2 1, , ,..., , ,lP x x x x x x , where 1 2, ,..., lx x x belong to one of the connected components 1G of G x . Hence, in 1G , there must be a closed path

    1 1 2 1, ,..., ,lP x x x x . However, since 1N G N , such a permitted path does not exist. Therefore, P is not permitted either, which proves the lemma. Consider now the case when x is a delayed node. Let ix P be the node with the smallest label

    minj

    i jx Pl x l x

    . At the run of the algorithm, when ix is selected, the entire path P belongs to the same connected

    component that includes delayed node x . Two cases are possible. 1. After deleting ix , the remaining part of P belongs to the same connected component. Then the turn at ix that covers P must be prohibited, thereby prohibiting path P . 2. After deleting ix , path P breaks into at least two parts, 1P that includes x , and 2P , the parts belonging to different connected components.

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -15

    If 2P is connected to ix with at least two edges, then at least one of the turns at ix that covers P , namely, the turn to a non-special edge, must be prohibited. If 2P is connected to ix with just one edge, then this edge is special, and the node

    1ix connected to ix with this edge is either forcing, or delayed. Thus, by inductive assumption, there is no permitted path 2 1 1,...,i iP x x , and, therefore, there is not permitted path P in G , which proves the lemma. Return now to the proof of Property 1. We will also use induction over the number of nodes in G . For 3N G , Property 1 is trivial. Assume the property is true for all N G N , and consider a graph G with 1N G N . Let a G be the node selected at the first run 1l a . First, consider cycles in G that include nodes from only one of the connected components of G a . Since all turns at a between edges connecting to the same component are prohibited, all such cycles that include a are also prohibited. All cycles in one of the components that do not include a are prohibited by the inductive assumption. Consider now cycles that include nodes from different connected components, iG and jG , where i j . According to the CB-algorithm only turns to the special edge, connecting a to iG are permitted. Therefore, a cycle that includes nodes from iG and jG must include the edge ,a x twice, where ix G is the end point of the special edge. To form a cycle, there should be a closed path (halfloop) , ,..., ,jP a y z a , where ,..., jy z G , and a path

    1, ,..., ,i k iP x x x x G . However, if jP is permitted, then the node x is either forcing or delayed, and no permitted path iP exists. Thus, Property 1 is proved. Proof of Property 2. We use induction over the number of nodes N G in G . For 3N G the property is trivial. Let the property be true for all N G N . Consider a graph with 1N G N . Select a node a and perform steps 2-5 of the algorithm. We obtain one or more connected components , 1, 2,...,iG i k . Any two nodes in the same component are connected. If one node belongs to one connected component and the other one is either a , or belongs to another component, they are connected with special edges, since all turns between special edges are permitted, as well as turns between edges connecting node a with 1G and special edges. Hence, this run of the algorithm does not affect connectivity. Since iN G N for all 1, 2,...,i k , the property is proved. Proof of Property 3. At run l a of CB-algorithm we prohibit a subset of the set of all turns , ,c a b with ,l c l a l b l a and permit all turns , ,a b c with ,l b l a l c l a . The number of prohibited turns at

    run l a is 1 / 2a a aT d d and the number of permitted turns , ,a b c is 1a ii nbors

    D d

    , where summation is

    made over all nodes i adjacent to node a . If node a has a minimal degree in the remaining graph at run l a or if it is not connected with a delayed node, which has a degree smaller than ad , then, since a id d for all neighbors of a ,

    1a a aD d d . The only remaining case is when all ordinary nodes of minimal (among ordinary nodes) degree ad are connected with a delayed node of degree ' ad d . Then, at node a , at most ' 1d edges end at nodes of degree ad , while at least 1 ' 1 'a ad d d d edges end at nodes with degrees at least 1ad . Thus, the number of permitted turns ' 1 1 ' 1 1 .a a a a a aD d d d d d d d d Hence, in all cases, the number of permitted turns is larger than the number of prohibited turns by at least a factor of two. Since this is true for each run of the algorithm, it follows that / 3Z G T G . Note that the only graph with / 3Z G T G is the complete graph nK , with an edge between any two nodes. Proof of Property 4. The proof uses induction over number of nodes N N G . For 3N G the property is trivial. Assume that the property is true for NN G . Consider a graph G with 1N G N . Let a be the first selected node, 1l a . It is sufficient to prove that deleting a prohibited turn , ,b a c from W G creates a cycle.

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -16

    If b and c belong to the same connected component iG , then, by Property 1, after completion of the CB-algorithm, there exists a permitted path from b to c that belongs to component iG , and, therefore, permitting the turn

    , ,b a c creates a cycle , ,..., , ,a b c a b . Let now , ,i jb G c G i j . Then the edge ,a b is non-special, there exists a special edge , , ia d d G , and there exists at least one more edge , , ja e e G . Since turns , ,b a d and , ,c a e are prohibited, but connectivity is preserved (Property 1), there exist paths ,..., je c G and ,..., ib d G . Hence, permitting turn , ,b a c creates a cycle , , ,..., , , ,..., ,b a c e a d b a . (Note that turn , ,d a e is permitted by the CB-algorithm). Hence Property 4 is proved. We will illustrate operation of the CB-algorithm by applying it to the important class of full bipartite graphs ,n mK

    [8]. For ,n mK class graphs the set of nodes consists of two disjoint subsets 1,..., na a , 1,..., mb b and set of edges

    , | 1,..., , 1,...,i jE a b i n j m . Thus, N n m , M E nm and , 2 2n mn m

    T K

    .

    For bipartite graph 3,3K in Fig. 2, 3,36, 5N Z K , and an irreducible set of prohibited turns is 3,3 2,1, 4 , 2,1,6 , 4,1,6 , 3, 2,5 , 4,3,6W K . By Theorem 1 this is the minimal cycle-breaking set of turns

    for 3,3K . For 4,4K , CB-algorithm results in a cycle-breaking set of 14 turns out of a total of 48 turns, which is by Theorem 1 the minimal number of prohibited turns for 4,4K .

    1

    26

    5 3

    4 Fig. 2 Bipartite Graph 3,3K

    For arbitrary n, minimum degree nodes will be selected alternatively from two parts of the bipartite graph. Denoting the required number of prohibited turns as ,( )n nZ K , we have the following recursive equation

    2, 1, 1 1, 11

    12 2n n n n n nn n

    Z K Z K Z K n

    .

    Hence

    1

    2,

    1

    1 2 16

    n

    n nk

    n n nZ K k

    . (8)

    If m n , at the first stage 2n

    m n

    turns around m n nodes of the larger part containing m nodes will be

    prohibited, thus , 1 2 1 / 6 1 / 2n mZ K n n n n n m n . (9) 6. MINIMAL CYCLE-BREAKING SETS OF TURNS FOR T-PARTITE GRAPHS In this section we shall use the CB-algorithm for determining the upper bounds on minimal cycle-breaking sets for bipartite and t-partite graphs. For the complete bipartite topology ,n mK and the symmetric bipartite topology ,n nK , we obtain a lower bound for the fraction of prohibited turns by means of the following theorem and its corollaries. Theorem 5. For complete bipartite graphs ,n mK with n m

    ,

    1 3 112 2 3 2n m

    n m nn z Km n m m n

    . (10)

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -17

    Proof. To prove the upper bound, we use the set of prohibited turns constructed by CB-algorithm with ,n mK given by (9). The total number of turns in ,n mK is equal to

    , 2 / 22 2n mm n

    T K n m nm m n

    .

    Hence, ,1 3 1

    3 2n mn m n

    z Km m n

    .

    To prove the lower bound, consider the bound given by (3). If the set of cycles C is taken to contain only cycles of

    length four, then there are 2 2n m

    R

    of such cycles and each turn can cover no more than 1r m cycles. Hence,

    , ,1 1

    4 1 2 / 2n m n m

    n n m mRz Km mn m nrT K

    .

    Simplifying, we get ,1

    2 2n mnz K

    m n

    .

    Corollary 2. For bipartite graphs ,n nK , bounds for fraction of prohibited turns is given by

    ,2

    1 2 2 164 n n

    n n nz Knn

    . (11)

    Proof. The upper bound follows directly from (10).

    For the lower bound, note that for ,n nK we have 2, 2 12n nn

    T K n n n

    and no more than

    21

    12 2n n

    n

    turns can be selected in such a way that no two or more turns cover the same cycles of length

    four. These turns cover 31n cycles. All other turns cover at most 2n additional cycles. Thus, we have for the total number of prohibited turns

    23

    23

    ,

    11 22

    12 4n n

    nn

    n nZ K n

    n

    .

    Corollary 3. For bipartite graphs ,n nK , an alternate lower bound for fraction of prohibited turns is given by

    , 21 1 2 11 22 2n n

    z Kn n n

    . (12)

    Proof. Note that for ,n nK we have 2, 1n nT K n n . Consider the set of 2

    2n

    cycles of length four. We split all

    prohibited turns in the minimum cycle-breaking turn set into 22

    n

    groups, putting any two turns , ,a b c and , ,x y z in

    one group if and only if ,a x c z . Denote the number of turns in these groups as , 1,2,...,22jn

    t j

    . Then, the

    number of prohibited turns is 1

    ,1

    n n

    n n jj

    Z K t

    . Now, we consider the number jc of cycles of length four, covered by

    turns from group j, 1 2 ...j jc n n n t . The total number of cycles of length four we obtain,

    2 21 1 1

    ,1 1 1

    2 1 2 12 2 2 2

    n n n n n nj j j

    j n nj j j

    t n t tn nc Z K

    .

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -18

    Since

    2

    21,

    1

    12 2 1

    n nn nj

    j

    Z Kt n nn n

    , 2 3

    , ,1( ) ( 1)(2 1) ( ) ( 1) 0.2n n n n

    Z K n n n Z K n n Solving this inequality,

    we obtain

    , 21 1 2 1( ) 1 2

    2 2n nz K

    n n n .

    Hence, the , 2lim 1 0.29792n nn z K . Therefore, asymptotically, bound (12) gives better results, then (11). The bounds for ,n nZ K are given in Table 2 for 2,...8n .

    Table 2. Bounds for the number of prohibited turns ,n nZ K

    n 2 3 4 5 6 7 8

    ,n nZ K 1 5 14 28 50 81 123

    ,n nZ K 1 5 14 30 55 91 140

    We conjecture that the CB-algorithm generates a minimum cycle-breaking set for any complete bipartite

    graph ,n mK .

    Now we consider complete t-partite graphs tnK , with N nt nodes and 2 ( -1) / 2M n t t edges.

    Theorem 6. For complete t-partite graphs tnK ,

    3 2 1

    21

    1 1 1 14 ( 2) 3( 1) ( 2)3 2 212 ( 1)

    ntn

    j

    t n j t n tn t n nz K nt

    n nt n

    . (13)

    Proof. To prove the upper bound, we estimate the number of prohibited turns tnZ K , generated by the CB-algorithm. Number of prohibited turns can be calculated as

    1 1

    12 1

    1 1 1 1 1 1...

    22 2 2 2

    n t nt tn n

    j j

    jn t n t n t j tZ K Z K

    . (14)

    Equation (13) follows from (14) since total number of turns is 12

    tn

    n tT K nt

    .

    To prove the lower bound, consider all cycles of length three, containing nodes from three different parts, and all

    cycles of length four, containing nodes from two different parts. There are 31 3tn

    tC K n

    cycles of the first type and

    2

    2 2 2tn

    n tC K

    cycles of the second type. To cover all cycles of the second type, by Corollary 1,

    2

    2

    1 224

    tn

    n n tZ K

    turns are needed. Since no cycles of the first type have common turns with each other and

    with cycles of the second type, using Theorem 1, we have

    2

    31 2

    1 23 24

    t t tn n n

    n nt tZ K C K Z K n

    ,

    231 2 1 2

    2 3 4tn

    t t n t n nZ K

    .

    Note that ( 1)

    ( )2

    tn

    n tT K nt

    , thus

    2 3 2

    2 2

    1 ( 2) ( 1) ( 2) 4 ( 2) 3( 1) ( 2)( )( 1) 1 3 4 12 ( 1)

    tn

    n t n n n t n nz Kn t n n nt n

    .

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -19

    For example, for 2n and 3t , by Theorem 4 we have 33 1136z K .

    Corollary 4. If n , then

    4 5 112 1 3

    tnn

    t lim z Kt

    . If also t , then 13

    z G .

    7. GRAPHS WITH SMALL DEGREE NODES Now we consider an arbitrary graph G , which is constrained to have nodes of small degrees. This corresponds to the practical case where the number of possible point-to-point connections at each node is restricted by the number of output buffers in the router [2]. Assume that degrees of all nodes do not exceed 3. As shown below, in this case the upper bound on the fraction of prohibited turns given in Section 5 can be substantially improved. Consider first the case when initially graph G includes a node of degree smaller than 3. Then, at each run of the algorithm, each connected component will have a node of degree smaller than 3. If the component is not a simple cycle or a path without repeating nodes it includes also nodes of degree 3. Since runs that select nodes of degree 1 do not prohibit any turns, we assume that there are no nodes of degree 1 in the initial graph. Note that if there are at least two nodes of degree 2 in a component, then at least one of them is not a delayed node and is a neighbor of a node of degree 3. Also, there is only one possibility that a node a of degree 3 will be selected, namely, if the component includes exactly one delayed node b of degree 2. It is easy to show by contradiction that in this case there exists a non-cut node of degree 3 that is not a neighbor of the delayed node. Therefore, only a non-cut node of degree 3 can be selected. Let G be such a connected graph with M edges and 2 3N N N nodes, where 2N and 3N are the number of nodes of degree 2 and 3, respectively. Furthermore, assume that CB algorithm is applied to this graph until the remaining subgraph becomes a collection of k simple disjoint cycles of length jC , 1, 2,...,j k . Denote by iA 1,2,3i the number of nodes of degree i selected during the execution of the algorithm up to the point when a collection of cycles is obtained. Then 2 2 2A B P , where we 2B and 2P denote the number of non cut nodes and number of cut nodes of degree 2, respectively. Obviously, exactly one turn in each of k simple cycles need to be prohibited. (Nodes selected in these cycles are not counted in 1A or 2A ) Hence, the total number of prohibited turns is 2 33Z G B A k . (15) It is readily seen that 1 2, , ,jC A A and 3A satisfy the following equations

    1 2 31

    k

    jj

    C A A A N

    (16)

    and

    1 2 31

    2 3k

    jj

    C A A A M

    . (17)

    Since each cut node increases the number of components by one we have 2 1P k , (18) and since the minimum length of a cycle is 3

    1

    3k

    jj

    C k

    . (19)

    Inequality (19) can be strengthened. First note that at every step of the algorithm there exists a component without a delayed or a forcing node. If the initial graph is not a cycle of length 3N , it is easy to see that at least one non-cut node of degree 2 will be selected in this component, in the course of the algorithm, before this component turns into a cycle. Thus, 2 1B (20) provided that 3N and there exists anode of degree 2 in the initial graph. (Note that the same is true in the case when the initial graph has nodes of degree 3, provided that 4N .) Consider now components with delayed nodes. Lemma 4. If a component has a delayed node and all other nodes are of degree 3, then either a cycle of length 4 appears or a non-cut node of degree 2 is selected in the course of the algorithm. Lemma 5. Proof. After a node of degree 3 is selected in this component, three more nodes of degree 2 will appear. Together with the delayed node, they may form a cycle of length four as shown in Fig. 3(a). Suppose now that this is not the case and consider the component to which the delayed node belongs after selection of node of degree 3. Note

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -20

    that henceforth only nodes of degree 2 will be selected in this component. Two cases can can take place in the course of the algorithm i. The delayed node becomes a node in a simple cycle. Lemma 6. The delayed node becomes a forcing node. Lemma 7. Consider the case i. Since in addition to the delayed node, at least two nodes Lemma 8. Must become simultaneously of degree 2 to form a cycle, it follows that when it occurs, a non-cut node of degree 2 was selected as in Fig. 3(b). Case ii includes two sub cases. First sub case takes place if the delayed node becomes a cut node of degree 2. Then the node a whose selection caused this result must be a non-cut node, as shown in Fig. 4(a). The second sub case occurs if the delayed node becomes a node of degree 1. Then the selected node a is a neighbor of the delayed node, Fig. 4(b). Node a must be a non-cut one, since otherwise the delayed node must have been turned into a forcing node (a cut node) already, Fig. 4(c).

    Fig. 3 Graphs illustrating the cases where the only node of degree two

    is a delayed node, showing delayed nodes as solid. It follows from Lemma 3 that every selection of node of degree 3 either creates a cycle of length 4jC , or leads to a selection of non-cut node of degree 2, increasing 2B by 1. These considerations, together with (19) and (20) imply the following inequality

    2 31

    1 3k

    jj

    C B k A

    . (21)

    Finally, since at most one node of degree 3 can be selected in each component, except the component without a delayed node, it follows that 3 1A k . (22)

    Fig. 4 Graphs illustrating the runs that would make a node of degree 2 a forcing node in (a), a node of

    degree 1 forcing node in (b), and node that should have been a forcing node rather than a delayed node in (c)

    Theorem 7. Let G be a connected graph with M edges and 3N nodes, where all nodes have degrees not exceeding 3 and at least one node is of degree smaller than 3. Then

    1 6 5 26

    Z G M N (23)

    and

    1 6 5 21 46

    4 3 4 12 4 3

    M NNz G

    M N M N

    . (24)

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -21

    Proof. The proof follows from the system of equations (16)- (18) and inequalities (15) ,(21)-(22). Subtracting (16) from (21)and substituting 2P from (18) we get , we get 3 12 4A N k A . (25) Multiplying (22) by 4 and adding (25) yields 3 16 4A N A . (26) Subtracting (16) from (17), we obtain 2 32A A M N . (27) From (15)and(18): 2 33 1Z G A A . (28) Taking into account that Z G is an integer and 1 0A , from(26),(27), and(28), we obtain:

    1 6 5 26

    Z G M N .

    Since the total number of turns is 4 3T G M N , the fraction of prohibited turns is upper bounded by

    1 6 5 2

    64 3

    M Nz G

    M N

    .

    Fig. 5 An Example Graph With 43/ 6 7Z G and 731

    z G

    Corollary 5. For any 3-regular graph G with 4N , 4 7

    6NZ G

    , (29)

    4 72 76

    3 9 18

    N

    z GN N

    . (30)

    Proof. After selecting the first node (which is a non-cut node of degree 3), prohibiting 3 turns, permitting 6 turns, deleting the node and its edges, we obtain a graph considered in Theorem 5, with ' 1N N nodes and

    3' 3 32

    M M N edges. Hence the number of prohibited turns Z G becomes

    1 4 73 6 3 5 1 26 6

    NZ G M N ,

    where we used 32NM . With the total number of turns given by 3T N , (30) follows immediately.

    Bounds (24) and (30) are tight. The first is achieved, e.g., for the graph shown in Fig. 5, and the second is achieved, for example for the Peterson graph and 3,3K , among many others. Bound (30) is also achieved when the number of repeated groups of six nodes tends to infinity in as in a graph shown in Fig. 6. There is a gap between the upper bounds(24), (30), and the lower bound (2), in spite of the fact that both the upper and lower bounds are tight. This variation is due to the effect of nodes of degree 3 to be selected in the course of the algorithm, as the following theorem shows.

    Theorem 8. For graphs described in Theorem 5, if no nodes of degree 3 are selected in the course of the algorithm, then

    14 3M Nz G

    M N

    . (31)

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -22

    Proof. If 3 0A , then from (16), (17), (28), and Theorem 1 we obtain: 1Z G M N (32) which gives (31). Thus in this case the upper and the lower bounds coincide and the CB algorithm is optimal. A similar result holds for a 3-regular graph if the number of connected components remains equal to 1 throughout the execution of the algorithm. Corollary 6. If graph G is a 3-regular graph and 1k , then 1 2

    6 3z G

    N . (33)

    Proof. Since 1k , then 2 2 2 2A B P B , and 11

    k

    jj

    C C

    . Total number of turns Z G then becomes

    2 3 2 23 4 4Z G B A k B A . (34) Number of nodes and number of edges are equal to 1 1 2 1N C A A and 1 1 22 3M C A A we obtain

    2 2M N A . (35) It follows from (34), (35) and Theorem 2 that 2Z G M N . (36) Since 3T G N , we obtain

    1 26 3

    z GN

    .

    ...

    ...

    Fig. 6 The example of a topology which attains the upper bound (30) asymptotically for N

    8. EXPERIMENTAL RESULTS To illustrate the effectiveness of CB-algorithm we compared it with the Up/Down approach [1] by means of simulation experiments. In Fig. 3, we show the histograms of the fraction of prohibited turns obtained using these two algorithms. We generated a family of graphs with a given minimum bisection width B. Minimum bisection width is the number of edges that when deleted separates the graph into two connected components with equal number of nodes. In Fig. 3a, b, c, and d we show the results of our simulation experiments for topologies of minimum bisection widths 2, 4, 6, and 8 respectively. For each distribution in Fig. 7, we generated 100 random graphs with the given bisection width, and 64 nodes of fixed node degree of 4. We then applied both algorithms to the same set of topologies, determining the mean and the variance for the fraction of prohibited turns. In Fig. 8, we plotted the mean of the fraction of prohibited turns versus the bisection width B. It can be seen that the Up/Down approach appears to have a larger variance than the CB-algorithm. The mean fraction of prohibited turns in the Up/Down approach are consistently larger by about 15% than those generated by the CB-algorithm. In next set of experiments we analyzed the average distance as a function of bisection width in a large number of topologies. Given a randomly generated topology of interconnected nodes of a given average degree and a given minimum bisection width, we first computed the average distance in this topology without any turn prohibition. We then applied turn prohibitions using the Up/Down algorithm and computed the average distance to determine the effect of prohibitions on the average distance. Subsequently we applied the CB algorithm to prohibit turns to the same original topology and computed the average distance after the CB algorithm is applied. We repeated these set of experiments for 100 different randomly generated topologies, and computed the mean of average distances. We repeated the set of experiments, varying the bisection width between 2 and 30. In all topologies, the average node degree was 4, and the number of nodes was 64. Our results are shown in Fig. 9. Surprisingly, as can be seen in Fig. 9(a), for the 64 node topologies that we studied, the Up/Down algorithm has smaller average distance values than CB algorithm when bisection width values are in [2,10] and the CB algorithm has smaller average distance values than CB algorithm when

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -23

    minimum bisection width values are in [16, 30]. When the Bisection width is in [12, 14] both algorithms perform approximately the same. As expected, in all cases, both CB and the Up/Down algorithms increase the average distance of the original topology. Defining the average distance dilation as the ratio of the average distance with a given prohibition scheme to the average distance with no prohibition, we obtain the plot in Fig. 9(b). For the topologies that we studied, CB algorithm introduces approximately the same dilation in topologies with bisection width of 2 as does the Up/Down algorithm at bisection width of 30. For bisection widths 12 and 14 both algorithms cause approximately same dilation. For topologies with bisection widths greater than 14, the dilation introduced by the CB algorithm is always less than the dilation introduced by the Up/Down algorithm. 9. CONCLUSIONS In this paper we analyzed the problem of constructing minimal cycle-breaking sets of turns in a given graph. This problem is important in networks with irregular topologies in which wormhole routing is used. We developed an algorithm, which we called the CB-algorithm, with 2O N d complexity. This algorithm generates irreducible sets of prohibited turns, the size of which is no more than one third of the total number of turns for any graph. Furthermore, this set breaks all cycles and maintains connectivity in the original graph. The results of computer simulations illustrate that the proposed approach performs consistently and considerably better than the existing Up/Down approach. With randomly generated 64-node topologies with nodes of fixed degree four, using CB-algorithm based approach outperformed the Up/Down approach by approximately 15%. The results presented in this paper can be easily generalized to multigraphs with several edges between any two nodes and for directed graphs.

    Fig. 7 Experimental Comparison of Up/Down and CB-algorithms

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -24

    Fig. 8 Average Fraction of Prohibited Turns vs. Minimum Bisection Width B (N =64, d=4)

    Fig. 9 (a)-Average Distance and (b)-Average Distance Dilation vs. Minimum Bisection Width

    REFERENCES

    [1] R. Libeskind-Hadas, D. Mazzoni and R. Rajagopalan "Tree-Based Multicasting in Wormhole-Routed Irregular Topologies," Proceedings of the Merged 12th International Parallel Processing Symposium and the 9th Symposium on Parallel and Distributed Processing pp. 244-249, 1998.

    [2] J. Duato, S. Yalamanchili and L. Ni, M. "Interconnection Networks: An Engineering Approach," 1997. [3] L. Ni, M. and P. McKinley, K. "A Survey of Wormhole Routing Techniques in Directed Networks," Computer vol.

    26, pp. 62-76, 1993. [4] P. Kermani and L. Kleinrock "Virtual Cut-Through: A new Computer Communication Switching Technique,"

    Computer Networks vol. 3, pp. 267-86, 1979. [5] J. Duato "A New Theory of Deadlock-Free Adaptive Routing in Wormhole Networks," IEEE Trans. on Parallel

    and Distributed Systems vol. 4, pp. 1320-1331, 1993. [6] E. Fleury and P. Fraigniaud "A General Theory for Deadlock Avoidance in Wormhole-Routed Networks," IEEE

    Trans. on Parallel and Distributed Systems vol. 9, pp. 626-638, 1998. [7] C. Glass and L. Ni "The Turn Model for Adaptive Routing," Journal of ACM vol. 5, pp. 874-902, 1994. [8] F. Harary "Graph Theory," Addison-Wesley Series in Mathematics -p46, 1998.

  • ISSN: 2395-0560

    International Research Journal of Innovative Engineering www.irjie.com

    Volume1, Issue 2 of February 2015

    ________________________________________________________________________________________________ 2015 ,IRJIE-All Rights Reserved Page -25

    [9] L. Zakrevski, S. Jaiswal, L. Levitin and M. Karpovsky "A New Method for Deadlock Elimination in Computer Networks With Irregular Topologies," Proc. of the IASTED Conf. PDCS-99 vol. 1, pp. 396-402, 1999.

    [10] L. Zakrevski and M. Karpovsky, G. "Fault-Tolerant Message Routing for Multiprocessors," Parallel and Distributed Processing pp. 714-731, 1998.

    [11] B. Ciciani and M. Colajanni, Paolucci, C. "Performance Evaluation of Deterministic Routing in k-ary n-cubes," Parallel Computing no. 24, pp. 2053-2075, 1998.

    [12] W. Dally and H. Aoki "Deadlock-Free Adaptive Routing in Multiprocessor Networks Using Virtual Channels," IEEE Trans. on Parallel and Distributed Systems vol. 8, pp. 466-475, 1997.

    [13] W. Dally and C. Seitz, L. "Deadlock-Free Message Routing in Multiprocessor Interconnection Networks," IEEE Trans. on Comput. vol. 36, pp. 547-553, 1987.

    [14] R. Sivaram, D. Panda and C. Stunkel "Multicasting in Irregular Networks With Cut-Through Switches Using Tree-Based Multidestination Worms," Proc. of the 2nd Parallel Computing, Routing and Communication Workshop , June 1997.

    [15] L. Schwiebert "Deadlock-Free Oblivious Wormhole Routing With Cyclic Dependencies," IEEE Trans. on Computers vol. 50, no. 9, pp. 865-876, 2001.

    [16] D. Starobinski, M. Karpovsky, and L. Zakrevski Application of Network Calculus to General Topologies Using Turn-Prohibition, IEEE/ACM Transactions on Networking, vol. 11, no. 3, June 2003.

    [17] N. Christofides "Graph Theory An Algorithmic Approach", 1975. [18] B. Bollobas "Modern Graph Theory," Graduate Texts in Mathematics vol. 184, 1998. [19] R. Diestel "Graph Theory", Graduate Texts in Mathematics vol. 173, 2000. [20] T. H. Cormen, C. E. Leiserson, R. L. Rivest Introduction to Algorithms, 1992.