May 23, 2025
Ethernet (Layer 2)
IP Layer (Layer 3)
Transport Layer (Layer 4)
Application Layer (Layers 5, 6, and 7)
TCP Flags: Control how data is processed.
IP Header Flags: Mainly deal with fragmentation.
If data exceeds MTU, it must be fragmented into smaller packets.
MTU Setting: Typically set during network design; changes are rare.
Fragmentation can slow down traffic flow. Avoiding fragmentation enhances throughput.
Use ping command to test MTU between devices:
-f to set Don't Fragment bit.-l to specify the length of data to send.Ping Command Example:
ping -f -l 1472 8.8.8.8 to test against Google DNS.