Question:

Please explain what netstat is?

by  |  earlier

0 LIKES UnLike

Please explain what netstat is?

 Tags:

   Report

3 ANSWERS


  1. NAME

         netstat - show network status

    SYNOPSIS

         netstat [-Aan] [-f address_family] [-M core] [-N system]

         netstat [-bdghimnrs] [-f address_family] [-M core] [-N system]

         netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait]

         netstat [-p protocol] [-M core] [-N system]

    DESCRIPTION

         The netstat command symbolically displays the contents of various net-     work-related data structures.  There are a number of output formats, depending on the options for the information presented.  The first form of  the command displays a list of active sockets for each protocol.  The  second form presents the contents of one of the other network data structures according to the option selected.  Using the third form, with a wait interval specified, netstat will continuously display the information regarding packet traffic on the configured network interfaces.  The  fourth form displays statistics about the named protocol.


  2. its a program,

    typing it under cmd.exe shows you all the sockets currently connected on your host

    it shows the name/address of the hosts connected to ya, the name of your computer connected to them, the port its connected through and the protocol used in THAT connection

  3. netstat (network statistics) is a command-line tool that displays network connections (both incoming and outgoing), routing tables, and a number of network interface statistics. It is available on Unix, Unix-like, and Windows NT-based operating systems.

    It is used for finding problems in the network and to determine the amount of traffic on the network as a performance measurement. [1]

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.