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.