exam questions

Exam CS0-001 All Questions

View all questions & answers for the CS0-001 exam

Exam CS0-001 topic 1 question 102 discussion

Actual exam question from CompTIA's CS0-001
Question #: 102
Topic #: 1
[All CS0-001 Questions]

Given the following output from a Linux machine:
file2cable ""i eth0 -f file.pcap
Which of the following BEST describes what a security analyst is trying to accomplish?

  • A. The analyst is attempting to measure bandwidth utilization on interface eth0.
  • B. The analyst is attempting to capture traffic on interface eth0.
  • C. The analyst is attempting to replay captured data from a PCAP file.
  • D. The analyst is attempting to capture traffic for a PCAP file.
  • E. The analyst is attempting to use a protocol analyzer to monitor network traffic.
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
s3curity1
Highly Voted 4 years, 12 months ago
file2cable is not a protocol analyzer but a tool used to send a file as raw frames. So, nearest answer should be C - replay captured data from the PCAP file
upvoted 8 times
...
lupinart
Highly Voted 5 years ago
I think the answer is C. According the man page, file2cable sends a file as ethernet frames. The switch i is for interface. Switch f is for file. So the command file2cable i eth0 file.pcap means run file.pcap on interface eth0.
upvoted 5 times
...
ITeaGuy
Most Recent 4 years, 7 months ago
BEST describes... C is specific but the question is 'What is the person wanting to do...' Ergo E... imo
upvoted 1 times
...
[Removed]
4 years, 8 months ago
The correct answer is C Source: http://manpages.ubuntu.com/manpages/xenial/man1/file2cable.1.html
upvoted 2 times
...
TheThreatGuy
4 years, 11 months ago
I concur with lupinart and s3curity1
upvoted 5 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 ...