CV0-002 · Question #223
An administrator needs to test that a service is responding to external requests. Which of the following tools can be used to accomplish this task?
The correct answer is C. telnet. An administrator can use telnet to test if a service is responding to external requests by attempting to establish a direct connection to the service's port on the remote host.
Question
An administrator needs to test that a service is responding to external requests. Which of the following tools can be used to accomplish this task?
Options
- Aping
- Btracert/traceroute
- Ctelnet
- Dipconfig/ifconfig
How the community answered
(23 responses)- A4% (1)
- B4% (1)
- C91% (21)
Why each option
An administrator can use telnet to test if a service is responding to external requests by attempting to establish a direct connection to the service's port on the remote host.
Ping tests ICMP connectivity to a host, which only confirms basic network reachability, not whether a specific application service is active and responding on a port.
Traceroute maps the network path to a destination and determines intermediate hops, but it does not test if a particular service is running or responding on that destination host.
Telnet can be used to establish a direct TCP connection to a specific port on a remote host, which is effective for testing if a service is listening and responding. By attempting to connect to the service's port (e.g., 'telnet example.com 80'), an administrator can verify if the service is active and accepts incoming connections.
Ipconfig/ifconfig displays the network configuration of the local machine, such as IP addresses and network interfaces, and cannot be used to test external service responsiveness.
Concept tested: Network troubleshooting tools, service connectivity
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/telnet
Topics
Community Discussion
No community discussion yet for this question.