recategorized by
4,072 views
3 votes
3 votes

The minimum payload of a TCP segment is

  1. 65,535
  2. 65,515
  3. 65,495
  4. 65,475
recategorized by

2 Answers

Best answer
3 votes
3 votes

 The minimum payload of a TCP segment is

= Max size - Header Size

= 65,535 - 60 = 65,475 B

D is ans

edited by
1 votes
1 votes

First of all the question posted here is not same as the asked in UGC-NET. In UGC they have asked for the maximum payload, but here the question is asking for minimum payload.

Lets first see what will be the maximum payload. Maximum payload occurs when we have minimum TCP header as well as minimum IP header. Minimum IP header is 20B and TCP header is 20B

so max payload= 65535-(20+20) =65495B

Now minimum payload occurs when we have maximum TCP header(60B) as well as Maximum IP header(60B)

minimum payload = 65535 - (60+60) = 65415 B

So, NO OPTION IS CORRECT.

 

                           

Answer:

Related questions

2 votes
2 votes
1 answer
1
go_editor asked Jul 31, 2016
4,441 views
Which one of the following control fields in TCP header is used to specify whether the sender has no more data to transmit?FINRSTSYNPSH
3 votes
3 votes
1 answer
2
go_editor asked Aug 2, 2016
3,316 views
In a binary Hamming Code the number of check digits is r then number of message digits is equal to$2^r-1$$2^r-r-1$$2^r-r+1$$2^r+r-1$
3 votes
3 votes
1 answer
4
go_editor asked Jul 31, 2016
5,385 views
A message "COMPUTERNETWORK" encrypted (ignore quotes) using columnar transposition cipher with a key "LAYER". The encrypted message isCTTOEWMROPNRUEKMROUEKCTTPNROEWOEWPNR...