1. Ports
  2. Port 60701

What Port 60701 Does

Port 60701 is assigned to Xsan Filesystem Access, part of Apple's SAN (Storage Area Network) system. 1 When Xsan was active, this port carried filesystem operations between Mac clients and shared storage systems. Multiple Macs could access the same block storage simultaneously—crucial for media production environments where hundreds of gigabytes of video needed to be accessible to multiple editors at once.

The Range This Port Occupies

Port 60701 sits in the dynamic/ephemeral range (49152–65535). 2 This range was designed for temporary connections and services that don't warrant an official IANA assignment. Most ports in this range are claimed dynamically by applications at runtime. The fact that port 60701 has a specific assignment is unusual—it means Apple reserved a permanent home for Xsan, betting the system would become standard.

It didn't.

What Xsan Was

Xsan launched in 2004 as Apple's answer to enterprise storage. 3 You'd set up a Fibre Channel network, connect storage arrays, run Xsan software on Mac servers, and suddenly you had a filesystem that multiple Macs could access like it was local. For high-end video post-production and graphics work, this was revolutionary. You could have ten editors hitting the same media library simultaneously without network bottlenecks.

The system worked. The problem was adoption. It required specialized hardware, Fibre Channel infrastructure, and knowledge that most Mac shops didn't have. By the 2010s, cheaper alternatives (Thunderbolt storage, cloud systems, NAS solutions) made Xsan obsolete. Apple quietly discontinued it.

Why This Port Still Matters

Port 60701 is a reminder that not every good idea succeeds, even with resources behind it. If you see traffic on port 60701 today, someone is still running legacy Xsan infrastructure—probably in a media production facility that's been continuously operating since the 2000s and just hasn't upgraded yet. These places exist. They're running Final Cut Pro 7 on Lion and they're profitable. The Internet doesn't abandon old things; it just moves them to the margins.

How to Check What's Using Port 60701

To see if anything is listening on this port:

# macOS/Linux
lsof -i :60701

# Windows (PowerShell)
netstat -ano | findstr :60701

If you see activity, you're probably looking at Xsan or—very rarely—another application that chose this port at random from the ephemeral range.

Why Unassigned Ports Matter

The dynamic range (49152–65535) contains 16,384 ports. Most are never officially assigned. They exist as a pressure relief valve for the Internet: applications that need a port but don't need it reserved can grab one temporarily. The fact that some addresses in this range do have assignments (like port 60701 for Xsan) shows the history of protocols that hoped to be permanent fixtures but became footnotes instead.

War diese Seite hilfreich?

😔
🤨
😃