Command Line Terms and meaning. Flashcards
Displays information pertaining to your network adapter. namely TCP/IP connections.
Ipconfig
This command displays much more information. Namely the MAC address.
ipconfig/all
this displays the hostname of the computer
hostname
this command releases any IP configurations received from a DHCP server.
ipconfig /release
this command reconfigured the computer with the same IP address it used before. this may also reconfigure based on the computer’s registry
ipconfig / renew
This command is used to test the existence of other host on the network.
Ping
This command is used to test the local computer.
ping localhost, ping lookback
this command is used to test the local computer, but this test is placed on the network segment. This is the best way to test on a IPV4 network
ping 127.0.0.1
this command allows you to specify the amount of data you can used during the test.
ping -l
This command shows the TCP connections by itself.
netstat
This command shows the TCP and UDP connections.
netstat -A