answersLogoWhite

0


Best Answer

Used to establish IP connections.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the netstat utility used for on a host?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

NETSTAT -a


What commands can be used to view a host routing table?

netstat -r and route print


A network technician suspects that malware on a user PC is opening multiple TCP connections to a specific foreign host address Which Windows command line utility can be used to confirm the multiple T?

netstat


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

Netstat -e


What two commands can be used to view a host's a routing table?

netstat-r route PRINT


Which utility will allow you to view a computer's inbound and outbound tcp ip connections?

Use the 'netstat' utility


Which two commands can be used on a Windows host to display the routing table?

netstat-r route PRINT


Which Windows command line utility can be used to confirm the multiple TCP connections?

netstat /all will show you all active connections


Without installing any additional tools what can be used to port scan a client computer?

Use the Netstat utility with the proper switches


What is the most common static route used in a host computer?

the default gateway is the most common static route used in a host computer. netstat -r is the command line command to obtain the routing table.


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.


What utility might you use to find out whether your ISP's router is especially slow on a particular afternoon?

netstat--A TCP/IP troubleshooting utility that displays stats and the state of the current TCP/IP connections.