Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

UGC-NET | UGC NET CS 2015 Jun – III | Question 30

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

The maximum payload of a TCP segment is:
(A) 65,535
(B) 65,515
(C) 65,495
(D) 65,475


Answer: (C)

Explanation: In TCP segment maximum size of TCP window is 65,535 byte;
Minimum TCP header size is 20 byte and Maximum TCP header size is 60 Byte and Minimum IP header size is 20 byte long and Maximum TCP header size is 60 byte rest is payload value.
Maximum payload value = window size – Min Header size(TCP + IP)
Maximum payload value = 65535 – (20 + 20).
Maximum payload value = 65535 – 40
Maximum payload value = 65495.
So, option (C) is correct.

Quiz of this Question

My Personal Notes arrow_drop_up
Last Updated : 19 Jun, 2018
Like Article
Save Article
Similar Reads