Lesson14 Flashcards

(50 cards)

1
Q

What are network locations on Mac?

A

Saved sets of network configurations for easily switching between network setups.

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

Why use network locations?

A

To switch quickly between different network environments that require unique settings.

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

What is network service order?

A

The priority list macOS uses to choose which network interface to use first.

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

Which interface will macOS try first?

A

The service at the top of the network service order.

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

What happens if the top network service isn’t available?

A

macOS attempts the next service in the list.

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

Why might a user adjust network service order?

A

To prioritize a specific connection like Ethernet over Wi-Fi.

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

Does changing service order help troubleshoot issues?

A

Yes, it ensures macOS uses the correct network interface.

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

Where can you edit service order?

A

System Settings → Network → … → Service Order.

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

What happens when Ethernet is placed above Wi-Fi in service order?

A

macOS prefers Ethernet for all connectivity when available.

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

Example of when to use different locations?

A

Office network vs. home network with different proxies/DNS.

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

How are VPNs handled in service order?

A

They appear beneath physical interfaces and can’t be reordered.

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

Why do VPNs stay below physical interfaces?

A

Because VPN tunnels depend on an underlying network connection.

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

Who controls VPN priority?

A

The VPN app unless the Mac is supervised.

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

Why might VPN connectivity fail?

A

Wrong credentials, DNS issues, network not reachable, misconfiguration.

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

What is the purpose of the ping command?

A

To test basic connectivity to another device or server.

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

What info does ping return?

A

Response time, packet loss, and reachability.

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

How do you stop a ping test?

A

Press Control + C.

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

What does 0% packet loss indicate?

A

Stable, successful connection.

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

What does “Request timeout” usually mean?

A

The target is unreachable or blocking ICMP.

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

What’s a common ping use case?

A

Testing if the internet or a server is reachable.

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

What is Wireless Diagnostics?

A

A built-in tool to analyze and troubleshoot Wi-Fi issues on Mac.

22
Q

How do you open Wireless Diagnostics?

A

Hold Option, click Wi-Fi icon → Open Wireless Diagnostics.

23
Q

What issues can Wireless Diagnostics detect?

A

Weak signals, interference, poor configuration, dropped connections.

24
Q

What is a Diagnostics Report?

A

A detailed technical report with logs and wireless data.

25
Why generate a Diagnostics Report?
Useful for engineers or Apple Support to analyze deeper issues.
26
What does the 'Continue' function in Wireless Diagnostics do?
Runs an automated test for general Wi-Fi issues.
27
What does the Performance tab show?
Signal strength, noise, and transmit/receive rates.
28
What does a high noise level indicate?
Wireless interference from devices or crowded channels.
29
Why use Terminal commands for network issues?
They provide deeper diagnostics beyond the GUI.
30
What info does ifconfig provide?
Interface configurations, IPs, MAC addresses, status.
31
What does netstat help with?
Viewing active connections and routing tables.
32
What does traceroute show?
The path packets take to reach a destination.
33
What would a sudden '* * *' in traceroute mean?
A hop is not replying or is firewalled.
34
Why check Wi-Fi channel?
To avoid overcrowded or noisy channels.
35
What causes intermittent Wi-Fi drops?
Interference, weak signal, router issues, private Wi-Fi MAC issues.
36
What is a private Wi-Fi address?
A rotating MAC address used to prevent tracking.
37
Why can private Wi-Fi addresses cause issues?
Networks using MAC filtering may deny access.
38
When should a user disable private Wi-Fi address?
On networks requiring MAC authentication.
39
What does Wi-Fi 'No Internet' mean?
Connected to router but router has no internet.
40
What does 'Weak Security' on Wi-Fi mean?
The network uses outdated encryption.
41
Why check DNS settings during issues?
Bad DNS can break browsing even with active internet.
42
What is a symptom of DNS failure?
Ping by IP works but domain name fails.
43
Why reset Wi-Fi module?
Fixes corrupted preferences or misconfigured Wi-Fi states.
44
What behavior indicates DHCP exhaustion?
Mac gets self-assigned IP (169.x.x.x).
45
What does a self-assigned IP mean?
DHCP server didn’t provide an IP; no network access.
46
Why might Ethernet show 'cable unplugged'?
Physically disconnected cable or bad adapter.
47
What is a network interface?
Any hardware or virtual component connecting the Mac to a network.
48
What is service order used for?
Determining which interface macOS uses first.
49
Why test with another device?
To determine if the issue is Mac-specific or network-wide.
50
When should you escalate to a network admin?
When issues exceed user-level fixes.