answersLogoWhite

0

The Windows netstat command;

netstat -b (show the executable involved in creating each connection)

netstat /? (list of available parameters)

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What paramenter can be added to the netstat command so that you can see what program is resopnsible for a network connection?

netstat -b


What command prompt would help you narrow a failing connection?

If you mean a Command Prompt Command then there are a few you can use. The most commonly used would be ping and tracert. But there are others including netstat which shows the port status.


What information can be gathered by the command netstat?

Active TCP connections


What is the DOS command to view all open ports in Windows XP?

AnswerTHE DOS command is netstat -a.


How can you see a log of internet connections using command prompt in windows vista?

use the netstat command.


Which command can be issued on a PC to determine which TCP or IP ports are in use?

netstat


What command can be issued on a PC to determine what tcp ip ports are in use?

netstat


Which Protocols Does Does The Netstat -s Command Print Information?

Netstat reports on the common tcp/ip protocols, including (but not limited to) TCP, UDP, ICMP, socket connections.


About which protocols does the netstat -s command print information?

Netstat reports on the common tcp/ip protocols, including (but not limited to) TCP, UDP, ICMP, socket connections.


How do you find ports being used in windows server?

Try netstat -a at the command line.


Which command is used to display static route table for local host?

Netstat -e


What is the netstat command in Linux?

netstat----------most useful and very versatile for finding connection to and from the host. you can find out all the mulitcast groups (network) subscribed by this host by issuing "netstat -g"netstat -nap | grep port will display process id of application which is using that portnetstat -a will display all connections including tcp and udpnetstat --tcp will display only tcp connectionnetstat --udp will display only udp connectionnetstat -g will display all multicast network subscribed by this host.