Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 197 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 197
Topic #: 1
[All 312-49v10 Questions]

What will the following command accomplish?
C:\ nmap -v -sS -Po <ip> -data_length 6600 0-packet_trace

  • 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
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
aqeel1506
4 months, 1 week ago
The correct answer is D. Test the ability of a router to handle fragmented packets. The command uses the nmap tool to perform a scan with the following options: -v: increases verbosity -sS: performs a SYN scan (half-open TCP connection) -Po: disables ping scans and OS detection <ip>: specifies the target IP address --data_length 6600: sets the packet size to 6600 bytes, which is larger than the standard MTU (Maximum Transmission Unit) of 1500 bytes, forcing packet fragmentation --packet_trace: enables packet tracing By setting the data length to 6600 bytes, the scan will send packets that need to be fragmented, allowing you to test the router's ability to handle fragmented packets.
upvoted 1 times
...
jjweust
2 years, 7 months ago
There are only two nmap commands referenced in CHFI v10 manual pg. 495-496. nmap -sU and nmap -sT. For what it's worth, an nmap command like this isn't even tested on CEH.
upvoted 1 times
[Removed]
1 year, 1 month ago
yeah, they're really pushing hard for us to take their CEH. Almost a quarter of the questions i saw here is actually more relevant for CEH lol
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...