Which interpretation of Nmap's common port states is correct?
open accepts connections, closed is reachable with no listener, and filtered means probes are blocked enough that Nmap cannot determine openness.
open
closed
filtered
filtered guarantees that the port is closed.
All three labels mean that the service is reachable and accepting clients.
open means probes are blocked, while closed means an application is listening.