Networking reference

TCP & UDP Port Numbers – Service & Protocol Lookup

Search the complete IANA service-name and port-number registry by port, protocol, service, assignee or RFC, including TCP, UDP, SCTP, DCCP and unqualified entries.

Search this dataset

Use exact codes, names or any declared searchable field.

TCP & UDP Port Numbers – Service & Protocol LookupShowing 50 of 14,533 records
PortProtocolServiceDescriptionAssigneeRegistration dateReference/RFCStatusRecord details
TCP airdrop Airdrop Apple Inc. 2012-03-02 Service name only
TCP airmate Airmate interworking protocol Myriel Aviation / Airmate 2020-09-21 Service name only
UDP airmate Airmate interworking protocol Myriel Aviation / Airmate 2020-09-21 Service name only
TCP airplay Protocol for streaming of audio/video content Apple Inc. 2012-09-19 Service name only
UDP airplay Protocol for streaming of audio/video content Apple Inc. 2012-09-19 Service name only
Not specified airport AirPort Base Station Bob Bradley Service name only
TCP airpreview Coda AirPreview Panic Inc. 2012-07-19 Service name only
Not specified airprojector AirProjector Yoshinori Nakayama Service name only
Not specified airsharing Air Sharing Erik Rogers; Dave Howell Service name only
Not specified airsharingpro Air Sharing Pro Erik Rogers; Dave Howell Service name only
TCP alazartech-atn Alazar Technologies ATN Communication Protocol Alazar Technologies 2016-05-26 Service name only
TCP aloe-gwp Aloe Gateway Protocol Layered Logic, Inc. 2012-01-04 Service name only
TCP aloe-pp Aloe Pairing Protocol Layered Logic, Inc. 2012-01-04 Service name only
UDP alpacadiscovery ASCOM Alpaca Device Discovery ASCOM Initiative 2020-02-24 Service name only
UDP amazon-expiscor Device discovery for Amazon Amazon.com Services LLC 2024-02-22 Service name only
UDP amba-cam Ambarella Cameras Louis Sun Service name only
Not specified amiphd-p2p P2PTapWar Sample Application from "iPhone SDK Development" Book Chris Adamson Service name only
Not specified ams-htm Proprietary protocol for Accu-Med HTM AccuMed Services 2011-10-20 Service name only
Not specified animolmd Animo License Manager Phil Barrett Service name only
Not specified animobserver Animo Batch Server Phil Barrett Service name only
Not specified anquetsync Anquet map synchronization between desktop and handheld devices Paul Lesurf Service name only
TCP antrmai ANT Galio web services ANT Software Limited 2012-12-06 Service name only
TCP anyremote remote control of Linux PCs from Android and J2ME Mikhail Fedotov 2014-12-10 Service name only
Not specified appelezvous Appelezvous Marco Piovanelli Service name only
Not specified apple-ausend Apple Audio Units James McCartney Service name only
TCP apple-mobdev Apple Mobile Device Protocol Apple 2011-10-20 Service name only
UDP apple-midi Apple MIDI Doug Wyatt Service name only
Not specified applerdbg Apple Remote Debug Services (OpenGL Profiler) Dave Springer Service name only
Not specified appletv Apple TV Amandeep Jawa Service name only
Not specified appletv-itunes Apple TV discovery of iTunes Amandeep Jawa Service name only
Not specified appletv-pair Apple TV Pairing Amandeep Jawa Service name only
Not specified aquamon AquaMon Service name only
UDP arcnet Arcturus Networks Inc. Hardware Services Arcturus Networks Inc. 2011-10-20 Service name only
TCP arn Active Registry Network for distribution of values and streams Mictron 2013-10-17 Service name only
Not specified aroundsound AroundSound's information sharing protocol Winzig LLC 2011-10-20 Service name only
UDP asam-cmp ASAM Capture Module Protocol ASAM e.V. 2021-09-29 Service name only
TCP aseba protocol for an event-based architecture for distributed control of mobile robots Mobsya Association 2016-08-18 Service name only
UDP astnotify Asterisk Caller-ID Notification Service Sven Slezak Service name only
Not specified astralite Astralite Tongji University Service name only
Not specified async address-o-sync Markus Brand Service name only
UDP atnet AT protocol over IP Selectron BVBA 2018-03-20 Service name only
Not specified atlassianapp Atlassian Application (JIRA, Confluence, Fisheye, Crucible, Crowd, Bamboo) discovery service Denise Fernandez Service name only
TCP attero-ad Attero Tech Audio Device Attero Tech LLC 2015-09-24 Service name only
UDP attero-ad Attero Tech Audio Device Attero Tech LLC 2015-09-24 Service name only
TCP audirvana-ap Audirvana Remote Access Protocol Audirvana SCS 2015-07-21 Service name only
TCP autosendimages automatic sending Image data protocol Canon Inc 2017-04-17 Service name only
TCP autotargets-ap Access Point for AutoTargets system Automated Target Solutions, Inc. 2015-12-28 Service name only
Not specified av Allen Vanguard Hardware Service Mike Bush Service name only
TCP av-chat-ring-01 TCP SpyChat Stream Message Exchange Alexios Vasileiadis 2018-05-03 Service name only
TCP avatars Libravatar federated avatar hosting service. libravatar.org 2011-10-11 Service name only

