Abstract

The author analyzes a technique to prevent multiple simultaneous virus epidemics on any vulnerable computer network with inhomogeneous topology. The technique immunizes a small fraction of the computers and utilizes diverse software platforms to halt the virus outbreaks. The halting technique is of practical interest since a network's detailed topology need not be known.

1. Introduction

Malicious software, or malware, on the Internet can cause serious problems, not only for services like email and the web, but for electricity, transport, finance, and healthcare services due to their increasing Internet dependence. Infectious malware like viruses and worms are especially troublesome as they often spread too fast for human-assisted detection and early removal. Because classical signature-based approaches to malware defense do not provide adequate protection [1], there is currently a need for alternative defensive approaches.

While authors [28] have long debated the benefits of using added software diversity to halt malware, few results [9] actually show when diversity increases a network’s robustness to malware epidemics. We demonstrate that reasonable software diversity prevents malware from controlling much of the information on a network but only when the network’s topology is homogeneous. If a diverse network is inhomogeneous, then malware on the hubs, that is, the nodes with the most connections, can still control much of the information. We show how node immunization and software diversity together can halt infectious malware on inhomogeneous networks.

In this paper, the term “virus” denotes any form of infectious malware, and we consider the Internet as a collection of networks infected by many different viruses [10]. The viruses are allowed to reinfect machines because it is important to halt viruses that adapt over time. In the future, adaptive viruses could, with help from their creators, exploit new vulnerabilities and thus reinfect machines even after software patches have been installed.

Viruses spread by exploiting vulnerabilities in the operating system and application layers of a network. We build a model simulating multiple simultaneous outbreaks on a single layer. The network of attacked machines is modeled by a graph with different node types representing the software diversity. Since the spreading patterns of viruses vary with the considered layer and the exploited vulnerabilities [11], we model different network topologies to show that the proposed technique can halt viruses with different inhomogeneous spreading patterns.

Using the framework of network science [12], other authors have studied how to halt viruses on network monocultures with a single-software platform [1318]. We first analyze a technique to halt multiple simultaneous virus outbreaks on inhomogeneous networks with diverse software platforms and known hubs. The halting technique is then extended to diverse inhomogeneous networks with unknown hubs [15]. The technique immunizes a small percentage of all nodes and introduces a reasonable amount of platform diversity [19, 20] to prevent the viruses from spreading. When the halting technique is applied to inhomogeneous networks, later virus outbreaks are quickly eliminated.

2. Characterizing Diversity

Two computing platforms on a network are distinct when they have no exploitable vulnerability in common. A collection of platforms can be divided into classes of mutually distinct platforms, that is, no two platforms from different classes have a common vulnerability. Here, we only consider the platforms’ OSes and web browsers. The OSes and browsers are assumed downloaded from application stores utilizing compilers with “diversity engines” to generate different binary images [19]. Assuming that the compilers generate roughly equally large classes of distinct downloadable images, the number of classes is a measure of the platforms’ software diversity.

To understand why we concentrate on the diversity of OSes and web browsers, consider the computing platforms at the hardware, network, OS, and application levels. Let the hardware diversity be the number of microprocessors with different instruction set architectures. The small number of unique microprocessors limits the hardware diversity in current and forceable systems. Further, hardware diversity is “nullified” by byte code interpreters or instruction set emulators at the OS level.

The network level’s ability to prevent virus spreading is also limited because all realizations of a communication protocol must have the same functionality. Since different OSes have similar but not equal functionalities, there is a greater potential for creating diversity at the OS level. At the application level, the diversity of web browsers is important since regular users utilize browsers most of the time. Current realizations of multibrowser technologies like Java Virtual Machines, Adobe Flash player, and JavaScript are problematic because they simplify virus attacks across different platforms.

Today, limited diversity is obtained by deploying different OSes like Windows and Mac OS X and different web browsers like Internet Explorer and Safari. Much larger diversity is possible if future application stores utilize compiler-generated diversity to make many distinct downloadable software images [19].

