L6 Flashcards

1
Q

Explain relation between amount of load being rejected and throughput

A

The higher the load rejected, the lower the throughput

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

How can we increase throughput

A

By making routing more efficient resulting in less delays

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

Draw an schematic of routing in data networks (L6 2)

A

draw in paper

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

Draw the curve of throughput vs delay in data networks, include poor routing and efficient routing (L6 3)

A

write on paper

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

Explain ideas of broadcasting

A
  • Origin node sends data to all nodes in the network
  • Used when we need to transmit data to all network nodes
  • needed when network topology changes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain ideas of flooding

A
  • Origin node sends data to neighbouring nodes
  • neighboring nodes relay data to the next nodes except the father node
  • nodes will send the data only once
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

draw a schematic of broadcasting and flooding (L6 4)

A

write on paper

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

draw a schematic of spanning-tree algorithm (L6 5)

A

write on paper

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

explain main ideas of spanning-tree algorithm

A
  • spanning-tree is a connected subgraph of the network that includes all nodes without cycles
  • requires less packet transmissions
  • no cycles in the network
  • N-1 transmissions required for N nodes
  • needs to maintain and update spanning tree when topology changes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Draw a schematic of a graph and its subgraphs (L6 10)

A

write on paper

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

ideas of minimum weight spanning-tree (MWST)

A
  • communication between nodes has a cost
  • MWST is the spanning tree with a minimum sum of arc weights
  • Krustal’s algorithm can be used to find the spanning tree
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Give an example of Kruskal’s algorithm (L6 13)

A

write on paper

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

Definition of digraph and draw schematic (L6 19)

A
  • Is a directed graph with N nodes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define routing in a communication network

A
  • Routing is the process of selecting a path for traffic in a network or between or across multiple networks.
  • In packet switching networks, routing is the higher-level decision making that directs network packets from their source toward their destination through intermediate network nodes by specific packet forwarding mechanisms.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly