Week 12
Week 12
1. Introduction
Setting up a Domain Name System (DNS) server and File Transfer Protocol (FTP) server
is essential for managing domain resolution and file transfers in a network. This report
provides a brief step-by-step guide to setting up both servers.
Most DNS servers use BIND (Berkeley Internet Name Domain) on Linux or Windows
DNS Server on Windows.
Linux:
sudo apt update
sudo apt install bind9
Windows: Install DNS Server role via Server Manager.
Common FTP server software includes vsftpd (Linux) and FileZilla Server (Windows).
Linux:
sudo apt update
sudo apt install vsftpd
Windows: Download and install FileZilla Server.
Key configurations:
4. Conclusion
Setting up a DNS server enables domain name resolution, while an FTP server facilitates file
transfers. Both services require careful configuration and security measures to ensure smooth
operation. Regular testing and monitoring help maintain their reliability.