Essential Network Commands for Troubleshooting and Analysis
Classified in Computers
Written on in
English with a size of 3.41 KB
Essential Network Commands
tracertUtility- Displays the route taken to a destination.
- Identifies where delays or packet loss occur in the network path.
- Syntax:
tracert <destination>
netstatUtility- Displays active TCP connections and other network statistics.
- Useful for monitoring network connections.
- Syntax:
netstat
ipconfigUtility- Displays IP configuration information.
- Can be used to release and renew IP addresses.
- Syntax:
- Display configuration:
ipconfig - Release IP address:
ipconfig /release - Renew IP address:
ipconfig /renew
- Display configuration:
nslookupUtility- Queries DNS to obtain domain name or IP address mappings.
- Syntax:
nslookup <domain>
pingUtility- Tests connectivity between two devices by sending ICMP echo requests.
- Syntax:
ping <destination> - Common Options: