BRITE provides a RouterBarabasiAlbert model deriving from the Model class. It is called RouterBarabasiAlbert because it implements a model proposed by Barabási and Albert [2]. This model suggests two possible causes for the emergence of a power law in the frequency of outdegrees in network topologies: incremental growth and preferential connectivity. Incremental growth refers to growing networks that are formed by the continual addition of new nodes, and thus the gradual increase in the size of the network. Preferential connectivity refers to the tendency of a new node to connect to existing nodes that are highly connected or popular.
RouterBarabasiAlbert interconnects the nodes according to the
incremental growth approach. When a node joins the network, the
probability that it connects to a node
already belonging to the
network is given by:
where is the degree of the target node,
is the set of
nodes that have joined the network and
is the
sum of outdegrees of all nodes that previously joined the network.