291 views
0 votes
0 votes

1 Answer

0 votes
0 votes
My approach:

1. Given the distance between each pair, find dmax = maximum distance b/w any 2 nodes ( source !=destination).

=> dmax = 300 km

2. Tt >= 2*Tp (CSMA/CD condition)

=> L/B >= 2*dmax/v

=> L >= 2*(dmax/v)*B

L(min) = 2*(dmax/v)*B  = 1500 bits

Here, B = bandwidth = 10^6 bits/sec (given), v = velocity = 2*10^8 m/s (given)

No related questions found