akerl wrote:
3. The port exists, but is neither in use or closed. This is the state of every port on your server which is not specifically set as one of the above options. Messages sent here will be ignored, not because the port is closed, but because there is nowhere to send the message.
Not quite "ignored", because (barring something along the network path preventing it or local configuration to prevent its generation), attempting to make a connection to an unused port will generate a packet back (ICMP or TCP RST) indicating the connection was refused/port is unavailable. So it's more a positive rejection than no response.
Most firewall setups do, however, truly ignore/hide the absence of a port when they are protecting it and blocked traffic is received - no response at all back to the initiator of the traffic.
-- David