Consider the network shown in the figure below. Assuming that all link weights are set to 1, what is the distance vector message that the routing protocol running on these routers will send once the network has converged ?
Express your answer as a list of pairs such as RX:1,RY:2,RZ:4 separated by commas. Each pair contains the distance to reach a given destination, <id>:<int>
, where <id>
is the name of the router and <int>
an integer representing a distance. Assume the basic version of Distance Vector (i.e. no split horizon and no poisoning)