What will the following command accomplish?

A.
Test ability of a router to handle over-sized packets
B.
Test the ability of a router to handle under-sized packets
C.
Test the ability of a WLAN to handle fragmented packets
D.
Test the ability of a router to handle fragmented packets
FAIL – what command?
c:\> nmap -v -sS -Po 172.16.28.251 – data_length 6600 – packet_trace
C:\> nmap –v –sS –Po 172.16.28.251 –-data_length 66000 –packet_trace
where
-v to prints verbose output
-sS to run stealth SYN scan
–data-length to append random data to sent packets
–packet_trace to show all packets sent and received