Interconnection Networks
19 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Define Hop

A stop at a router along the path between source and destination. The number of hops is determined by the network topology.

Define Latency

Latency is determined by the number of routers (hops) between source and destination. Also includes the serialization latency: which is the number of cycles requires to transmit a packet across a link.

Write the formula for Interconnection Network Latency:

T = num_hops * routing_latency + (length_of_packet / link_bandwidth)

Define Diameter

<p>maximum distance between any two nodes</p> Signup and view all the answers

Link Bandwidth

<p>The maximum rate at which a packet can be streamed through a link.</p> Signup and view all the answers

Define Bisection Bandwidth

<p>minimum number of links that you have to cut a partition a network into two parts. Gives us an understanding about the throughput of the network.</p> Signup and view all the answers

Topology

<p>describes the connections between the routers in the network.</p> Signup and view all the answers

Define Degree

<h1>links per node</h1> Signup and view all the answers

Radix

<h1>ports per router</h1> Signup and view all the answers

Routing

<p>the act of choosing a path between sender A and receiver B.</p> Signup and view all the answers

Flit

<p>the flow control unit. (i.e. the unit of buffering)</p> Signup and view all the answers

Phit

<p>Unit of data that gets transmitted across a physical link in one cycle.</p> Signup and view all the answers

Packet

<p>consists of one or more flits.</p> Signup and view all the answers

define adaptive routing

<p>path changes based on the state of the network. Try to adapt to what is currently happening. If packet encounters congestion, can use the other dimension. Minimal if it always moves towards the destination. Not deadlock free if full-adaptive is allowed. We can create deadlock-free adaptive routing by eliminating some turns.</p> Signup and view all the answers

define source routing

<p>full path is determined at the source node.</p> Signup and view all the answers

define dimension order routing

<p>for mesh-based networks. Choose a fixed order of traversing the dimensions of a k-ary n-mesh. Go as far as necessary in one-dimension and then as far as necessary in the other until you reach the destination, cannot switch back and forth between dimensions.</p> Signup and view all the answers

How do you remove deadlock in a mesh-based network?

<p>One way to remove this in a k-ary n-cube is to turn the cycle into a spiral. by providing a 2nd set of channels that wrap around.</p> Signup and view all the answers

Draw a 3-ary 2-cube.

<p>True</p> Signup and view all the answers

Do 11.7 exercises 2b and 2c.

<p>True</p> Signup and view all the answers

More Like This

Message Passing Architectures Quiz
32 questions

Message Passing Architectures Quiz

SelfSufficiencyLogarithm avatar
SelfSufficiencyLogarithm
Use Quizgecko on...
Browser
Browser