DNS Server
Resolves domain names to IP addresses.
Example: converts google.com → 142.250.x.x
If DNS fails, users can’t browse using names but may still access sites via IP.
Exam trigger:
“Users cannot resolve hostnames.”
DHCP Server
Automatically assigns IP configuration (IP address, subnet mask, gateway, DNS).
Prevents manual configuration on each device.
Exam trigger:
“Devices getting APIPA addresses (169.254.x.x).”
File Server
Provides centralized file storage over the network.
Often uses SMB (port 445).
Exam trigger:
“Users cannot access shared network drive.”
Print Server
Manages network printers and print jobs.
Allows multiple users to share printers.
Exam trigger:
“Print queue management” or “shared printer access.”
Mail Server
Sends and receives email.
Uses SMTP (send), POP3/IMAP (receive).
Exam trigger:
“Users cannot send email but can receive.”
Syslog Server
Collects log messages from network devices and servers.
Used for centralized monitoring and troubleshooting.
Exam trigger:
“Centralized logging system.”
Web Server
Hosts websites and web applications.
Uses HTTP (80) or HTTPS (443).
Exam trigger:
“Internal company portal inaccessible.”
AAA Server (Authentication, Authorization, Accounting)
Controls user identity and access permissions.
Tracks who logged in and what they did.
Authentication = Who are you?
Authorization = What can you access?
Accounting = What did you do?
Exam trigger:
“User cannot log in to network resources.”
Database Server
Stores and manages structured data.
Supports applications like websites and enterprise software.
Exam trigger:
“Application loads but no data appears.”
NTP Server (Network Time Protocol)
Synchronizes time across network devices.
Critical for logging accuracy and authentication systems.
Exam trigger:
“Time mismatch causing login failures.”
DNS vs DHCP
DNS = Name resolution
DHCP = IP assignment
File Server vs Database Server
File Server = Stores files
Database Server = Stores structured application data
Proxy vs UTM
Proxy = Traffic filtering/intermediary
UTM = Full security suite
Exam Pattern Warning
CompTIA loves:
“User receives 169.254.x.x” → DHCP issue
“Cannot browse by name but IP works” → DNS issue
“Users receive phishing emails” → Spam gateway
“Time mismatch across domain” → NTP
“High web traffic crashing server” → Load balancer