InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|