Port 1373 is unassigned. No protocol officially claims it. No RFC defines what should run here. It's an empty address in the Internet's nervous system.
The Registered Port Range
Port 1373 belongs to the registered port range (1024-49151). This range exists for applications and services that need stable, predictable port numbers across different systems—but don't need the system-level privileges required by well-known ports (0-1023).1
Here's what that means:
- Anyone can request assignment — Vendors and developers can register ports with IANA through formal processes like IETF Review or Expert Review.2
- No special privileges required — Unlike well-known ports, registered ports can be used by ordinary user processes without root or administrator access.
- Many sit empty — Not every number in this 48,000-port range has been claimed. Port 1373 is one of them.
Why Unassigned Ports Matter
Unassigned ports aren't useless. They're available space. When you build a custom application or internal service that needs to listen on a network port, unassigned registered ports are where you look first.
Some developers use unassigned ports for:
- Internal services — Database replicas, monitoring agents, custom APIs
- Development and testing — Running local servers without conflicting with official services
- Proprietary protocols — Company-specific applications that never need public registration
The lack of official assignment means flexibility. You can use port 1373 for whatever you need—as long as you check that nothing else on your system is already using it.
How to Check What's Listening
If you want to see whether anything is using port 1373 on your system:
On Linux or macOS:
On Windows:
If something appears, you'll see the process ID and the program name. If nothing appears, the port is free.
The Quiet Ports
Most of the Internet runs on a few dozen well-known ports. Port 80 for HTTP. Port 443 for HTTPS. Port 22 for SSH. Port 25 for email.
But the registered range—ports like 1373—represents the long tail of network services. The internal tools. The custom applications. The things built for specific needs that never required global coordination.
Port 1373 might never carry official traffic. Or it might be quietly serving some application right now on a server somewhere, doing its job without fanfare or documentation.
That's the nature of unassigned ports. They're not waiting for permission. They're just... available.
Ця сторінка була корисною?