What This Port Is
Port 10147 is unassigned. There is no service registered for it. No RFC defines it. No major application claims it. The IANA Service Name and Transport Protocol Port Number Registry has no entry for it.1
This is not a flaw. It's how the system works.
The Port Range: What "Registered" Means
Port 10147 falls in the registered port range (1024-49151).2 These are ports available for application by any requesting entity that needs to reserve a port number for a specific service. Unlike the well-known ports (0-1023), which are reserved for standard protocols like HTTP, SMTP, and SSH, registered ports are first-come, first-served. If an organization needs a predictable port number for their service, they apply to IANA, and IANA assigns one from this range.
Port 10147 has not been assigned. No one has applied for it, or if they did, they later abandoned it.
Why Empty Ports Matter
The existence of unassigned ports like 10147 is a feature, not a bug. The port space is deliberately vast to accommodate growth. When the Internet was designed, no one knew how many applications would need dedicated ports. The 65,535 available ports provide room for expansion, experimentation, and applications that never make it to the IANA registry.
An empty port means:
- Room to grow — Someone can reserve it tomorrow
- Space for experiments — Developers can test protocols on unassigned ports without causing conflicts
- Proof the system scales — The port space is large enough that we don't have to fight over every number
How to Check What's Listening
If you're seeing traffic on port 10147, it's from a private application, a custom service, or something nobody bothered to register with IANA.
On macOS or Linux:
On Windows:
Or use ss on Linux:
The Bigger Picture
Port 10147 is one of thousands of unassigned ports. Most traffic on the Internet flows through a tiny fraction of well-known ports—443 for HTTPS, 80 for HTTP, 22 for SSH, 25 for SMTP. The registered range is there for specialized services, proprietary protocols, and applications that need their own address.
Unassigned ports like 10147 represent the Internet's potential and its honesty: there are many more doors than there are services demanding entry.
Nakatulong ba ang pahinang ito?