Sei sulla pagina 1di 8

Introduction to Web Server and

Server Products
Dr. Gajanan A. Vaishnav
M.Pharm. (Pharm.Chem.), Ph.D. (Pharmacy), LLB
Department of Pharmaceutical Chemistry
Yash Institute of Pharmacy, Aurangabad

1
Web Servers

• A web server is a program that responds to


requests made by clients (web browsers) using
http protocol.

2
3
4
Apache Web Server
• Reliable
• Efficient
• Open source
• Modular
• Free

5
IIS Web Server
• Internet Information Services
• Runs on Microsoft .NET platform and
Windows OS.

6
Functions of web server
1. Accepts requests from web browsers.
2. Processes requests users
3. Respond to user requests
4. Serve the web pages using web applications.

7
Difference between Web Browser and
Web Server
Web Browser Web Server
• Used to make requests to • Processes requests by web
web servers and display browsers and send web
web pages to users. pages to users.
• Front end of client/ server • Back end of client/server
configuration configuration,
• Examples: Google Chrome, • Examples: Apache Web
Internet Explorer, Mozilla Server, IIS web server
Firefox

Potrebbero piacerti anche