Quiz: MTU¶
3 questions
L1 (2 questions)¶
1. How do you detect an MTU blackhole?
Show answer
ping -M do -s 14722. What is MTU and what happens when a packet exceeds it?
Show answer
MTU (Maximum Transmission Unit) is the largest frame a link can carry (typically 1500 bytes for Ethernet). If a packet exceeds MTU and DF (Don't Fragment) is set, the router drops it and sends ICMP Fragmentation Needed. If DF is not set, the packet is fragmented.L2 (1 questions)¶
1. Large file transfers fail but small requests work. What network issue should you suspect?