0 ReservedIn programming APIs, requests a system-allocated (dynamic) port; never used on the wire.
Bind to port 0 in code to let the OS pick a free ephemeral port.
| Transport | Status | Meaning |
|---|---|---|
| TCP | Reserved | Reserved by IANA, generally to prevent collisions after a withdrawn assignment. |
| UDP | Reserved | Reserved by IANA, generally to prevent collisions after a withdrawn assignment. |
| SCTP | — | Not applicable for this transport. |
| DCCP | — | Not applicable for this transport. |
Well-known (0–1023). System port for a core service. On Unix-like systems, binding it requires superuser privileges.
Browse all ports →