retagged by
1,856 views
6 votes
6 votes

Consider the following statements with respect to application layer:
S1 : Datagram is the PDU (Protocol data unit) used.
S2 : There is a fixed limit on the maximum size of data that it can pass on the TCP layer.
Which of the following options is correct?

A Only S1 is true

B Only S2 is true

C Both S1 and S2 are true

D Neither of S1 or S2 is true

retagged by

4 Answers

0 votes
0 votes
s2 is correct .bcz ip4 has 16 bits for total length and max size calculated as total length subtract ipv4 header size and thn subtract tcp header size. if both header size consider minimum in size that is 20 thn 2^16 subtract 2*20 =65495 is size of segment.
0 votes
0 votes
PDU is considered as datagram at the network layer. hence s1 is wong
0 votes
0 votes
Option D) is correct.

S1: Datagram is of network layer, in Application layer Message is PDU.

S2: Application Layer can send any amount of data to the transport layer.
Answer:

Related questions

2.1k
views
0 answers
0 votes
Phantom5 asked Aug 31, 2018
2,072 views
Q: Suppose an application generates chunks of 40 bytes of data every 20 msec, and each chunk gets encapsulated in a TCP segment and then an IP datagram. ... be application data?Please someone who knows explain also.Thanks in adv. - Madhav.
1.7k
views
1 answers
0 votes
Abhilash Mishra asked Jun 14, 2018
1,748 views
Consider the following design problem concerning implementation of virtual- circut service. If virtual circuits are used internal to the subnet, each data packet ... mean packet requires four hops. Which implementation is cheaper and why?