Port 936 is officially unassigned. It has no service, no protocol definition, no RFC to reference. It's a number in a registry, nothing more.
The Well-Known Range
Port 936 sits in the well-known port range (0-1023), which makes its unassigned status unusual. These ports are considered the premium real estate of the port system - they're where fundamental Internet protocols live. Port 80 carries HTTP. Port 443 carries HTTPS. Port 22 carries SSH.
Port 936? It carries nothing.
It's part of a larger unassigned block (ports 914-952) that IANA has reserved but never allocated.1 For decades, this range has sat empty while the Internet grew around it.
Why Unassigned Ports Matter
The existence of unassigned ports is important for the health of the port ecosystem. They represent:
Future Capacity — New protocols need port numbers. Having unassigned ports in the well-known range means there's room for future fundamental protocols that might need the visibility and standardization that comes with a low port number.
Intentional Design — Not every number needs to be used. The gaps in the registry are as deliberate as the assignments. They give the Internet room to grow in unexpected directions.
Historical Artifacts — Some unassigned ports may have once had proposed uses that never materialized. Others might have been reserved for projects that died before deployment. The empty spaces tell stories of paths not taken.
What You Might Find on Port 936
Just because a port is officially unassigned doesn't mean nothing uses it. In practice, you might encounter:
Custom Applications — Developers sometimes choose random port numbers for internal services. Port 936 could be running anything from a company's internal API to a game server.
Malware — Unassigned ports are attractive to malicious software specifically because they're not monitored as closely as well-known services.
Nothing — Most of the time, port 936 is simply closed, listening to no one, carrying nothing.
Checking What's Listening
To see if anything is actually using port 936 on your system:
On Linux or macOS:
On Windows:
If something appears, it's not an official service - it's something custom running on your machine or network.
The Question Port 936 Asks
Every assigned port answers the question "what service lives here?" Port 936 asks a different question: "what could live here?"
It's a reminder that the Internet's infrastructure isn't finished. There are still empty spaces in the foundation, waiting for someone to build something that needs them.
Maybe port 936 will remain empty forever. Maybe tomorrow someone at IANA will assign it to a protocol that becomes as essential as HTTP. For now, it waits.
Esta página foi útil?