✓ Correct answer: A. Filter for TCP SYN packetsAnswer: Filter for TCP SYN packets The Wireshark filter "tcp.flags.syn == 1 and tcp.flags.ack == 0" is used to capture TCP SYN packets. TCP SYN packets are the first step in the TCP three-way handshake and are useful for identifying network connections being initiated. The command "tcp.flags.syn == 1 and tcp.flags.ack == 0" would be used within Wireshark to filter out only SYN packets, which are used to initiate TCP connections. Other filters such as "tcp.port" for port-specific traffic and "ip.addr" for traffic from a specific IP address can be combined with this filter for more granular monitoring. Filtering for TCP SYN packets can help network security professionals monitor for new connection attempts and potential scan activities.
Keep practising. Use the free SecurityX Test Prep PDF, watch the YouTube walkthrough, or unlock all 10 web questions with timed mock exams.