Port 1721 is registered to CAICCI — the CA Common Communications Interface, a middleware protocol developed by CA Technologies (now Broadcom). It is not a household name. But in enterprise mainframe shops, it is the bridge between two worlds that were never meant to talk to each other.
What CAICCI Does
IBM mainframes run z/OS. Your servers run Linux. Your workstations run Windows. These systems have almost nothing in common architecturally, and for a long time, getting them to communicate required heroic effort.
CAICCI is middleware that solves this. It creates a common communications layer — a lingua franca — so that CA Technologies software products running on a mainframe can exchange data with agents, clients, and services running on distributed platforms. Think of it as a translation service that sits between the mainframe world and everything else.1
The protocol operates in two modes:
- Client/Server: A mainframe-resident server task accepts connections from PC clients
- Gateway (TCPIPGW): Full peer-to-peer communication between mainframes and other systems over TCP/IP
Port 1721 is the default port for the gateway modes (TCPIPGW and TCPSSLGW). The older client/server mode defaults to port 1202.1
Who Uses This
CAICCI is not consumer software. It appears in large enterprises — banks, insurers, government agencies — that run CA Technologies products on mainframes while also operating modern distributed infrastructure. The products that rely on CAICCI include CA Common Services for z/OS and various CA monitoring and management tools.2
If you are not running mainframe software from Broadcom/CA Technologies, port 1721 has nothing to do with you.
What Range This Port Belongs To
Port 1721 falls in the registered ports range (1024–49151). These ports are assigned by IANA to specific services and applications, but unlike well-known ports (0–1023), they do not require root or administrator privileges to bind.
The registered range is a middle ground: more orderly than the ephemeral ports used for short-lived client connections, but more varied than the well-known ports where foundational protocols like HTTP, DNS, and SSH live.
What to Do If You See It Open
If port 1721 is listening on a system you administer, check what process owns it:
Linux/macOS:
Windows:
If the process is a CA/Broadcom agent or service, that is expected. If it is something you do not recognize, investigate. An open port with an unknown process is always worth understanding.
Neighbors
The ports around 1721 are similarly niche:
- 1720: H.323 call signaling (VoIP)
- 1723: PPTP (Point-to-Point Tunneling Protocol for VPNs)
- 1701: L2TP (Layer 2 Tunneling Protocol)
The 1700s are a quiet neighborhood of enterprise and telecom protocols — useful infrastructure that most people never notice.
Frequently Asked Questions
Was this page helpful?