Port 1390 has no official service assignment from IANA. It exists, it's available, but nothing is using it—at least not officially.
The Registered Port Range
Port 1390 sits in the registered port range (1024-49151). This is the middle tier of the port system:
- Well-known ports (0-1023): Reserved for core Internet services. You need special permissions to use these.
- Registered ports (1024-49151): Available for applications to register with IANA. Anyone can request one.
- Dynamic/ephemeral ports (49152-65535): The wild ports. Used temporarily for client connections, never officially assigned.
The registered range is where software developers can claim a port for their application. You submit a request to IANA, explain what you're building, and if approved, that port becomes associated with your service. It's not exclusive—nothing stops someone else from using the same port—but it's a way to avoid conflicts.
Port 1390 hasn't been claimed.1
Why Unassigned Ports Matter
Most of the 48,127 registered ports are unassigned. That's not a problem. It's capacity.
The Internet Assigned Numbers Authority maintains the registry not because every port will be used, but because having the space available means new services can always find a home. When someone builds a new protocol or service that needs a dedicated port, there's room for it.
Think of it like addresses in a planned city. Not every lot has a building yet. Some might never be developed. But the addressing system exists so that when growth happens, there's a place for it.
What Might Be Listening on Port 1390
Just because a port is unassigned doesn't mean nothing ever uses it. Applications can listen on any port they want. You might find:
- Custom internal applications — A company might use port 1390 for their own software
- Temporary services — Developers testing something might pick an arbitrary port
- Misconfigured software — Something that should be on a different port but isn't
To check what's listening on port 1390 on your system:
Linux/macOS:
Windows:
If you see something, it's local to your machine or network—not part of a global standard.
The Honest Answer
Port 1390 is empty space. It's not forgotten, not broken, not reserved for something secret. It's just there, part of the 65,535 ports that exist because TCP and UDP need a way to distinguish different services on the same machine.
Most ports are like this. The ones that matter—22 for SSH, 443 for HTTPS, 53 for DNS—get used millions of times per second. The rest wait quietly, available if needed, ignored if not.
That's fine. The port system doesn't require every number to have meaning. It just requires that when meaning is needed, there's a number ready.
War diese Seite hilfreich?