EXP 7 Server - Config
EXP 7 Server - Config
Web server:-The primary function of a web server is to store, process and deliver web
pages to clients. The communication between client and server takes place using the Hypertext
Transfer Protocol (HTTP). Pages delivered are most frequently HTML documents, which may
include images, style sheets and scripts in addition to text content.
A user agent, commonly a web browser initiates communication by making a request for a
specific resource using HTTP and the server responds with the content of that resource or
an error message if unable to do so.
SMTP server: SMTP stands for Simple Mail Transfer Protocol. It is a TCP/IP protocol that
specifies how computers exchange electronic mail. It works with post office protocol (POP).
FTP server: FTP stands for File Transfer Protocol is defined as a protocol for file transfer
between hosts over a network. The primary function of FTP is transferring files efficiently and
reliably among hosts and allowing the convenient use of remote file storage capabilities.
DNS server: Domain Name System (DNS) is a standard technology for managing
public names of Web sites and other Internet domains. It translates domain names, which can
be easily memorized by humans, to the numerical IP addresses needed for the purpose of
computer services and devices worldwide. The Domain Name System is an essential
component of the functionality of most Internet services because it is the Internet's primary
directory service.
Department of Electronics & Telecommunication Engineering
Procedure:
1. Design one network of class A(network address 17.0.0.0) which consist of two PC’s,
one DNS server, one FTP server ,one SMTP server ,one WEB server and another
network of class B(135.10.0.0) which consist of two PC’, now connect them using
switches and routers.
2. Configure various ports of router.
3. Assign IP addresses to each PC and server
4. Configure WEB server and add the name of web server and corresponding ip address
into DNS server, check from the web browser whether the web server is properly
configured or not.
5. Configure FTP server, add users, check to see from command prompt whether FTP
server has been properly configured or not
6. Configure SMTP server, add users, check to see from email tab whether the SMTP
server has been properly configured
Conclusions: