1. Ports
  2. Port 914

Port 914 occupies a strange place in the port registry. It's officially assigned to the Texas Instruments 914C/G Terminal service,1 but marked as historic—neither actively used nor truly unassigned. This port is a fossil from an earlier era of computing.

What Range This Port Belongs To

Port 914 falls within the well-known ports (0-1023),2 the range originally managed by the Internet Assigned Numbers Authority for system-level services. These ports were meant for protocols fundamental to Internet operation.

Port 914's assignment predates the modern Internet. When this port was registered, terminals were physical devices that cost thousands of dollars and connected to mainframe computers over dedicated networks.

The Texas Instruments 914C/G Terminal

The TI Model 914 was introduced in May 1975 at a price of $3,200.3 It emulated the IBM 3270 terminal, enabling standalone transaction processing or communication to IBM 360/370 host systems. The terminal featured 8KB of memory and a 1920-character screen arranged in 80 columns by 24 rows.

This was the world port 914 was created for—when connecting to a computer meant sitting at a dedicated terminal, when mainframes served hundreds of users through time-sharing, when every type of terminal needed its own communication protocol.

The port assignment was likely used for network communication to and from these terminals, though the exact protocol details have been lost to time. IANA later assigned the well-formed service name "914c-g" as a replacement for the original "914c/g" designation.1

Why It's Marked Historic

The "historic" designation in the IANA registry means this port assignment is preserved for reference but is no longer in active use. The Texas Instruments 914C/G terminals are long obsolete. The mainframe systems they connected to have been replaced. The protocols they spoke are forgotten.

But the port number remains in the registry—a tombstone marking where something once existed.

Current Usage

Port 914 sees essentially no legitimate traffic on modern networks. The service it was assigned to disappeared decades ago. You won't find software listening on this port unless someone has explicitly chosen to reuse it for a custom application.

Some things to know:

  • No standard service uses this port — The original assignment is historic
  • Unlikely to see traffic — Modern software doesn't use this port
  • Could be reused — Nothing prevents software from using port 914 for custom purposes, but this would be non-standard

Checking What's Listening

If you want to see if anything is listening on port 914 on your system, you can check with standard networking tools:

On Linux or macOS:

sudo lsof -i :914
# or
sudo netstat -tulpn | grep :914

On Windows:

netstat -ano | findstr :914

If something is listening on this port, it's either a custom application or something suspicious. The historic service assignment means there's no legitimate reason for standard software to use port 914.

Why Historic Ports Matter

The IANA registry is full of ports like 914—assignments that made sense in 1975, 1985, or 1995, but no longer reflect how networks operate. These historic assignments tell the story of how computing evolved.

Port 914 reminds us that the Internet's port system wasn't designed all at once. It grew organically, accumulating assignments for technologies that would become obsolete. Some ports carry SMTP and HTTPS traffic that powers the modern Internet. Others carry nothing but the echo of terminals that haven't existed in forty years.

The port system is a palimpsest—new meanings written over old ones, with traces of the past still visible underneath.

このページは役に立ちましたか?

😔
🤨
😃
Port 914: Historic terminal service — A ghost from the mainframe era • Connected