In the following section, we establish an epidemiological model with adjustable diversity. Since virus writes control the spreading mechanisms of viruses, we are likely to see widely different and surprising spreading patterns in the future. Thus, we do not attempt to model the details of how viruses spread. Instead the epidemiological model can incorporate any homogeneous or inhomogeneous network of vulnerable machines. In this paper, we extend well-established network models from Network Science [12] that are known to model different topological aspects of the Internet. The epidemiological model is also created to facilitate mathematical analyses.

3. Epidemiological Model

Let a computer network be infected by different viruses. The network is modeled as an undirected graph with edges and nodes of different types. The node types represent machines with distinct software on the OS or application layer and the edges represent virtual communication lines. There is at most one edge between two nodes and no edge connects nodes to themselves. If there is an edge between two nodes, then these nodes are neighbors. The degree of a node is the number of neighbors. The nodes’ average degree is .

The topology of the network depends on the considered software layer, and the vulnerabilities exploited to spread the viruses. Email viruses and viruses on the web travel over inhomogeneous networks on which a few nodes, the hubs, have very large degrees [11]. An inhomogeneous scale-free network is a graph whose degree distribution follows a power law, that is, the probability of a node having neighbors is proportional to . The well-established Barabási and Albert (BA) model [21] grows a scale-free network with exponent modeling the web. The hubs are encoded by the power law’s tail. Figure 1(a) depicts a BA network with nodes and average degree .

The Watts-Strogatz (WS) model [22] generates a homogeneous network with node degrees capturing the “small world” property of the Internet [12]. All nodes are placed on a circle. Initially, each node has neighbors in the clockwise direction and neighbors in the counterclockwise direction. With probability , , each of the clockwise edges is reconnected to a node chosen uniformly at random over the entire ring (with duplicate edges and self-loops forbidden). The WS network with and in Figure 1(b) has and no hubs.

All BA and WS networks, as well as other networks introduced later, have different node types for . Each node type occurs times. A node chosen uniformly at random is of type with probability for . One of the generalized entropy functions measures the diversity of a network [23]. Because we will assume that , the diversity is equal to the number of node types with the convention that a network with only a single type, called a monoculture, has no diversity. The networks in Figure 1 have diversity .

Multiple simultaneous virus epidemics are modeled by susceptible-infected-susceptible (SIS) models [13, 24] operating on the same network topology but affecting disjoint subsets of nodes with different types. There are types of viruses. Each type of virus infects a particular software platform, that is, node type. Initially, all nodes are susceptible. At time step , the generic model selects uniformly at random (≥1) nodes of each type and infects the nodes. These initially infected nodes are called seeds. The stars in Figure 1 represent the seeds. For each time step , any infected node of type infects any susceptible neighbor of type with infection probability , . At the same time, any infected node of type recovers with recovery probability , .

When for some , a node can repeat the SIS life cycle many times. The result is a stochastic model with long-term dynamics, where it is assumed that the infections and recoveries are updated in a random asynchronous order. When and for all , the SIS models become susceptible-infected models. The generic model is deterministic in this case since a virus infects all reachable nodes with 100% probability. Consequently, the spreading process is completely determined by the network’s topology and configuration of node types. Because no node recovers from an infection, there are no long-term dynamics. The spreading simply stops when all reachable nodes are infected.

4. Impact of Virus Outbreaks

To measure the impact of viruses on a network, one possibility is to count the infected machines. Another possibility is to consider the availability of the information on all virtual communication lines. While an infected machine should continue to operate nearly as normal to forestall virus detection, a virus can still stop selected information on the machine’s communication lines. A node in the generic model whose adjacent edges are all controlled by viruses is said to be isolated because the availability of any incoming and outgoing information cannot be guaranteed. The seven nodes with only red edges in Figure 1(a) are isolated. Note that a node is isolated when it is infected or when all its neighbors are infected.

