Basic Networking Concepts Question:
What is silly window syndrome?
Answer:
It is a problem that can ruin TCP performance. This problem occurs when data are passed to the sending TCP entity in large blocks, but an interactive application on the receiving side reads 1 byte at a time.
Previous Question | Next Question |
What is Project 802? | What is a Multi-homed Host? |