InterviewSolution
Saved Bookmarks
| 1. |
The data transfer mode of FTP, in which all the fragmenting has to be done by TCP is ________(a) Stream mode(b) Block mode(c) Compressed mode(d) Message modeI had been asked this question in an online quiz.I'd like to ask this question from FTP in chapter Application Layer of Computer Network |
|
Answer» RIGHT answer is (a) Stream mode Easy explanation: Stream mode is the default mode of FTP, in which the TCP transforms/fragments the data into segments, and then after the transmission is completed, CONVERTS it back to stream of BYTES. |
|