Week 6 Summary Flashcards

1
Q
UDP Header Fields:
Length
Source Port
Destination port
Checksum
A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
TCP Header fields:
Source Port
Header Length/Data Offset
Window Size
Sequence Number
Destination Port
Checksum
A

True

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

TCP Connection Initialization: 3 steps:

A
  1. Client sends segment with SYN set to 1
  2. Server sends segment with SYN set to 1 and ACK set to Client’s SeqNum+1
  3. Client sends segment with SYN set to 0 and ACK set to the Server’s SeqNum+1.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Closing TCP Connection: 4 steps

A
  1. Client sends segment with FIN bit set.
  2. Server sends ACK of received segment.
  3. Server sends segment with FIN bit set.
  4. Client sends ACK of received segment.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

UDP uses an additive-increase multiplicative-decrease (AIMD) system to manage flows.

A

False.

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

The rate of CongWin size increase (in terms of MSS) while in TCP’s Congestion Avoidance phase is _______ .

A

Linear

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

TCP implements network fairness directly.

A

False. It does it indirectly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
What do the following cause: 
Parallel TCP Connections
Typical Internet Usage
High Utilization
Dropped TCP Packets
Reliable Data Transfer Schemes
A

Network congestion

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

UDP implements network fairness.

A

False.

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

Possible consequences of network-core congestion:

A
Network collapse
Delayed packets
Out-of-order packet arrival
Dropped packets
Increased network congestion.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Flow control is intended primarily to

A

keep a TCP sender from overwhelming receiver’s buffer.

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

TCP sequence numbers used to implement

A

in-order delivery

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

The rate of CongWin size increase (in terms of MSS) while in TCP’s Slow-Start phase is

A

exponential

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