Exam GCIH All QuestionsBrowse all questions from this exam
Question 179

What does the term any instruct tcpdump to capture in the following command?

tcpdump -A -i any 'port 21 && host 192.168.100.1'

    Correct Answer: A

    The term 'any' in the tcpdump command 'tcpdump -A -i any 'port 21 && host 192.168.100.1'' instructs tcpdump to capture packets on all available network interfaces. Therefore, 'Network Interface' is the correct answer.

Discussion
RezaeeOption: A

A. Network Interface.