ELI5: In computer networking, what is a port?

https://lemmy.world/post/724844

ELI5: In computer networking, what is a port? - Lemmy.world

I often see that network settings have a field for logical port. What is this field.referring to?

A TCP packet has a segment for a numerical descriptor which is metaphorically referred to as a port. A lot of networking hardware and software filters based on that packet segment, or directs it to particular software registered as 'listening' for that number.
Transmission Control Protocol - Wikipedia