View Single Post
Old 06-07-2009, 06:54 PM   #4 (permalink)
grue155
Registered User
 
Join Date: May 2008
Posts: 240
OS: LAN Herder


Re: Reverse DNS question

The TCP and UDP protocols define a response mechanism when a packet is delivered to a host with a closed port. Some operating systems provide a way to turn off that response (BSD systems and the "blackhole" sysctl setting, for example). Otherwise a firewall front-end running on the host that intercepts the packet and checks for a listening port. If no matching port exists, then the packet is dropped, and the operating system doesn't see it. With no error response, the machine is "stealthed", like it wasn't even plugged in.
grue155 is offline   Reply With Quote