The document discusses the setup and configuration of DNS, DHCP, HTTP, email, and FTP servers. It provides step-by-step instructions on how to setup each type of server, including configuring DNS records, setting client computers to use DHCP for automatic IP assignment, enabling an HTTP server to host web pages, setting up an email server to send and receive messages, and using an FTP server to transfer files between computers. The document is part of a university course on network services and protocols.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
41 views39 pages
Servers
The document discusses the setup and configuration of DNS, DHCP, HTTP, email, and FTP servers. It provides step-by-step instructions on how to setup each type of server, including configuring DNS records, setting client computers to use DHCP for automatic IP assignment, enabling an HTTP server to host web pages, setting up an email server to send and receive messages, and using an FTP server to transfer files between computers. The document is part of a university course on network services and protocols.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 39
Implementation of DNS & DHCP
Implementation of HTTP, Email
& FTP
Lovely Professional University Course Code:
CSE307 • How to Setup a DNS server • How to Setup a DHCP server • How to Setup a HTTP server • How to Setup a E-Mail server • How to Setup a FTP server
Lovely Professional University Course Code: CSE307
Domain Name System (DNS) is the name resolution protocol for TCP/IP networks, such as the Internet. Client computers query a DNS server to resolve memorable, alphanumeric DNS names to the IP addresses that computers use to communicate with each other.
Lovely Professional University Course Code: CSE307
Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Note: Repeat the same steps to all other computers Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Short for Hyper Text Transfer Protocol, the underlying protocol used by the World Wide Web. HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. For example, when you enter a URL in your browser, this actually sends an HTTP command to the Web server directing it to fetch and transmit the requested Web page.
Lovely Professional University Course Code:
CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Type the IP address of DNS server Lovely Professional University Course Code: CSE307 Type the Domain name Lovely Professional University Course Code: CSE307 When you deploy Dynamic Host Configuration Protocol (DHCP) servers on your network, you can automatically provide client computers and other TCP/IP-based network devices with valid IP addresses. You can also provide the additional configuration parameters these clients and devices need, called DHCP options, that allow them to connect to other network resources, such as DNS servers, and routers.
Lovely Professional University Course Code:
CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Note: Set all PCs ( gateway and DNs ) settings to DHCP Lovely Professional University Course Code: CSE307 Note: All Pcs have been dynamically assigned an IP address by DHCP server Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 • Often referred to as simply "mail server", an e- mail server is a computer within your network that works as your virtual post office. • A mail server usually consists of a storage area where e- mail is stored for local users, a set of user definable rules which determine how the mail server should react to the destination of a specific message, a database of user accounts that the mail server recognizes and will deal with locally, and communications modules which are the components that actually handle the transfer of messages to and from other mail servers and email clients.
Lovely Professional University Course Code:
CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 File transfer protocol is a method to transfer the files from one location to another on the internet and between computer systems via downloading or uploading
FTP enables the transfer of files back and
forth between computers or through the cloud. Users require an internet connection in order to execute FTP
Lovely Professional University Course Code:
CSE307 FTP Servers are the solutions used to facilitate file transfers across the internet. I f you send files using FTP, files are either uploaded or downloaded to the FTP server. When you’re uploading files, the files are transferred from a personal computer to the server. When you’re downloaded files, the files are transferred from the server to your personal computer. TCP/IP (Transmission Control Protocol/Internet Protocol), or the language the internet uses to execute commands, is used to transfer files via FTP. Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Lovely Professional University Course Code: CSE307 Click on any PC say PC0 Click on command Prompt Then type the commands as : C:\>ftp 192.168.25.1 Trying to connect...192.168.25.1 Connected to 192.168.25.1 220- Welcome to PT Ftp server Username:cisco1 331- Username ok, need password Password: 230- Logged in (passive mode On) ftp> Lovely Professional University Course Code: CSE307 Few Commands in FTP 3. To delete any file 1. To check all the files ftp>delete filename on server 4. To upload anyfile on ftp> dir server It will list all the files ftp> put filename available on the 5. To download any file server. from server to client 2. To rename Any file ftp>.get filename ftp> rename 6. To quit from ftp oldfilename server to current newfilename machine ftp>quit
Lovely Professional University Course Code:
CSE307 Lovely Professional University Course Code: CSE307