1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Q14: How does TCP ensure reliability?
A14: Through acknowledgments and retransmissions.
Q15: What happens if a TCP segment is lost?
A15: It is retransmitted after a timeout or fast retransmit.
Q16: What is Flow Control in TCP?
A16: It ensures the sender does not overwhelm the receiver.
Q17: What mechanism does TCP use for flow control?
A17: The Sliding Window Protocol.
Q18: What is Congestion Control in TCP?
A18: Techniques to prevent network overload.
Q19: Name two TCP congestion control algorithms.
A19: Slow Start and Fast Recovery.