One of the two port numbers RFC 4727 set aside for experiments, so nothing shipped should ever be here.
RFC 4727 reserves values across several IANA registries for RFC 3692-style experimentation, and 1021 (exp1) with 1022 (exp2) are that pair in the port registry — registered for TCP, UDP, SCTP and DCCP alike. They exist so a lab or an in-progress protocol can be tested without squatting on someone else's assignment, and the RFC is explicit that these values are not for deployed services. In practice 1021 is rarely found open, which suggests the rule is mostly respected.
Expose with care
Nothing production is supposed to live on an experimental port. If something does, that is a configuration decision to revisit, and it should be identified before it is reachable off the host.
$ sudo lsof -nP -iTCP:1021 -sTCP:LISTENSeen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.
Get Beige Box →also available as JSON · Markdown
Corrections or a missing port? Reply @rimrocksystems.