Netstat is a useful tool for checking network and Internet connections. Some useful applications for the average PC user are considered, including checking for malware connections. a. Open the command prompt window and: netstat –an ESTABLISHED indicates that the server received the SYN signal from the client and the session is established. How many connections are ESTABLISHED? b. To find out which programs are making connections with the outside world, we can use the command netstat –b. netstat –b List two programs that have made connections to the outside world. c. To view the routing table on the current machine, use netstat –r netstat –r What is the IP address of the Gateway? d. How many entries are in the routing table in c? e. To display the statistics for only the TCP protocol, type the following command: netstat –sp tcp How many TCP segments were retransmitted? f. Based on e, how many current TCP connections are there?
Netstat is a useful tool for checking network and Internet connections.
Some useful applications for the average PC user are considered,
including checking for malware connections.
a. Open the command prompt window and:
netstat –an
ESTABLISHED indicates that the server received the SYN signal from the
client and the session is established.
How many connections are ESTABLISHED?
b. To find out which
we can use the command netstat –b.
netstat –b
List two programs that have made connections to the outside world.
c. To view the routing table on the current machine, use netstat –r
netstat –r
What is the IP address of the Gateway?
d. How many entries are in the routing table in c?
e. To display the statistics for only the TCP protocol, type the following
command:
netstat –sp tcp
How many TCP segments were retransmitted?
f. Based on e, how many current TCP connections are there?
Trending now
This is a popular solution!
Step by step
Solved in 6 steps with 6 images