10 - Topologies Flashcards

1
Q

What makes a good topology?

A

Fast routing/Low latency
High Bandwidth
Scalability
Low cost and highfeasibility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the minimum num of edges, m between nodes, n in any topology?

A

n - 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

degree of a node

Define+ Small vs High degree

A

Number of neighbours/links

Small degree implies small num of links and good scalability
High degree nodes busier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Diameter of a graph

A

Maximum distance between u and v

Length of the longest shortest distance between any two nodes on the graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bisection width of a graph

A

bw = min num of links to be removed to disconnect network into two equal parts

High implies high bandwidth between nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Desirable topology properties

A

Low num of links
Low/constant degree
Low diameter
High bisection width

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Torus vs Mesh

A

A torus is a mesh topology with additional edges linking the sides(?) of the mesh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Hypercube properties

A

Num of links: n*log2(n)/2
Degree& Diameter: log2(n)
Bisection width: n/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly