Questions: Packet Analysis and Network Troubleshooting Tools

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You connect your laptop to a switched corporate network and put the interface into promiscuous mode. Which traffic will you capture?

AAll traffic on the network segment, because promiscuous mode disables address filtering
BOnly traffic to and from your own MAC address, plus broadcast and multicast frames — switches forward unicast frames only to the intended destination port
CAll traffic, but only for the subnet your IP address belongs to
DNo traffic at all, because modern NICs block promiscuous mode for security
Question 2 Multiple Choice

What is the key difference between a capture filter and a display filter in Wireshark?

ACapture filters use regex syntax; display filters use BPF syntax
BCapture filters determine which packets are saved to disk; display filters narrow what you see in the UI from already-captured data, without discarding packets
CDisplay filters are applied before packets reach the NIC; capture filters are applied after
DThey are functionally identical — both discard packets that do not match
Question 3 True / False

tcpdump and Wireshark both use the pcap library under the hood, so capture files in .pcap format can be opened by either tool.

TTrue
FFalse
Question 4 True / False

The most effective approach to packet analysis is to capture most traffic for at least several minutes before applying any filters, ensuring you don't miss relevant packets.

TTrue
FFalse
Question 5 Short Answer

Why is starting with a specific hypothesis and targeted filter more effective than capturing all traffic and analyzing it afterward?

Think about your answer, then reveal below.