Network Configuration Flashcards

1
Q

What do the terms “interface”, “protocol,” and “service” mean in relation to computer networks?

A

Interface: any channel through which network data can flow

Protocol: a set of rules used to describe a specific type of network communication.

Network Service: a collection of settings that define a network connection

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

What’s the purpose of internet Protocol v4 (IPv4) addresses and subnet masks?

A

IPv4 (or IP) identifies the location of a specific network device.

Subnet masks are used by network devices to identify their local network range and to determine whether outgoing data is destined for a network device on the LAN

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

How does IPv4 addressing differ from IPv6 addressing?

A

IPv4 address is 32-bit number represented in four groups of three-digit numbers (0-255), known as octets, separated by periods.

IPv6 address is 128-bit number that’s presented in eight groups of four-digit hexadecimal numbers separated by colons. Includes subnet information and allows for a huge range of addresses.

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

How does the IP use the MAC address to send messages between computers on a LAN?

A

If a network device needs to send data to another network device on the same LAN, it addresses the outgoing packets based on the destination device’s MAC address.

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

How does the IP transfer messages between computers over a wide area network (WAN)?

A

A network client uses the subnet mask to determine whether the destination IP address is on the LAN. If it’s not, it’s assumed it’s on another network, and the client sends the data to the local router. That router then sends the data via WAN on to another router that is closer to the destination. This continues until the data reaches it’s destination.

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

How is the Domain Name Service (DNS) used to facilitate network naming?

A

It is used to translate host names to IP addresses via forward lookups and translate IP addresses to host names via reverse lookups.

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

What’s used to identify a Wi-Fi network?

A

SSID or service set identifier

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

What Wi-Fi authentication protocols are supported by OS X (3 things)

A

WEP
WPA/WPA2 Personal
WPA/WPA 2 Enterprise (supports 802.1X)

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

How can an OS X system automatically connect to a Wi-Fi network?

A

A new OS X system can automatically join an open network. A configured OS X system can automatically reconnect to networks if the appropriate information was saved to the Keychain.

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

Through what mechanism can a standard user configure Wi-Fi settings?

A

Via the Wi-Fi status menu. WPA Enterprise connections require an administrator user because the Keychain must be modified.

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

What’s a network location and who can access them?

A

It is a saved state of Network preferences that contains all network interface settings. Only administrators can define network locations, but if more than one locations exists, all users can switch between the various locations via the Apple menu.

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

What interfaces and protocols are supported by default in OS X? (19 things)

A
Ethernet IEEE 802.3
Wi-Fi IEEE 802.11
FireWire IEEE 1934 bridged
Thunderbolt bridged
Bluetooth wireless hardware
USB connected via cellular network adaptors
iOS devices with cellular network service
VPN via PPTP
VPN via Layer 2 Tunneling Protocol 
VPN via Cisco IPSec
PPPoE
6 to 4 virtual network interface
VLAN via IEEE 802.1Q
Link Aggregation via 802.3ad
TCP/IP
DHCP
DNS
NetBIOS and WINS
Authenticated Ethernet via 802.1X
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What functionality does OS X support with the AppleTalk protocol?

A

Only 10.5 or earlier supports AppleTalk

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

How does network service order affect network connectivity?

A

It is used to determine the primary network service interface if there is more than one active service.

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

In Network preferences, how can you tell which interface is currently being used for network activities?

A

In Network preferences, all network service interfaces with a green status indicator are being used for network activities.

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

What’s the easiest method in OS X to configure VPN settings?

A

To use a configuration profile containing all the relevant VPN setup information

17
Q

How is 802.1X configured on OS X systems? (2 things)

A

Automatic configuration via the selection of a Wi-Fi network that requires WPA/WPA 2 Enterprise authentication.

“Semi-automatic” configuration via an 802.1X configuration profile provided by an administrator

18
Q

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

A

Ethernet connectivity issues
Wi-Fi connectivity issues
DHCP service issues
DNS service issues

19
Q

How do network devices acquire and use self-assigned TCP/IP addresses?

A

If DHCP is specified as the configuration for TCP/IP connection and no DHCP service is available, the device automatically selects a random UP address in the 169.254.xxx.xxx range.

20
Q

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

A

From the Info pane of Network Utility

21
Q

How can you verify basic connectivity to another host?

A

Ping tab of Network Utility allows you to test basic connectivity to another network host by sending and then waiting for the return of a ping packet.

22
Q

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

A

Lookup tab of Network Utility allows you to test name resolution against the currently configured DNS server.

23
Q

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

A

Traceroute tab of Network Utility allows you to verify the connection hops between your Mac and a remote host.