answersLogoWhite

0


Best Answer

Used to see which active TCP connections are open and running on a networked host. Lists the protocols in use, the local address and port number, the destination address and port number and the state of the connection.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

netstat (network statistics) is a command line tool that displays network connections (both incoming and outgoing), rouing tables, and a number of network interface and network protocol statistics.

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

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Netstat is used to view TCP/IP connections on your local computer.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function of netstat?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is netstat used for in terms of computing?

Netstat is a command-line tool that displays network connections and a number of network interface and network protocol statistics. It is used to find problems on networks and determine how traffic effects performance.


Which three commands can be used to help troubleshoot Layer 3 connectivity issues?

PING, Netstat & Tracert


Why doesnt the netstat command display any information about ICMP connections?

Netstat will display statistics for ICMP such as Packets Sent and Received Try netstat -s ICMP messages arent data packets that are usable by a computers user but by the OS itself, they indicated issues with connectivity in response to requests that are being sent from the computer. For example your computer requests a web page from a particular IP address, if your router is unable to establish a connection to that it will send an ICMP message back to your computer to let it know why. Common messages that get sent are: Echo reply (Ping) Echo request (Ping) Destination Unreachable Netstat monitors TCP\UDP ports on the computer to monitor connections to the machine, ICMP is a lower level prototcol (IP) and hence doesnt maintain connections or actively listen for ICMP packets


What tool can be used to view network connections and configure a firewall and configure storage on a windows server 2008 computer?

Explore few of the commands like Netstat &Nbtstat for Network Connections, Netsh for Firewall, Diskpart for Storage in Windows Server 2008.


What is fuzzy function?

membership function is the one of the fuzzy function which is used to develope the fuzzy set value . the fuzzy logic is depends upon membership function

Related questions

How would you find all current IP session on a PC?

NETSTAT


What parameter can be added to the netstat command so that you can see what program is responsible fora network connection?

The Windows netstat command; netstat -b (show the executable involved in creating each connection) netstat /? (list of available parameters)


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 commands can be used to view a host routing table?

netstat -r and route print


What program should you use if you wanted to see how many sessions are running on a TCP network?

You should use "netstat":netstat -p TCP


What is the use of netstat-ano and netstat-an?

Hi ! These two command tools are the most useful in Exchange Servers( 2003 ) . a. "netstat -an"........it shows a list of listening and connected sockets of websites in Exchange Server. ( tcp, udp, ftp, https, smtp, pop3 and so forth ). b. "netstat -ano"......it shows the process ID (PID) that created the socket. It merely does the same as the first one. swapan.


How do you determine what ports are in the listening state in Linux?

netstat -a


How do you find ports in use on Linux?

netstat -l


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.


What information can be gathered by the command netstat?

Active TCP connections


Which utility is used to see active connections on a server?

NETSTAT -a