March 17th question


The following network represents the way the computers in a distributed system are connected to each other. The communication between computers flows through the links in any direction.

The system started presenting performance issues, after some investigation, the cause was determined to be due to nodes communication bottleneck. By looking at the network, which one of the options presents both a proper hypothesis for this bottleneck cause and a reasonable solution for this?

  1. Node 6 has a high clustering coefficient, which indicates a network vulnerability for failures. By removing node 6, the system communication should improve.
  2. Node 4 may be overloaded since many nodes depends on it to communicate with each other. By adding a link (3,4), performance should improve.
  3. Link (3,5) may be overloaded, since it is a bridge and if removed, two large connected components is created. By adding a link (2,6), performance should improve.
  4. The network diameter is 5 composed by the links {(2,1), (1,3), (4,5), (5,7), (7,8)}, which is too high. By adding a link (2,8) performance should improve.
  5. None of the above

Original idea by: Christian Konishi

Comentários

  1. Great question! I took it. Had to fix English prose somewhat.

    ResponderExcluir
  2. Sorry for posting as anonymous, It's me, Joao. Last comment too.

    ResponderExcluir

Postar um comentário

Postagens mais visitadas deste blog

March 31th question

April 21st question

June 2nd question