Game Preview

Network Commands

  •  English    7     Public
    Network commands for troubleshooting using the command prompt in windows.
  •   Study   Slideshow
  • ipconfig
    Gives you information like IP address subnet mask default gateway etc...
  •  15
  • ping
    Most used network command. Tells you how long round-trip takes. Tells you where you can communicate on a network.
  •  15
  • What gives you various network statistics?
    netstat (-a, -b)
  •  15
  • nslookup
    Looks up information from DNS servers.
  •  15
  • net
    Commands the specific to Microsoft windows operating systems... net view (//servername) gives you all the shares on a server.
  •  15
  • How do you determine the route a packet takes to a destination?
    tracert
  •  15
  • What command combines tracert and ping?
    pathping
  •  15