answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What command do you use to display active TCP or UDP connections?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What information can be gathered by the command netstat?

Active TCP connections


What information can be gathered by using the command netstat?

Active TCP connections


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

netstat /all will show you all active connections


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.


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.


Which command can be used on a PC to determine which TCP IP ports are in use?

Open command prompt and type netstatThis will show all ports in use and all ingoing\outgoing connections along with the connection type. TCP, UDP


You just viewed information about the TCP IP settings of an end system?

You display any active routes


How can you know the IP address of the computers connected to a server in Linux?

Depending on what kind of server it is, connections can be very transient. The 'netstat -nat' command should print out a list of current TCP connections.


Suppose there are n active peers in the gnutella network and each pair of peers has an active tcp connection additionally suppose that tcp connections pass through a total of m routers how many no?

There are N nodes in the overlay network. There are N(N-1)/2 edges.


What is function of ipconfig?

Ipconfig is used to show all current TCP/IP network configurations values and connections in Microsoft Windows. It is a command line tool.


What is tcp server processes?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.