edited by
26,834 views
54 54 votes

What is the maximum size of data that the application layer can pass on to the TCP layer below?

  1. Any size

  2. $2^{16}$ bytes - size of TCP header

  3. $2^{16}$ bytes

  4. $1500$ bytes

12 Answers

Best answer
82 82 votes

OPTION A

Its transport layers responsibility to divide data in to fragments/ packets. Application layer need not worry about it.

edited by
21 21 votes
Application layer can give any amount of data to Transport layer and it’s the  responsibility of transport layer to perform segmentation for better servicing of network layer.

Option – A
edited by
0 0 votes
The correct option is A because if the application layer won't be sent the amount of data given to him then it is not feasible for it to be a part in the TCP model.
0 0 votes
Application layer can forward any size of the data to transport layer, but transport layer ensure that each segment should be of 64KB.
0 0 votes
Option A) Any size , Application layer can send any size data to transport layer.
Answer:
Position:
Show:

Related questions

43 43 votes
5 answers 5 answers
20.3k
20.3k views
Kathleen asked Sep 11, 2014
20,320 views
A clustering index is defined on the fields which are of typenon-key and orderingnon-key and non-orderingkey and orderingkey and non-ordering
40 40 votes
6 answers 6 answers
17.3k
17.3k views
Kathleen asked Sep 11, 2014
17,322 views
If $L$ and $\overline{L}$ are recursively enumerable then $L$ isregularcontext-freecontext-sensitiverecursive
97 97 votes
16 16 answers
54.9k
54.9k views
Kathleen asked Sep 21, 2014
54,858 views
The address of a class $\text{B}$ host is to be split into subnets with a $6\;\text{-bit}$ subnet number. What is the maximum number of subnets and the maximum number of ...
74 74 votes
4 answers 4 answers
35.0k
35.0k views
Kathleen asked Sep 12, 2014
35,040 views
Which of the following are NOT true in a pipelined processor?Bypassing can handle all RAW hazardsRegister renaming can eliminate all register carried WAR hazardsControl h...