Abstract

Many real networks can be best described by weighted networks with a diversity of interactions between nodes measured by the weights of the edges. It is of great importance to improve the overall capacity of these real-world networks. In this paper, the traffic capacity of weighted network is investigated based on three different node delivery capability schemes: the delivery capacity of each node is constant in the first scheme while in the second and third schemes it is proportional to its node degree and node strength. It is shown by simulations that the network transfer capacity depends strongly on the tunable parameter. And different tunable parameter is suitable for different node delivery capability.

1. Introduction

The past few years have witnessed the emergence of interest in the network topological structure since the seminal study on small world networks by Watts and Strogatz [1] and on scale-free networks by Barabási and Albert [2]. Lots of biological, social, and communication systems can be viewed as complex networks while nodes represent individuals and edges represent the relationships between them. The previous studies on networks have been primarily focused on unweighted networks, edges between nodes are either present or not, represented as binary states. However, the gathering complete data of real networks display the variation of the strength of the edges between nodes, providing a more complete representation of real network structures. The analyses of the mobile communication networks [3], the scientific collaboration networks [4], the cellular metabolism [5], the world-wide airport network [6], and the Internet [7] have revealed that networks are not only specified by their topology but also by the dynamics of weight (such as the capacity and the intensity) taking place along the edges.

Lots of models have been presented to describe those real-world networks. The YJBT model [8] is a model for weighted scale-free network whose topology is the same as that of the BA model. Moreover, both the topology and the weights are driven by the connectivity according to the preferential attachment rule. The ZTZH model [9] is a generalization of the YJBT model incorporating a stochastic scheme for weight assignments based on both the degree and the fitness of node. And the AK model [10], in which the structural growth of the network is coupled with the edge weights, focus on a strength driven attachment instead of degree preferential attachment. In those models discussed above, the weight of edge is assigned when the edge is added and remains fixed thereafter. But actually, the addition of new nodes or edges will affect the weight of the existing edges. The BBV model [11] is proposed to describe the weights’ reinforcement phenomenon which is triggered only by new added nodes. Wang model [12] is a traffic-driven evolution model where weights of edges between the existed nodes will also be rearranged.

Recently, the study of the network overall transfer capacity is becoming increasingly important due to the constantly growing significance of large communication networks such as the Internet. Finding optimal routing strategies to improve the transfer capacity is gaining increasing concern. Some are based on global information: the shortest path routing strategy [13], the efficient path routing strategy [14], and the generalized minimum information path routing strategy [15]; some are based on local information [1620].

In this paper, we propose a novel routing strategy in which packets are transferred through the path based on the weight of edges with a tunable parameter . To maximize the overall network transfer capacity which can be measured by the critical packet generating rate , the optimal tunable parameter is achieved.

This paper is organized as follows. In Section 2 we describe the model and our routing strategy, followed by the experimental evaluations on BBV weighted networks and real world network in Section 3. The conclusions are given in Section 4.

2. Model

In BBV networks, the topological as well as weighted properties can be completely described by a weighted adjacency matrix , whose elements denote the weight of the edge between node and . The definition of the BBV network is based on two coupled mechanisms: the topological growth and the weight dynamics, which is same as BA network.

(i) Growth. Starting from an initial small number of nodes connected by edges with assigned weight , a new node is added at every time step. The new added node is connected to different previously existing nodes with equal weight for every edge and chooses preferentially nodes with large strength according to the probability , where is the node strength described as .

(ii) Weight dynamics. The weight of each new add edge is initially set to a given value which is often set to 1 for simplicity. But the adding of edge connecting to node will result in increasing the weight of the other edges linked to node which is proportional to the edge weights. If the total increase is (we will focus on the simplest form: ), we can get This will yield the strength increase of node as: The degree distribution of BBV network and the strength distribution yield scale-free properties with the same exponent [6, 11, 21, 22]: Denoting as the path between nodes and which pass through the nodes sequence , we define In our routing strategy, we specify the routing path between and as the one that makes minimum under a given tunable parameter .

In this paper, the simplest transfer model can be described as follows.

All the nodes are treated as both hosts and routers. A host can create packets with addresses of destination and receive packets from other hosts while a router routes the data packets to their destinations.

At each time step , there are packets generated in the whole network with randomly chosen sources and destinations. Once a packet is created, it is placed at the end of the queue if this node already has several packets waiting to be delivered to their destinations. The existing packets may be created at some previous time steps or they are transmitted from other nodes.

At each time step, the first packets at the top of the queue of each node , if it has more than packets in its queue, are forwarded one step toward their destinations and placed at the end of the queues of the selected nodes. Otherwise, all packets in the queue are forwarded one step. This procedure applies to every node at the same time.

A packet, upon reaching its destination, is removed from the system.

In our model, three node delivery capability schemes are considered: (i) each node has the same packet delivery capability (, CONC stands for this scheme); (ii) the node delivery capacity is considered to be proportional to the node degree (, DEGC stands for this scheme); (iii) the node delivery capacity is considered to be proportional to the node strength (, STRC stands for this scheme). To compare the overall transfer capacity, we assign the equal value to the total node delivery capability in three situations. In the last two schemes, we normalize the delivery capability of each node to set the total delivery capability of the whole network to be equal to the node number , which is the same as the first case.

When increases from zero to ∞, two phases will be observed: free flow for small and congested phase for large . We focus on the critical value where phase transit from the former to the latter which can best reflect the maximum information transfer capacity of a system. For , the numbers of created and delivered packets are balanced, resulting in a steady free flow of traffic. For , traffic congestion occurs as the number of accumulated packets increases with time, due to the fact that the capacities of nodes for delivering packets are limited. We are interested in determining critical value in order to address which kind of routing strategy is more susceptible to phase transition and therefore traffic congestion.

