How do you check the listening ports on a windows box?
Command line.

Answers were Sorted based on User's Feedback



How do you check the listening ports on a windows box? Command line...

Answer / raj kumar.g

netstat –a : displays ip , listening port ids

netstat /? : help

Is This Answer Correct ?    18 Yes 0 No

How do you check the listening ports on a windows box? Command line...

Answer / systems & network administator

I hope that headline doesn't scare you. A lot of people shun
the Windows command line in favor of more complicated
graphical user interfaces. But when it comes to
investigating malware infections, various command-line tools
can be incredibly helpful, since GUI-based tools can't
always do the job.

First off, invoke a command prompt. Go to Start --> Run and
type in 'cmd.exe.' Putting '.exe' at the end of the entry is
important; it is a far safer way of bringing up a command
prompt. To trick users, a malicious program might purposely
be called 'cmd.com,' and in such a case, the malware would
run if just 'cmd' were typed. Thus, go ahead and type
'cmd.exe' instead.

'netstat'
Next, with a command prompt going, run the netstat command
and take a gander at the listening ports on your systems. A
lot of people know that 'netstat –na' can provide a list of
TCP and UDP ports on the machine. Adding an 'o' to the
command arguments can reveal the process ID of each process
using a port. And, starting with XP SP2, an added 'b' flag
will show the EXE name using each port, along with the
dynamic link libraries (DLLs) that it has loaded to
communicate with the network. Beware of the 'b,' however.
The function can chew up some serious CPU time, tying up
between 60% and 100% of your processor for up to a minute.

But, wait, there is more. Suppose you want to look at port
usage and see how it changes over time. Adding a space and
then an integer to that netstat command, as in "netstat –nao
1", will run the command with a frequency equivalent to the
integer, in this case, for every one second. The display
will be dumped on the screen continuously, as shown below.

Is This Answer Correct ?    7 Yes 1 No

How do you check the listening ports on a windows box? Command line...

Answer / arun

Command is.......

Netstat

Is This Answer Correct ?    6 Yes 1 No

How do you check the listening ports on a windows box? Command line...

Answer / rajesh

netstat -a -n

to see complete host ips also

Is This Answer Correct ?    1 Yes 0 No

How do you check the listening ports on a windows box? Command line...

Answer / syed mahboob feroz ahmed

Hi,
"Netstat -a" is the command to check listening ports on a
windows box command line.

Is This Answer Correct ?    0 Yes 1 No

How do you check the listening ports on a windows box? Command line...

Answer / syed mahboob feroz ahmed

Hi,
Netstat -a is the command for checking listening ports in
windows box.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Networking Administration Interview Questions

Default subnet mask for Class A, B, and C ? a. 0.255.255.255, 0.0.255.255, 0.0.0.255 b. 255.0.0.0 , 255.255.0.0, 255.255.255.0 c. 255.255.255.0, 255.255.0.0, 255.0.0.0 d. 0.0.0.0, 0.0.0.255, 0.0.255.255

1 Answers  


Port numbers for the following 2 standard services: FINGER, POP3 a. 23, 100 b. 25, 109 c. 27, 111 d. 79, 100 e. 23, 109

1 Answers  


When one runs a packet sniffer on a workstation, that workstation's network card goes into which mode . a. interactive b. routing c. promiscuous d. open

1 Answers  


which file tells the dhcp daemon where to find its configuration?

1 Answers  


True/False: DNS gives you the ability to prevent unauthorized transfers.

1 Answers  






True/False: OSPF supports multiple metrics.

1 Answers  


How many DHCP IP address pools are supported ?

1 Answers  


Which command will increase the TCP transmit and receive buffers ?

1 Answers  


I have to do a VLAN connection. I have a managed switch 2950 with 48 ports there r 34 pc connected through switch My aim is to create 3 VLAN. I want to use the IP adress 192.168.10.2 to 10.12 for VLAN1 so what could be the default gateway address of VLAN1.

5 Answers  


how do u scan the client machine from server (AVG, McAfee & NAV)?

3 Answers  


what is ppl

1 Answers   Primus Global,


Which layer regulates transmission of unstructured bit streams over a transmission medium with regards to transmission speed, representation of signals and connection technique.

1 Answers  


Categories
  • Networking Protocols Interview Questions Networking Protocols (671)
  • Networking Administration Interview Questions Networking Administration (1008)
  • Networking Security Interview Questions Networking Security (196)
  • Networking General Interview Questions Networking General (266)
  • Networking AllOther Interview Questions Networking AllOther (430)