1. Ports
  2. Port 969

Port 969 exists in a peculiar state: officially unassigned by IANA, yet historically associated with a service that once mattered to millions of users.

What Range This Port Belongs To

Port 969 falls in the well-known ports range (0-1023), which IANA reserves for system services and widely-used protocols. These ports typically require root or administrator privileges to bind to, and they're meant for services important enough to warrant universal recognition.

According to the official IANA registry, port 969 is currently listed as unassigned1 — no service officially claims it.

The Ghost of NetInfo

Despite its official unassigned status, port 969 has a history. It was used by NetInfo, Apple's hierarchical distributed database system that ran on Mac OS X and its NeXTSTEP ancestors2.

NetInfo managed administrative data: user accounts, groups, email configurations, network filesystems, printers, and other system resources. On older Mac OS X systems (before version 10.5), port 969 was part of the RPC-based services that NetInfo relied on.

But here's the thing: NetInfo was removed from Mac OS X in version 10.5 (Leopard), released in 2007. It was replaced by Open Directory, which uses different mechanisms and different ports. The service that used port 969 no longer exists.

Why This Matters

Unassigned ports aren't wasted space — they're potential. They sit waiting for future services, or they serve as reminders of services that came and went.

Port 969 is the latter. It's a number that outlived its purpose. If you scan a modern macOS system, you probably won't find anything listening on port 969. The slot is empty. The service moved on.

But the port remains, officially unassigned, carrying the memory of what once ran there.

How to Check What's Listening

On any system, you can check if something is actually using port 969:

On macOS or Linux:

sudo lsof -i :969

On Windows:

netstat -ano | findstr :969

On most modern systems, you'll find nothing. The port is silent.

The Broader Pattern

The Internet's port system has thousands of these — numbers that were claimed, used, then abandoned as services evolved or disappeared. Some get officially reassigned. Others, like port 969, remain unassigned, waiting.

Port 969 is a small reminder that the infrastructure we depend on is always shifting. Services come and go. The numbers remain.

¿Fue útil esta página?

😔
🤨
😃