Skip navigation
GUI Tool Displays the Status of TCP and UDP Ports

GUI Tool Displays the Status of TCP and UDP Ports

Q: What GUI tool can I use to check the status of the TCP and UDP ports on my local computer or a remote computer?

A: A nice tool that you can use is Microsoft's free PortQueryUI. It provides a GUI for the portqry.exe command-line tool, which is installed by default on recent Windows OS versions.

For example, to query the status of TCP port 443 on your local computer using PortQueryUI, follow these steps:

  1. Download and install PortQueryUI on your local computer. (The PortQueryUI download includes the portqry.exe command-line toolin case you're running an older Windows OS version.)
  2. Go to the C:\PortQryUI folder on your local system and run portqueryui.exe.
  3. In the Port Query dialog box, enter the destination IP address or Fully Qualified Domain Name(FQDN) to query. In this case, you can enter 127.0.0.1 or localhost.
  4. Select Manually input query ports and type 443 in the Ports to query field. (By default, TCP is selected in the Protocol drop-down list.)
  5. Click the Query button. The status of port 443 is displayed in the bottom pane of the Port Query dialog box, as Figure 1 shows.
    Using PortQueryUI to Display the Status of Port 443
    Figure 1: Using PortQueryUI to Display the Status of Port 443
TAGS: Security
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish