1. : The Maximum Transmission Unit
The is the largest frame that a physical network interface can transmit without fragmentation. On Ethernet, the 'Magic Number' is . Everything—from your laptop to the switches in the core—is tuned to this number.
The Header Forensics
This includes the header () and the header (). Therefore, the actual data (the Maximum Segment Size - ) is . If you add tags (), an extra are consumed, although most modern allow payload bytes *exclusive* of the framing.
2. : The Maximum Segment Size Negotiation
Unlike , which is a hardware limit, the is a negotiated agreement between two hosts. During the 3-Way Handshake, each side says: 'I can accept a payload up to bytes.'
RFC 879: The Logic
If has an of , it sends a with . If is on a with an of , it responds with . The stack automatically chooses the *lowest common denominator* for the session.
3. Path Discovery: The Feedback Loop
How does a server in California know that a home router in London has an of ()? .
The -Bit Protocol
- Sender sets the Don't Fragment () bit in the header.
- Small-bore router encounters the packet.
- Router sends back an Type 3 Code 4 (Fragmentation Needed).
- Sender receives the , updates its path , and resends.
The Silent Killer:
Many security 'experts' block 'for security.' This breaks , creating an Black Hole. Small packets () work, but full-sized data packets are silently discarded. The connection hangs indefinitely. NEVER BLOCK ALL .
4. Encapsulation Hydraulics: VXLAN & Jumbo Frames
Modern fabrics use overlays (, ). These add headers to the packet, creating a 'Sizing Paradox.'
The Math
- Standard Packet: .
- Overhead: (, , , ).
- Encapsulated Packet: .
If the core network only supports 1,500, we must either shrink the server to (which hurts performance) or enable Jumbo Frames () on the physical switches. In 2026, Jumbo Frames are mandatory for any high-performance fabric.
Frequently Asked Questions
Technical Standards & References
Related Engineering Resources
"You are our partner in accuracy. If you spot a discrepancy in calculations, a technical typo, or have a field insight to share, don't hesitate to reach out. Your expertise helps us maintain the highest standards of reliability."
Contributors are acknowledged in our technical updates.