900 views

1 Answer

1 votes
1 votes
IP header min size=20 Bytes, TCP header min size=20 Bytes

During TCP connection setup phase each size announces its maximum segment size. If the hosts do not use this then the default is set to 536 byte payload. Thus making 556 byte the default segment size

so answer is 20+20+536=576 Bytes

Related questions

1 votes
1 votes
2 answers
1
1 votes
1 votes
1 answer
2
ajaysoni1924 asked Mar 18, 2019
839 views
In Fig. 6-36 we saw that in addition to the 32-bit acknowledgement field, there is anACK bit in the fourth word. Does this really add anything? Why or why not?
1 votes
1 votes
1 answer
3
ajaysoni1924 asked Mar 18, 2019
1,287 views
A process on host 1 has been assigned port p, and a process on host 2 has beenassigned port q. Is it possible for there to be two or more TCP connections betweenthese two...
1 votes
1 votes
1 answer
4
ajaysoni1924 asked Mar 18, 2019
773 views
Datagram fragmentation and reassembly are handled by IP and are invisible to TCP.Does this mean that TCP does not have to worry about data arriving in the wrongorder?