Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

A subnet mask is used to mask a portion of the IP address so that TCP/IP can distinguish the __ ID from the __ ID.

1 Answers  


Which command (and options) will show the state of all sockets ?

1 Answers  


in solaris file sysrm is full what u do?

0 Answers  


Which options of the sendmail daemon causes it to listen on SMTPport ?

1 Answers  


deferances between work group and domain?

2 Answers  


Name 3 problems with distance-vector protocol ? a. not feasible for small internetwork b. count-to-infinite c. routing loops d. inconsistent views of network

1 Answers  


what is Perigrine ticketing system and to which company this product belongs to

1 Answers   IBM, SQL Star,


Explain the difference between csma/cd and csma/ca?

0 Answers  


4 functions that ICMP protocol performs are: a. echo (ping) b. telnet c. rcp d. rlogin e. rpc f. TTL announce (used by traceroute) g. source quench message (during congestion) h. network error announcement

1 Answers  


Define mac addresses?

0 Answers  


what is dhcp server?

3 Answers   DELL,


what is Organiser? what is work

3 Answers   TCS,


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)