Compare Network Configuration Concepts Flashcards
Lesson 5D (30 cards)
is a range of IP addresses that a DHCP server can automatically assign to devices on a network. It also includes other configuration parameters like subnet mask, default gateway, and DNS server settings. Essentially, it’s how a DHCP server manages and distributes IP addresses to clients within a specific network segment.
DHCP scope
is a period of time during which a DHCP server grants an IP address to a client device on a network. It’s a temporary allocation, ensuring efficient IP address management. When the lease expires, the device must renew it or obtain a new one.
DHCP Leases
server is configured with a list of the MAC addresses of hosts that should receive the same IP address for printers, servers, routers.
DHCP Reservations
is a label that uniquely identifies a computer or device on a network. It’s a human-readable name that allows users to easily recognize and access a specific device within a network environment. Think of it as your computer’s name on the internet or local network. Ex. “my-laptop” “server1”
Host Name
a hostname can be combined with a domain name and suffix. Ex. webserver.example.com
* host name - weberver
* domain name - example
* suffix (TLD) - .com
fully qualified domain name (FQDN).
the part of a domain name that comes after the last dot. Ex. .com, .org, .net, .gov
top-level domain (TLD)
- there are technically 13 root … server addresses (named from A to M), they actually represent hundreds of physical servers spread around the world. It is operated by ICANN
- is a fundamental part of the internet that translates human-readable domain names (like google.com) into machine-readable IP addresses (like 172.217.160.142). This translation allows computers to locate and connect with each other to access websites, email servers, and other online resources.
Domain Name System
is a request made by a DNS client (such as your web browser) to a DNS server to resolve a domain name into an IP address. The number “53” refers to Port 53, which is the standard network port used for DNS communication.
DNS query (53)
is a temporary assignment of an IP address to a device by a DHCP server, where the address is pulled from a pool of available addresses and expires after a set time
DHCP Lease
is a dedicated IP address assigned to a specific device based on its MAC address, ensuring that device always receives the same IP address within the network, regardless of the lease time; particular device
DHCP reservation
record is used to resolve a host name to an IPv4 address
DNS
A addresse
is a type of DNS record that maps a domain name to an IPv6 address. It functions similarly to an A record, but instead of mapping to an IPv4 address, it maps to an IPv6 address.
DNS resource record
AAAA record
a resource record in the Domain Name System (DNS) that specifies which mail server is responsible for receiving emails for a domain.
DNS record types
Mail Exchange (MX)
a type of Domain Name System (DNS) record that stores information about a domain in text format.
TXT record
an email authentication protocol that helps verify whether an email was sent from a legitimate source by checking if the sending mail server is authorized to send emails on behalf of a specific domain, preventing email spoofing and phishing attempts by identifying unauthorized senders.
Sender Policy Framework (SPF)
a method of email authentication that uses digital signatures to verify the sender of an email.
DomainKeys Identified Mail (DKIM)
is an email security standard that prevents spoofing and other email fraud.
Domain-Based Message Authentication, Reporting,
and Conformance
a logical network segment created within a physical network, allowing you to group devices together based on their function, regardless of their physical location
Virtual LAN (VLAN)
a technology that creates a secure, encrypted connection over the internet, allowing users to transmit data privately and securely, often by masking their IP address and location, essentially creating a “virtual private tunnel” through a public network like the internet.
enables hosts to connect to the LAN without
being physically installed at the site.
virtual private network (VPN)
is a tree-like structure that organizes how domain names are translated into IP addresses, enabling internet navigation.
* Root
* top level domain (TLD)
* authoritive
DNS hierarchy
a domain name used for customer support access related to an error code, which often occurs in email systems, usually indicating a problem with the recipient email address or server restrictions
515 support domain name
is the process of dividing a larger IP network into smaller, more manageable sub-networks.
IP Subnetting
- is a 32-bit number used in IP networking to divide an IP address into two parts: the network part and the host part.
- It essentially defines which portion of an IP address identifies the network and which part identifies a specific device (host) within that network.
subnet mask
- is a feature that allows devices to automatically assign themselves an IP address when a DHCP server isn’t available.
- This enables basic network communication within a local network even if the DHCP server is down or unreachable. It assigns addresses from the range 169.254.0.1 to 169.254.255.254.
Automatic Private IP Addressing (APIPA)