Lesson 23: Troubleshoot Network Issues Flashcards

• Identify and resolve network configuration issues. • Verify network configuration with Network preferences. • Use Network Utility to aid in troubleshooting.

1
Q

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

A

You can identify all the MAC addresses for the Mac computer’s network interfaces from the ether line in the output of the ifconfig command in Terminal; for example: ifconfig | grep ether

(The Network Utility has been depreciated with macOS Big Sur.)

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

What’s the term for the current data rate of a Wi-Fi connection, and where can you access this information about a specific Wi-Fi connection?

A

You can view the current data rate — or Tx Rate — of a selected Wi-Fi connection on the Wi-Fi status menu.

The Wi-Fi status menu gives you access to important information about your connections and also allows you to access troubleshooting tools like Wireless Diagnostics.

You can open the Wi-Fi status menu by pressing and holding the <kbd>Option</kbd> key and clicking the Wi-Fi icon in your menu bar.

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

How can you verify basic connectivity to another network host?

A

You can use the ping command in Terminal to test network connectivity to another network host by sending a ping packet and waiting for its return.

(The Network Utility has been depreciated with macOS Big Sur.)

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

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

A

You can use the commands nslookup, dig, host, or dscacheutil in Terminal to test name resolution against the currently configured DNS server.

(The Network Utility has been depreciated with macOS Big Sur.)

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

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

A

You can use the traceroute command in Terminal to verify the connection hops between your Mac and a remote host.

(The Network Utility has been depreciated with macOS Big Sur.)

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

What are three common issues that can interrupt network services on a Mac?

A

These three common issues can interrupt network services on a Mac:

  1. Local issues: Usually related to either improperly configured network settings or disconnected network connections
  2. Network issues: Use the output of network-related Terminal commands to help investigate possible causes
  3. Service issues: Related to the network device or service you are trying to access.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly