Search and explore common TCP/UDP network ports. Learn which ports popular services use and how to check if a port is open on your computer or router.
| Port | Protocol | Service | Description |
|---|
A network port is a logical endpoint for communication in a computer network. Ports allow a single IP address to handle multiple simultaneous services. Think of an IP address as a building's street address and ports as individual apartment numbers within that building.
Port numbers range from 0 to 65535. They are divided into three categories:
You can check if a port is open or closed on your computer or remote server using built-in command-line tools. Below are instructions for each platform.
Open Command Prompt or PowerShell and run:
netstat -an | findstr :80
Test-NetConnection -ComputerName 192.168.1.1 -Port 443
Open Terminal and run:
netstat -an | grep :80
nc -zv 192.168.1.1 443
nmap -p 80,443 192.168.1.1
telnet 192.168.1.1 80
If the connection succeeds, the port is open. If it times out or is refused, the port is closed or filtered.
Port forwarding redirects incoming traffic on a specific port from your router to a device on your local network. This is necessary for hosting game servers, remote desktop access, security cameras, and other services that need to be accessible from the internet.
For a detailed guide on setting up port forwarding on your router, see our Port Forwarding Setup Guide.
Open ports can be entry points for attackers. Follow these best practices to keep your network secure:
| Feature | TCP | UDP |
|---|---|---|
| Connection | Connection-oriented (3-way handshake) | Connectionless |
| Reliability | Guaranteed delivery with retransmission | No guarantee, best-effort |
| Speed | Slower due to overhead | Faster, lower latency |
| Use Cases | Web browsing, email, file transfer | DNS queries, streaming, gaming |
| Header Size | 20-60 bytes | 8 bytes |
Port 443 is the default port for HTTPS, which is HTTP encrypted with TLS/SSL. Every secure website you visit in your browser uses port 443. It is essential for online banking, shopping, and any site that handles sensitive data.
Port 80 is used for unencrypted HTTP traffic. Opening it on your router is necessary if you host a web server, but you should also configure HTTPS on port 443 and redirect HTTP traffic to HTTPS. Avoid sending sensitive data over port 80.
Log in to your router's admin panel (usually at 192.168.1.1 or 192.168.0.1), navigate to port forwarding or firewall settings, and remove any rules forwarding that port. The port will then be blocked by default.
Common gaming ports vary by platform. PlayStation Network uses ports 80, 443, 3478-3480. Xbox Live uses ports 53, 80, 88, 500, 3074, 3544. Most PC games use specific ports listed in their documentation. Check your game's support page for exact port requirements.
About Tommy N.
Tommy is the founder of RouterHax and a network engineer with 10+ years of experience in home and enterprise networking. He specializes in router configuration, WiFi optimization, and network security. When not writing guides, he's testing the latest mesh WiFi systems and helping readers troubleshoot their home networks.
Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.
Once done, hit any button as below
![]() |
![]() |
![]() |
![]() |