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