Previous | Next --- Slide 34 of 49
Back to Lecture Thumbnails
ggm8

It is important to consider the granularity of our communication blocks, in combination with the type of interconnection network that we choose to use. For example, it may be of benefit to us to have flits instead of packets, such that we don't have to be waiting at a certain node for an entire packet to arrive, whereas a flit can traverse the entire network without delay.

1_1

Applications send messages, protocols break those messages into packets, networks break packets into flits to handle flow control.