A susceptible node always becomes isolated when it is infected since the virus on the node itself controls all adjacent edges. When an infected node recovers because the virus is removed, only the adjacent edges connecting to infected neighbors remain under control of viruses. Hence, a susceptible (i.e., not infected) node can only be isolated if all its neighbors are infected. It can be argued that we should also count a healthy node when a few but not all of its neighbors are infected. The author has ignored these partially isolated nodes to simplify the mathematical analysis in Appendix A.

Consider the deterministic model with and for all . If the network is a monoculture with node type, then a susceptible node with an infected neighbor will also become infected. Hence, the number of isolated nodes equals the number of infected nodes. When an inhomogeneous network has node types, the number of isolated nodes is in general larger than the number of infected nodes. Consider a node of type with a few neighbors of types . Even if the node itself is not infected, it is easily isolated by viruses on the few neighbors. These viruses control all edges connecting to the susceptible node. (Only 3 of the 7 isolated nodes in Figure 1(a) are infected.) Since the number of infected nodes can seriously underrepresent the ability of multiple virus outbreaks to control the availability of information on a diverse inhomogeneous network, we count the number of isolated nodes. Gorman et al. [10] were possibly the first to use this measurement.

4.1. Average Node Isolation

The generic model was implemented in NetLogo [25]. Initially, we utilize the deterministic model to compare the average fractions of isolated nodes on inhomogeneous networks with hubs and homogeneous networks without hubs. It is reasonable to set the recovery probabilities to because many viruses, especially self-propagating worms, spread too fast for human-assisted detection and early removal. The infection probabilities are set to to quickly determine the maximum possible number of isolated nodes. To explore the full effect of varying the diversity , we assume (nearly) equally many nodes per type.

First, we evaluate inhomogeneous BA networks with nodes and average degree . Figure 2(a) plots the average fraction of isolated nodes for an increasing number of node types and an increasing number of seeds , and per node type. Every discrete data point is averaged over hundred random configurations of node types and seeds for each of hundred random BA networks. BA monocultures with have an average fraction of isolated nodes equal to one (not shown in Figure 2(a)) because they are connected graphs. Going to , the average fraction of isolated nodes decreases with roughly 85% or more depending on the number of seeds per node type. For , the average fraction reduces to no more than 3% for .

Second, we consider homogeneous WS networks with nodes, average degree , and rewiring probability %. Figure 2(b) shows the average fraction of isolated nodes for an increasing number of node types and an increasing number of seeds per node type. Each data point is generated as before. For and , the average fraction of isolated nodes is less than 3%. While the WS networks have a larger average degree than the BA networks, the BA networks still need larger diversity to reduce the average fraction of isolated nodes to 3%.

Finally, we consider an inhomogeneous network with more dominant hubs than the considered BA networks. The dominant hub (DH) network represents a possible inhomogeneous spreading pattern for an outbreak of multiple viruses. The DH network has nodes and edges. The largest hub has degree 2312, which is nearly 11% of the total number of edges. Figure 2(c) depicts the average fraction of isolated nodes in the DH network for . Each data point is averaged over random configurations. The fraction of isolated nodes reduces much more slowly and levels off at a higher value than for the other networks. For , the average fraction is about 23% for and 3% for .

Inspections reveal that the big hubs in the DH network isolate a large number of low-degree nodes, many of which are not infected. Figure 2(d) plots the DH network’s differences between the average fraction of isolated nodes and the average fraction of infected nodes for . The DH network has a large difference for all , roughly 40% for . The simulation results in Figure 2 and the analysis in Appendix A show that the difference for random BA networks is much smaller, and the difference for random WS networks is essentially zero because they have no hubs.

According to the plots in Figure 2, the average fraction of isolated nodes in both homogeneous and inhomogeneous networks drops when the diversity increases. However, a significant fraction remains even for large when a network contains big hubs. Further, the remaining fraction of isolated nodes grows with increasing number of seeds per node type (see Figure 2(c)). These observations were confirmed by simulations based on eight more DH networks and many additional BA and WS networks.

