Home / Computer Science / Computer Networking :: Discussion

Discussion :: Computer Networking

  1. A group of 2m - 1 routers are interconnected in a centralized binary tree, with router at each tree node. Router I communicate with router J by sending a message to the root of the tree. The root then sends the message back down to J. Then find the mean router-router path length.

  2. A.

     2 (m - 2)

    B.

     2 (2m - 1)

    C.

     m - 1

    D.

     (2m - l)/mJ

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment