Week 6 Summary Flashcards
UDP Header Fields: Length Source Port Destination port Checksum
True
TCP Header fields: Source Port Header Length/Data Offset Window Size Sequence Number Destination Port Checksum
True
TCP Connection Initialization: 3 steps:
- Client sends segment with SYN set to 1
- Server sends segment with SYN set to 1 and ACK set to Client’s SeqNum+1
- Client sends segment with SYN set to 0 and ACK set to the Server’s SeqNum+1.
Closing TCP Connection: 4 steps
- Client sends segment with FIN bit set.
- Server sends ACK of received segment.
- Server sends segment with FIN bit set.
- Client sends ACK of received segment.
UDP uses an additive-increase multiplicative-decrease (AIMD) system to manage flows.
False.
The rate of CongWin size increase (in terms of MSS) while in TCP’s Congestion Avoidance phase is _______ .
Linear
TCP implements network fairness directly.
False. It does it indirectly.
What do the following cause: Parallel TCP Connections Typical Internet Usage High Utilization Dropped TCP Packets Reliable Data Transfer Schemes
Network congestion
UDP implements network fairness.
False.
Possible consequences of network-core congestion:
Network collapse Delayed packets Out-of-order packet arrival Dropped packets Increased network congestion.
Flow control is intended primarily to
keep a TCP sender from overwhelming receiver’s buffer.
TCP sequence numbers used to implement
in-order delivery
The rate of CongWin size increase (in terms of MSS) while in TCP’s Slow-Start phase is
exponential