4.2. Influence of Reinfected Hubs

We now study the stochastic model to determine the hubs’ influence on the fraction of isolated nodes in diverse inhomogeneous networks with reinfections of nodes.

When there are nodes per type, an arbitrary node is a seed with probability , where is the number of seeds per node type. Since a node of degree has roughly neighbors of the same type, a node’s number of neighboring seeds of the same type is estimated by

The right-hand side of (1) is independent of the number of node types . The number of seeds per node type can be large in practice because botnets are used to seed viruses. Hence, a hub with very large degree is likely to be infected by a seed during the first time steps of a model run, even if the diversity is large.

A hub of type is infected with probability during the model’s first-time step. Infection will almost surely occur when . During the following time steps, the hub will infect many of its neighbors with the same type, where for current networks. Even more neighbors will be isolated. In particular, all degree-one neighbors of any type will be isolated but not infected. When the hub recovers with probability during a time step, it will be quickly reinfected by one of the neighbors. Since the neighbors ensure that the hub is infected nearly all the time, a nonzero fraction of isolated nodes is maintained over time even when is large.

Many simulations using the stochastic model confirm the hubs’ important role in making the fraction of isolated nodes much larger than the fraction of infected nodes. As seen from Figure 3, if the largest hub on a DH or BA network is immunized, that is, made permanently resistant to virus attacks, then the instantaneous fraction of isolated nodes drops significantly. There is no easily detectable reduction in the instantaneous fraction of infected nodes, confirming that the largest hub isolates many susceptible (i.e., not infected) nodes. The large fluctuations in the instantaneous fraction of isolated nodes in Figure 3(a) is due to temporary recovery of hubs.

The instantaneous fraction of isolated nodes will eventually go to zero because there is a non-zero probability that all nodes become susceptible in any finite-size network. However, the nonzero averaged fraction of isolated nodes was stable for very many time steps during the simulations. Hence, when hubs are reinfected, multiple virus outbreaks cause substantial long-term node isolation even for high node diversity .

5. Halting Technique

Our goal is to halt multiple simultaneous virus outbreaks on any inhomogeneous network without changing its topology. The halting technique should drive the fraction of isolated nodes to zero in the stochastic model. For the deterministic model with a total of seeds, the fraction of isolated nodes should not be much larger than after the viruses have spread. Since node diversity alone only eradicates viruses on homogeneous networks, we suggest the following two-step technique.(1)Immunize enough large-degree nodes in a network to create a homogeneous subnet when the immunized nodes and their adjacent edges are removed. (2)Ensure that the node diversity of the homogeneous subnet is large enough to halt (and possibly remove) multiple simultaneous virus outbreaks.

5.1. Deterministic Example

To illustrate the technique, we consider a second inhomogeneous DH network with 22963 nodes, maximum degree 2390, and average degree 4.22. Deterministic spreading of all infections is obtained by setting the infection probability and recovery probability for all . The model first runs without applying the halting technique.

Figure 4(a) depicts the DH network without edges before the viruses start to spread. The four node types have different colors. The 164 largest hubs have bigger size and are placed on top of the other nodes. Twenty seeds of each type are colored red to signify infections (only a few are visible).

The seeds infect the hubs during the first few time steps of the model run. The hubs again isolate very many low-degree nodes. When the run terminates, as shown in Figure 4(b), all infected nodes are colored red, and all susceptible nodes with only infected neighbors are colored white. The red and white nodes together constitute 18314 isolated nodes, that is, no less than 80% of all nodes.

Figure 4(c) shows the same DH network, but now with immunized, dark-pink-colored hubs. Further, the number of node types is increased from four to six. Figure 4(d) highlights the isolated nodes after the viruses have spread. The seeds only generated 283 isolated nodes or 1% of all nodes.

5.2. Stochastic Model Analysis

