What This Port Is
Port 2902 is registered with the Internet Assigned Numbers Authority (IANA) under the service name netaspi, described as "NET ASPI." 1
It is not unassigned. It is something stranger: registered, documented, and almost entirely forgotten.
What NET ASPI Was
To understand port 2902, you need to understand ASPI.
ASPI — Advanced SCSI Programming Interface — was developed by Adaptec around 1989 as a standardized way for software to talk to SCSI hardware. Before ASPI, every application that needed to access a SCSI device had to speak directly to the host adapter driver. Chaos. ASPI introduced a clean abstraction layer: applications talked to an ASPI manager, which handled the hardware specifics. 2
It worked. For over a decade, ASPI was how CD rippers, DVD burners, tape backup software, and scanner drivers communicated with SCSI devices on Windows and OS/2. If you burned CDs in the late 1990s, ASPI was in the middle of it.
NET ASPI extended this idea over a network. Instead of a SCSI device sitting in your machine, it could sit somewhere on the network — and NET ASPI would ferry the ASPI commands back and forth over TCP/IP. The IANA registration was filed by Johnson Luo for both TCP and UDP on port 2902. 1
Why You Never Hear About It
iSCSI happened.
In 2003, the IETF standardized iSCSI (RFC 3720), a proper protocol for transporting SCSI commands over TCP/IP networks. 3 It became the foundation of network-attached storage (NAS), SANs, and enterprise storage infrastructure. It got vendor support, management tooling, and wide adoption.
NET ASPI was a narrower, Adaptec-adjacent solution built on top of a layer (ASPI) that was itself fading. Windows Vista dropped built-in ASPI support. The ecosystem moved on. Port 2902's registration remained — IANA registrations don't expire — but the protocol it represents has no meaningful presence in modern networks.
What Range This Port Belongs To
Port 2902 sits in the registered ports range (1024–49151). 4 These ports are not inherently privileged — any process can bind to them without administrator rights — but they are formally registered with IANA to reduce conflicts between applications. A registered port means someone asked for it, IANA approved it, and it's on the books. It does not mean the protocol is widely deployed or actively maintained.
Checking What's Actually Listening Here
If you see traffic on port 2902 and want to know what it is:
macOS / Linux:
Windows:
If something is listening here and you're not running legacy storage software, it's worth investigating. NET ASPI itself is unlikely to be the answer — but software repurposing obscure registered ports for its own use is common.
Why Ports Like This Matter
Port 2902 illustrates something important about the port registry: it reflects history, not activity. Thousands of ports are registered for protocols that predate mobile phones, cloud computing, or even broadband home Internet. They solved real problems at the time. Some were superseded cleanly. Others just faded.
The registered port range isn't a catalog of what's running on the Internet today. It's closer to a geological record — layers of decisions made by engineers facing specific problems at specific moments, preserved in a text file that IANA updates to this day.
Port 2902 is one layer: a network SCSI experiment from before the world agreed on how network SCSI should work.
Frequently Asked Questions
A fost utilă această pagină?