11 - Transport Layer Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the transport layer responsible for?

A

Process to process delivery.

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

Which layer holds port numbers?

A

Transport layer.

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

Which layer holds IP addresses?

A

Network layer.

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

What is unique about UDP? Why is it unreliable?

A
  • Provides process-to-process communication instead of host-to-host communication
  • No error or flow control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are UDP data units called?

A

User datagrams.

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

How do you calculate a UDP length?

A

IP length - IP header’s length

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

Describe the what happens with sequence numbers in a SYN segment?

A
  • Cannot carry data

- Consumes one sequence number

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

Describe the what happens with sequence numbers in a SYN+ACK segment?

A
  • Cannot carry data

- Consumes one sequence number

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

Describe the what happens with sequence numbers in a ACK segment?

A

Consumes NO sequence number if carrying no data

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

Describe the what happens with sequence numbers in a FIN segment?

A

Consumes ONE sequence number if carrying no data

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

Describe the what happens with sequence numbers in a FIN+ACK segment?

A

Consumes one sequence number if carrying no data

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

What happens in the slow-start algorithm?

A

Size of congestion window increases exponentially until it reaches a threshold.

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

What happens in the congestion avoidance algorithm?

A

Size of congestion window increases additively until congestion is detected.

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

What determines the congestion window (cwnd) value?

A

The network

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

How is window size determined?

A

The minimum value between rwnd, cwnd.

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