Manage Basic Network Settings Flashcards
What are the three basic networking elements?
- The network interface
- Network protocols
- The network service
What is a network interface?
What data flows through, that can be physical or virtual.
What are the most common physical network interfaces?
Ethernet and 802.11 wireless (Wi-Fi)
What is a network protocol?
What defines a set of standard rules used for data representation, signaling, authentication, or error detection across network interfaces.
What is network service?
A configuration assigned to a network interface.
What is a media access control (MAC) address?
Used to identify a physical network interface on a local network.
Typically, how is a MAC address constructed?
A 48-bit number represented by six groups of two-digit hexadecimal numbers separated by colons.
What identifies each computer across the internet or a network?
An Internet Protocol (IP) address
True/False: You can’t assign multiple IP addresses to each network interface.
False, you can, but this approach is often only used for Mac computers that are providing networking services.
What are the two standard IP addresses?
IPv4 and IPv6
How are IPv4 addresses constructed?
A 32-bit number represented by four groups of three-digit numbers, also known as octets, separated by periods. Each value is between 0 and 255.
Why does a Mac use a subnet mask?
To determine the IPv4 address range of the local network and to determine whether outgoing data is destined for a network device on the LAN.
What is another way of writing out the subnet mask?
Classless Inter-Domain Routing (CIDR) notation
What is the purpose of the router?
To manage connections between separate networks. They route network traffic between the networks they bridge.
What does TCP stand for?
Transmission Control Protocol
What does TCP do?
Facilitates end-to-end data connectivity between two IP devices.
What’s the default protocol that the macOS uses to get an IP address?
Dynamic Host Configuration Protocol (DHCP)
What does LAN stand for?
Local Area Network
What does WAN stand for?
Wide Area Network
On an LAN, after the network interface is established, what must happen next?
You must configure the TCP/IP either manually or with DHCP
What makes up the TCP/IP packets?
The originating IP and destination IP addresses along with the data to be sent.
Once the network communication has begun over LAN’s, why does the network device apply the subnet mask setting?
To determine whether or not the destination IP address is on the local network.
On an LAN, if the destination IP address from the TCP/IP is on a local network, what happens next?
The network device consults its Address Resolution Protocol (ARP) table to see whether it knows the MAC address corresponding to the destination IP address.
On an LAN, if the destination IP address from the TCP/IP is NOT on a local network, what happens next?
The network device broadcasts an Address Resolution Protocol (ARP) request to the local network asking the destination device to reply with its MAC address and adds the reply to its ARP table for next time.