INFORMATION SHEET 3-4
SERVER ROLES — DNS, DHCP, FILE AND STORAGE
SERVICES, PRINTER AND DOCUMENT SERVICES, REMOTE
DESKTOP, AND WEB SERVER
Learning Objectives
After studying this lesson, the learner should be able to:
1. Define and describe different server roles in a networked environment.
2. Identify the purpose and function of each server role.
3. Configure and manage basic server roles (DNS, DHCP, File Sharing, etc.).
4. Understand the interaction between client and server in providing services.
5. Demonstrate awareness of network design, security, and maintenance related to server
roles.
Introduction to Server Roles
A Server is a powerful computer that provides services, data, or resources to other computers
(clients) in a network.
Each server role refers to a specific function or responsibility that the server performs.
For example:
A DNS server resolves domain names.
A DHCP server assigns IP addresses.
A File server shares files.
1. Domain Name System (DNS) Server
Definition:
DNS (Domain Name System) translates domain names (like [Link]) into IP
addresses (like [Link]) so computers can locate each other on the network.
Purpose:
Without DNS, users would have to memorize numeric IP addresses. DNS makes the internet and
LAN communication user-friendly.
Functions:
Resolves hostnames to IP addresses (Forward Lookup).
Resolves IP addresses to hostnames (Reverse Lookup).
Maintains a database of domain zones and records (A, CNAME, MX, etc.).
Caches DNS queries for faster performance.
Example Records:
Record Type Description Example
A Maps hostname to IPv4 address server1 → [Link]
AAAA Maps hostname to IPv6 address server1 → 2001:db8::1
CNAME Alias for another name www → server1
MX Mail Exchange record mail → mailserver1
2. Dynamic Host Configuration Protocol (DHCP) Server
Definition:
DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses and other
network parameters (like subnet mask, gateway, DNS) to client computers.
Purpose:
Simplifies network management — no need to manually assign IPs to each client.
Key Components:
Scope: Defines IP address range available for lease.
Lease: Temporary assignment of an IP to a client.
Reservation: Assigns a permanent IP to a specific device (based on MAC address).
DHCP Process (DORA):
1. Discover – Client broadcasts request for IP.
2. Offer – DHCP server offers available IP.
3. Request – Client requests offered IP.
4. Acknowledge – Server confirms assignment.
4. File and Storage Services
Definition:
The File and Storage Services role allows a server to store, manage, and share files with users
or devices on the network.
Functions:
Centralized file storage and management.
Shared folder access for collaboration.
Access control through permissions (Read, Write, Modify).
Disk management using RAID or Storage Spaces.
Backup and restore of critical data.
Key Concepts:
NTFS Permissions: Controls user access at the file level.
Sharing Permissions: Controls access over the network.
Disk Quotas: Limits disk space per user.
5. Printer and Document Services
Definition:
The Print and Document Services role manages printers and print queues in a network.
Functions:
Centralized printer sharing and management.
Monitors print jobs through Print Management Console.
Assigns printers by department or user group.
Provides printer drivers automatically to client computers.
Advantages:
Reduces cost by sharing printers.
Simplifies printer deployment and driver management.
Improves productivity through print queues and monitoring.
6. Remote Desktop Services (RDS)
Definition:
Remote Desktop Services allows users to remotely connect and use applications or the
desktop of a server from another device.
Purpose:
Provides centralized access to software or data, especially useful for IT management and remote
work.
Functions:
Remote access to desktops or applications.
Session-based virtualization (multiple users log in remotely).
Centralized software deployment and management.
Secure remote access via RDP (Remote Desktop Protocol).
7. Web Server (IIS – Internet Information Services)
Definition:
A Web Server hosts websites and delivers web content over the Internet or an intranet using
HTTP or HTTPS protocols.
Functions:
Hosts static and dynamic websites (HTML, PHP, [Link]).
Supports secure communication using SSL certificates.
Logs access requests and monitors performance.
Integrates with databases and scripting engines.
Example:
In Windows Server, IIS (Internet Information Services) can be installed to host internal web
portals or public websites.
8. Importance of Server Roles in a Network
Server Role Main Function Example in Use
DNS Server Name resolution Translates “[Link]” → IP address
DHCP Server IP assignment Automatically gives IP to new clients
File Server Data storage Shared folder for all staff documents
Print Server Printing management Department printer queue control
Remote Desktop Remote access IT admins manage systems remotely
Web Server Website hosting Hosts intranet site or e-learning portal
📸 [Insert Image 8: Table or flowchart of server role relationships]
9. Safety, Security, and Maintenance Practices
Regularly back up DNS and DHCP configurations.
Monitor event logs for unauthorized access.
Keep firewall and antivirus active.
Use strong admin passwords and restrict RDP access.
Update and patch Windows Server regularly.
Implement user permissions and group policies for access control.
Summary
Server roles are essential in managing a modern computer network.
From assigning IP addresses (DHCP) to resolving names (DNS), storing files, managing printers,
and hosting web content — each role contributes to efficient and secure network operation.
Mastering these server roles prepares learners to configure and maintain enterprise-level
network infrastructures.
SELF CHECK 3-4
Multiple Choice Test (20 Items)
Instructions: Choose the correct answer for each question.
1. What is the main purpose of a DNS server?
A. To assign IP addresses
B. To resolve domain names to IP addresses
C. To manage print jobs
D. To host web pages
2. Which of the following protocols does DNS primarily use?
A. HTTP B. UDP/TCP Port 53 C. RDP D. FTP
3. DHCP stands for:
A. Dynamic Host Configuration Protocol
B. Domain Host Control Program
C. Distributed Hardware Connection Point
D. Dynamic Hypertext Control Panel
4. Which step in the DHCP process involves the server confirming the IP address
assignment?
A. Discover B. Offer C. Request D. Acknowledge
5. A File Server is mainly used for:
A. Printing documents
B. Storing and sharing files
C. Hosting websites
D. Converting IP addresses
6. Which server role provides centralized management of printers?
A. DNS B. Print Server C. DHCP D. Web Server
7. In DNS, which record type is used to map a domain name to an IPv4 address?
A. MX B. CNAME C. A D. AAAA
8. What does a DHCP reservation do?
A. Prevents IP duplication
B. Assigns a specific IP address permanently to a device
C. Deletes expired IPs
D. Resets network connections
9. What protocol is used for Remote Desktop connections?
A. FTP B. SSH C. RDP D. HTTP
10. The Print Management Console is used to:
A. View printer status and jobs
B. Install antivirus
C. Configure DNS records
D. Monitor web traffic
11. Which Windows feature hosts websites and web applications?
A. IIS B. DNS C. RDP D. DHCP
12. A DHCP scope defines:
A. Printer queue
B. Range of IP addresses to lease
C. Network folder permissions
D. Domain name system
13. What service automatically translates hostnames into IP addresses?
A. DHCP B. DNS C. FTP D. SMTP
14. Which feature allows multiple users to access the same server desktop remotely?
A. Remote Desktop Services
B. File Sharing
C. DHCP Relay
D. IIS
15. What should be configured to share files securely over a network?
A. NTFS and Sharing Permissions
B. DHCP Lease Time
C. DNS Cache
D. Firewall Rule
16. What type of website communication is secured using HTTPS?
A. Encrypted via SSL/TLS
B. Plain text via HTTP
C. Only accessible via FTP
D. Sent using SMTP
17. In Windows Server, IIS stands for:
A. Internal Internet System
B. Internet Information Services
C. Integrated Input Server
D. Internal Interface System
18. Which server role automatically provides IP addresses to network clients?
A. DNS B. DHCP C. File Server D. Print Server
19. Which of the following best describes RAID in file storage?
A. Backup system using tapes
B. Redundant Array of Independent Disks
C. Wireless data transfer protocol
D. Remote Access Interface Device
20. What is the main advantage of using centralized server roles?
A. Easier maintenance and management
B. Increases computer power individually
C. Works without networking
D. Eliminates IP addressing