Compare Network Configuration Concepts Flashcards

Lesson 5D (30 cards)

1
Q

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.

A

DHCP scope

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

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.

A

DHCP Leases

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

server is configured with a list of the MAC addresses of hosts that should receive the same IP address for printers, servers, routers.

A

DHCP Reservations

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

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”

A

Host Name

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

a hostname can be combined with a domain name and suffix. Ex. webserver.example.com
* host name - weberver
* domain name - example
* suffix (TLD) - .com

A

fully qualified domain name (FQDN).

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

the part of a domain name that comes after the last dot. Ex. .com, .org, .net, .gov

A

top-level domain (TLD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  • 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.
A

Domain Name System

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

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.

A

DNS query (53)

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

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

A

DHCP Lease

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

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

A

DHCP reservation

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

record is used to resolve a host name to an IPv4 address

DNS

A

A addresse

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

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

A

AAAA record

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

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

A

Mail Exchange (MX)

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

a type of Domain Name System (DNS) record that stores information about a domain in text format.

A

TXT record

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

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.

A

Sender Policy Framework (SPF)

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

a method of email authentication that uses digital signatures to verify the sender of an email.

A

DomainKeys Identified Mail (DKIM)

17
Q

is an email security standard that prevents spoofing and other email fraud.

A

Domain-Based Message Authentication, Reporting,
and Conformance

18
Q

a logical network segment created within a physical network, allowing you to group devices together based on their function, regardless of their physical location

A

Virtual LAN (VLAN)

19
Q

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.

A

virtual private network (VPN)

20
Q

is a tree-like structure that organizes how domain names are translated into IP addresses, enabling internet navigation.
* Root
* top level domain (TLD)
* authoritive

A

DNS hierarchy

21
Q

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

A

515 support domain name

22
Q

is the process of dividing a larger IP network into smaller, more manageable sub-networks.

A

IP Subnetting

23
Q
  • 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.
24
Q
  • 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.
A

Automatic Private IP Addressing (APIPA)

25
* is a logical grouping of network devices that appear to be on the same LAN, even if they are physically located on different network segments. * allow network administrators to segment a network for various reasons, such as improving security, managing traffic, and simplifying network administration.
virtual local area network (VLAN)
26
* enable a device to route data to itself, facilitating internal communication, software testing, troubleshooting, and local development without involving external networks. * In IPv4, the most common address is 127.0.0.1, while in IPv6 it's ::1.
Loopback addresses
27
A router's IP address serves, for directing traffic beyond the local network, while the subnet mask splits IP addresses into network and host parts to determine whether communication stays local or requires routing.
default gateway
28
IPv4 address classes (A–E) originally grouped IP ranges by their first octet to define network and host capacities, but this rigid system was largely replaced by CIDR for more flexible and efficient address allocation.
IP Classes
29
* is a method for allocating IP addresses and routing network traffic more efficiently. It replaces the older system of classful addressing (Class A, B, and C networks) with a more flexible and scalable approach. * uses a notation like 192.168.10.0/24, where the number after the slash (/) represents the number of bits used for the network prefix.
Classless Inter-Domain Routing
30
* It's a communication protocol that resolves IP addresses to MAC addresses, enabling devices on a local network to communicate with each other. * is crucial because it allows devices to find the physical hardware address (MAC) of another device when they only know its logical IP address.
Address Reslution Protocol (ARP)