TCP Types Flashcards
(25 cards)
What does TCP stand for?
Transmission Control Protocol
True or False: Fast TCP is designed to improve TCP performance in high-speed networks.
True
What is the primary goal of Fast TCP?
To enhance throughput while maintaining fairness among flows.
Fill in the blank: Fast TCP uses a more aggressive __________ mechanism compared to traditional TCP.
congestion control
Which of the following is a characteristic of Fast TCP? A) Slow start B) Aggressive throughput increase C) Low latency D) All of the above
D) All of the above
What type of networks does Fast TCP primarily target?
High-bandwidth, high-latency networks
True or False: Fast TCP guarantees complete fairness among all connections.
False
What is the role of the congestion window in Fast TCP?
It controls the amount of data that can be sent before receiving an acknowledgment.
Short answer: How does Fast TCP differ from standard TCP in terms of congestion avoidance?
Fast TCP employs a more responsive approach to adjust the congestion window based on network conditions.
What is the ‘Fast Recovery’ phase in TCP?
A phase that allows TCP to recover quickly from packet loss without entering the slow start phase.
Fill in the blank: Fast TCP aims to minimize __________ during data transmission.
packet loss
Which congestion control algorithm is often associated with Fast TCP?
TCP Vegas
True or False: Fast TCP can be implemented over both IPv4 and IPv6.
True
What is the significance of round-trip time (RTT) in Fast TCP?
RTT is used to adjust the congestion window and to optimize throughput.
Short answer: Why is Fast TCP considered more suitable for multimedia applications?
Because it can provide higher throughput and lower latency, which are essential for real-time data delivery.
What does the term ‘fairness’ refer to in the context of TCP flows?
The equitable distribution of bandwidth among multiple TCP connections.
Fill in the blank: Fast TCP incorporates __________ to detect and respond to congestion more quickly.
delay-based algorithms
Which of the following is NOT a benefit of Fast TCP? A) Higher throughput B) Reduced latency C) Guaranteed delivery D) Better congestion control
C) Guaranteed delivery
True or False: Fast TCP can negatively impact the performance of traditional TCP flows.
True
What does ‘TCP fairness’ imply about the behavior of different TCP types in a shared network?
It implies that different TCP types should not monopolize the available bandwidth.
Short answer: Describe a potential drawback of using Fast TCP.
It may lead to unfair bandwidth allocation among different types of TCP flows.
Fill in the blank: Fast TCP adjusts its sending rate based on __________ measurements.
RTT
What is the main challenge that Fast TCP addresses in modern networks?
The inefficiency of traditional TCP in utilizing available bandwidth effectively.
True or False: Fast TCP is only beneficial in wired networks.
False