to identify TCP/IP errors such as connection problems _____command can be used.
Answers
Answered by
31
To identify TCP/IP errors such as connection problems netstat -a command can be used.
netstat -a is your answer.
nitish8089:
actually really an error..
Answered by
5
To identify TCP/IP errors such as connection problems, netstat command can be used. Netstat command can be used to identify all the connections which are currently established. It can also be used to check which ports are in the listening state.
Along with the connections, it can also show the names of the processes or the process IDs making the connection. Other useful commands for troubleshooting network errors are ping and ipconfig.
Similar questions