Network Services Flashcards
What are network services?
Functions provided by the network infrastructure to support communication and operations.
What are examples of network services?
- DHCP (IP assignment)
- DNS (name resolution)
- NTP (time sync)
- QoS (traffic prioritization)
Which CompTIA Network+ domains cover network services?
- Domain 1 (Networking Concepts)
- Domain 3 (Network Operations)
What is the main purpose of DHCP?
To automatically assign IP addresses and configuration settings to devices.
What are three benefits of using DHCP?
- Reduces manual configuration
- Prevents IP conflicts
- Supports centralized management
What is the DORA process in DHCP?
Discover, Offer, Request, Acknowledge.
What is a DHCP scope?
The range of assignable IP addresses.
What is a reservation in DHCP?
A specific IP address permanently assigned to a device’s MAC address.
What happens when DHCP fails?
The device gets an APIPA address (169.254.x.x) and cannot access the internet.
What is the function of a DHCP relay agent (IP helper)?
Forwards DHCP traffic across subnets.
What ports does DHCP use?
UDP ports 67 (server) and 68 (client).
What is SLAAC used for?
IPv6 address assignment without the need for a DHCP server.
How does SLAAC work?
Devices create a link-local address, then receive prefix info from a router, and generate a unique IP using EUI-64 or random ID.
What is the purpose of Duplicate Address Detection (DAD)?
Ensures no other device is using the same IPv6 address.
What are the benefits of SLAAC?
- No DHCP server required
- Scalable
- Reduces IP conflicts
What is the primary purpose of DNS?
To resolve domain names into IP addresses.
What is the DNS hierarchy?
Root → TLD (.com, .org) → Second-Level Domains → Subdomains → Hosts.
What does an ‘A’ record do?
Maps a domain to an IPv4 address.
What does an ‘AAAA’ record do?
Maps a domain to an IPv6 address.
What is a CNAME record used for?
Creates an alias for another domain.
What is an MX record?
Specifies the mail server for email routing.
What is a PTR record?
Performs reverse DNS (IP to domain name).
What does a TXT record store?
Info like SPF, DKIM, or DMARC for domain validation and email security.
What is an SOA record?
Contains admin information and authority details for the domain.