Networking Notes - Part 4 (Commands,VPM,Dark Web)
--------------------------------- --------------------------------- --------------------------------- ------------ Ping (Packet Internet Groper) The ping command is a Command Prompt command used to test the ability of the source computer to reach a specified destination computer. It's a simple way to verify that a computer can communicate with another computer or network device. It does this by transmitting Internet Control Message Protocol (ICMP) Echo Request messages and waits for a return message. Unless modified, the ping command will send 4 requests by default in Windows . The two major pieces of information that the ping command provides are how many of those transmitted responses are returned and time it takes for each them to return. --------------------------------- --------------------------------- --------------------------------- ------------ NetStat (Network Statistics) The netstat is a command line tool used to display the current connections a...