in Computer Networks
536 views
0 votes
0 votes

 

In the given solution , while calculating transmission time why 8 is not multiplied i.e.

Length = 2000Byte = 2000 * 8 bits formula is not used.

in Computer Networks
536 views

3 Comments

edited by

Because bandwidth is 10 kilo byte per second . 

Length is also in byte.

When we calculating $T_{t}=\frac{L}{B}$=$\frac{2000*8}{10*8*10^{3}}=200 ms$ .

If you are converting length from byte to bit you have to convert the bandwidth to byte to bit also as bandwidth here is kilo byte.

1
1
instead of Tp it should be Tt
0
0

@JAINchiNMay right it’s a typo .(edited)

0
0

Please log in or register to answer this question.

Related questions