Networking Troubleshooting Tools Flashcards

1
Q

In Windows operating systems, displays or refreshes IP settings for network interfaces.

A

ipconfig

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

In Unix-like operating systems, displays or configures IP settings for network interfaces.

A

ifconfig

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

In Windows, displays diagnostic information for NetBIOS over TCP/IP.

A

nbtstat

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

Displays a variety of network information including active connections, routing tables, and traffic statistics

A

netstat

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

Performs DNS lookups and displays the IP address of a given host name

A

nslookup

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

Tests the reachability and latency of a given host.

A

ping

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

Displays the hop-by-hop path to a given host, along with the round-trip time to each hop

A

traceroute/tracert

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

In Windows, behaves similarly to tracert by pinging every hop along the route to determine relative latency

A

pathping

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

Displays additional information for each interface, including name, physical address, DNS, and DHCP settings.

A

Ipconfig /all

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

Releases the current IPv4 address for all interfaces, or for a single specified interface. Useful for removing bad DHCP settings.

A

Ipconfig /release [interface]

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

Renews the current IPv4 or IPv6 address for all interfaces, or for a single specified interface. Useful for checking or repairing DHCP settings.

A

Ipconfig /renew [interface]

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

Like /release , but for IPv6 address.

A

Ipconfig /release6 [interface]

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

Like /renew , but for IPv6 address

A

Ipconfig /renew6 [interface]

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

Displays the current contents of the DNS cache

A

Ipconfig /displaydns

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

Deletes the DNS cache. Useful when the current cache has incorrect entries

A

Ipconfig /flushdns

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