Sometimes, I need to see the packet with wireshark tool. I have to calculate sequence numbers. I have learned the IP packet size is 1540 (MSS is 1460). However, I can see the more size in the packet. This post is good for me.
This is whole diagram to understand my situation. This is the reason why I need to capture the packet with switch port.
Please look at the first Syn packet. There is MSS is 8961. In blow, I wrote the MSS size is 1460. However, the wireshark show more than 8961.
Thus, this is not perfect number.
[ Reference ]
[ 1 ] https://packetbomb.com/how-can-the-packet-size-be-greater-than-the-mtu/
[ 2 ] https://createnetech.tistory.com/25?category=672583
'Network Engineering > Basic Learning' 카테고리의 다른 글
How to understand about window scale option? (0) | 2020.09.02 |
---|---|
OSPFv2 BR/BDR, Unnumbered Interface(Network Area, IP OSPF Area) Simple Concept. (0) | 2020.06.05 |
How to ECMP load-balancing for CISCO? (ECMP Hashing) (0) | 2020.04.22 |
How does the OSPF cost work? (0) | 2019.07.18 |
How to work BGP synchronize and next hop self with Nexus? (0) | 2019.07.11 |