🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Networking Intermediate

What is MTU (Maximum Transmission Unit)?

The maximum size of a data packet that can be transmitted over a network without fragmentation.

MTU defines the largest packet size a network link can handle. Standard Ethernet MTU is 1500 bytes. Packets larger than MTU are either fragmented (split into smaller packets) or dropped if the Don't Fragment flag is set.

MTU mismatches cause connectivity issues — packets are silently dropped. Path MTU Discovery automatically finds the smallest MTU along a route. Jumbo frames (MTU 9000) improve performance on local networks. VPN and tunnel overhead may require reducing MTU.

Related Terms

Anycast
A network routing technique where the same IP address is announced from multiple locations, directing users to the nearest server.
SSL/TLS Certificate
A digital certificate that authenticates a website identity and enables encrypted HTTPS connections.
CIDR Notation
A compact method for specifying IP addresses and their associated routing prefix using a slash followed by the prefix length.
Token Bucket Algorithm
A rate limiting algorithm that allows burst traffic by accumulating tokens at a fixed rate and consuming them per request.
HTTPS Everywhere
The practice of securing all web traffic with TLS encryption, ensuring data integrity and privacy between browsers and servers.
ARP (Address Resolution Protocol)
A protocol that maps IP addresses to physical MAC addresses on a local network segment.
View All Networking Terms →