What This Port Is
Port 1972 is the default superserver port for InterSystems Caché and its successor, InterSystems IRIS Data Platform — a high-performance database used heavily in healthcare, financial services, and other data-intensive industries.1
When a client connects to an InterSystems database — via JDBC, ODBC, ADO.NET, or a native driver — the connection goes to port 1972. The "superserver" process listens there and dispatches the connection to the appropriate subsystem.2
The Number Isn't Arbitrary
In the fall of 1972, MUMPS users gathered in Boston for a conference that changed the language's future. MUMPS (Massachusetts General Hospital Utility Multi-Programming System) had been created in 1966 and 1967 at MGH, but by the early 1970s implementations had fragmented across hardware platforms. The 1972 Boston conference standardized the language and created the MUMPS Users Group and MUMPS Development Committee to govern it going forward.3
InterSystems was founded in 1978 by Phillip Ragon as an M-technology (MUMPS) company. Their entire product line — from the original ISM-11 through Caché to IRIS — traces directly to that language and that moment.4
Choosing 1972 as the default port number is a timestamp. Every connection to an InterSystems database passes through a quiet reference to the year their foundational language was standardized.
Port Range
Port 1972 falls in the registered ports range (1024–49151). These ports are registered with IANA and associated with specific services, but any application can use them. There's no enforcement — just convention and documentation.5
InterSystems registered port 1972 with IANA under the name cache (for Caché). The registration covers both TCP and UDP, though TCP is the primary transport for database connections.
History of This Default
Interestingly, this wasn't always the default. Earlier versions of the InterSystems superserver used port 51773 as the default. Starting with version 2020.3+, IRIS changed the default to 1972, aligning it with what Caché and Ensemble had used.6
What You Might See on This Port
If you find port 1972 open on a system, it's almost certainly an InterSystems database: Caché, IRIS, or Ensemble (their integration platform). It's not commonly used by anything else — the InterSystems ecosystem has enough gravity that the port is effectively reserved by association.
How to Check What's Listening
On macOS or Linux:
On Windows:
On any system with nmap:
Frequently Asked Questions
Byla tato stránka užitečná?