152k views
3 votes
If a given router can connect to at most k networks, how many routers, r, are required to connect n networks? write an equation that gives r in terms of n and k.

User Scott
by
7.8k points

1 Answer

4 votes
Routers select a path for traffic in a network, or between or across multiple networks.
If a given router can connect to at most k networks
R=N/(K-1) +1 routers are required to connect N networks.

User Dreamlax
by
8.7k points