Home » Computer Science » Networking

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.

Correct Answer: 2 (m - 2)

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion