ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 331 - XK0-005 discussion

Report
Export

A Linux administrator would like to measure possible packet loss between a workstation and a remote web application that is running on port 443. Which of the following would be the best command for the administrator to use to display this information?

A.

ping -c 50 <remote server IP>

Answers
A.

ping -c 50 <remote server IP>

B.

tcpdump -p 443 <remote server IP>

Answers
B.

tcpdump -p 443 <remote server IP>

C.

mtr -T -P 443 <remote server IP>

Answers
C.

mtr -T -P 443 <remote server IP>

D.

traceroute -p 443 <remote server IP>

Answers
D.

traceroute -p 443 <remote server IP>

Suggested answer: C

Explanation:

mtr (My Traceroute) is a network diagnostic tool that combines the functionality of traceroute and ping. It shows real-time packet loss and latency on a hop-by-hop basis. The -T option uses TCP instead of ICMP, and the -P 443 option specifies the remote port. This provides the best method for checking packet loss on port 443.

asked 09/10/2024
Abbas Ali
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first