MathJax


Thursday, October 20, 2022

Quiz Question – Evolving Networks

2022-009
In many real networks, node deletion can occur at any moment of the network lifecycle. Depending on the number of nodes and links removed, this can impact some network properties. To explore the impact of node deletion, consider a Barabási-Albert model where in each time step, we add a new node with m links, and with rate r, we remove a node. 

Analyze the following statements about node deletion:

1. If r < 1, the number of removed nodes will be greater than the number of new nodes, and the network will be into a random network regime.
2. If r = 1, nodes arrive and are removed at the same rate, and the network has a fixed size and remains scale-free.
3. If r > 1, the number of removed nodes will be less than the number of new nodes, and the network continues to grow and remain with its scale-free properties.
4. The rate r of node deletion does not affect the network topology because the topology is independent of adding and deletion nodes.


Select the correct alternative:
  1. Only statements 1, 2, and 3 are correct.
  2. Only statements 2, 3, and 4 are correct.
  3. Only statements 1, 3, and 4 are correct.
  4. Only statement 4 is correct.
  5. None of the above.

Original idea by: Rubens de Castro Pereira

1 comment:

  1. Interesting question, but the alternatives are blatantly wrong, which makes this question too easy.

    ReplyDelete

Quiz Question – Network Flow

2022-013 Consider the graph below and the flow from 1 to 10, where the capacity value is defined in each link. Select the correct alternativ...