Michael M. answered 02/11/24
CompTIA Network+ / Secure Infrastructure Certified Professional
First we need to convert the 200 kB (kiloByte since you wrote a capital letter B) to Mb (megabits - note the lowercase b) so that we can then do the math for each of the 3 hops in the network. Since a Byte is 8 times larger than a bit, the math is as follows...
- 200 kB = 1600 kb
- 1600 kb is 1.6 Mb
Now we can figure out the time it takes for each hop, expressed as millseconds (ms)...
- R1 = 800ms (1.6 / 2 Mbps)
- R2 = 3200ms (1.6 / .5 Mbps since 500 Kbps is .5 Mbps)
- R3 = 1600ms (1.6 / 1 Mbps)
So the total transmission time is 5600ms or 5.6 seconds to complete the 3 hops.
(a) Approx. 291 Kbps (291 x 5.6 = approx. 1600). This is the same as approx. 36.4 kB (kiloBytes since 8 bits = 1 Byte) per second
(b) It will take about 5.6 seconds to receive the message.