13. Network Configurations Flashcards
What configuration layer is responsible for putting frames in the physical network’s transmission media, and whose data can only travel through the local area network?
Link/Network Interface Layer
What configuration layer is used to address packets and route them across the network?
Internet Layer
What configuration layer shows how to send packets, and what are its two protocols?
Transport Layer | Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)
What network configuration layer contains all the protocols that perform higher-level functions?
Application Layer
What are the possible 1st Octet Values of a Class A IPv4 address, and how many Class A hosts can there be?
1~127 | 16.7 million (256^3)
What are the possible 1st Octet Values of a Class B IPv4 address, and how many Class B hosts can there be?
128~191 | 65,536 (256^2)
What are the possible 1st Octet Values of a Class C IPv4 address, and how many Class C hosts can there be?
192~223 | 256
What are the possible 1st Octet Values of a Class D IPv4 address?
224~239
What are the possible 1st Octet Values of a Class E IPv4 address, and how many Class E hosts can there be?
240~255 | 268 million (reserved)
What refers to a logical identifier for a group of hosts in a computer network?
Multicast Address
What refers to a default subnet mask for a given class of IP addresses?
Classful Mask
What allows for borrowing some of the host bits and reassigning them to the network portion?
Classless Inter-Domain Routing (CIDR)
What are the CIDR notations for Class A, B, and C IP addresseS?
/8 | /16 | /24
What three 1st Octet Values are included among private IP ranges?
10 | 172 | 192
What allows for routing private IPs through a public IP?
Network Address Translation (NAT)
What are the NAT starting values for Class A, B, and C IP addresses?
10 | 172.16~172.31 |192.168
What is the Loopback Address often used for and what are its Octet Values?
Troubleshooting and testing a system’s network protocols | 127.0.0.1
What is used when a device does notm have a static IP or cannot reach a DHCP server, allows for quick configuration of a LAN without the need for a DHCP server, and whose assigned devices cannot communicate outside the LAN or with non-assigned devices?
Automatic Private IP Addressing (APIPA)
What are the possible APIPA Octet Values, and what does the acronym DORA stand for?
169.254.0~255.0~255 | Discover Offer Request Acknowledge
What IPv4 assignment method involves manually typing the IP addresses for the host, its subnet mask, default gateway, and DNS server?
Static assignment
What converts the domain names used by a website to the IP address of its server, and is like the internet version of a phonebook?
Domain Name System (DNS)
What identifies NetBIOS systems on a TCP/IP network and converts their names to IP addresses?
Windows Internet Name Service (WINS)
What dynamically assigns IP addresses and allows a workstation to load a copy of a boot image to a network?
Bootstrap Protocol (BOOTP)
What assigns an IP based on an assignable scope or addresses and provides the ability to configure other options, eliminates configuration errors, and is a modern version of BOOTP?
Dynamic Host Control Protocol (DHCP)
What range of IPs is leased by DHCP for a period of time and return to the pool when their leases expire?
192.168.1.100~200
What is a new technology with the same features as APIPA, assigns an IPv4 link-local address to a client, and resolves computer names to IP addresses without the need for DNS by using multicast DNS (mDNS)?
Zero Configuration (ZeroConf)
What ZeroConf service discoveries are performed on Windows and Linux networks, respectively?
Windows = Link-Local Multicast Name Resolution (LLMNR) | Linux = SystemD
How many IPs are available for DHCP to lease?
254
What is a domain name under a top-level provider?
Fully Qualified Domain Name (FQDN)
What is the DNS sequence of identification?
Root (answers requests in the root zone) > Top-level Domain (ex: .com, .net) > Second-level Domain (xyz.com) > Subdomain (mail.xyz.com) > Host (refers to a specific machine.server)
What contains the FQDN with the method of accessing information?
Uniform Resource Locator (URL)
Which DNS record has the description “Address” and the function “Links a hostname to an IPv4 address”?
A
Which DNS record has the description “Address” and the function “Links a hostname to an IPv6 address”?
AAAA
Which DNS record has the description “Canonical Name” and the function “Points a domain to another domain or subdomain”?
CNAME
Which DNS record has the description “Mail Exchange” and the function “Directs emails to a mail server”?
MX
Which DNS record has the description “Text” and the function “Adds text to the DNS”?
TXT
Which DNS record has the description “Nameserver” and the function “Indicates which DNS nameserver has the authority”?
NS