Previous | Next --- Slide 26 of 50
Back to Lecture Thumbnails
rokhinip

Question: How exactly do we get O(1) latency in the crossbar topology? To go from one corner to another, don't we need to get through 2N switches?

chaihf

@rokhinip. With Crossbar, every node has a direct path to other nodes without getting through switches like Mesh, so the latency is almost O(1). And that's why it has a higher cost than other topologies.

DunkMaster

O(sqrt(N)) is an average latency

rokhinip

@chaihf, the comments on the slide for graph seem to suggest otherwise. But I agree with you for we won't get O(1) latency.

tianyih

@chaihf, why is the latency almost O(1)?