Troubleshoot Network Issues Flashcards

1
Q

What are the three categories to isolate network issues?

A
  1. Local issues
  2. Network issues
  3. Service issues
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What two main tools does macOS offer for diagnosing network issues

A

Network Preferences and Terminal

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

What are the three network status indicators and what do they mean?

A
  1. Green- Connection is active and configured with TCP/IP settings
  2. Yellow- Connection is active but the TCP/IP settings aren’t properly configured
  3. Red- Indicates either improperly configured network settings or disconnected network interfaces.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the four most common network issues to check for before doing a deep dive into larger issues?

A
  1. Ethernet connectivity
  2. Wi-Fi connectivity
  3. DHCP services
  4. DNS services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What steps should you take to troubleshoot an Ethernet connectivity issue?

A
  1. Verify physical connection
  2. Verify ethernet cable with known-good cable
  3. If possible, verify ethernet port, with a known-good port
  4. Verify ethernet adapter with known-good adapter
  5. Manually set a slower speed in the advanced hardware settings of Network preferences.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does a Mac indicate that there is a problem with the wireless network?

A

The Wi-Fi status menu shows an exclamation point (!)

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

How do you access the Wireless Diagnostic tool?

A

Press and hold the option key and click on the Wi-Fi status icon in the menu bar.

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

Where is the compressed archive that the Wireless Diagnostic tool stored on the Mac?

A

/private/var/tmp

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

What happens when you configure a Mac to use DHCP and the DHCP server runs out of available networks?

A

The Mac might be able to communicate with other devices on the LAN even though it doesn’t have access to WAN or internet resources.

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

What should you do first if you are having DNS service issues?

A

Verify the DNS server configuration in Network preferences. In most cases the top-listed network service interface is primary, and macOS uses it for DNS resolution with the exception of if the primary network service lacks a router configuration, in which case the DNS resolution falls to the next fully configured network service interface.

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

What are some of the main network identification and diagnostic commands that you can access in Terminal?

A
  1. ifconfig- inspect details regarding hardware network interfaces)
  2. netstat (network status)- View routing information and network stats
  3. ping- test network connectivity and latency)
  4. nslookup, dig, host, and dscacheutil- Test DNS resolution
  5. traceroute- Analyze how your network connection are routed to their destination
  6. nc (netcat)- Test the quality of a network connection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How can you identify the MAC addresses for all the Mac computer’s network interfaces?

A

From the “ether” line in the output of the “ifconfig” command in terminal.

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

What’s the term for the current data rate of a Wi-Fi connection

A

Tx Rate

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

How can you verify basic connectivity to another network host, and how does it work?

A

The “ping” terminal command. You send a ping packet in terminal and wait for its return.

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

How can you verify that the DNS host name resolution is working?

A

Terminal commands: nslookup, dig, host, or dscacheutil

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

How can you verify that the system can establish a connection to a remote network host?

A

The traceroute command in Terminal.

17
Q

How do you know if the ping command was successful?

A

It returns the amount of time it took for the ping to travel to the network device and back.

18
Q

How do you stop a ping command?

A

Pressing Control-C or Command-Period

19
Q

What terminal command can you use to test network quality?

A

networkQuality