InterviewSolution
Saved Bookmarks
| 1. |
TCP process may not write and read data at the same speed. So we need __________ for storage.(a) Packets(b) Buffers(c) Segments(d) StacksI have been asked this question during an interview.My question comes from TCP-1 in division Transport Layer of Computer Network |
|
Answer» RIGHT ANSWER is (b) Buffers The best I can EXPLAIN: A TCP receiver has a receive buffer that is used to store the UNPROCESSED incoming packets in case the sender is sending packets faster than the processing rate of the received packets. |
|