Server roles

2.3 Summarize services provided by networked hosts

📘CompTIA A+ Core 1 (220-1201)


Objective 2.3 – Server Roles (Services Provided by Networked Hosts)

A networked host is any device on a network that provides services to other devices (clients).
A server is a networked host that provides resources, data, or services to users or computers.

For the A+ exam, you are not expected to configure servers deeply, but you must understand what each server role does, why it is used, and basic related terms.


1. DNS Server (Domain Name System)

What DNS Does

A DNS server converts human-readable names into IP addresses.

  • Humans use names like: www.company.local
  • Computers use IP addresses like: 192.168.10.25
  • DNS translates the name into the correct IP address

Without DNS, users would need to remember IP addresses to access websites, servers, and services.

How DNS Works (Simple Flow)

  1. A user types a website or server name
  2. The computer asks the DNS server for the IP address
  3. The DNS server replies with the correct IP
  4. The computer connects to that IP address

Why DNS Is Important

  • Enables access to websites
  • Enables access to internal servers
  • Required for Active Directory environments
  • Used by email servers, file servers, and web servers

Exam Points to Remember

  • DNS = Name to IP resolution
  • Uses port 53
  • Can use UDP (most queries) or TCP (zone transfers)
  • If DNS fails, users cannot access resources by name

2. DHCP Server (Dynamic Host Configuration Protocol)

What DHCP Does

A DHCP server automatically assigns network settings to devices.

These settings include:

  • IP address
  • Subnet mask
  • Default gateway
  • DNS server address

Why DHCP Is Used

Without DHCP, every device would need manual IP configuration, which causes:

  • IP conflicts
  • Configuration errors
  • High administrative effort

How DHCP Works (Basic Process)

  1. A device joins the network
  2. It requests an IP address
  3. The DHCP server assigns an address from a pool
  4. The address is leased for a specific time

Key DHCP Terms

  • Scope: Range of IP addresses available
  • Lease: Time an IP address is assigned
  • Reservation: Always give the same IP to a specific device
  • Exclusion: IPs that should not be assigned

Exam Points to Remember

  • DHCP = Automatic IP configuration
  • Uses UDP ports 67 and 68
  • Prevents IP conflicts
  • Common in home and enterprise networks

3. File Share Server

What a File Server Does

A file server stores and shares files over the network.

Users can:

  • Read files
  • Write files
  • Modify files
  • Share files with others

How File Servers Are Used

  • Central storage for employees
  • Shared folders for teams
  • Backup storage
  • Access controlled using permissions

Permissions

File servers use permissions to control access:

  • Read
  • Write
  • Modify
  • Full control

Common File Sharing Protocols

  • SMB/CIFS – Windows networks
  • NFS – Linux/Unix networks
  • FTP/SFTP – File transfer

Exam Points to Remember

  • File servers centralize data
  • Permissions control who can access files
  • Common in business environments

4. Print Server

What a Print Server Does

A print server manages printers on a network.

Instead of connecting each computer directly to a printer:

  • Computers send print jobs to the print server
  • The print server sends jobs to the printer

Benefits of Print Servers

  • Central printer management
  • Printer sharing
  • Queue management
  • Access control

Print Queue

  • Holds print jobs waiting to be printed
  • Jobs are processed in order
  • Admins can pause or cancel jobs

Exam Points to Remember

  • Print servers reduce printer management complexity
  • Used heavily in offices and schools
  • Supports multiple users and printers

5. Mail Server

What a Mail Server Does

A mail server sends, receives, and stores email messages.

It handles:

  • Sending email
  • Receiving email
  • Storing mailboxes
  • Spam filtering

Mail Protocols You Must Know

Sending

  • SMTP (Simple Mail Transfer Protocol)

Receiving

  • POP3 (downloads email to device)
  • IMAP (syncs email across devices)

Ports to Remember

  • SMTP: 25, 587
  • POP3: 110
  • IMAP: 143
  • Secure versions use SSL/TLS

Exam Points to Remember

  • Mail servers manage email communication
  • SMTP sends, POP3/IMAP receive
  • IMAP is commonly used in modern environments

6. Syslog Server

What a Syslog Server Does

A syslog server collects and stores log messages from network devices.

Devices that send logs:

  • Routers
  • Switches
  • Firewalls
  • Servers

Why Syslog Is Important

  • Centralized logging
  • Troubleshooting issues
  • Monitoring security events
  • Compliance and auditing

Types of Logged Information

  • Errors
  • Warnings
  • Informational messages
  • Security alerts

Exam Points to Remember

  • Syslog = Central log collection
  • Uses UDP port 514
  • Important for monitoring and security

7. Web Server

What a Web Server Does

A web server hosts websites and web applications.

It responds to requests from web browsers and sends:

  • HTML pages
  • Images
  • Scripts
  • Web content

Common Web Server Software

  • Apache
  • Nginx
  • Microsoft IIS

Web Protocols

  • HTTP (port 80)
  • HTTPS (port 443)

Exam Points to Remember

  • Web servers deliver content using HTTP/HTTPS
  • HTTPS uses encryption (SSL/TLS)
  • Used for internal and public websites

8. AAA Server (Authentication, Authorization, Accounting)

What AAA Means

AAA is a security framework used to control access.

Authentication

  • Verifies who you are
  • Username and password
  • Biometrics
  • Certificates

Authorization

  • Determines what you can access
  • Files
  • Printers
  • Network resources

Accounting

  • Tracks what you did
  • Login times
  • Resources used
  • Session logs

Common AAA Technologies

  • RADIUS
  • TACACS+
  • Active Directory

Exam Points to Remember

  • AAA controls access and security
  • Authentication = identity
  • Authorization = permissions
  • Accounting = logging activity

9. Database Server

What a Database Server Does

A database server stores, manages, and retrieves structured data.

It is used by:

  • Applications
  • Websites
  • Business systems

Examples of Databases

  • MySQL
  • Microsoft SQL Server
  • Oracle Database
  • PostgreSQL

Why Database Servers Are Important

  • Central data storage
  • Fast data access
  • Data integrity
  • Access control

Exam Points to Remember

  • Database servers store structured data
  • Used by applications and services
  • Not directly accessed by users most of the time

10. NTP Server (Network Time Protocol)

What an NTP Server Does

An NTP server synchronizes time across devices on a network.

Why Time Synchronization Matters

  • Log accuracy
  • Security authentication
  • Kerberos authentication
  • Troubleshooting events

How NTP Works

  • Devices check time with an NTP server
  • Time is adjusted automatically
  • Ensures all devices show the same time

Exam Points to Remember

  • NTP = Time synchronization
  • Uses UDP port 123
  • Critical for security and logging

Summary Table (Quick Exam Review)

Server RolePurpose
DNSResolves names to IP addresses
DHCPAutomatically assigns IP settings
File ServerStores and shares files
Print ServerManages network printers
Mail ServerSends and receives email
SyslogCollects and stores logs
Web ServerHosts websites
AAAControls access and tracks usage
Database ServerStores structured data
NTPSynchronizes system time

Final Exam Tip

For CompTIA A+ Core 1, focus on:

  • What each server does
  • Why it is used
  • Basic protocols and ports
  • How clients interact with servers
Buy Me a Coffee