Previous | Next --- Slide 30 of 72
Back to Lecture Thumbnails
bazinga

Slowest component in the system determines the system throughput. So it should be analyzed and optimized for improving throughput.

harlenVII

Why is there two T0? Does the first bit need to wait for the whole message arriving?

metainf

@harlenVII It would seem like the in the diagram, the entire message has to be sent before the second link can send the message. If the message could be sent without waiting for the entire message, we would get a pipelining effect. This may or may not be possible depending on the communication protocol.