What is the purpose of the ipconfig command?
Displays current TCP/IP network configuration, including IP address, subnet mask, and default gateway.
This command is essential for troubleshooting network issues.
What does ipconfig /all show?
Detailed network configuration, including DNS servers, MAC address, and DHCP status.
Useful for obtaining comprehensive network settings.
What is the ping command used for?
Tests connectivity to another device using ICMP.
Commonly used to check if a host is reachable.
What information does ping provide?
Round-trip time and packet loss.
Helps in assessing network performance.
What does the netstat command do?
Displays active network connections and statistics.
Important for monitoring network activity.
What does netstat -a show?
All active connections and listening ports.
Useful for identifying open ports on a system.
What does netstat -b show?
The executable associated with each connection (requires admin rights).
Helps in identifying which applications are using network connections.
What is nslookup used for?
Resolves domain names to IP addresses (DNS lookup) or vice versa.
Essential for troubleshooting DNS issues.
What is the purpose of the net command?
Manages network resources and accounts.
Provides various functionalities for network administration.
What does net view do?
Displays shared resources on a network device.
Useful for discovering available network shares.
What does net use do?
Connects to or disconnects from network shares and maps drive letters.
Facilitates access to shared resources.
What does net user do?
Manages user accounts, including password resets.
Important for user account administration.
What is the tracert command used for?
Traces the path packets take to a destination.
Helps in diagnosing routing issues.
How does tracert identify each hop?
Uses ICMP TTL exceeded messages.
Provides information about each router along the path.
What is pathping used for?
Combines ping and tracert to analyze network performance.
Offers a more detailed view of network latency and packet loss.
What two functions does pathping perform?
Useful for comprehensive network diagnostics.