InterviewSolution
Saved Bookmarks
| 1. |
TCP groups a number of bytes together into a packet called _______(a) Packet(b) Buffer(c) Segment(d) StackThe question was posed to me during an online interview.My question is from TCP-1 in portion Transport Layer of Computer Network |
|
Answer» CORRECT choice is (c) SEGMENT Explanation: A segment may be collection of data from MANY send () STATEMENTS. TCP transmits each segment as a stream of BYTES. |
|