command prompts Flashcards
ipconfig
displays the current TCP/IP network configuration values such as ip address, mac address.
ipconfig/all
shows detailed TCP/IP network configuration values.
ipconfig/release
releases the current ip address in the case of a dual ip address or bad ip address.
ipconfig/renew
lets go of the current ip address and asks for a new one.
ipconfig/flushDNS
erases and repropagates the DNS settings.
ping -t <destination></destination>
will ping the computer continuously until you tell it to stop.
ping
tests whether another host is available over the network.
ping -n <destination></destination>
will ping the computer a certain number of times.
ping -l <destination></destination>
will ping a computer but you can specify the amount of bytes per packet sent.
tracert
traces the route from your computer to another and pings each router on the way.
netstat
shows the current network statistics and open sessions to the local computer.
NSlookup
used to obtain domain name or IP address mapping, DNS records, and other DNS-related information.
netview
lets you see computers currently available on the network.
netshare
lets you share folders for other users to view.
netuse
allows you to map network drivers.