While our goal is to prevent future virus epidemics, we continue to study the case where simultaneous virus outbreaks have already spread over the stochastic model. The halting technique’s first objective is then to immunize enough of the largest-degree nodes to obtain a homogeneous subnet of susceptible and infected nodes. To determine how many of the nodes to immunize, consider the two statements : “network is homogeneous” and : “fractions of isolated and infected nodes are equal.” We argue that and are equivalent statements.

Let and for all . Appendix A shows that when a homogeneous network is modeled as a random Erdös and Rényi graph [12], the fractions of isolated and infected nodes are essentially equal, that is, implies in this case. The same implication holds for generalized random networks with arbitrary “thin-tail” degree distribution. More generally, let denote the fraction of infected nodes. The likelihood that an arbitrary node is isolated but not infected on a homogeneous network is approximated by , which goes to zero as the average degree increases.

To show that implies , is equivalent to show implies where denotes negation. From Appendix A, when an inhomogeneous network is represented by the BA model, the fraction of isolated nodes is larger than the fraction of infected nodes. The same is true for other network models with scale-free degree distributions. In general, there is a large fraction of nodes with few neighbors in inhomogeneous networks. While many of these low-degree nodes, for example, , are not susceptible to locally propagating viruses due to their node types, the nodes can easily be isolated by infected neighbors.

Consequently, enough large-degree nodes should be immunized to make the fractions of isolated and infected nodes nearly equal because, at least according to the provided evidence, only then do we obtain a homogeneous subnet of susceptible and infected nodes.

The halting technique’s second objective is to ensure that the number of node types is large enough for the remaining viruses to die out on the homogeneous subnet. Let the subnet be modeled as a generalized random network with equally many nodes of each type. According to Appendix B, the needed number of node types is then lower bounded by where is the average degree of the subnet. From (2), the largest of the spreading rates essentially determines the required node diversity . Analysis in Appendix B shows that all the infected nodes recover more quickly as is increased beyond the lower bound in (2).

5.3. Stochastic Example

We revisit the second-discussed DH network. Assuming infection probability and recovery probability for all , we select node types. The instantaneous fractions of isolated and infected nodes are shown in Figure 5(a). There is a large difference between the fractions until time step one thousand when the 216 largest hubs are immunized. The two fractions then quickly become nearly equal. All remaining infected nodes recover after an additional 2958 steps (not shown).

A real network spanned by viruses is most often embedded in a larger network. If the larger network has adequate diversity , then future virus outbreaks can be halted by immunizing most of the hubs visited by the viruses before the actual outbreaks. Figure 5(b) shows the fractions of isolated and infected nodes for the DH network when the 216 largest hubs have been correctly identified and immunized in advance. There is very little spreading of the viruses and all infected nodes recover after only 184 steps.

6. Generalized Halting

While we do not know the degrees of many nodes in real inhomogeneous networks [14], it is still possible to immunize hubs in advance of virus outbreaks. The acquaintance immunization strategy [15] provides an elegant solution to the problem of immunizing unknown hubs on a monoculture infected by viruses: choose a set of nodes uniformly at random and immunize one arbitrary neighbor per node. While the original set of nodes is unlikely to contain the relatively few hubs in an inhomogeneous network, the randomly selected neighbors are much more likely to be hubs, since very many edges are adjacent to high-degree nodes.

We can generalize acquaintance immunization to diverse networks. Assume nodes per type. For some fraction , choose a set of nodes of type uniformly at random such that each node has at least one neighbor of the same type. Immunize one randomly selected neighbor of type per node in the set. When the set of all immunized neighbors is large enough, the set will contain most of the hubs and the fractions of isolated and infected nodes will be nearly equal.

6.1. Examples with Unknown Hubs

