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.
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.