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. |
|