PYEXAM FORUM
Bandwith Frame calculation - Printable Version

+- PYEXAM FORUM (https://pyexam.com/pyforum)
+-- Forum: UGC NET EXAMS (https://pyexam.com/pyforum/forumdisplay.php?fid=5)
+--- Forum: Computer Science and Applications - Paper II & III (https://pyexam.com/pyforum/forumdisplay.php?fid=7)
+--- Thread: Bandwith Frame calculation (/showthread.php?tid=2)



Bandwith Frame calculation - Eandhizhai - 05-07-2016

A network with bandwidth of 10 Mbps can pass only an average of 15,000 frames per minute with each frame carrying an average of 8,000 bits. What is the throughput of this network ?

Solution:
Throughput is the amount of data send via a physical or logical medium within a specific time usually calculated in seconds

1 frame = 8000 bits so 15000 frames = 15000 X 8000 bits

so 15000 frames per minute is converted to seconds by

                                        15000 X 8000  = 2000000 bits per second
                                                  60

1000000  bits = 1 mb    ie      2000000 bps = 2mbps