Look up a port number, service name, transport protocol, assignee or RFC in IANA's current registry. The table keeps every row in the 17 August 2026 snapshot, so one port can appear more than once when it has separate TCP, UDP or other registrations.

How to use the port lookup

Enter a number such as 22, 53, 80, 443, 3306 or 8080 to find exact registrations and any registered range containing that port. You can also search for a service such as ssh or mysql, a protocol, an assignee, or reference text such as RFC9110. Use the Protocol and Status filters when a search returns several rows.

Blank values mean the source registry does not provide that field. They have not been guessed. Assignee identifiers are resolved against the people and organisations directory in IANA's XML registry where a readable name is available.

Port ranges and status labels

  • System ports: 0–1023. These are also commonly called well-known ports.
  • User ports: 1024–49151. IANA can register services in this range.
  • Dynamic or private ports: 49152–65535. IANA does not assign services from this range.

Status is a page-level label derived from the source row. Reserved and Unassigned follow IANA's description. Rows whose source text identifies a de-registration or removal are labelled Deprecated or removed. A row with a service name but no port is labelled Service name only. All other rows are labelled Assigned.

Why the same port can have several entries

TCP and UDP are different transport protocols, so the same number can be registered for both without representing the same network conversation. The registry also includes SCTP, DCCP, aliases, historic records and registrations without a specified transport protocol. They remain in this database so the source is not reduced to a hand-picked list.

Common port questions

What service normally uses port 22?

IANA registers ssh on port 22 for TCP and UDP, with an additional SCTP registration. In everyday networks, TCP port 22 is the familiar SSH remote-access service.

Why does port 53 show TCP and UDP?

The domain service is registered on port 53 for both TCP and UDP. DNS software chooses the transport according to the operation and response requirements.

What is the difference between ports 80 and 443?

IANA associates port 80 with HTTP-related service names and port 443 with HTTPS. A registration describes the conventional use; it does not inspect or guarantee the traffic running there.

What uses port 3306?

The registry lists mysql on port 3306 for TCP and UDP. MySQL client connections are ordinarily associated with TCP, but this page retains both official registry rows.

Is port 8080 always an HTTP proxy?

No. IANA registers http-alt on port 8080 for TCP and UDP, but applications can use ports differently. Identify the listening process and configuration before drawing a security conclusion.

Should I open a port because it is registered here?

No. Open only the ports required by a known application and restrict source networks where possible. A registry entry is not a firewall recommendation.

IANA updates the registry as assignments change. Use Report incorrect data if this snapshot no longer matches the official record, and include the IANA or RFC link so the change can be verified.

Provenance

Data sources

Internet Assigned Numbers Authority

Service Name and Transport Protocol Port Number Registry

Primary officialVisit source ↗
Internet Assigned Numbers Authority

Service Name and Transport Protocol Port Number Registry (CSV)

Primary officialVisit source ↗
Internet Assigned Numbers Authority

Service Name and Transport Protocol Port Number Registry (XML)

Primary officialVisit source ↗
Internet Engineering Task Force

RFC 6335: Internet Assigned Numbers Authority (IANA) Procedures for the Management of the Service Name and Transport Protocol Port Number Registry

Primary standardVisit source ↗
Internet Engineering Task Force

RFC 7605: Recommendations on Using Assigned Transport Port Numbers

Primary standardVisit source ↗
Internet Assigned Numbers Authority

Licensing Terms

Primary officialVisit source ↗