While troubleshooting a possible Path MTU problem between your Linux workstation and the host 203.0.113.8, you need to send exactly five ICMP Echo Requests that must not be fragmented anywhere along the path. Because the Ethernet MTU is 1500 bytes, you decide to carry 1472 data bytes in each probe (1500 − 20 IP header − 8 ICMP header). Which command meets all of these requirements?
The command ping -M do -s 1472 -c 5 203.0.113.8 sets the Path-MTU-Discovery option to do, which tells the kernel to set the DF (Don't Fragment) flag on every packet. The -s 1472 option specifies a 1472-byte payload, creating a 1500-byte frame on the wire, and -c 5 limits the test to five probes.
ping -D -s 1472 -c 5 … only adds a timestamp before each line; -D does not set the DF flag, so fragmentation would still be allowed.
ping -M dont -s 1472 -c 5 … explicitly disables DF, permitting fragmentation and defeating the test objective.
ping -M do -s 1500 -c 5 … sets DF correctly but uses a 1500-byte payload, resulting in a 1528-byte packet (1500 + 20 + 8) that exceeds the stated requirement of 1472 bytes.
Therefore, only the command that combines -M do, -s 1472, and -c 5 satisfies all conditions.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the DF (Don't Fragment) flag in networking?
Open an interactive chat with Bash
What is Path MTU and why is it important?
Open an interactive chat with Bash
Why is `ping -M do` preferred over `ping -D` for troubleshooting MTU-related issues?
Open an interactive chat with Bash
CompTIA Linux+ XK0-006 (V8)
System Management
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
Pass with Confidence.
IT & Cybersecurity Package
You have hit the limits of our free tier, become a Premium Member today for unlimited access.
Military, Healthcare worker, Gov. employee or Teacher? See if you qualify for a Community Discount.
Monthly
$19.99
$19.99/mo
Billed monthly, Cancel any time.
3 Month Pass
$44.99
$14.99/mo
One time purchase of $44.99, Does not auto-renew.
MOST POPULAR
Annual Pass
$119.99
$9.99/mo
One time purchase of $119.99, Does not auto-renew.
BEST DEAL
Lifetime Pass
$189.99
One time purchase, Good for life.
What You Get
All IT & Cybersecurity Package plans include the following perks and exams .