Port 1711 sits in the registered port range (1024–49151), officially assigned by IANA to something called "pptconference" — both TCP and UDP. That's where the official story ends.
No RFC was ever written for it. No protocol specification exists. The name suggests some kind of PowerPoint conferencing functionality, probably a relic of the late 1990s or early 2000s when application developers routinely registered ports with IANA as placeholders, hoping to build something later, or as a formality for software that shipped once and was never updated again.
In practice, port 1711 is effectively unassigned. You won't find it open on production systems for its intended purpose.
What "Registered" Actually Means
The registered port range (1024–49151) is a middle ground. Well-known ports (0–1023) require root/administrator privileges to bind on most operating systems. Registered ports do not — any application can listen on them. IANA maintains a registry so that developers can claim a port for their application, preventing two different services from accidentally colliding at the same number.
The registry is self-reported. IANA doesn't audit whether a registered service is actually being used, whether documentation exists, or whether the software ever shipped. Port 1711 is evidence of this: it has a name, it has a registration, and it has essentially nothing else.
Known Associations
Port 1711 has appeared in historical records associated with a trojan called "yoyo," though this reflects opportunistic use of an unclaimed port rather than anything inherent to the port itself. Malware frequently targets obscure registered ports precisely because firewalls often leave them open and monitoring is sparse. 1
What's Actually on Port 1711
Almost certainly nothing — unless something on your network specifically chose this port.
To check what's listening on your machine:
macOS / Linux:
or
Windows:
If you find something listening on port 1711 and you didn't configure it, that's worth investigating. Cross-reference the process ID with your task manager or ps aux.
Why Unassigned Ports Matter
The Internet runs on shared conventions. When a port has a well-known assignment — port 443 for HTTPS, port 22 for SSH — every router, firewall, and network engineer knows what to expect there. Registered ports like 1711 occupy a gray zone: technically claimed, practically open season.
This matters for network security. Firewalls that block "unknown" ports by default provide protection that firewalls with permissive rules don't. An application that uses port 1711 for legitimate traffic is essentially invisible from a name-resolution standpoint — there's no IANA record that tells a firewall rule what "1711" means in practice.
Port 1711 is a small reminder that the port registry is a coordination mechanism, not a guarantee. The name "pptconference" is preserved in IANA's database like an inscription on a door that was never built.
Hasznos volt ez az oldal?