We consider the second DH network a last time, assuming unknown node degrees. Let the fraction of immunized neighbors be and set , , and . Figure 6(a) shows only the immunized dark-pink nodes and the remaining susceptible multicolored hubs after acquaintance immunization. Note that most of the 216 enlarged hubs are immunized. Figure 6(b) highlights the isolated nodes after the viruses have spread. The seeds generated 158 isolated nodes or less than 1% of all nodes. Let and . When acquaintance immunization is performed in advance, the fractions of isolated and infected nodes went to zero after only 154 time steps. The plot of the isolated and infected fractions (not shown) is very similar to Figure 5(b).

To verify the usefulness of the halting technique for inhomogeneous networks with unknown hubs, we generated additional model runs for different DH networks, including runs where the infection and recovery probabilities and varied with . After first determining a suitable fraction of immunized nodes and number of node types , the seeds caused little spreading and all infected nodes recovered. The speed at which the virus outbreaks die out depends on the fraction , diversity , selection of seeds, and spreading rates .

7. Final Discussion

The Internet is best viewed as a large collection of networks. Because each network has different default settings, software patch levels, firewall rules, browser settings, antivirus signature sets, configuration management practices, and diagnostic capabilities, they are not all vulnerable to the same viruses [8]. However, we have seen many examples of large networks with too little software diversity to prevent virus epidemics.

Since the virus writers control the spreading mechanisms of viruses, a practical halting technique must handle viruses with widely different spreading patterns. The reported results indicate that robust halting of viruses is obtainable when application stores with “diversity engines” ensure adequate software diversity on the OS, and application layers of a network and vulnerable hubs are immunized (Appendix C discusses the halting technique’s fragility to clustering of platform types.)

The virus halting technique is of practical interest because it can handle inhomogeneous spreading patterns with unknown hubs. For a reasonable number of node types and nearly equally many nodes per type, the halting technique only needs to immunize a small percentage of all nodes to remove multiple simultaneous virus outbreaks. In contrast, acquaintance immunization of BA networks with a single-node type must immunize roughly a quarter of the nodes [15].

More work, preferably with contributions from practitioners, is needed to transform the halting technique into a practical “tool” to prevent virus epidemics. Initially, there is a need for large-scale network simulations to further verify the applicability of the technique. Mathematical analysis of additional network models would also be useful. The author believes the halting technique is particularly promising for the mobile Internet because many users already download OSes and applications to their smartphones from application stores. The technique is also likely to be suitable for the Internet of Things, where objects are periodically tethered to smartphones acting as hubs.

Appendices

A. Mathematical Analysis

The simulations discussed in Section 4.1 show that the average fractions of isolated and infected nodes differ in the BA network model but not in the WS model. Here, a mathematical analysis of four network models verifies and generalizes these observations.

In the following, an approximate mathematical analysis, based on a special case of the stochastic epidemiological model, establishes a nonzero difference between the average fractions of isolated and infected nodes in two-diverse inhomogeneous network models with scale-free “fat-tail” degree distributions. To confirm that this difference is caused by the network hubs, we initially show that essentially all isolated nodes are infected in two diverse homogeneous network models with “thin-tail” degree distributions.

All virus types in our stochastic model use the same spreading mechanism, that is, the underlying network topology is the same for all viruses, but a virus of a particular type only infects a single type of nodes. Hence, viruses of different types infect distinct subsets of nodes. Let each subset have nodes of type , and assume that all subsets have infection probability and recovery probability . The subsets, thus, have the same fraction of infected nodes when we average over many model runs. Further, the average fraction of infected nodes over all types, denoted , can be obtained by considering an arbitrary subset of nodes of the same type.

We consider the stochastic model after the simultaneous virus outbreaks, one per-node type, have reached a long-term steady state. Let a randomly chosen node have degree with probability . Ignoring short loops of connected nodes [26], the probability that a node is isolated but not infected, that is, the node itself is susceptible and all its neighbors are infected, is approximated by

A.1. Small-World Networks

Initially, we calculate (A.1) for a slight variation on the classical WS model obtained as follows [12]. First, a regular graph is generated by placing nodes on a circle and then adding edges from each node to its nearest neighbors in the clockwise direction, . The resulting graph has edges and all nodes have degree .

