717 views
1 votes
1 votes
Consider a source and 32 destinations are connected in binary tree topology where each node is a router. Suppose that each link between 2 routers cost is C then what is cost to send a multicast packet in two approaches unicast emulation and network-layer-multicast. You can choose as many routers as you like.

1 Answer

1 votes
1 votes
Binary tree..so each node will have atmost 2 child

let the case of complete binary tree then total cose if each linkcost is C  for multicasting:

(2^1*C) + (2^2 * 2C) + (2^3 * 3C) +(2^4 *4C) + 1*5C

=103 C

Related questions

0 votes
0 votes
1 answer
1
srestha asked Dec 30, 2018
627 views
Consider an $IPV4$ addressing system, where at a same time two multicast group are ongoing, by choosing their multicast group address at random.Then the probability they ...
6 votes
6 votes
2 answers
2
Na462 asked Sep 15, 2018
1,477 views
Consider an IPV4 addressing system,where at same time two multicast groups are ongoing,by choosing their multicast group addresses at random. The probability they interfe...
0 votes
0 votes
2 answers
3
LavTheRawkstar asked Apr 9, 2017
536 views
What happens in Multicast Routing algorithm somebody please tell with diagram ?
0 votes
0 votes
1 answer
4
LavTheRawkstar asked Apr 6, 2017
430 views
what is the role of routing table in multicast ?