What is the minimum packet size for TCP over IPv4 ?
Hi guys, i am quite stuck on this very question.
Assume i wanna transmit a data of 12KB
and through IPv4 TCP
I did the following calculation
20 Bytes for TCP Headers
4 Bytes for Source Address
4 Bytes for Destination Address
4 Bytes on Zeros, Protocol and TCP Length
2 Bytes on Checksum
12 Bytes on Data
But i try check my friend result with mine, we get the different one..
I use the example on wikipedia on TCP, and i just assume
TCP header is 20Bytes and the calculation above ( i use all the TCP Pseudo Header that is pink ) .
What did i do wrong in my calculation. as 2 of my friends answer is 6 bytes more than me
My TCP header is 20 bytes IPV4 is 14 bytes Data is 12 Bytes
The only difference between us is my fren IPv4 is 20 bytes. which field did i do wrongly on my ipv4 calculation?
Thanks