What Port 10114 Is
Port 10114 is a registered port (TCP/UDP) officially assigned to NetIQ Qcheck, a network performance measurement and diagnostic utility. 1 This places it in the registered port range (1024-49151), which means any user-level application can bind to it without requiring system privileges. 2
The Registered Port Range Explained
The IANA divides port numbers into three categories:
- System Ports (0-1023): Reserved for well-known services like HTTP, SSH, DNS. Require elevated privileges.
- Registered Ports (1024-49151): Available for documented applications and services. Any application can use them.
- Dynamic/Private Ports (49152-65535): For temporary connections, client-side ports, and ephemeral use.
Port 10114 lives in the registered range, which means someone filed paperwork with IANA, demonstrated a legitimate use case, and got their port number officially recorded. 3
The Service: NetIQ Qcheck
NetIQ Qcheck was a network diagnostics tool designed to measure network performance and troubleshoot connectivity issues between systems. When running, it would establish connections on port 10114 to exchange timing data and error reports between a console system and endpoint machines. 4
The tool required bidirectional communication—not just outbound from console to endpoint, but also inbound from endpoint back to console—which is why firewalls needed explicit rules to allow port 10114 traffic. 5
Why This Port Matters Now
Port 10114 is a perfect example of how the port registry contains layers of history. NetIQ Qcheck exists in the IANA registry as an official, registered service, but the tool itself has mostly disappeared from the Internet. Few systems run it anymore. You might find port 10114 mentioned in old firewall rulesets or network documentation, but active instances are rare.
This doesn't mean the port is "broken" or incorrectly assigned. It simply illustrates that port assignments persist longer than the tools they serve. NetIQ (the company) has changed hands multiple times over the decades. Software gets deprecated. Tools become obsolete. The ports remain.
Checking What's Listening on Port 10114
If you want to see whether anything is actually listening on this port on your system:
On Linux/macOS:
On Windows:
Across the network (requires appropriate access):
On most modern systems, port 10114 will return silence. No listeners. Just reserved space in the registry.
Why Unassigned (But Assigned) Ports Matter
The existence of port 10114—assigned but barely used—reveals something fundamental about how the Internet works. The port number system is a finite shared resource. There are only 65,535 ports total (1-65535). Each official assignment removes one from the pool.
When IANA registers a port, they're saying: "This application has a legitimate, documented use case. We're reserving this number so no one else will claim it." But they don't require proof of ongoing use. A port can be registered in 2005, assigned to a tool that gets discontinued in 2015, and still occupy that slot in 2026.
This creates an interesting tension: scarcity meets obsolescence. Port 10114 is simultaneously a real, official IANA registration and a number that almost no one actively uses anymore.
Related Ports
- Port 10115-10116: Also in this range, mostly unassigned or obsolete
- Port 162: SNMP Traps (similar diagnostic purpose, much more widely used)
- Port 9200: Elasticsearch (modern network diagnostics often go here instead)
Была ли эта страница полезной?