Sep 4, 2024
Application Layers (OSI Layers 5-7)
Transport Layer (OSI Layer 4)
Network Layer (OSI Layer 3)
Data Link Layer (OSI Layer 2)
Utilize ping command with options to test MTU:
-F
: Don't fragment.-L
: Set length of data.Example: Testing MTU with Google's DNS (8.8.8.8)
ping -F -L 1472 8.8.8.8
to confirm MTU compatibility.