I am having a hard time understanding what 'Listening' refers to when I am looking at the netstat results of my PC for example. Does it mean I have an application or service that is waiting for a request?
|
feedback
|
|
Use the
Generally, it is only server type applications that listen for incoming connections. Windows however also has services that listen for NETBIOS broadcasts and other types of MS network chatter.
| |||
feedback
|
|
More or less, consider a server must listen on a port before it can do anything. So a webserver will listen on port 80 to get a request, then serve up a page. | |||||||
feedback
|
