220-1201: Domain 2 - Networking Flashcards
What is the function of DNS?
DNS (Domain Name System) resolves domain names to IP addresses.
What do the following DNS record types represent?
A:
AAAA:
CNAME:
MX:
TXT:
A: Maps a domain to an IPv4 address
AAAA: Maps a domain to an IPv6 address
CNAME: Alias of one domain to another (canonical name)
MX: Mail exchanger for email delivery
TXT: Holds text info; used for spam/security (SPF, DKIM, DMARC)
What are SPF, DKIM, and DMARC used for in DNS TXT records?
Spam management and email authentication to prevent spoofing.
What is a DHCP lease?
A time-based agreement for assigning an IP address to a device.
What is a DHCP reservation?
A permanent IP address assigned to a specific MAC address.
What is a DHCP scope and exclusion?
Scope: Range of IPs available for lease
Exclusion: IPs in the range that are reserved and won’t be assigned
What is a VLAN?
A Virtual LAN segments networks logically without requiring physical separation.
What is a VPN?
A Virtual Private Network creates a secure, encrypted tunnel over the internet.
What’s the difference between a router and a switch?
Routers connect different networks; switches connect devices within a single network.
What’s the difference between managed and unmanaged switches?
Managed switches offer control/configuration; unmanaged do not.
What is an access point?
A device that allows wireless devices to connect to a wired network.
What is a patch panel?
A hardware assembly with ports to manage incoming/outgoing LAN cables.
What is a firewall used for?
To block unauthorized access and allow permitted communications.
What is Power over Ethernet (PoE)?
Technology that delivers power and data through the same Ethernet cable.
What are PoE injectors and switches?
Devices that provide power through Ethernet cables—injectors add it; switches have it built in.
What are common PoE standards?
IEEE 802.3af (PoE) and 802.3at (PoE+)
What does a cable modem do?
Provides internet access via a coaxial cable.
What does DSL stand for and do?
Digital Subscriber Line; provides internet over telephone lines.
What is an Optical Network Terminal (ONT)?
A device used with fiber-optic internet to convert fiber signals to usable internet.
What is a NIC and MAC address?
Network Interface Card allows network access; MAC address is the unique hardware ID.
What are private vs. public IPv4 addresses?
Private addresses are for local use (e.g., 192.168.x.x); public are routable on the internet.
What is APIPA?
Automatic Private IP Addressing (169.254.x.x) used when DHCP fails.
What’s the difference between static and dynamic IPs?
Static: manually assigned and fixed; Dynamic: assigned by DHCP.
What is a subnet mask used for?
It defines the network and host portions of an IP address.