We introduce the betweenness to estimate the possible packet passing through a node under a given routing strategy which is defined as where is the number of paths under the given routing strategy between nodes and that pass through node and is the total number of paths under the given routing strategy between nodes and and the sum is over all pairs , of all distinct nodes. The probability that a certain packet will pass through the node is ( is the total node number in the network). The average number of packets that the node receives at each time step is . Congestion occurs when the number of incoming packets is equal to or larger than the outgoing packets that the node can transfer at one time step; that is, . So the critical packet generating rate is In order to characterize the phase transition from free flow to congested phase, we use the order parameter introduced in [23]: where , with indicating average over time windows of width , and is the total number of packets in the network at time . Therefore, in our simulation we can determine as the phase transition point where deviates from zero.

3. Simulation and Analysis

Since BBV networks have the same properties (i.e., the power-law distribution of degree, strength, and weight) as lots of real-world networks (the scientists collaboration networks, the Internet, and the WWW), we use BBV networks to investigate the network overall capacity.

In all simulations, we normalize the critical packet generating rate : we plot the normalized and label for the CONC scheme, for the DEGC scheme, and for the STRC scheme.

In Figure 1, we plot the critical packet generating rate versus different parameter in a BBV network with , , , and . (For every network, 20 instances are generated and for each instance, we run 20 simulations. The results are the average over all the simulations.)

From Figure 1, we can see that in the three schemes, the critical packet generating rate varies with the tunable parameter . In the CONC scheme, reaches the peak when is 0.3 while in the DEGC scheme and STRC scheme is 0.1 and −0.2 correspondingly. The DEGC scheme where node delivery capability is proportional to its degree has the largest transfer capacity which is 2.35 times as the CONC scheme where node delivery capability is constant. And the transfer capacity of the STRC scheme is 2.15 times as the CONC scheme. Figure 1 show that when the node delivery capability is different, the BBV network has different transfer capacity which varies with the tunable parameter. The BBV network has the highest transfer capacity when the node delivery capability is proportional to its degree and the tunable parameter is 0.1.

Then, we check the impact of on the . We set , 3, 12, and 60 to get different simulation results in Figure 2.

As shown in Figure 2, all three schemes get their highest transfer capacity at different tunable parameter because of different parameter . From formula (3), we can recognize that both the degree distribution and the strength distribution of BBV network are described by an exponent which depends on the parameter . When the parameter , the BBV network is similar to BA network with . And when the parameter increases, the distributions become broader with when the parameter which results in different schemes obtaining peak transfer capacity at different tunable parameter .

Then we check the influence of the new add edges number and the node number on three different schemes. Simulation results are shown in Figures 3 and 4 correspondingly.

From Figures 3 and 4, we can come to the conclusion that the new add edges number and the node number have a little effect on the impact of tunable parameter on the transfer capacity of three different schemes. They only affect the absolute value of the transfer capacity.

By investigating the betweenness distribution on the network, a heuristic explanation for the optimal tunable parameter corresponding to the highest transfer capacity is presented in Figure 5.

The results of DEGC scheme are shown in Figures 5(a) and 5(c). In both figures, when the tunable parameter is 0.1, the load is distributed more evenly than the other two. In Figure 5(a), the betweenness divided by node degree is relatively flat which means that the node with higher degree forward more packets. And in Figure 5(c), the linear characteristic in the log-log plot expresses the same meaning. The results of STRC scheme shown in Figures 5(b) and 5(d) are of the same meaning while the tunable parameter is −0.2.

In Figure 6, we show the relationship between the critical packet generating rate and the node number . Figure 6(a) indicates that the network capacity of the DEGC scheme is always much larger than those of the STRC and CONC schemes when the tunable parameter is 0.1. And Figure 6(b) indicates the situation of the STRC scheme with .

The average weighted average length [24] versus the node number is reported in Figure 7. Although the weighted average length of DEGC scheme with and the STRC scheme with are higher than that of the traditional shortest path with , the small-world phenomenon, that is, , is still maintained.

Finally, we test the three schemes on real-world networks. We choose the scientific collaboration network [25] which has a giant component of 5835 nodes. Simulation results are shown in Figure 8.

From Figure 8, we can see that in CONC scheme the network has the maximum transfer capacity, 24.2, when the tunable parameter is near 0.3. In DEGC scheme the peak value is 101.6 with and in STRC scheme it is 60.5 with . It means our strategy also works well in the real world network.

4. Conclusion

Considering the different node transfer capability, this paper has proposed a new routing strategy to enhance the network transfer capacity in weighted networks. The characteristic of our strategy is to select the optimal routing path according to three kinds of different schemes. The simulation yields some results different from those of previous studies. In most cases, the optimal value of the tunable parameter is 0.3 in the scheme in which each node has the same packet delivery capability (CONC), 0.1 in the scheme in which the node delivery capacity is considered to be proportional to the node degree (DEGC), and −0.2 in the scheme in which the node delivery capacity is considered to be proportional to the node strength (STRC). It is worth mentioning that in some weighted network the optimal value fluctuate around the mentioned value. And the scheme in which the node delivery capacity is proportional to the node degree has the highest transfer capacity when the tunable parameter is −0.2. At last, we apply our routing strategy on the scientific collaboration network to show the validity of the strategy on real-world networks. Moreover, the above-mentioned research may be practically useful for designing communication protocols.

Acknowledgments

This work is supported by the National Natural Science Foundation of China (Grant no. 60874091), the Six Projects Sponsoring Talent Summits of Jiangsu Province, China (Grant no. SJ209006), and the Natural Science Foundation of Jiangsu Province, China (Grant no. BK2012082) and sponsored by Qing Lan Project.