72201T · Question #23
What is the name of the packets capturing utility embedded in most Linux Servers, including Avaya Aura® Communication Manager (CM)?
The correct answer is D. tshark. tshark is the command-line packet capturing utility built into most Linux distributions, including Avaya Aura® Communication Manager. It is the terminal-based counterpart to Wireshark and uses the same underlying libpcap library, making it ideal for capturing and analyzing…
Question
What is the name of the packets capturing utility embedded in most Linux Servers, including Avaya Aura® Communication Manager (CM)?
Options
- Awshark
- Bcshark
- Cpcap
- Dtshark
How the community answered
(36 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D89% (32)
Explanation
tshark is the command-line packet capturing utility built into most Linux distributions, including Avaya Aura® Communication Manager. It is the terminal-based counterpart to Wireshark and uses the same underlying libpcap library, making it ideal for capturing and analyzing network traffic directly on servers without a GUI.
- A (wshark) - Not a real tool; likely a distractor designed to confuse test-takers who know "Wireshark" but misremember the CLI variant.
- B (cshark) - Also fictitious; no widely recognized packet capture utility carries this name.
- C (pcap) -
libpcapis the library that powers packet capture (used by both tshark and tcpdump), but it is not itself a standalone utility you invoke on a server.
Memory tip: Think of it as terminal + wireshark = tshark - the "t" stands for the text/terminal mode of Wireshark, which is the GUI tool you may already know.
Topics
Community Discussion
No community discussion yet for this question.