1.5 The Windows Network Command Line Flashcards

(16 cards)

1
Q

What is the purpose of the ipconfig command?

A

Displays current TCP/IP network configuration, including IP address, subnet mask, and default gateway.

This command is essential for troubleshooting network issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does ipconfig /all show?

A

Detailed network configuration, including DNS servers, MAC address, and DHCP status.

Useful for obtaining comprehensive network settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the ping command used for?

A

Tests connectivity to another device using ICMP.

Commonly used to check if a host is reachable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What information does ping provide?

A

Round-trip time and packet loss.

Helps in assessing network performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the netstat command do?

A

Displays active network connections and statistics.

Important for monitoring network activity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does netstat -a show?

A

All active connections and listening ports.

Useful for identifying open ports on a system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does netstat -b show?

A

The executable associated with each connection (requires admin rights).

Helps in identifying which applications are using network connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is nslookup used for?

A

Resolves domain names to IP addresses (DNS lookup) or vice versa.

Essential for troubleshooting DNS issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the purpose of the net command?

A

Manages network resources and accounts.

Provides various functionalities for network administration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does net view do?

A

Displays shared resources on a network device.

Useful for discovering available network shares.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does net use do?

A

Connects to or disconnects from network shares and maps drive letters.

Facilitates access to shared resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does net user do?

A

Manages user accounts, including password resets.

Important for user account administration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the tracert command used for?

A

Traces the path packets take to a destination.

Helps in diagnosing routing issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How does tracert identify each hop?

A

Uses ICMP TTL exceeded messages.

Provides information about each router along the path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is pathping used for?

A

Combines ping and tracert to analyze network performance.

Offers a more detailed view of network latency and packet loss.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What two functions does pathping perform?

A
  • Maps the route
  • Calculates performance statistics for each hop

Useful for comprehensive network diagnostics.