Next, random edges or “shortcuts,” are added to the graph: We view the nodes as belonging to a random Erdös and Rényi (ER) graph [12] and add edges until the expected number is for . The probability that there is a shortcut between two nodes is then , which is equal to for large .

The expected total degree of all nodes in the final network is and the average node degree is . Since the classical WS model has , the increase in average degree is negligible for small .

Each node in the network has degree at least , due to the edges in the regular graph plus a binomially distributed number of shortcuts. Thus, a node selected uniformly at random has degree with probability for [12]. Substituting (A.2) into (A.1), modifying the resulting expression, and using the Binomial Theorem, we have The probability estimate in (A.3) is zero for . For , the expression inside the square parentheses is less than one, and the probability goes to zero for large , regardless the number of node types .

A.2. Homogeneous Random Networks

We now calculate (A.1) for the homogeneous ER model [12]. The node degrees have a binomial distribution, which in the limit where the number of nodes reduces to to the Poisson distribution for the average degree. Substituting (A.4) into (A.1) and using the definition give

While a sparse ER network () is very unlikely to have hubs, we have from (A.5) that the average fraction of isolated nodes is still larger than the average fraction of infected nodes for . However, as we shall see, this is due to the fraction of nodes with degree zero. All these nodes without edges are isolated and cannot become infected as long as they are not seeds.

To estimate the average fraction of infected nodes in (A.5), we extend an analytical technique for ER monocultures introduced in [13]. Each virus outbreak in a network with node types operates on a subset of nodes of the same type. On average, a node has neighbors in the subset because the probability that a node is of type is . Let the spreading rate be and view as a continuous-time variable. Writing down a differential equation representing change in the fraction of infected nodes and imposing the stationary condition , we find that the average fraction of infected nodes saturates at for . The fraction goes to zero in finite time when .

For fixed infection probability , recovery probability , and average degree , the spreading rate when the number of node types . Consequently, goes to zero and (A.5) becomes equal to the fraction of nodes without edges , which shrinks as grows.

A.3. Inhomogeneous Networks

The BA model with integer parameter grows a scale-free network with power-law exponent , average node degree , and minimum degree [12]. The degree distribution is given by Using computing software (e.g., Maple or WolframAlpha) to combine (A.7) and (A.1) gives for , respectively.

To estimate the average fraction of infected nodes , we extend an analytical technique for BA monocultures developed in [27]. Let denote the fraction of infected nodes of degree in a subset of nodes with the same type. We then have Since, on average, a node of degree has neighbors of the same type, the spreading rate for nodes of degree is , and the overall spreading rate is

The change in fraction of infected nodes with degree is given by the differential equation where denotes the probability that an edge from a node connects to an infected node of the same type. Imposing stationary, we obtain According to (A.12), the higher the degree , the more likely a node, especially a hub, is to be infected.

The probability that an edge connects to an infected node of a particular type is given by If we view as a continuous variable, then the sum on the right-hand side of (A.13) can be estimated by an integral. Utilizing (A.12) and the estimate  m2/k3 obtained from (A.7), we get which reduces to the case studied in [27] for .

Using an integral approximation one more time, we have from (A.9) and (A.12) that Finally, combining (A.14) and (A.15) gives where the spreading rate is defined by (A.10).

We plot the average fraction of infected nodes given by (A.16) as a function of the average spreading rate in Figure 7(a). Unlike the ER model, there is no non-zero value of for which drops to zero. The probability in (A.8) that a node is isolated and not infected is plotted as a function of in Figure 7(b). Since the probability is positive for all , the hubs in the BA model (at least for ) cause the average fraction of isolated nodes to be larger than the average fraction of infected nodes for all spreading rates .

A.4. Inhomogeneous Networks

