1. Ports
  2. Port 980

Port 980 sits in the well-known port range with an official assignment, but nothing has used it in nearly two decades. It's a fossil—a reminder that protocols die but their port numbers remain.

What Port 980 Was For

Port 980 was assigned to NetInfo Static Port, part of Mac OS X's RPC-based administrative services.12

NetInfo was a hierarchical distributed database that Mac OS X Server used to manage:

  • User and group accounts
  • Email configurations
  • Network file system (NFS) settings
  • Printer configurations
  • Computer resources

It ran in the background, handling administrative queries and updates across Mac networks. Port 980 was its designated static port within the broader range (600-1023) used for Mac OS X RPC services.2

Why This Port Is Empty Now

Apple discontinued NetInfo completely in Mac OS X 10.5 Leopard, released in 2007.3 Its functionality was replaced by Open Directory, which had been part of Mac OS X Server since version 10.1 or 10.2.

NetInfo is gone. Open Directory uses different mechanisms. Port 980 has been silent ever since.

The Well-Known Port Range

Port 980 belongs to the well-known ports (0-1023), assigned by IANA through formal procedures like IETF Review or IESG Approval. These ports are meant for standardized services that any device might encounter.

But here's the thing: being assigned doesn't mean being used. Port 980 is officially registered but functionally obsolete. No modern macOS system listens on it. No current protocol claims it.

What You Might Find on Port 980 Today

Officially: NetInfo Static Port (abandoned)

Unofficially: Possibly nothing. In rare cases, you might see:

  • Custom applications that chose 980 arbitrarily
  • Legacy Mac systems still running OS X 10.4 or earlier
  • Misconfigurations or port conflicts

But the odds are high that port 980 is doing nothing at all.

How to Check What's Listening

On Linux or macOS:

sudo lsof -i :980

On Windows:

netstat -ano | findstr :980

If you see something listening on port 980, it's not NetInfo—it's something else using an old port assignment.

Why Unassigned and Abandoned Ports Matter

Port 980 illustrates something important about the port numbering system: ports outlive the protocols they were built for.

IANA assigns a port, the protocol dies, but the assignment remains in the registry. The port doesn't get recycled. It just sits there—allocated but unused, like an abandoned building with the lights still on.

This happens more often than you'd think. Technology moves faster than bureaucracy. Protocols become obsolete. Services migrate to new architectures. But the port numbers persist in registries and documentation, creating a graveyard of once-essential infrastructure.

Port 980 was critical to Mac OS X Server administrators in the early 2000s. Today, it's a historical footnote. Tomorrow, other ports will join it.

  • 600-1023: Range used by various Mac OS X RPC-based services (most now deprecated)2
  • 389: LDAP, used by modern directory services including Open Directory
  • 636: LDAPS (LDAP over TLS/SSL)
  • 111: RPC portmapper, used for dynamic RPC service discovery

Frequently Asked Questions About Port 980

Questa pagina è stata utile?

😔
🤨
😃