week2

Wireshark – Week 2 Practical Quiz

Scenarios: Captures, Filters, Packet Anatomy, Fragmentation & TTL

1. A user reports slow HTTP access to a web server at 10.10.10.50. You can install Wireshark on the client PC. What is the most practical first step?

2. You are capturing on the client for HTTP issues. Which display filter is most practical to view only traffic between the client 10.10.10.20 and server 10.10.10.50 over TCP port 80?

3. You are on a busy web server and only want to capture packets from a single client 192.168.5.100 to reduce file size. Which capture filter is most practical?

4. You suspect a router between client and server is dropping large packets due to MTU issues. Which practical approach gives you the best visibility?

5. You want to capture overnight on a Linux sensor without filling the disk. Which dumpcap command pattern is the most practical?

6. You want to see which network interfaces you can capture on using dumpcap. Which command is the most practical?

7. You are analyzing a capture and only want to see DNS queries that contain the string “vpn.company.com”. Which display filter is most practical?

8. In a capture from a SPAN port, you see some TCP streams with missing packets and “TCP previous segment not captured” notes. What is the most practical conclusion?

9. You are connected to a SPAN port on a switch, monitoring traffic from a single access port. Practically, what type of traffic should you expect to see?

10. You open a capture and want to quickly find the three largest frames by size. Which practical steps in Wireshark will help?

11. In a packet, you see EtherType 0x0800 and an IP header with protocol field 6. Practically, what does this combination tell you?

12. In a capture, you notice multiple IP fragments with the same Identification value but different Fragment Offsets. Practically, how should you analyze the full packet in Wireshark?

13. You see an ICMP “Fragmentation needed” message in the capture with the DF (Don’t Fragment) bit set in the original packet. Practically, what does this tell you?

14. You see that a packet left the client with TTL 128 and arrives at your sensor with TTL 121. Practically, what does this indicate?

15. You want to quickly highlight all TCP SYN packets to see where connections are starting. What is the most practical Wireshark customization?

16. You frequently investigate ICMP-based connectivity issues. What is a practical use of filter buttons in this case?

17. You suspect only one specific web request path “/login” is slow. Which practical display filter helps you focus on those HTTP requests?

18. In a capture of a failed connection, you see the client sending multiple SYN packets but never receiving a SYN/ACK. Practically, what does this most likely indicate?

19. You want to find all packets larger than 1400 bytes on the wire to look for fragmentation risk. Which display filter is most practical?

20. You apply the filter ip.ttl !in {128 64} on a capture of traffic from Windows and Linux clients. Practically, what are you looking for?

21. You are troubleshooting an intermittent issue that only happens between 2–3 PM. Practically, what is the best capture strategy?

22. You’re connected to a trunk port carrying VLANs 10, 20 and 30, and you want to see only VLAN 20 traffic. Which practical display filter helps?

23. You want to see the top “chatty” IP pairs in your capture to know who is talking the most. Which Wireshark feature is most practical?

24. You suspect only one TCP connection is problematic. After filtering that stream, which feature is most practical to see the complete request/response data?

25. You want to find only packets that are IP fragments (not whole packets). Which display filter is most practical?

26. You’re troubleshooting a client’s path to a server and want to estimate how many hops away the server is using a response packet. What is the best approach?

27. You notice that a single IP conversation has many small fragmented packets, which is unusual. Which is the most practical next step?

28. You want to quickly see only client-to-server packets (not server-to-client) in a TCP stream where the client IP is 10.0.0.5. Which display filter is practical?

29. You want to capture only traffic to and from TCP port 443 on interface 2 using dumpcap. Which command is the most practical?

30. You want a quick overview of which hosts (IP addresses) appear in your capture and how much traffic each sent/received. Which Wireshark feature is most practical?

Comments

Popular posts from this blog

WEEK 1 Quize