Question 757 of 972
mediumMultiple ChoiceObjective-mapped
220-1201 Practice Question: That they cannot access a website hosted on a…
A user reports that they cannot access a website hosted on a remote server. The technician finds that the firewall allows HTTP and HTTPS traffic, but the website uses a non-standard port. The user's browser shows 'connection refused'. Which tool can the technician use to verify if the remote port is open?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Telnet
Telnet can be used to test connectivity to a specific port (e.g., telnet example.com 8080). Ping uses ICMP, not TCP ports. Nslookup tests DNS resolution. Tracert traces the route but does not test port status.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Ping
Why it's wrong here
Ping is a fundamental network utility that leverages Internet Control Message Protocol (ICMP) echo requests and replies to assess the basic reachability of an IP host on a network. While it can confirm if a device is online and responsive at the network layer, Ping operates independently of TCP ports. Consequently, it cannot determine if a specific application service, such as a web server, is actively listening on its designated TCP port (e.g., 80 or 443) or if a firewall is selectively blocking that particular port, making it unsuitable for diagnosing service-level connectivity issues.
- ✓
Telnet
Why this is correct
Telnet is a versatile command-line utility that can establish a raw Transmission Control Protocol (TCP) connection to a specified host and port number. By attempting to connect to a web server's IP address on its standard HTTP (port 80) or HTTPS (port 443) port, an administrator can directly verify if the server is actively listening for connections on that specific port. A successful connection, even if no data is subsequently exchanged, definitively indicates that the port is open and a service is running, thereby helping to isolate whether the problem lies with network connectivity to the port or a higher-level application issue.
- ✗
Nslookup
Why it's wrong here
Nslookup (Name Server Lookup) is a dedicated network administration command-line tool designed exclusively for querying the Domain Name System (DNS). Its primary function is to resolve domain names to IP addresses, obtain IP address to domain name mappings, or retrieve other specific DNS resource records. While accurate DNS resolution is a prerequisite for accessing websites, Nslookup provides no mechanism or capability to test the status of specific ports on the resolved IP address, nor can it determine if a service is listening on those ports.
- ✗
Tracert
Why it's wrong here
Tracert (Traceroute) is a diagnostic tool that maps the network path and measures the transit delays of packets across an Internet Protocol (IP) network. It identifies each router (hop) that packets traverse from the source to the destination, along with the round-trip time for each hop, which is invaluable for pinpointing network latency or routing problems. However, Tracert, similar to Ping, primarily utilizes ICMP and does not establish a TCP connection to a specific port, rendering it incapable of assessing whether a web server's application port is open and actively responding to connection attempts.
Visual reference
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 18, 2026
This 220-1201 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 220-1201 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.