Port

1

Port

10 minute

Ports are often described as “connect to 443”, “the service listens on 8080”, or “that port is closed”. Those phrases are not wrong, but they make the problem look too small. What really matters in engineering is not the port number by itself. It is why hosts need ports, how packets are handed to a specific service after they reach the host, and why “the destination port is right” can still fail.

Read More