ETExamTower
200-201Updated 1d ago · Sep 4, 2026

Understanding Cisco Cybersecurity Operations Fundamentals (CBROPS)

462 questions across 1 topics, with suggested answers, explanations where available, and imported community discussion. The first 46 questions are free to preview.

Topics

#TopicQuestionsFree
1Network Intrusion Analysis46246

Preview

46 of 462 accessible
Question 1 · Network Intrusion Analysis Open

Refer to the exhibit. What type of activity is occurring in the network?

Question exhibit
Answer: C DNS uses UDP port 53 for typical queries. UDP traffic directed to destination port 53 and identified as DNS is consistent with a DNS flood, in which a target receives a high volume of DNS requests.
Question 2 · Host-Based Analysis Open

Refer to the exhibit. Which frame numbers contain a file that can be extracted through a TCP stream in Wireshark?

Question exhibit
Answer: D The transferred file payload is carried by the FTP Data packets in frames 14, 16, 18, and 19. TCP stream reassembly combines those payload-bearing segments into the file; the FTP control messages in frames 7 and 21 contain only the resume command and completion status. **Learn more:** [Wireshark User's Guide — Following TCP Streams](https://www.wireshark.org/docs/wsug_html_chunked/ChAdvFollowStreamSection.html)
Question 3 · Security Concepts Open

Which open-source packet-capture tool is used on the Linux and Mac OS X operating systems?

Answer: B tcpdump is an open-source packet-capture utility for Unix-like platforms, including Linux and macOS. It captures and displays network packets from a command line. **Learn more:** [tcpdump(1) Man Page](https://www.tcpdump.org/manpages/tcpdump.1.html)