1. Ports
  2. Port 973

Port 973 sits in the well-known port range (0-1023), the tier reserved for system services and managed by the Internet Assigned Numbers Authority (IANA). But if you check the official registry, you'll find both 973/TCP and 973/UDP listed as Unassigned.1

That means no protocol has been formally registered to use this port. No RFC defines its purpose. No standards body blessed it. And yet, this port has a history.

The Unofficial Use: NetInfo on Mac OS X

For years, port 973 carried traffic for NetInfo, an RPC-based service used in Mac OS X and Mac OS X Server.2 NetInfo was Apple's distributed database system for storing administrative data—user accounts, group memberships, email configurations, NFS mounts, printer definitions, and other network resources.

NetInfo operated in the TCP/UDP port range 600-1023, the well-known RPC territory. Port 973 was one of the ports used by this system to synchronize and query administrative data across Mac networks.

But NetInfo is gone now. Apple removed it entirely from Mac OS X 10.5 (Leopard), replacing it with Open Directory.3 When NetInfo disappeared, port 973 returned to silence.

What "Unassigned" Means

Ports in the well-known range (0-1023) are supposed to be assigned by IANA through a formal process. When a port is marked "Unassigned," it means:

  • No official service is registered — No protocol has claimed this port through IANA
  • Available for assignment — Someone could apply to register a service here
  • May have unofficial uses — Vendors sometimes use unassigned ports for proprietary services (like Apple did with NetInfo)

The unofficial use creates a risk: if IANA later assigns port 973 to a different service, conflicts could arise. But in practice, once a port sits unused in the registry for long enough, it tends to stay that way.

Why Unassigned Ports Matter

Unassigned ports aren't just empty space. They're potential. They represent:

  • Flexibility — Room for new protocols to claim a standard port
  • Vendor experimentation — Space where companies can run proprietary services before (or instead of) seeking formal assignment
  • Historical ghosts — Ports like 973 that once carried traffic for systems that no longer exist

Every unassigned port is a door that could open. Or could stay closed forever.

Checking What's Listening on Port 973

If you want to see whether anything is using port 973 on your system, you can check with standard network tools.

On Linux or Mac:

sudo lsof -i :973

On Windows:

netstat -ano | findstr :973

With nmap (from another machine):

nmap -p 973 target-ip-address

If nothing is listening, the port is silent. If something is, you've found a service using this unassigned space—officially empty, but perhaps not unused.

The Ghost Port

Port 973 is a ghost port. It once carried the administrative heartbeat of Mac OS X Server networks—user accounts, network resources, the data that made systems run. Then Apple moved on, and the port went quiet.

It sits in the registry now, marked "Unassigned," officially available but practically forgotten. A reminder that even ports in the well-known range can have lives that begin and end outside the formal standards process.

The Internet is full of these ghosts. Ports that mattered once, then didn't. Doors that opened, then closed. Port 973 is one of them.

এই পৃষ্ঠাটি কি সহায়ক ছিল?

😔
🤨
😃