Finally, to verify that there is no need to have power-law exponent , we consider a class of inhomogeneous scale-free networks with node degrees given by the Zeta distribution where is the Riemann zeta function. The average degree is finite for . From (A.1) and (A.17), a node is isolated but not infected with probability where denotes the polylogarithm function. The probability in (A.18) is strictly positive for any average fraction of infected nodes .

B. Analysis of Needed Diversity

This appendix determines a lower bound on the number of node types needed to eliminate all viruses. Since diverse scale-free networks allow viruses to spread even for very small spreading rates, hubs must be immunized to obtain a homogeneous subnet on which epidemics die out. This subnet, determined by deleting all immunized hubs and their adjacent edges in the original network, is homogeneous when the fractions of isolated and infected nodes are nearly equal. In the following, we determine a lower bound on the number of node types needed to remove all epidemics from the homogeneous subnet. When the subnet is not connected, we consider its giant component.

Assume roughly nodes per type and the same infection probability and recovery probability for all epidemics. Let be the fraction of immunized nodes on the original network. A node selected uniformly at random in the subnet is of type with probability . On average, a subnet node has neighbors of the same type, where is the average node degree of the subnet. Modeling the subnet as a diverse random network and setting (A.6) equal to zero for , we find that the epidemics die out when the diversity because the spreading rate . The lower bound in (B.1) also holds when the subnet is modeled as a generalized random network with arbitrary “thin-tail” degree distribution or a random-like small-world network with because (A.6) is valid for these networks.

As we shall see, how fast the epidemics die out is determined by the infection probability , recovery probability , diversity , and average degree . For simplicity, we assume that all hub immunizations occur simultaneously and instantly. Setting , we then solve (A.6) to determine the average fraction of infected nodes as a function of the time after hubs are immunized: Here, and are the fraction of infected nodes immediately after hub immunizations. For diversity , we have and go to zero with increasing time as predicted earlier.

More importantly, the smaller infection probability and average degree , and the larger diversity and recovery probability , the more negative becomes and the faster goes to zero. In particular, increasing beyond the minimum required value or immunizing more hubs to reduce speed up virus eliminations.

We end this appendix with a generalization of the lower bound in (B.1) for varying infection probabilities and recovery probabilities . As before, there are nodes per type. Using the above technique, we can show that an epidemic on nodes of type dies out when . Let , then all epidemics die when .

C. Fragility Analysis

The halting technique’s performance depends on the pattern of node-type assignments in a network. In general, the technique causes all epidemics to die out when the nodes of each type have a uniform distribution over the network. However, the technique fails in rare cases when most nodes of each type are clustered together.

View the homogeneous diverse subnet obtained by deleting immunized nodes and adjacent edges from the original network as distinct monocultures, each containing all nodes of type . Model a monoculture as a generalized random network with arbitrary “thin-tail” degree distribution, nodes, average degree , and spreading rate . Assume that each monoculture has a giant component, that is, a connected component with size proportional to . If , then a fraction of type nodes will be infected [13]. The total number of infected nodes is when for all . A multi-strain global epidemic infecting nearly all nodes occurs when each .

To illustrate the longevity of a multi-strain global epidemic on the stochastic model, we consider another slight variation on the classical WS model [12]; during network construction let a node’s clockwise edges, except the edge to the nearest neighbor, be rewired with probability . Then, for each node type , assign type to consecutive nodes on the circle. The result is a modified WS network with connected monocultures. These monocultures are giant components of size allowing the seeds to infect all nodes.

Let and for all . Figure 8 shows a snapshot of a modified WS network with nodes, colored node types, and average degree . Infected nodes are represented by stars. An edge is colored red if at least one adjacent node is infected. The fraction of isolated nodes, averaged over no less than time steps, is 0.9. Since the network is homogeneous, the averaged fraction of infected nodes is nearly the same. The example illustrates that homogeneous networks with large-connected subnets of the same node types are fragile to long-lasting global epidemics even for large diversity . Such clustered patterns of node types should be avoided in real networks.